@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#211c2a;background:#f4f2f8;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f2f8;--surface: #ffffff;--surface-soft: #ece8f2;--surface-raised: #fbfaff;--text: #211c2a;--muted: #716a7c;--line: rgba(48, 35, 66, .11);--line-strong: rgba(48, 35, 66, .18);--primary: #6c43e0;--primary-hover: #5732c7;--primary-soft: #e9e0ff;--primary-ink: #ffffff;--header-bg: rgba(255, 255, 255, .82);--shadow-sm: 0 8px 24px rgba(56, 39, 79, .08);--shadow-md: 0 24px 70px rgba(56, 39, 79, .13);--violet: #6c43e0;--violet-bg: #e9e0ff;--blue: #3976db;--blue-bg: #dcecff;--green: #2f8a56;--green-bg: #dcefdc;--coral: #c95555;--coral-bg: #ffe1dc;--amber: #9b681f;--amber-bg: #f9e7c4;--rose: #b14e75;--rose-bg: #f7ddea}:root[data-theme=dark]{color:#f7f4ff;background:#1c1922;--bg: #1c1922;--surface: #27222f;--surface-soft: #312b39;--surface-raised: #2c2734;--text: #f7f4ff;--muted: #b7afc1;--line: rgba(235, 225, 255, .11);--line-strong: rgba(235, 225, 255, .19);--primary: #9a78ff;--primary-hover: #aa8dff;--primary-soft: #423263;--primary-ink: #1f1533;--header-bg: rgba(39, 34, 47, .84);--shadow-sm: 0 10px 30px rgba(0, 0, 0, .18);--shadow-md: 0 28px 80px rgba(0, 0, 0, .28);--violet: #b098ff;--violet-bg: #3b3051;--blue: #8ab5ff;--blue-bg: #263b55;--green: #7bd29a;--green-bg: #294334;--coral: #ff9a8f;--coral-bg: #513330;--amber: #e8bd6f;--amber-bg: #4c3d28;--rose: #ef9bbb;--rose-bg: #4d3040}*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--bg);color:var(--text);transition:background-color .24s ease,color .24s ease}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 55%,transparent);outline-offset:3px}code{font-family:SFMono-Regular,Consolas,monospace}.section-shell{width:min(1200px,calc(100% - 48px));margin:0 auto}.site-header{position:fixed;z-index:50;top:18px;left:0;width:100%;pointer-events:none}.header-inner{width:min(1080px,calc(100% - 40px));height:66px;margin:0 auto;padding:0 12px 0 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border:1px solid var(--line);border-radius:24px;background:var(--header-bg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;transition:transform .2s ease,box-shadow .2s ease,background-color .24s ease}.site-header.is-scrolled .header-inner{transform:translateY(-5px);box-shadow:0 14px 42px #38274f21}.brand{display:inline-flex;align-items:center;gap:11px;justify-self:start;font-weight:800}.brand-mark{position:relative;width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:var(--primary);color:#fff;font-size:18px;box-shadow:0 8px 20px color-mix(in srgb,var(--primary) 24%,transparent)}.brand-mark i{position:absolute;top:7px;right:7px;width:5px;height:5px;border-radius:50%;background:#baf7cb}.brand-name{font-size:18px}.main-nav{display:flex;align-items:center;gap:6px;justify-self:center}.main-nav a{padding:10px 15px;border-radius:14px;color:var(--muted);font-size:14px;font-weight:650;transition:color .16s ease,background-color .16s ease}.main-nav a:hover{background:var(--primary-soft);color:var(--primary)}.header-actions{display:flex;gap:8px;justify-self:end}.icon-button{width:42px;height:42px;padding:0;display:grid;place-items:center;border:0;border-radius:14px;background:var(--surface-soft);cursor:pointer;transition:transform .16s ease,background-color .16s ease,color .16s ease}.icon-button:hover{background:var(--primary-soft);color:var(--primary);transform:translateY(-2px)}.menu-button{display:none}.hero{min-height:810px;padding:142px 0 92px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);gap:54px;align-items:center}.hero>*{min-width:0}.hero-copy{max-width:560px}.hero-badge{width:fit-content;margin-bottom:24px;padding:9px 13px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:13px;font-weight:750}.hero h1{margin:0;font-size:68px;line-height:1.04;font-weight:790}.hero-copy>p{max-width:560px;margin:26px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:11px}.hero-community{margin-top:28px}.hero-community>span{display:block;margin-bottom:10px;color:var(--muted);font-size:11px;font-weight:750}.hero-community-links{width:min(100%,360px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hero-community-links a{min-width:0;min-height:48px;padding:8px 12px 8px 8px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface) 82%,transparent);color:var(--text);box-shadow:var(--shadow-sm);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.hero-community-links a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--primary) 30%,var(--line));background:var(--surface)}.hero-community-links strong{font-size:12px;font-weight:750}.hero-community-links .brand-icon{width:28px;height:28px}.hero-community-links .brand-icon-discord{width:30px;height:30px;padding:6px;border-radius:10px}.button{min-height:50px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:16px;font-size:14px;font-weight:750;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--primary);color:var(--primary-ink);box-shadow:0 12px 26px color-mix(in srgb,var(--primary) 23%,transparent)}.button-primary:hover{background:var(--primary-hover)}.button-secondary{border:1px solid var(--line-strong);background:var(--surface)}.hero-showcase{position:relative;height:600px}.preview-card{position:absolute;padding:24px;display:flex;border:1px solid rgba(255,255,255,.28);border-radius:28px;box-shadow:var(--shadow-md);transition:transform .22s ease,box-shadow .22s ease}.preview-card:hover{transform:translateY(-5px);box-shadow:0 30px 80px #38274f2b}.preview-voice{z-index:2;left:0;top:72px;width:68%;min-height:380px;flex-direction:column;background:var(--violet-bg)}.preview-minecraft{z-index:3;top:0;right:0;width:43%;min-height:220px;flex-direction:column;justify-content:space-between;background:var(--green-bg)}.preview-status{z-index:4;right:0;bottom:92px;width:33%;min-height:170px;flex-direction:column;justify-content:space-between;background:var(--blue-bg)}.preview-server{z-index:5;left:20%;bottom:0;width:40%;min-height:150px;flex-direction:column;justify-content:space-between;background:var(--coral-bg)}.preview-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.preview-voice .preview-card-top{justify-content:flex-start}.preview-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#ffffff94;color:var(--primary)}:root[data-theme=dark] .preview-icon{background:#ffffff14}.preview-copy{margin-top:36px;flex:1}.preview-card span,.preview-copy>span{color:var(--muted);font-size:12px;font-weight:650}.preview-card h2{margin:6px 0 0;font-size:26px;line-height:1.15}.preview-copy p{max-width:330px;margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.status-pill{min-height:30px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#ffffffa3;color:var(--green);font-size:11px;font-weight:750;white-space:nowrap}:root[data-theme=dark] .status-pill{background:#ffffff14}.status-pill i{width:7px;height:7px;border-radius:50%;background:currentColor}.status-connected,.status-live{color:var(--green)}.status-development{color:var(--amber)}.status-soon{color:var(--muted)}.preview-guide-action{margin-top:24px;display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:12px;font-weight:800}.preview-arrow{position:absolute;right:22px;bottom:19px;color:var(--green);font-size:24px}.content-section{padding:108px 0 120px}.section-heading{margin-bottom:38px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);gap:48px;align-items:end}.section-label{display:block;margin-bottom:12px;color:var(--primary);font-size:13px;font-weight:800}.section-heading h2,.status-title h2{margin:0;font-size:48px;line-height:1.1}.section-heading>p,.status-copy>p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}.filter-row{margin-bottom:26px;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-row button{min-height:42px;padding:0 16px;flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:700;cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.filter-row button:hover{color:var(--primary);transform:translateY(-1px)}.filter-row button.is-active{border-color:var(--primary);background:var(--primary);color:var(--primary-ink)}.services-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.service-card{--accent: var(--violet);--card-bg: var(--violet-bg);grid-column:span 4;min-height:390px;padding:26px;display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--accent) 13%,var(--line));border-radius:28px;background:var(--card-bg);color:var(--text);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;animation:card-in .26s ease both}.service-card.is-featured{grid-column:span 6;min-height:430px}.service-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--accent) 36%,var(--line));box-shadow:var(--shadow-md)}.service-card-arrow{color:var(--accent);transition:transform .18s ease}.service-card:hover .service-card-arrow,.service-card:focus-visible .service-card-arrow{transform:translate(3px,-3px)}.accent-cyan,.accent-blue{--accent: var(--blue);--card-bg: var(--blue-bg)}.accent-amber{--accent: var(--amber);--card-bg: var(--amber-bg)}.accent-violet{--accent: var(--violet);--card-bg: var(--violet-bg)}.accent-green{--accent: var(--green);--card-bg: var(--green-bg)}.accent-rose{--accent: var(--rose);--card-bg: var(--rose-bg)}.service-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.service-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:19px;background:#ffffff9e;color:var(--accent)}:root[data-theme=dark] .service-icon{background:#ffffff14}.service-content{margin-top:34px;flex:1}.service-category{color:var(--accent);font-size:12px;font-weight:750}.service-content h3{margin:8px 0 11px;font-size:30px}.service-content p{max-width:430px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.service-card-action{margin-top:28px;display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:12px;font-weight:800}.projects-band{padding:108px 0 120px;background:var(--surface-soft)}.projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.project-card{--accent: var(--violet);--card-bg: var(--violet-bg);grid-column:span 6;min-height:360px;padding:28px;display:flex;flex-direction:column;border-radius:30px;background:var(--card-bg);color:var(--text);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,outline-color .2s ease}.project-telegram-tools{grid-column:1 / -1;min-height:330px}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.project-card:hover .project-link,.project-card:focus-visible .project-link{transform:translate(3px,-3px)}.project-card-top,.project-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}.project-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#ffffff94;color:var(--accent)}:root[data-theme=dark] .project-icon{background:#ffffff14}.project-number{color:var(--muted);font-size:12px;font-weight:700}.project-main{margin-top:42px;flex:1}.project-status{color:var(--accent);font-size:12px;font-weight:800}.project-main h3{margin:8px 0 12px;font-size:31px}.project-main p{max-width:480px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.project-tags{display:flex;flex-wrap:wrap;gap:7px}.project-tags span{padding:7px 10px;border-radius:999px;background:#ffffff8c;color:var(--muted);font-size:10px;font-weight:700}:root[data-theme=dark] .project-tags span{background:#ffffff14}.project-link{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:var(--surface-raised);color:var(--accent);transition:transform .18s ease}.status-band{background:var(--primary);color:#fff}.status-layout{padding-top:94px;padding-bottom:94px;display:grid;grid-template-columns:1fr .82fr;gap:90px;align-items:center}.status-band .section-label{color:#dcd0ff}.status-title{display:flex;align-items:center;gap:14px}.status-copy>p{max-width:570px;margin-top:20px;color:#ffffffb8}.button-light{margin-top:28px;background:#fff;color:#4d29b2}.status-readout{overflow:hidden;border:1px solid rgba(255,255,255,.19);border-radius:24px;background:#23125238}.status-readout-head,.status-line{min-height:64px;padding:0 20px;display:grid;align-items:center}.status-readout-head{grid-template-columns:1fr auto;border-bottom:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:750}.status-line{grid-template-columns:16px 1fr auto;gap:10px;border-bottom:1px solid rgba(255,255,255,.1)}.status-line:last-child{border-bottom:0}.status-line strong{font-size:13px}.status-line small{color:#ffffffad;font-size:11px}.status-light{width:8px;height:8px;border-radius:50%;background:#d8d3df}.status-light.is-up{background:#8cf0a9}.status-light.is-partial,.status-light.is-maintenance{background:#ffd37e}.status-light.is-down{background:#ff9b9b}.status-light.is-loading,.status-light.is-unknown{background:#c8c1d0}.status-light.is-loading{animation:status-pulse 1.4s ease-in-out infinite}@keyframes status-pulse{50%{opacity:.42}}.site-footer{padding:76px 0 24px;background:var(--bg)}.footer-inner{min-height:155px;display:grid;grid-template-columns:1fr auto auto;gap:54px;align-items:start}.footer-brand p{max-width:360px;margin:17px 0 0;color:var(--muted);font-size:13px}.footer-inner nav{display:flex;flex-direction:column;gap:13px}.footer-inner nav a{color:var(--muted);font-size:13px;font-weight:650}.footer-inner nav a:hover{color:var(--primary)}.to-top{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.footer-bottom{padding-top:20px;display:grid;grid-template-columns:1fr auto 1fr;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.footer-bottom code{color:var(--text);font-size:10px}.footer-bottom span:last-child{text-align:right}.toast{position:fixed;z-index:80;right:22px;bottom:22px;max-width:min(420px,calc(100% - 44px));padding:14px 17px;display:flex;align-items:center;gap:10px;border-radius:16px;background:var(--text);box-shadow:var(--shadow-md);color:var(--bg);font-size:12px;font-weight:700;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .18s ease,transform .18s ease}.toast.is-visible{opacity:1;transform:translateY(0)}.toast svg{color:#78d698;flex:0 0 auto}.reveal{opacity:0;transform:translateY(16px);transition:opacity .56s ease,transform .56s ease}.reveal.reveal-delay{transition-delay:.12s}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1040px){.hero{min-height:auto;padding-top:142px;grid-template-columns:1fr;gap:54px}.hero-copy{max-width:720px}.hero-showcase{width:min(700px,100%);margin:0 auto}.service-card,.service-card.is-featured,.project-card,.project-telegram-tools{grid-column:span 6}.status-layout{grid-template-columns:1fr;gap:44px}}@media(max-width:720px){.section-shell,.header-inner{width:calc(100% - 28px)}.site-header{top:10px}.header-inner{height:60px;grid-template-columns:1fr auto;border-radius:20px}.brand-mark{width:36px;height:36px;border-radius:12px}.main-nav{position:absolute;top:68px;right:0;left:0;padding:12px;display:none;flex-direction:column;align-items:stretch;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-md)}.main-nav.is-open{display:flex}.main-nav a{padding:13px 12px}.menu-button{display:grid}.hero{padding-top:112px;padding-bottom:74px;gap:46px}.hero h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-community{margin-top:22px}.hero-community-links{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.hero-community-links a{min-width:0;padding:8px;flex-direction:column;justify-content:center;gap:5px;text-align:center}.hero-community-links strong{max-width:100%;font-size:10px;overflow-wrap:anywhere}.hero-showcase{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.preview-card,.preview-voice,.preview-minecraft,.preview-status,.preview-server{position:relative;inset:auto;width:auto;min-height:170px;padding:19px;border-radius:22px;transform:none}.preview-card:hover{transform:translateY(-3px)}.preview-voice{grid-column:1 / -1;min-height:330px}.preview-server{grid-column:1 / -1}.preview-icon{width:50px;height:50px;border-radius:16px}.preview-card h2{font-size:21px}.content-section,.projects-band{padding:80px 0}.section-heading{margin-bottom:30px;grid-template-columns:1fr;gap:15px}.section-heading h2,.status-title h2{font-size:36px}.section-heading>p{font-size:14px}.services-grid,.projects-grid{grid-template-columns:1fr}.service-card,.service-card.is-featured,.project-card,.project-telegram-tools{grid-column:auto}.service-card{min-height:375px;padding:22px;border-radius:24px}.project-card{min-height:340px;padding:23px;border-radius:24px}.status-layout{padding-top:74px;padding-bottom:74px}.status-title{align-items:flex-start}.status-title svg{margin-top:5px;flex:0 0 auto}.status-line{grid-template-columns:16px 1fr}.status-line small{grid-column:2;padding-bottom:13px}.footer-inner{min-height:220px;grid-template-columns:1fr auto}.footer-inner nav{grid-column:1;grid-row:2}.to-top{grid-column:2;grid-row:1}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom span:last-child{display:none}}.service-meta{display:block;margin-top:14px;color:var(--accent);font-size:11px;font-weight:750}.community-section{padding:108px 0 120px}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.community-card{--community-accent: var(--violet);--community-bg: var(--violet-bg);min-height:280px;padding:26px;display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--community-accent) 14%,var(--line));border-radius:28px;background:var(--community-bg);transition:transform .2s ease,box-shadow .2s ease}.community-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.community-blue{--community-accent: var(--blue);--community-bg: var(--blue-bg)}.community-coral{--community-accent: var(--coral);--community-bg: var(--coral-bg)}.community-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:color-mix(in srgb,var(--surface) 74%,transparent);color:var(--community-accent)}.brand-icon{width:32px;height:32px;display:inline-grid;place-items:center;flex:0 0 auto}.brand-icon img{width:100%;height:100%;display:block;object-fit:contain}.brand-icon-discord{width:40px;height:40px;padding:8px;border-radius:13px;background:#5865f2}.brand-icon-steam{width:38px;height:38px}.preview-icon .brand-icon,.service-icon .brand-icon{width:40px;height:40px}.guide-large-icon .brand-icon{width:48px;height:48px}.footer-social .brand-icon{width:22px;height:22px}.footer-social .brand-icon-discord{width:26px;height:26px;padding:5px;border-radius:9px}.support-actions .brand-icon{width:22px;height:22px}.support-actions .brand-icon-discord{width:26px;height:26px;padding:5px;border-radius:9px}.community-card h3{margin:30px 0 9px;font-size:24px}.community-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.community-card a{margin-top:auto;padding-top:24px;display:inline-flex;align-items:center;gap:7px;color:var(--community-accent);font-size:12px;font-weight:750}.footer-inner{grid-template-columns:1fr auto auto auto}.footer-social{display:flex;gap:8px}.footer-social a{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--muted)}.footer-social a:hover{color:var(--primary)}.guide-page{--guide-accent: var(--green);--guide-soft: var(--green-bg);padding-top:142px}.guide-blue{--guide-accent: var(--blue);--guide-soft: var(--blue-bg)}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.back-link:hover{color:var(--guide-accent)}.guide-hero{padding-bottom:88px}.guide-hero-grid{margin-top:42px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:60px;align-items:center}.guide-eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--guide-soft);color:var(--guide-accent);font-size:11px;font-weight:800}.guide-title h1{max-width:780px;margin:22px 0 24px;font-size:58px;line-height:1.04}.guide-title p{max-width:650px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.guide-address-panel{min-height:330px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid color-mix(in srgb,var(--guide-accent) 18%,var(--line));border-radius:32px;background:var(--guide-soft);box-shadow:var(--shadow-md)}.guide-large-icon{width:70px;height:70px;margin-bottom:auto;display:grid;place-items:center;border-radius:22px;background:color-mix(in srgb,var(--surface) 72%,transparent);color:var(--guide-accent)}.guide-address-panel>span:not(.guide-large-icon){color:var(--guide-accent);font-size:11px;font-weight:750}.guide-address-panel code{margin:8px 0 18px;font-size:15px;font-weight:700;overflow-wrap:anywhere}.guide-address-copy,.guide-action{min-height:48px;padding:12px 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:15px;background:var(--guide-accent);color:#fff;font-size:12px;font-weight:750;cursor:pointer}.guide-quick-actions{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.guide-action-wrap{min-width:0;display:flex;flex-direction:column;gap:8px}.guide-action-wrap .guide-action{width:100%}.guide-action-wrap small{padding-left:8px;color:var(--muted);font-size:10px}.guide-content-band{padding:96px 0;background:var(--surface-soft)}.guide-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:70px;align-items:start}.guide-section-heading{margin-bottom:34px}.guide-section-heading h2{max-width:650px;margin:10px 0 0;font-size:38px;line-height:1.12}.steps-list{display:grid;gap:14px}.guide-step{min-height:170px;padding:26px;display:grid;grid-template-columns:58px 1fr;gap:20px;border:1px solid var(--line);border-radius:24px;background:var(--surface)}.step-number{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:var(--guide-soft);color:var(--guide-accent);font-size:12px;font-weight:800}.guide-step h3{margin:2px 0 10px;font-size:21px}.guide-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.step-action{margin-top:18px}.step-action .guide-action{min-height:40px;padding:9px 13px;background:var(--guide-soft);color:var(--guide-accent)}.inline-address{margin-top:18px;padding:10px 10px 10px 14px;display:flex;align-items:center;gap:10px;border-radius:15px;background:var(--guide-soft)}.inline-address code{min-width:0;flex:1;overflow-wrap:anywhere;font-size:11px}.inline-address button{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:12px;background:var(--surface);color:var(--guide-accent);cursor:pointer}.guide-facts{position:sticky;top:110px;padding:27px;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:var(--shadow-sm)}.guide-fact{padding:17px 0;display:flex;flex-direction:column;gap:6px;border-bottom:1px solid var(--line)}.guide-fact:last-child{border-bottom:0}.guide-fact span{color:var(--muted);font-size:10px}.guide-fact strong,.guide-fact code{font-size:13px;overflow-wrap:anywhere}.guide-faq{padding-top:104px;padding-bottom:80px}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.faq-item{border:1px solid var(--line);border-radius:20px;background:var(--surface);overflow:hidden}.faq-item>button{width:100%;min-height:68px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;text-align:left;font-size:13px;font-weight:750;cursor:pointer}.faq-item>button svg{flex:0 0 auto;color:var(--guide-accent);transition:transform .18s ease}.faq-item.is-open>button svg{transform:rotate(180deg)}.faq-answer p{margin:0;padding:0 20px 20px;color:var(--muted);font-size:12px;line-height:1.7}.guide-support{margin-bottom:110px;padding:48px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;border-radius:32px;background:var(--primary);color:#fff}.guide-support .section-label{color:#ffffffb8}.guide-support h2{margin:9px 0 12px;font-size:34px}.guide-support p{max-width:650px;margin:0;color:#ffffffc7;font-size:13px;line-height:1.65}.support-actions{display:flex;gap:10px}.support-actions a{min-height:46px;padding:11px 15px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:#ffffff1f;font-size:11px;font-weight:750}.not-found{min-height:82vh;padding-top:180px;padding-bottom:90px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.not-found-code{color:var(--primary);font-size:15px;font-weight:800}.not-found h1{margin:14px 0;font-size:58px}.not-found p{margin:0 0 28px;color:var(--muted)}@media(max-width:1040px){.community-grid{grid-template-columns:1fr 1fr}.community-card:last-child{grid-column:1 / -1}.guide-hero-grid,.guide-content-grid{grid-template-columns:1fr}.guide-address-panel{min-height:280px}.guide-facts{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px}.guide-facts>.section-label{grid-column:1 / -1}.guide-support{grid-template-columns:1fr}}@media(max-width:720px){.community-section{padding:80px 0}.community-grid{grid-template-columns:1fr}.community-card:last-child{grid-column:auto}.community-card{min-height:250px;border-radius:24px}.footer-social{grid-column:1;grid-row:3}.guide-page{padding-top:112px}.guide-hero{padding-bottom:68px}.guide-hero-grid{margin-top:30px;gap:36px}.guide-title h1{font-size:42px}.guide-title p{font-size:15px}.guide-address-panel{min-height:260px;padding:23px;border-radius:26px}.guide-quick-actions{margin-top:28px;grid-template-columns:1fr}.guide-content-band{padding:76px 0}.guide-content-grid{gap:38px}.guide-section-heading h2{font-size:31px}.guide-step{min-height:0;padding:20px;grid-template-columns:44px 1fr;gap:14px;border-radius:21px}.step-number{width:42px;height:42px;border-radius:14px}.guide-step h3{font-size:18px}.guide-facts,.faq-list{grid-template-columns:1fr}.guide-faq{padding-top:78px;padding-bottom:62px}.guide-support{margin-bottom:80px;padding:28px;gap:28px;border-radius:26px}.guide-support h2{font-size:28px}.support-actions{flex-direction:column}.support-actions a{justify-content:center}.not-found h1{font-size:42px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
