:root{--buzz-yellow:#ffc400;--buzz-gold:#ffd633;--buzz-amber:#f5a900;--black:#08090b;--carbon:#0d0f12;--graphite:#15181d;--steel:#252a31;--white:#fff;--cloud:#d7dbe0;--muted:#8b929c;--online:#22c55e;--offline:#ef4444;--warning:#f59e0b;--info:#3b82f6;--maintenance:#a855f7;--yellow-glow:#ffc4002e;--yellow-glow-strong:#ffc40052;--font-display:"Rajdhani", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:7px;--radius-xl:10px;--container:1180px;--header-h:68px;--ease:.18s ease;--shadow-card:0 18px 50px #00000059}[data-status=online]{--status:var(--online)}[data-status=offline]{--status:var(--offline)}[data-status=warning]{--status:var(--warning)}[data-status=info]{--status:var(--info)}[data-status=maintenance]{--status:var(--maintenance)}[data-status=available]{--status:var(--online)}[data-status=out_of_stock]{--status:var(--maintenance)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);min-height:100vh;color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.6}#root{min-height:100vh}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.03em;line-height:1.05}.skip-link{z-index:100;background:var(--buzz-yellow);color:var(--black);border-radius:var(--radius-sm);padding:10px 14px;font-weight:700;position:absolute;top:-48px;left:16px}.skip-link:focus{top:16px}.container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}.eyebrow{color:var(--buzz-yellow);font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:700;display:inline-block}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::selection{background:var(--buzz-yellow);color:var(--black)}:focus-visible{outline:2px solid var(--buzz-yellow);outline-offset:3px}.brand-wordmark{align-items:center;min-width:0;display:inline-flex}.brand-wordmark img{background:0 0;width:auto;height:34px;display:block}.hive-bg,.lightning-art{width:100%;height:100%}.btn{min-height:46px;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;transition:background var(--ease), border-color var(--ease), color var(--ease), box-shadow var(--ease), transform var(--ease);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:13px;font-weight:700;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--buzz-yellow);color:var(--black);box-shadow:0 0 #ffc40000}.btn-primary:hover{background:var(--buzz-gold);box-shadow:0 0 24px var(--yellow-glow-strong)}.btn-secondary{color:var(--white);border:1px solid var(--white);background:0 0}.btn-secondary:hover{border-color:var(--buzz-yellow);color:var(--buzz-yellow)}.btn-outline{color:var(--buzz-yellow);border:1px solid var(--buzz-yellow);background:0 0}.btn-outline:hover{color:var(--buzz-gold);border-color:var(--buzz-gold);background:#ffc40014}.btn-ghost{color:var(--white);background:0 0;border:1px solid #ffffff47}.btn-ghost:hover{border-color:var(--white)}.btn-block{width:100%}.status-badge{color:var(--status,var(--muted));font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.status-dot{background:var(--status,var(--muted));width:8px;height:8px;box-shadow:0 0 10px var(--status,transparent);border-radius:50%}.section-heading{gap:12px;margin-bottom:36px;display:grid}.section-heading h2{text-transform:uppercase;font-size:clamp(32px,5vw,52px)}.section-heading h2 span{color:var(--buzz-yellow)}.section-heading.is-center{text-align:center;justify-items:center}.section-sub{max-width:560px;color:var(--muted)}.metric{gap:8px;display:grid}.metric-top{color:var(--cloud);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;font-size:12px;display:flex}.metric-top strong{color:var(--buzz-yellow);font-family:var(--font-display)}.metric-track{background:var(--graphite);border:1px solid var(--steel);border-radius:99px;height:8px;overflow:hidden}.metric-track span{background:var(--buzz-yellow);height:100%;box-shadow:0 0 12px var(--yellow-glow-strong);display:block}.card{background:var(--carbon);border:1px solid var(--steel);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color var(--ease), transform var(--ease), box-shadow var(--ease);padding:28px}.card:hover{border-color:#ffc40073;transform:translateY(-2px)}.card.is-featured{border-color:var(--buzz-yellow);box-shadow:0 0 0 1px #ffc4002e, var(--shadow-card)}.badge{background:var(--buzz-yellow);color:var(--black);font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;border-radius:4px;align-items:center;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.icon-box{width:42px;height:42px;color:var(--buzz-yellow);background:#ffc40014;border-radius:10px;place-items:center;margin-bottom:16px;display:grid}.form-field{gap:8px;display:grid}.form-field label{color:var(--cloud);font-size:13px;font-weight:600}.form-field input,.form-field textarea,.form-field select{background:var(--graphite);border:1px solid var(--steel);width:100%;min-height:46px;color:var(--white);border-radius:8px;padding:12px 14px}.form-field textarea{resize:vertical;min-height:140px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--buzz-yellow)}.form-error{color:var(--offline);font-size:13px}.form-success{color:var(--online);font-size:14px}.check-list{gap:10px;display:grid}.check-list li{color:var(--cloud);align-items:flex-start;gap:10px;display:flex}.check-list svg{color:var(--buzz-yellow);flex:none;margin-top:2px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell main{flex:1}.site-header{z-index:100;height:var(--header-h);background:#08090bf5;border-bottom:1px solid #252a31e6;position:sticky;top:0;overflow:visible}.header-inner{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:24px;height:100%;display:grid}.header-inner>.brand-wordmark,.header-actions{align-self:center}.desktop-nav{align-items:stretch;gap:19px;height:100%;display:flex}.desktop-nav>a,.nav-group>a{height:100%;color:var(--cloud);border-bottom:2px solid #0000;align-items:center;gap:4px;font-size:12px;font-weight:500;display:inline-flex}.desktop-nav>a.active{color:var(--buzz-yellow);border-bottom-color:var(--buzz-yellow)}.desktop-nav a:hover,.nav-group>a:hover,.nav-group>a.active{color:var(--buzz-yellow)}.nav-group{align-items:center;height:100%;display:flex;position:relative}.nav-menu{z-index:200;background:var(--carbon);border:1px solid var(--steel);opacity:0;visibility:hidden;pointer-events:none;border-radius:10px;gap:4px;min-width:180px;margin:0;padding:10px;display:grid;position:absolute;top:calc(100% - 1px);left:50%;transform:translate(-50%)}.nav-menu a{color:var(--cloud);border-radius:6px;padding:8px 10px}.nav-menu a:hover,.nav-menu a.active{background:var(--graphite);color:var(--buzz-yellow)}.nav-group.is-open .nav-menu{opacity:1;visibility:visible;pointer-events:auto}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.header-actions .btn{border-radius:4px;min-height:36px;padding:0 14px;font-size:10px}.account-actions{align-items:center;gap:10px;display:flex}.account-actions.is-mobile{gap:10px;width:100%;display:grid}.account-menu{position:relative}.account-trigger{min-height:36px;color:var(--white);font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ffffff8c;border-radius:2px;align-items:center;gap:8px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.account-trigger:hover{border-color:var(--white)}.account-dropdown{z-index:220;opacity:0;visibility:hidden;pointer-events:none;background:#0d0f12;border:1px solid #ffffff14;border-radius:6px;min-width:200px;padding:10px 0;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #00000073}.account-menu.is-open .account-dropdown{opacity:1;visibility:visible;pointer-events:auto}.account-group{padding:4px 0;display:grid}.account-group+.account-group{border-top:1px solid #ffffff1f;margin-top:4px;padding-top:8px}.account-dropdown a{color:var(--white);padding:9px 16px;font-size:13px;font-weight:500;display:block}.account-dropdown a:hover{color:var(--buzz-yellow);background:#ffffff0f}.account-menu.is-mobile{width:100%}.account-menu.is-mobile .account-trigger{justify-content:space-between;width:100%}.account-menu.is-mobile .account-dropdown{opacity:1;visibility:visible;pointer-events:auto;margin-top:10px;display:none;position:static}.account-menu.is-mobile.is-open .account-dropdown{display:block}.menu-toggle{color:var(--white);padding:8px;display:none}.mobile-nav{background:var(--black);border-bottom:1px solid var(--steel);padding:12px 20px 20px;display:none}.mobile-nav a{color:var(--cloud);border-bottom:1px solid var(--steel);padding:10px 0;display:block}.mobile-nav a.active,.mobile-nav a:hover{color:var(--buzz-yellow)}.mobile-nav .is-sub{color:var(--muted);padding-left:16px}.mobile-actions{gap:10px;margin-top:16px;display:grid}.site-footer{border-top:1px solid var(--steel);background:#07080a;padding:48px 0 22px}.footer-grid{grid-template-columns:1.4fr repeat(3,.8fr) 1fr;gap:28px;display:grid}.footer-logo img{height:48px}.site-footer .footer-logo{align-items:center;width:fit-content;margin-top:0;display:inline-flex}.footer-brand{text-align:left}.footer-brand p,.footer-help p,.site-footer a{color:var(--muted);font-size:12px}.site-footer a{margin-top:7px;display:block}.site-footer a:hover,.footer-email{color:var(--buzz-yellow)}.site-footer h3{letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:11px}.socials{gap:8px;margin:13px 0 11px;display:flex}.socials a{border:1px solid var(--steel);width:28px;height:28px;color:var(--white);border-radius:50%;place-items:center;margin-top:0;font-size:11px;font-weight:700;display:grid}.footer-copy{border-top:1px solid var(--steel);color:var(--muted);margin-top:32px;padding-top:16px;font-size:13px}@media (width<=980px){.header-inner{justify-content:space-between;display:flex}.desktop-nav,.header-login,.header-actions .account-menu:not(.is-mobile),.header-actions .account-actions:not(.is-mobile) .header-login{display:none}.menu-toggle,.mobile-nav{display:block}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr}.brand-wordmark img{height:36px}.footer-logo img{height:52px}}.showcase{background:var(--black);padding:42px 0 46px}.showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:46px;display:grid}.showcase-card{text-align:center;background:linear-gradient(145deg,#101318 0%,#0b0d10 100%);border:1px solid #252a31;border-radius:7px;flex-direction:column;align-items:center;min-height:306px;padding:35px 26px 26px;display:flex;position:relative}.showcase-icon{width:58px;height:58px;color:var(--buzz-yellow);place-items:center;margin-bottom:15px;display:grid}.product-icon{width:52px;height:52px}.product-icon.is-game{filter:drop-shadow(0 0 5px #ffc4004d);width:64px;height:48px}.showcase-card h3{letter-spacing:.02em;text-transform:uppercase;margin:0 0 11px;font-size:22px;font-style:italic;font-weight:800}.showcase-card p{color:#c5c9d0;max-width:260px;margin:0 0 24px;font-size:13px;line-height:1.55}.showcase-btn{width:min(190px,100%);min-height:42px;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;transition:background var(--ease), color var(--ease), border-color var(--ease), box-shadow var(--ease);border-radius:4px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:0 14px;font-size:10px;font-weight:800;display:inline-flex}.showcase-btn.is-outline{color:var(--white);border:1.5px solid var(--buzz-yellow);background:0 0}.showcase-btn.is-outline:hover{color:var(--buzz-yellow);background:#ffc4000f}.trusted-block{text-align:center;padding-top:2px}.trusted-label{color:#8b929c;letter-spacing:.18em;text-transform:uppercase;margin:0 0 25px;font-size:9px;font-weight:600}.trusted-logos{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 24px;display:flex}.trusted-logos li{flex:auto;justify-content:center;align-items:center;min-width:88px;display:flex}.trust-logo{object-fit:contain;filter:grayscale()brightness(0)invert();opacity:.78;width:auto;max-width:142px;height:34px}.trusted-logos li:first-child .trust-logo{height:31px}.trusted-logos li:nth-child(2) .trust-logo{filter:none;height:27px}.trusted-logos li:nth-child(3) .trust-logo{height:25px}.trusted-logos li:nth-child(4) .trust-logo{height:40px}.trusted-more{color:#c5c9d0;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;opacity:.82;font-size:13px;font-weight:700}@media (width<=980px){.showcase-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.trusted-logos{justify-content:center}.trusted-logos li{flex:none}}.hero{background:var(--black);align-items:center;min-height:620px;padding:0;display:flex;position:relative;overflow:hidden}.hero-hive{pointer-events:none;opacity:.9;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='64' viewBox='0 0 56 64'%3E%3Cpath d='M28 2L50 15V41L28 54L6 41V15L28 2Z' fill='none' stroke='%23FFC400' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E");background-size:56px 64px;position:absolute;inset:0}.hero-grid{z-index:1;width:100%;min-height:620px;padding-left:max(20px, calc((100% - var(--container)) / 2));grid-template-columns:minmax(320px,560px) minmax(0,1fr);align-items:center;gap:0;display:grid;position:relative}.hero-copy{z-index:2;max-width:560px;padding:64px 24px 64px 0;position:relative}.hero-copy .eyebrow{margin-bottom:18px}.hero-copy h1{letter-spacing:-.04em;text-transform:uppercase;margin:0 0 20px;font-size:clamp(50px,5.6vw,76px);font-style:italic;font-weight:800;line-height:.92}.hero-copy h1 span{color:var(--buzz-yellow)}.hero-lead{max-width:480px;color:var(--cloud);margin-bottom:28px;font-size:17px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.hero-actions .btn{border-radius:6px;min-height:48px;padding:0 22px}.hero-actions .btn-outline{color:var(--white);border-color:var(--buzz-yellow)}.hero-actions .btn-outline:hover{color:var(--buzz-yellow);background:#ffc40014}.trust-row{color:var(--buzz-yellow);font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;flex-wrap:wrap;gap:18px 28px;font-size:12px;font-weight:700;display:flex}.trust-row li{align-items:center;gap:8px;display:inline-flex}.trust-row svg{color:var(--buzz-yellow);flex:none}.hero-visual{z-index:1;pointer-events:none;justify-content:flex-end;align-items:center;width:100%;height:100%;min-height:620px;display:flex;position:relative;overflow:visible}.hero-visual-img{object-fit:contain;object-position:right center;width:min(1400px,78vw);max-width:none;height:auto;min-height:660px;image-rendering:-webkit-optimize-contrast;background:0 0;margin-right:-6vw;display:block}.section{padding:64px 0}.feature-grid,.pricing-grid{gap:20px;display:grid}.pricing-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(6,1fr)}.feature-card,.pricing-card{flex-direction:column;min-height:100%;display:flex}.features-section{background:linear-gradient(180deg, #0a0c0f 0%, var(--black) 100%);border-top:1px solid #252a3199;padding-top:70px}.features-section .section-heading{margin-bottom:34px}.features-section .section-heading h2{font-size:clamp(31px,3vw,42px);font-style:italic;line-height:.95}.feature-card{text-align:center;min-width:0;box-shadow:none;background:linear-gradient(145deg,#111419 0%,#0c0e11 100%);border-color:#242a31;align-items:center;padding:24px 17px 22px}.feature-card:hover{transform:none}.feature-card .icon-box{background:0 0;width:38px;height:38px;margin-bottom:14px}.feature-card h3{text-transform:uppercase;margin-bottom:9px;font-size:16px;font-style:italic}.feature-card p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.pricing-card h3{margin-bottom:10px;font-size:24px}.price-blurb{color:var(--muted);margin-bottom:22px}.pricing-card .btn{margin-top:auto}.stats{padding:0 0 62px}.stats-grid{background:var(--carbon);border:1px solid var(--steel);border-radius:6px;grid-template-columns:repeat(4,1fr);gap:16px;padding:26px 20px;display:grid}.stats-grid article{text-align:center;justify-items:center;display:grid}.stats-grid .icon-box{background:0 0;width:34px;height:34px;margin-bottom:5px}.stats-grid strong{font-family:var(--font-display);color:var(--buzz-yellow);font-size:31px;line-height:1;display:block}.stats-grid span{color:var(--muted);font-size:11px}.price{font-family:var(--font-display);margin:8px 0 10px;font-size:44px;line-height:1}.price span{color:var(--muted);font-size:16px}.pricing-card .check-list{margin-bottom:24px}.pricing-section{padding-top:18px}.pricing-section .section-heading{margin-bottom:30px}.pricing-section .section-heading h2{font-size:clamp(32px,3.2vw,44px);font-style:italic}.pricing-card{box-shadow:none;background:linear-gradient(145deg,#111419 0%,#0b0d10 100%);border-color:#ffc40075;border-radius:6px;padding:27px 25px 24px}.pricing-card:hover{transform:none}.pricing-title{align-items:center;gap:10px;display:flex}.pricing-title .icon-box{background:0 0;width:28px;height:28px;margin:0}.pricing-title h3{text-transform:uppercase;margin:0;font-size:17px;font-style:italic}.pricing-card .price{margin-top:4px;font-size:44px}.pricing-card .price-blurb{margin:14px 0 0;font-size:12px}.pricing-card .check-list{gap:8px}.pricing-card .check-list li{font-size:12px}.pricing-card .btn{border-radius:4px;min-height:42px;font-size:10px}.final-cta{border:1px solid var(--steel);width:min(var(--container), calc(100% - 40px));background:radial-gradient(circle at 88% 30%,#ffc4001f,#0000 28%),linear-gradient(90deg,#08090b 30%,#101318 100%);border-radius:7px;margin:0 auto 58px;padding:58px 0;position:relative;overflow:hidden}.final-cta-bolts{pointer-events:none;opacity:.85;width:320px;height:140%;position:absolute;top:-20%;right:0}.final-cta-inner{grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;display:grid}.final-cta h2{text-transform:uppercase;margin-top:10px;font-size:clamp(34px,4vw,50px);font-style:italic}.final-cta h2 span{color:var(--buzz-yellow)}.final-cta-copy p{color:var(--cloud);margin-bottom:22px}.deploy-icon{width:22px;height:22px}@media (width<=980px){.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:36px 20px 0}.hero-copy{padding:0 0 24px}.hero-visual{justify-content:center;min-height:360px}.hero-visual-img{width:150%;min-height:0;margin-right:0}.feature-grid,.pricing-grid,.stats-grid,.final-cta-inner{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(40px,12vw,64px)}}.page{padding:64px 0 88px}.page-hero{gap:14px;max-width:720px;margin-bottom:40px;display:grid}.page-hero h1{text-transform:uppercase;font-size:clamp(36px,6vw,62px)}.page-hero h1 span,.page-hero .accent{color:var(--buzz-yellow)}.page-hero p{color:var(--cloud);font-size:18px}.game-grid,.plan-grid,.article-grid,.split-grid{gap:20px;display:grid}.game-grid,.plan-grid,.article-grid{grid-template-columns:repeat(3,1fr)}.game-select{grid-template-columns:1fr 1fr;gap:20px;display:grid}.split-grid{grid-template-columns:1.1fr .9fr;align-items:start}.panel-preview{background:var(--carbon);border:1px solid var(--steel);border-radius:16px;padding:24px;box-shadow:0 0 40px #ffc4000f}.panel-preview header{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.panel-kicker{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px}.panel-preview h3{align-items:center;gap:8px;font-size:26px;display:flex}.panel-metrics{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px;display:grid}.panel-actions{flex-wrap:wrap;gap:10px;display:flex}.vps-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.vps-card{background:var(--carbon);border:1px solid var(--steel);border-radius:14px;padding:22px;scroll-margin-top:96px}.vps-card header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.vps-card h3{letter-spacing:.04em;font-size:18px}.vps-card .loc{color:var(--muted);font-size:13px}.vps-specs{border-top:1px solid var(--steel);border-bottom:1px solid var(--steel);grid-template-columns:1fr 1fr;gap:14px 18px;margin-bottom:16px;padding:16px 0;display:grid}.vps-specs dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.vps-specs dd{font-family:var(--font-display);font-size:20px}.vps-meta{color:var(--cloud);justify-content:space-between;margin-bottom:16px;font-size:14px;display:flex}.vps-price{font-family:var(--font-display);font-size:28px}.narrow{max-width:560px;margin-inline:auto}.auth-card,.legal-wrap,.article-body{background:var(--carbon);border:1px solid var(--steel);border-radius:16px;padding:32px}.auth-card h1,.legal-wrap h1{margin-bottom:8px}.legal-wrap h2,.article-body h2{margin:28px 0 10px;font-size:22px}.legal-wrap p,.article-body p{color:var(--cloud);margin-bottom:12px}.stack{gap:16px;display:grid}.status-table{border-collapse:collapse;background:var(--carbon);border:1px solid var(--steel);border-radius:14px;width:100%;overflow:hidden}.status-table th,.status-table td{text-align:left;border-bottom:1px solid var(--steel);padding:16px 18px}.status-table th{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px}.wizard-steps{gap:10px;margin-bottom:28px;display:flex}.wizard-steps span{background:var(--steel);border-radius:99px;flex:1;height:4px}.wizard-steps span.is-on{background:var(--buzz-yellow)}.choice-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.choice{text-align:left;background:var(--carbon);border:1px solid var(--steel);border-radius:12px;padding:20px}.choice.is-on,.choice:hover{border-color:var(--buzz-yellow)}.deploy-page{min-height:calc(100vh - var(--header-h));background:radial-gradient(circle at 80% 10%, #ffc4000f, transparent 26%), var(--black);padding-top:52px}.deploy-container{max-width:1040px}.deploy-hero{max-width:none;margin-bottom:30px}.deploy-hero h1{font-size:clamp(48px,6vw,72px);font-style:italic}.deploy-lead{align-items:center;gap:10px;display:flex}.wizard-progress{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:34px;display:grid}.wizard-progress div{gap:7px;display:grid}.wizard-progress span{background:var(--steel);border-radius:99px;height:4px}.wizard-progress small{color:var(--muted);font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.wizard-progress .is-on span{background:var(--buzz-yellow);box-shadow:0 0 10px #ffc40033}.wizard-progress .is-on small{color:var(--cloud)}.product-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.deploy-page .choice{min-height:158px;transition:border-color var(--ease), background var(--ease), transform var(--ease);background:linear-gradient(145deg,#111419 0%,#0b0d10 100%);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:22px;display:grid;position:relative}.deploy-page .choice:hover{background:#12161b;transform:translateY(-2px)}.deploy-page .choice .icon-box{background:#ffc40014;width:44px;height:44px;margin:0}.choice-copy{gap:6px;min-width:0;display:grid}.choice-copy strong{color:var(--white);font-family:var(--font-display);font-size:19px;font-weight:700;line-height:1.1}.choice-copy>span{color:var(--muted);font-size:12px;line-height:1.45}.choice-arrow{color:var(--steel);transition:color var(--ease), transform var(--ease)}.choice:hover .choice-arrow{color:var(--buzz-yellow);transform:translate(3px)}.plan-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-choice-grid .choice{min-height:112px}.plan-check{color:var(--steel)}.choice.is-on .plan-check{color:var(--buzz-yellow)}.choice-price{color:var(--buzz-yellow);font-family:var(--font-display);white-space:nowrap;font-size:24px;font-weight:700}.choice-price small{color:var(--muted);font-size:11px}.wizard-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.deploy-form{max-width:680px;margin-inline:auto}.deploy-complete{text-align:center;justify-items:center;max-width:680px;margin-inline:auto}.deploy-complete>svg{color:var(--online)}.deploy-complete .btn-primary{color:var(--black)}.deploy-muted{color:var(--muted)}.kb-card a,.page-hero a,.auth-card a,.soft-copy a{color:var(--buzz-yellow)}.soft-copy{color:var(--muted);margin-top:24px}.service-unavailable{padding:0}.su-hero{background:var(--black);align-items:center;min-height:620px;padding:0;display:flex;position:relative;overflow:hidden}.su-hero .hero-actions{margin-bottom:0}.kb-card h3{margin-bottom:8px}.kb-card .meta{color:var(--muted);margin-bottom:10px;font-size:13px}@media (width<=980px){.game-grid,.game-select,.plan-grid,.article-grid,.split-grid,.vps-grid,.choice-grid,.panel-metrics{grid-template-columns:1fr}.deploy-page .choice{min-height:120px}}
