:root {
  --ink: #161617;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --blue: #0071e3;
  --paper: #f5f5f7;
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
main { overflow: hidden; }

.nav {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  width: min(940px, calc(100% - 28px));
  height: 50px;
  padding: 0 10px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 17px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  backdrop-filter: saturate(180%) blur(20px);
  transform: translateX(-50%);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 720; letter-spacing: -.02em; }
.brand-mark { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #171719; font-size: 13px; font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: 12px; color: #444448; }
.nav-links a:hover { color: #000; }
.nav-buy { padding: 7px 16px; color: #fff; border-radius: 999px; background: var(--blue); font-size: 12px; font-weight: 600; }

.hero {
  position: relative;
  padding: 145px 22px 100px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0, #fbfcff 58%, #fff 100%);
}
.hero-copy { position: relative; z-index: 3; width: min(980px, 100%); margin: 0 auto; }
.product-pill { width:max-content; margin:0 auto 23px; padding:8px 13px; display:flex; align-items:center; gap:8px; border:1px solid #dedee3; border-radius:999px; color:#454549; background:rgba(255,255,255,.8); font-size:13px; font-weight:650; box-shadow:0 6px 20px rgba(0,0,0,.04); }
.product-pill span { width:7px; height:7px; border-radius:50%; background:#34c759; box-shadow:0 0 0 4px rgba(52,199,89,.12); }
.eyebrow { margin: 0 0 18px; color: #bf4800; font-size: 17px; line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
.hero h1, .statement h2, .section-heading h2, .showcase h2, .tutorial h2, .faq h2, .price-card h2 {
  margin: 0;
  font-size: clamp(52px, 5.65vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
}
.hero h1 span, .statement h2 span { color: #86868b; }
.hero h1 { font-size:clamp(48px,5.4vw,74px); line-height:1.04; letter-spacing:-.062em; }
.hero-lead { max-width: 720px; margin: 28px auto 0; color: #6e6e73; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.45; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; justify-content:center; gap: 25px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border-radius: 999px; font-size: 16px; font-weight: 620; }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 9px 25px rgba(0,113,227,.23); }
.button.primary:hover { background: #0077ed; transform: translateY(-1px); }
.text-button { padding: 0; color: var(--blue); }
.text-button span { margin-left: 6px; font-size: 24px; }
.microcopy { margin-top: 18px; color: #86868b; font-size: 12px; }
.hero-art { position:relative; width:min(1240px,100%); height:clamp(420px,54vw,690px); margin:58px auto 0; overflow:hidden; border-radius:42px; background:#dceeff; box-shadow:0 45px 110px rgba(51,91,139,.20); }
.hero-art>img { width:100%; height:100%; object-fit:cover; object-position:center 53%; }
.hero-art::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 0 1px rgba(255,255,255,.7); border-radius:inherit; }
.hero-art figcaption { position:absolute; left:24px; right:24px; bottom:24px; min-height:72px; padding:13px 17px; display:flex; align-items:center; justify-content:space-between; gap:25px; border:1px solid rgba(255,255,255,.72); border-radius:20px; color:#151517; background:rgba(255,255,255,.78); box-shadow:0 18px 45px rgba(31,65,102,.18); backdrop-filter:blur(24px) saturate(150%); }
.hero-art figcaption>div:first-child { display:flex; align-items:center; gap:13px; text-align:left; }
.hero-art figcaption p,.hero-art figcaption b,.hero-art figcaption small { display:block; margin:0; }
.hero-art figcaption b { font-size:14px; }
.hero-art figcaption small { margin-top:4px; color:#737378; font-size:11px; }
.status-dot { width:12px; height:12px; flex:0 0 auto; border-radius:50%; background:#34c759; box-shadow:0 0 0 7px rgba(52,199,89,.15); }
.hero-specs { display:flex; gap:8px; }
.hero-specs span { padding:8px 11px; border-radius:999px; color:#56565b; background:rgba(245,245,247,.85); font-size:11px; font-weight:600; }

.section-pad { width:min(1200px, calc(100% - 44px)); margin:0 auto; padding:130px 0; }
.statement { max-width:980px; text-align:center; }
.statement h2 { font-size:clamp(48px,7vw,88px); }
.statement>p:last-child { max-width:760px; margin:32px auto 0; color:var(--muted); font-size:22px; line-height:1.5; }
.advantage-section { padding-top:80px; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:50px; margin-bottom:55px; }
.section-heading h2 { font-size:clamp(44px,5vw,68px); }
.section-heading>p { max-width:390px; margin:0 0 4px; color:var(--muted); font-size:18px; line-height:1.5; }
.advantage-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.advantage-card { position:relative; min-height:470px; padding:38px; overflow:hidden; border-radius:var(--radius); background:#f5f5f7; }
.card-number { color:rgba(0,0,0,.33); font-size:13px; font-weight:700; }
.advantage-card h3 { position:absolute; z-index:2; left:38px; bottom:115px; margin:0; max-width:430px; font-size:33px; letter-spacing:-.04em; }
.advantage-card p { position:absolute; z-index:2; left:38px; right:38px; bottom:35px; margin:0; color:var(--muted); line-height:1.55; }
.feature-visual { position:absolute; top:42px; right:38px; width:220px; height:205px; padding:26px; display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-end; overflow:hidden; border:1px solid rgba(255,255,255,.65); border-radius:30px; box-shadow:inset 0 1px rgba(255,255,255,.8),0 24px 50px rgba(0,0,0,.08); }
.feature-visual::before { content:""; position:absolute; width:150px; height:150px; right:-25px; top:-35px; border-radius:50%; background:rgba(255,255,255,.48); filter:blur(2px); }
.feature-visual span { position:relative; font-size:30px; font-weight:780; letter-spacing:-.055em; }
.feature-visual small { position:relative; margin-top:4px; color:rgba(0,0,0,.48); font-size:11px; font-weight:650; text-transform:uppercase; letter-spacing:.08em; }
.blue .feature-visual{background:linear-gradient(145deg,#ddebff,#79adff)}.violet .feature-visual{background:linear-gradient(145deg,#eee5ff,#a58de9)}.green .feature-visual{background:linear-gradient(145deg,#e0f8de,#7bc98d)}.orange .feature-visual{background:linear-gradient(145deg,#fff0d2,#efb15e)}

.dark-section { color:#f5f5f7; background:#050507; }
.light-heading .eyebrow { color:#ff9f0a; }
.light-heading>div:first-child { max-width:680px; }
.compatibility { width:190px; padding:22px; border:1px solid #2e2e32; border-radius:22px; background:#111114; }
.compatibility span { display:block; margin-bottom:14px; color:#86868b; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.compatibility img { width:145px; }
.module-list { border-top:1px solid #343438; }
.module-row { display:grid; grid-template-columns:80px 260px 1fr; gap:25px; align-items:center; padding:38px 0; border-bottom:1px solid #343438; }
.module-index { color:#63636a; font-size:13px; }.module-row small{color:#86868b;font-size:12px}.module-row h3{margin:5px 0 0;font-size:31px;letter-spacing:-.035em}.module-row p{max-width:620px;margin:0;color:#a1a1a6;font-size:17px;line-height:1.55}.asset-note{margin:22px 0 0;color:#63636a;font-size:11px}

.explosives-section { position:relative; display:grid; grid-template-columns:1.02fr .98fr; gap:70px; align-items:center; margin-top:95px; margin-bottom:95px; padding:72px!important; overflow:hidden; border-radius:44px; color:#f5f5f7; background:radial-gradient(circle at 78% 25%,rgba(255,149,0,.22),transparent 29%),linear-gradient(145deg,#17120d,#09090b 58%,#17100a); box-shadow:0 38px 90px rgba(50,28,4,.2); }
.explosives-section::before { content:""; position:absolute; width:330px; height:330px; right:-130px; bottom:-180px; border:1px solid rgba(255,159,10,.22); border-radius:50%; box-shadow:0 0 0 55px rgba(255,159,10,.035),0 0 0 115px rgba(255,159,10,.02); }
.explosives-copy { position:relative; z-index:2; }.explosives-copy .eyebrow{color:#ff9f0a}.explosives-copy h2{margin:0;font-size:clamp(50px,5.4vw,76px);line-height:.98;letter-spacing:-.065em}.explosives-copy h2 span{color:#87878d}.explosives-copy>p:not(.eyebrow){max-width:650px;margin:27px 0 0;color:#aaaab0;font-size:18px;line-height:1.65}.explosives-copy .pill-row span{color:#d0d0d5;background:#29251f}.explosives-copy .text-button{color:#ffb340}
.explosives-visual { position:relative; z-index:2; min-height:500px; display:grid; align-content:end; gap:12px; }.explosives-visual article{position:relative;padding:24px 27px;border:1px solid rgba(255,255,255,.1);border-radius:23px;background:rgba(33,31,29,.82);backdrop-filter:blur(16px)}.explosives-visual article:nth-of-type(2){margin-left:58px}.explosives-visual article small,.explosives-visual article strong{display:block}.explosives-visual article small{color:#99999f;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.explosives-visual article strong{margin:8px 0 5px;color:#ffad28;font-size:27px;letter-spacing:-.04em}.explosives-visual article p{margin:0;color:#a5a5aa;font-size:12px}.blast-orbit{position:absolute;top:20px;left:50%;width:220px;height:220px;transform:translateX(-50%);display:grid;place-items:center;border:1px solid rgba(255,159,10,.25);border-radius:50%;box-shadow:inset 0 0 60px rgba(255,125,0,.08),0 0 70px rgba(255,125,0,.09)}.blast-orbit::before,.blast-orbit::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}.blast-orbit::before{inset:34px}.blast-orbit::after{inset:69px;background:#ff9f0a;box-shadow:0 0 45px rgba(255,159,10,.55)}.blast-orbit span{position:relative;z-index:2;color:#1d1000;font-size:10px;font-weight:900;letter-spacing:.08em}.blast-orbit i{position:absolute;width:10px;height:10px;border-radius:50%;background:#ffb340;box-shadow:0 0 15px #ff9f0a}.blast-orbit i:nth-child(1){top:7px}.blast-orbit i:nth-child(2){right:17px;bottom:38px}.blast-orbit i:nth-child(3){left:14px;bottom:44px}

.showcase { display:grid; grid-template-columns:.82fr 1.18fr; gap:80px; align-items:center; }
.showcase h2 { font-size:clamp(48px,6vw,76px); }
.showcase-copy>p:not(.eyebrow) { margin:28px 0 0; color:var(--muted); font-size:19px; line-height:1.55; }
.pill-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }.pill-row span{padding:8px 12px;border-radius:999px;background:#f0f0f2;color:#55555a;font-size:12px}
.inventory-demo { padding:26px; border-radius:32px; background:linear-gradient(145deg,#202125,#101114); box-shadow:0 35px 80px rgba(0,0,0,.2); }
.demo-top { display:flex; justify-content:space-between; margin-bottom:20px; color:#75757c; font-size:11px; letter-spacing:.08em; }.demo-top b{color:#ff9f0a}
.inventory-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:9px; }.slot{aspect-ratio:1;position:relative;border:1px solid #44454b;border-radius:12px;background:#292a2f;box-shadow:inset 0 0 0 5px #232429}.slot::after{content:"";position:absolute;inset:25%;border-radius:5px;box-shadow:inset -5px -5px rgba(0,0,0,.13)}.slot-0::after{background:#63b455}.slot-1::after{background:#57a3e8}.slot-2::after{background:#bd7b47}.slot-3::after{background:#e2b441}.slot-4::after{background:#8d6bd2}.slot-5::after{background:#9ca2a9}
.drop-line { display:flex; align-items:center; gap:15px; margin-top:18px; padding:17px; border:1px solid #34353b; border-radius:17px; background:#1c1d21; color:#fff; }.drop-line b,.drop-line small{display:block}.drop-line b{font-size:14px}.drop-line small{margin-top:4px;color:#8e8e93;font-size:11px}.drop-cube{width:38px;height:38px;border:5px solid #f7cd59;background:#f4b625;box-shadow:inset -7px -7px #d9980c;transform:rotate(10deg)}

.tutorial { padding-top:150px; }
.tutorial-intro { display:grid; grid-template-columns:1fr 1fr; column-gap:60px; align-items:end; margin-bottom:50px; }.tutorial-intro .eyebrow{grid-column:1/-1}.tutorial-intro h2{font-size:clamp(48px,5.5vw,72px)}.tutorial-intro>p:last-child{margin:0 0 4px;color:var(--muted);font-size:18px;line-height:1.55}
.steps { border-top:1px solid var(--line); }
.step { display:grid; grid-template-columns:75px 1fr 1.1fr; gap:30px; align-items:start; padding:37px 0; border-bottom:1px solid var(--line); }.step-number{padding-top:4px;color:#86868b;font-size:13px;font-weight:700}.step h3{margin:0 0 10px;font-size:25px;letter-spacing:-.03em}.step p{margin:0;color:var(--muted);line-height:1.55}.step pre{margin:0;padding:19px 20px;overflow:auto;border-radius:15px;background:#f5f5f7;color:#313137;font-family:"SFMono-Regular",Consolas,monospace;font-size:12px;line-height:1.65;white-space:pre-wrap}.step code,.faq code{font-family:"SFMono-Regular",Consolas,monospace}

.commands { padding-top:25px; }
.command-panel { display:grid; grid-template-columns:.9fr 1.1fr; gap:65px; padding:60px; border-radius:var(--radius); background:linear-gradient(135deg,#eff6ff,#f7f1ff); }.command-copy h2{margin:0;font-size:clamp(40px,4vw,58px);line-height:1.02;letter-spacing:-.055em}.command-copy>p:last-child{color:var(--muted);line-height:1.55}.command-copy code{font-family:Consolas,monospace;font-size:.88em}.command-list{border-top:1px solid rgba(0,0,0,.12)}.command-list div{display:flex;justify-content:space-between;gap:20px;padding:19px 0;border-bottom:1px solid rgba(0,0,0,.12)}.command-list code{color:#171719;font-family:Consolas,monospace;font-size:13px}.command-list span{color:var(--muted);font-size:13px;text-align:right}

.faq { max-width:980px; }.faq h2{font-size:clamp(44px,5vw,68px);margin-bottom:55px}.faq-list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;align-items:center;padding:28px 0;cursor:pointer;list-style:none;font-size:21px;font-weight:620;letter-spacing:-.02em}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:25px;font-weight:300;transition:transform .2s}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{max-width:790px;margin:-8px 0 28px;color:var(--muted);font-size:16px;line-height:1.65}

.buy-section { padding:120px 22px; background:#f5f5f7; }.price-card{width:min(890px,100%);margin:0 auto;padding:85px 50px;text-align:center;border-radius:44px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.07)}.price-card h2{font-size:clamp(48px,6vw,76px)}.price{display:flex;align-items:baseline;justify-content:center;margin:35px 0 8px}.price sup{align-self:flex-start;margin-top:17px;font-size:25px}.price strong{font-size:90px;line-height:1;letter-spacing:-.07em}.price span{margin-left:10px;color:var(--muted);font-size:14px}.price-card>p:not(.eyebrow){color:var(--muted);font-size:17px}.button.large{min-height:54px;margin-top:20px;padding:0 34px}.price-card>small{display:block;margin-top:18px;color:#86868b}
footer { width:min(1200px,calc(100% - 44px)); margin:0 auto; padding:42px 0 55px; display:grid; grid-template-columns:180px 1fr auto; gap:35px; align-items:start; color:#86868b; font-size:11px; line-height:1.5; }.footer-brand{color:#1d1d1f}.footer-brand .brand-mark{width:24px;height:24px;font-size:11px}footer p{margin:0}footer>div:last-child{display:flex;gap:18px}footer a:hover{text-decoration:underline}

@media (max-width: 900px) {
  .hero{padding-top:130px}.hero-art{height:560px}.advantage-card{min-height:430px}.explosives-section,.showcase,.tutorial-intro,.command-panel{grid-template-columns:1fr}.explosives-section{padding:55px!important}.showcase{gap:50px}.module-row{grid-template-columns:55px 180px 1fr}.step{grid-template-columns:55px 1fr}.step pre{grid-column:2}.command-panel{gap:38px}footer{grid-template-columns:1fr 1fr}footer p{grid-column:1/-1;grid-row:2}footer>div:last-child{justify-content:flex-end}
}

@media (max-width: 640px) {
  .nav{top:8px;width:calc(100% - 16px)}.nav-links{display:none}.hero{padding:116px 14px 60px}.hero h1{font-size:43px;line-height:1.08}.hero-lead{font-size:17px}.hero-actions{flex-direction:column;gap:8px}.microcopy{line-height:1.5}.hero-art{height:450px;margin-top:40px;border-radius:26px}.hero-art>img{object-position:58% center}.hero-art figcaption{left:12px;right:12px;bottom:12px;padding:12px 15px}.hero-specs{display:none}.section-pad{width:calc(100% - 36px);padding:90px 0}.statement h2,.section-heading h2,.explosives-copy h2,.showcase h2,.tutorial h2,.faq h2,.price-card h2{font-size:43px}.statement>p:last-child{font-size:18px}.section-heading{display:block}.section-heading>p{margin-top:22px}.advantage-grid{grid-template-columns:1fr}.advantage-card{min-height:430px;padding:28px}.advantage-card h3{left:28px;bottom:130px}.advantage-card p{left:28px;right:28px}.feature-visual{right:25px;width:205px;height:190px}.light-heading{display:flex;align-items:flex-start;flex-direction:column}.compatibility{margin-top:25px}.module-row{grid-template-columns:42px 1fr;gap:15px;padding:30px 0}.module-row p{grid-column:2}.explosives-section{width:calc(100% - 24px);margin-top:55px;margin-bottom:55px;padding:38px 25px!important;border-radius:29px}.explosives-visual{min-height:470px}.explosives-visual article:nth-of-type(2){margin-left:0}.inventory-demo{padding:17px}.inventory-grid{gap:5px}.slot{border-radius:7px}.tutorial-intro{gap:25px}.step{grid-template-columns:38px 1fr;gap:12px}.step pre{grid-column:1/-1;margin-top:10px}.command-panel{padding:30px 22px}.command-list div{display:block}.command-list span{display:block;margin-top:6px;text-align:left}.faq summary{font-size:18px;gap:15px}.buy-section{padding:70px 16px}.price-card{padding:55px 20px;border-radius:30px}.price strong{font-size:74px}footer{grid-template-columns:1fr}footer p,footer>div:last-child{grid-column:auto;grid-row:auto}footer>div:last-child{justify-content:flex-start;flex-wrap:wrap}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .float-card { animation:none; }
  * { transition:none !important; }
}

/* Authorization portal */
.login-page,.portal-page { min-height:100vh; background:#f5f5f7; }
.login-shell { min-height:100vh; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr); }
.login-visual { position:relative; min-height:720px; margin:14px; overflow:hidden; border-radius:34px; background:#dbeeff; }
.login-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 44%,rgba(5,15,28,.08) 63%,rgba(5,12,23,.72)); }
.login-visual>img { width:100%; height:100%; object-fit:cover; object-position:57% center; }
.login-visual-copy { position:absolute; z-index:2; left:clamp(34px,5vw,78px); right:50px; bottom:clamp(38px,6vw,80px); color:#fff; }
.login-visual-copy>span { font-size:11px; font-weight:750; letter-spacing:.16em; opacity:.72; }
.login-visual-copy h2 { margin:17px 0 15px; font-size:clamp(42px,5vw,72px); line-height:1; letter-spacing:-.06em; }
.login-visual-copy p { margin:0; font-size:17px; opacity:.78; }
.login-card { width:min(460px,calc(100% - 60px)); margin:auto; padding:50px 0; }
.portal-brand { display:flex; align-items:center; gap:10px; width:max-content; }
.portal-brand>span { width:30px; height:30px; display:grid; place-items:center; border-radius:9px; color:#fff; background:#171719; font-size:13px; font-weight:800; }
.portal-brand b { font-size:17px; letter-spacing:-.025em; }
.login-heading { margin:75px 0 34px; }
.login-heading>p,.portal-title>div:first-child>p,.grant-card>p,.table-toolbar p { margin:0 0 12px; color:#0071e3; font-size:11px; font-weight:750; letter-spacing:.14em; }
.login-heading h1 { margin:0 0 13px; font-size:38px; letter-spacing:-.05em; }
.login-heading>span { color:#77777d; font-size:14px; line-height:1.5; }
.portal-form { display:grid; }
.portal-form label,.grant-card label,.claim-form label { margin:0 0 8px; color:#59595e; font-size:12px; font-weight:650; }
.portal-form input,.grant-card input,.grant-card textarea,.claim-form input,.table-toolbar input { width:100%; border:1px solid #d2d2d7; outline:none; color:#1d1d1f; background:#fff; transition:border-color .2s,box-shadow .2s; }
.portal-form input { height:54px; padding:0 16px; border-radius:14px; font-size:16px; }
.portal-form input:focus,.grant-card input:focus,.grant-card textarea:focus,.claim-form input:focus,.table-toolbar input:focus { border-color:#0071e3; box-shadow:0 0 0 4px rgba(0,113,227,.11); }
.portal-form .code-input { height:68px; text-align:center; font-size:28px; font-weight:760; letter-spacing:.35em; }
.portal-primary { min-height:52px; margin-top:15px; border:0; border-radius:14px; color:#fff; background:#0071e3; font-weight:680; cursor:pointer; }
.portal-primary:hover:not(:disabled) { background:#0077ed; }
.portal-primary:disabled,.row-actions button:disabled { cursor:not-allowed; opacity:.45; }
.login-links { display:flex; justify-content:space-between; margin-top:18px; }
.login-links button { padding:0; border:0; color:#0071e3; background:none; font-size:12px; cursor:pointer; }
.login-links button:disabled { color:#aaa; }
.form-message { margin:16px 0 0; padding:12px 14px; border-radius:12px; font-size:12px; line-height:1.5; }
.form-message.success { color:#177536; background:#ebf8ee; }
.form-message.error { color:#b42318; background:#fff0ef; }
.login-terms { margin:25px 0 0; color:#9a9a9f; font-size:11px; line-height:1.55; }

.portal-header { position:sticky; z-index:20; top:0; height:62px; padding:0 max(24px,calc((100vw - 1280px)/2)); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(0,0,0,.08); background:rgba(255,255,255,.8); backdrop-filter:blur(22px) saturate(160%); }
.portal-header nav { display:flex; align-items:center; gap:30px; color:#56565b; font-size:12px; }
.portal-header nav a:hover { color:#000; }
.portal-area { display:flex; align-items:center; gap:14px; }
.portal-area>span { padding:7px 10px; border-radius:999px; color:#626268; background:#f1f1f3; font-size:11px; }
.portal-area button { padding:0; border:0; color:#0071e3; background:none; font-size:12px; cursor:pointer; }
.portal-container { width:min(1280px,calc(100% - 44px)); margin:0 auto; padding:70px 0 100px; }
.portal-title { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; margin-bottom:48px; }
.portal-title h1 { margin:0 0 10px; font-size:clamp(42px,5vw,66px); line-height:1; letter-spacing:-.06em; }
.portal-title>div:first-child>span { color:#7a7a80; font-size:14px; }
.license-status,.admin-live { display:flex; align-items:center; gap:9px; padding:10px 14px; border-radius:999px; font-size:12px; font-weight:650; }
.license-status i,.admin-live i,.table-status i { width:8px; height:8px; border-radius:50%; }
.license-status.active,.admin-live { color:#23713b; background:#eaf7ee; }.license-status.active i,.admin-live i,.table-status.active i{background:#34c759;box-shadow:0 0 0 4px rgba(52,199,89,.13)}
.license-status.waiting { color:#8a6510; background:#fff5d9; }.license-status.waiting i{background:#f2b824}
.account-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr); gap:24px; align-items:start; }
.product-tabs{display:flex;gap:10px;margin:-24px 0 24px}.product-tabs button{min-width:210px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dedee2;border-radius:15px;color:#69696f;background:#fff;cursor:pointer;transition:.2s}.product-tabs button:hover{border-color:#b8b8be}.product-tabs button.active{color:#fff;border-color:#1d1d1f;background:#1d1d1f;box-shadow:0 12px 30px rgba(0,0,0,.12)}.product-tabs b{font-size:12px}.product-tabs span{font-size:11px;opacity:.72}
.account-card,.mini-card,.admin-stats article,.grant-card,.license-table-card { border:1px solid rgba(0,0,0,.07); background:#fff; box-shadow:0 18px 55px rgba(0,0,0,.05); }
.account-card { min-height:510px; padding:36px; border-radius:30px; }
.card-label { display:flex; align-items:center; justify-content:space-between; color:#78787e; font-size:12px; }
.card-label b { color:#24813f; font-size:10px; letter-spacing:.14em; }
.claim-form,.pending-license,.license-result { max-width:680px; margin:78px auto 20px; }
.claim-form h2,.pending-license h2,.license-result h2 { margin:0 0 13px; font-size:34px; letter-spacing:-.045em; }
.claim-form>p,.pending-license p,.license-result>p { color:#77777d; line-height:1.6; }
.claim-form label { display:block; margin-top:30px; }
.claim-form>div { display:flex; gap:9px; }
.claim-form input { min-width:0; height:52px; padding:0 15px; border-radius:13px; font-family:Consolas,monospace; font-size:15px; }
.claim-form button { flex:0 0 145px; border:0; border-radius:13px; color:#fff; background:#0071e3; font-weight:650; cursor:pointer; }
.claim-form>small,.license-result>small { display:block; margin-top:14px; color:#97979c; font-size:11px; }
.pending-license { text-align:center; }.pending-license>span{width:58px;height:58px;margin:0 auto 22px;display:grid;place-items:center;border-radius:18px;color:#a87400;background:#fff2c8;font-size:29px}.pending-license small{display:inline-block;margin-top:14px;padding:8px 11px;border-radius:9px;color:#777;background:#f5f5f7}
.license-result>p { margin:0 0 6px; font-size:13px; }.license-result h2{font-family:Consolas,monospace}.license-result .field-label{display:block;margin:30px 0 8px;color:#777;font-size:12px;font-weight:650}.license-key{display:flex;align-items:stretch;overflow:hidden;border:1px solid #d9d9dd;border-radius:14px;background:#f7f7f8}.license-key code{min-width:0;padding:17px;overflow:hidden;text-overflow:ellipsis;color:#343438;font-family:Consolas,monospace;font-size:12px;white-space:nowrap}.license-key button{margin:5px 5px 5px auto;padding:0 17px;border:0;border-radius:10px;color:#0071e3;background:#fff;font-weight:650;cursor:pointer}
.license-meta{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.license-meta span{padding:7px 10px;border-radius:999px;color:#57575c;background:#f2f2f4;font-size:10px}.portal-secondary{margin-top:16px;padding:10px 14px;border:1px solid #d4d4d8;border-radius:11px;color:#343438;background:#fff;cursor:pointer}.trial-actions{display:grid!important;grid-template-columns:1fr 1fr;margin-top:12px}.trial-actions button{min-height:48px}.trial-actions button:disabled,.portal-secondary:disabled{opacity:.45;cursor:not-allowed}
.account-side { display:grid; gap:14px; }.mini-card{padding:24px;display:grid;grid-template-columns:43px 1fr;gap:14px;border-radius:22px}.mini-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#1e1e20;font-size:11px;font-weight:750}.mini-card b{font-size:15px}.mini-card p{margin:7px 0 0;color:#85858a;font-size:12px;line-height:1.5}.mini-card code{font-family:Consolas,monospace}
.portal-loading { min-height:100vh; display:grid; place-items:center; align-content:center; gap:13px; color:#777; background:#f5f5f7; }.portal-loading>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#171719;font-weight:800}.portal-loading p{margin:0}.portal-loading a{color:#0071e3;font-size:13px}

.admin-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:24px; }
.service-config-card{margin-bottom:24px;padding:27px;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);gap:20px 30px;border:1px solid rgba(0,0,0,.07);border-radius:26px;background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.05)}
.service-config-card>div:first-child p{margin:0 0 10px;color:#0071e3;font-size:11px;font-weight:750;letter-spacing:.14em}.service-config-card h2{margin:0 0 9px;font-size:27px;letter-spacing:-.045em}.service-config-card>div:first-child span{color:#85858a;font-size:12px;line-height:1.55}.service-endpoint{padding:17px 19px;border-radius:17px;background:#f5f5f7}.service-endpoint small,.service-endpoint code,.service-endpoint b{display:block}.service-endpoint small{color:#8b8b91;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.service-endpoint code{margin:8px 0;color:#1d1d1f;font:12px Consolas,monospace;overflow-wrap:anywhere}.service-endpoint b{color:#23713b;font-size:11px}.service-config-card>label{grid-column:1/-1;margin-bottom:-12px;color:#59595e;font-size:12px;font-weight:650}.service-config-card>textarea{grid-column:1/-1;min-height:110px;padding:14px 15px;border:1px solid #d2d2d7;border-radius:14px;outline:none;resize:vertical;color:#1d1d1f;background:#fff;font:14px/1.65 inherit}.service-config-card>textarea:focus{border-color:#0071e3;box-shadow:0 0 0 4px rgba(0,113,227,.11)}.service-config-actions{grid-column:1/-1;display:flex;align-items:center;gap:18px}.service-config-actions label{display:flex;align-items:center;gap:8px;color:#555;font-size:12px}.service-config-actions span{margin-left:auto;color:#999;font-size:11px}.service-config-actions button{padding:10px 16px;border:0;border-radius:11px;color:#fff;background:#0071e3;cursor:pointer}.service-config-actions button:disabled{opacity:.5;cursor:not-allowed}
.mail-fields{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mail-fields label{display:grid;gap:8px;color:#59595e;font-size:12px;font-weight:650}.mail-fields input{height:46px;padding:0 13px;border:1px solid #d2d2d7;border-radius:12px;outline:none;color:#1d1d1f;background:#fff}.mail-fields input:focus{border-color:#0071e3;box-shadow:0 0 0 4px rgba(0,113,227,.11)}.mail-config-card .service-config-actions small{color:#85858a;font-size:11px;line-height:1.5}.mail-config-card .service-config-actions button{margin-left:auto}
.admin-stats article { padding:25px; border-radius:23px; }.admin-stats span,.admin-stats small{display:block;color:#84848a;font-size:11px}.admin-stats strong{display:block;margin:13px 0 8px;font-size:38px;letter-spacing:-.05em}.admin-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:20px;align-items:start}.grant-card,.license-table-card{border-radius:26px}.grant-card{padding:26px;display:grid}.grant-card h2,.table-toolbar h2{margin:0 0 25px;font-size:25px;letter-spacing:-.04em}.grant-card label{margin-top:16px}.grant-card input,.grant-card textarea,.grant-card select{padding:0 13px;border:1px solid #d2d2d7;border-radius:12px;color:#1d1d1f;background:#fff}.grant-card input,.grant-card select{height:46px}.grant-card textarea{height:88px;padding-top:12px;resize:vertical}.grant-card>small{margin-top:13px;color:#939398;font-size:10px;line-height:1.5}.license-table-card{overflow:hidden}.table-toolbar{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid #e6e6e9}.table-toolbar h2{margin:0}.table-toolbar form{display:flex}.table-toolbar input{width:220px;height:40px;padding:0 12px;border-radius:11px 0 0 11px}.table-toolbar button{padding:0 15px;border:0;border-radius:0 11px 11px 0;color:#fff;background:#1d1d1f;cursor:pointer}.license-table-card>.form-message{margin:14px 20px}.table-head,.table-row{display:grid;grid-template-columns:minmax(190px,1.4fr) 110px 130px 150px;gap:16px;align-items:center}.table-head{padding:12px 22px;color:#929297;background:#fafafa;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.table-row{padding:17px 22px;border-top:1px solid #eeeeF0}.table-row>div:first-child b,.table-row>div:first-child small,.ip-cell code,.ip-cell small{display:block}.table-row>div:first-child b{overflow:hidden;text-overflow:ellipsis;font-size:12px}.table-row>div:first-child small,.ip-cell small{margin-top:5px;color:#999;font-size:10px}.table-status{width:max-content;display:flex;align-items:center;gap:7px;padding:6px 8px;border-radius:999px;font-size:10px}.table-status.active{color:#23713b;background:#eaf7ee}.table-status.inactive{color:#81745b;background:#f4f1eb}.table-status.inactive i{background:#aaa093}.ip-cell code{font-family:Consolas,monospace;font-size:11px}.row-actions{display:flex;gap:6px}.row-actions button{padding:7px 9px;border:1px solid #d8d8dc;border-radius:8px;color:#555;background:#fff;font-size:10px;cursor:pointer}.row-actions button.grant{color:#067436;border-color:#b9e4c7;background:#effaf2}.table-empty{padding:70px;text-align:center;color:#96969b;font-size:13px}

@media(max-width:980px){.login-shell{grid-template-columns:1fr}.login-visual{min-height:440px}.login-card{padding:65px 0}.login-heading{margin-top:55px}.account-grid,.admin-layout,.service-config-card{grid-template-columns:1fr}.account-side{grid-template-columns:repeat(3,1fr)}.table-head,.table-row{grid-template-columns:minmax(170px,1.4fr) 100px 125px 145px}.license-table-card{overflow-x:auto}.license-table{min-width:760px}}
@media(max-width:680px){.login-visual{min-height:340px;margin:8px;border-radius:24px}.login-visual-copy{left:26px;bottom:30px}.login-visual-copy h2{font-size:38px}.login-visual-copy p{font-size:14px}.login-card{width:calc(100% - 38px);padding:45px 0 65px}.login-heading{margin:50px 0 30px}.portal-header{height:58px;padding:0 15px}.portal-header nav{display:none}.portal-area>span{display:none}.portal-container{width:calc(100% - 28px);padding:45px 0 75px}.portal-title{display:block}.portal-title h1{font-size:43px}.portal-title>.license-status,.portal-title>.admin-live{width:max-content;margin-top:24px}.account-card{min-height:450px;padding:24px;border-radius:23px}.claim-form,.pending-license,.license-result{margin-top:55px}.claim-form>div{display:grid}.claim-form button{min-height:50px}.license-key{display:block}.license-key code{display:block}.license-key button{width:calc(100% - 10px);height:42px}.account-side{grid-template-columns:1fr}.admin-stats{grid-template-columns:1fr}.table-toolbar{align-items:flex-start;flex-direction:column}.table-toolbar form{width:100%}.table-toolbar input{width:100%}.grant-card{padding:22px}}
@media(max-width:680px){.mail-fields{grid-template-columns:1fr}.service-config-actions{align-items:flex-start;flex-wrap:wrap}.mail-config-card .service-config-actions button{width:100%;margin-left:0}}
@media(max-width:680px){.product-tabs{display:grid}.product-tabs button{min-width:0}.trial-actions{grid-template-columns:1fr!important}.license-meta{display:grid}.portal-secondary{width:100%}}

/* Demo, documentation, purchase, and gated downloads */
.button.secondary { color:#1d1d1f; border:1px solid #d2d2d7; background:#fff; }
.button.secondary:hover { border-color:#a9a9ae; background:#f8f8fa; }
.demo-server { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:32px 70px; align-items:center; padding-top:90px; padding-bottom:90px; }
.demo-server h2 { margin:0; font-size:clamp(42px,5vw,68px); line-height:1; letter-spacing:-.055em; }
.demo-server>div:first-child>p:last-child { max-width:650px; margin:25px 0 0; color:var(--muted); font-size:18px; line-height:1.55; }
.server-address { min-width:365px; padding:25px 28px; display:flex; align-items:center; gap:20px; border:1px solid #e1e1e5; border-radius:25px; background:#fff; box-shadow:0 20px 55px rgba(0,0,0,.07); }
.server-address small,.server-address strong,.server-address div>span { display:block; }
.server-address small { color:#89898f; font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.server-address strong { margin:7px 0 5px; font:700 21px Consolas,monospace; letter-spacing:-.035em; }
.server-address div>span { color:#77777d; font-size:11px; }
.demo-disclaimer { grid-column:1/-1; margin:0; padding-top:20px; border-top:1px solid var(--line); color:#8b8b91; font-size:12px; line-height:1.6; }
.tutorial-intro>p:not(.eyebrow) { margin:0 0 4px; color:var(--muted); font-size:18px; line-height:1.55; }
.tutorial-intro>.button { width:max-content; grid-column:2; margin-top:18px; }
.purchase-group { margin-top:22px!important; font-size:14px!important; }
.purchase-group b { color:#1d1d1f; font-family:Consolas,monospace; font-size:16px; }

.content-page { min-height:100vh; background:#fff; }
.subpage-header { position:sticky; z-index:30; top:0; height:64px; padding:0 max(24px,calc((100vw - 1200px)/2)); display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(0,0,0,.08); background:rgba(255,255,255,.84); backdrop-filter:blur(22px) saturate(160%); }
.subpage-header nav { display:flex; gap:28px; color:#59595e; font-size:12px; }
.subpage-header nav a:hover { color:#000; }

.purchase-hero { width:min(1000px,calc(100% - 44px)); margin:0 auto; padding:120px 0 78px; text-align:center; }
.purchase-hero h1 { margin:0; font-size:clamp(52px,7vw,92px); line-height:.98; letter-spacing:-.07em; }
.purchase-hero>p:not(.eyebrow) { margin:28px auto 0; color:var(--muted); font-size:20px; }
.qq-card { width:min(540px,100%); margin:55px auto 0; padding:35px; border-radius:30px; color:#fff; background:linear-gradient(145deg,#1686ed,#0064c7); box-shadow:0 28px 70px rgba(0,113,227,.25); }
.qq-card small,.qq-card strong,.qq-card span { display:block; }
.qq-card small { opacity:.7; font-size:11px; letter-spacing:.14em; }
.qq-card strong { margin:13px 0 8px; font:760 52px Consolas,monospace; letter-spacing:-.05em; }
.qq-card span { opacity:.8; font-size:13px; }
.purchase-steps { width:min(1100px,calc(100% - 44px)); margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.product-choice { width:min(1100px,calc(100% - 44px)); margin:0 auto 22px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; scroll-margin-top:90px; }.product-choice article{padding:38px;border:1px solid #e2e2e5;border-radius:30px;background:#fff}.product-choice article:last-child{color:#fff;border:0;background:linear-gradient(145deg,#17120d,#09090b)}.product-choice small{color:#0071e3;font-size:10px;font-weight:800;letter-spacing:.13em}.product-choice article:last-child small{color:#ff9f0a}.product-choice h2{margin:28px 0 24px;font-size:30px;letter-spacing:-.045em}.product-choice strong{display:block;font-size:58px;line-height:1;letter-spacing:-.06em}.product-choice sup{margin-right:4px;font-size:20px}.product-choice p{margin:23px 0 0;color:#77777d;line-height:1.65}.product-choice article:last-child p{color:#a5a5aa}
.purchase-steps article { min-height:260px; padding:32px; border-radius:28px; background:#f5f5f7; }
.purchase-steps article>span { color:#0071e3; font-size:12px; font-weight:750; }
.purchase-steps h2 { margin:55px 0 13px; font-size:27px; letter-spacing:-.04em; }
.purchase-steps p { margin:0; color:var(--muted); line-height:1.65; }
.purchase-warning { width:min(800px,calc(100% - 44px)); margin:65px auto 0; padding:25px 28px; border:1px solid #f0d58d; border-radius:20px; color:#634a0a; background:#fff8e6; }
.purchase-warning p { margin:8px 0 0; line-height:1.6; }
.purchase-actions { padding:45px 22px 110px; display:flex; justify-content:center; gap:12px; }

.docs-layout { width:min(1320px,calc(100% - 44px)); margin:0 auto; display:grid; grid-template-columns:210px minmax(0,880px); justify-content:center; gap:70px; }
.docs-nav { position:sticky; top:94px; align-self:start; padding:34px 0; display:grid; gap:15px; color:#74747a; font-size:12px; }
.docs-nav b { margin-bottom:8px; color:#1d1d1f; font-size:15px; }
.docs-nav a:hover { color:#0071e3; }
.docs-content { min-width:0; padding-bottom:130px; }
.docs-content>section { padding:85px 0; border-bottom:1px solid var(--line); scroll-margin-top:72px; }
.docs-content .docs-title { padding-top:120px; }
.docs-title h1 { margin:0; font-size:clamp(55px,7vw,90px); line-height:.96; letter-spacing:-.07em; }
.docs-title>p:last-child { max-width:700px; margin:30px 0 0; color:var(--muted); font-size:19px; line-height:1.65; }
.docs-kicker { margin:0 0 18px; color:#0071e3; font-size:11px; font-weight:760; letter-spacing:.14em; }
.docs-content h2 { margin:0 0 32px; font-size:clamp(38px,5vw,57px); letter-spacing:-.055em; }
.docs-content section>p:not(.docs-kicker,.eyebrow) { color:#66666c; font-size:16px; line-height:1.75; }
.docs-content ol,.docs-content ul { margin:0; padding-left:24px; color:#55555b; line-height:1.8; }
.docs-content li { padding:4px 0 4px 7px; }
.docs-content code { font-family:"SFMono-Regular",Consolas,monospace; font-size:.88em; }
.docs-content pre { margin:30px 0 0; padding:25px; overflow:auto; border-radius:20px; color:#d9e7ff; background:#111318; line-height:1.7; }
.docs-callout { margin-top:30px; padding:22px 24px; border-radius:17px; color:#245a34; background:#edf8f0; line-height:1.65; }
.docs-callout.dark { color:#d8d8dc; background:#18181b; }
.docs-table-wrap { overflow-x:auto; border:1px solid #e2e2e5; border-radius:19px; }
.docs-table { width:100%; border-collapse:collapse; font-size:13px; }
.docs-table th { padding:13px 16px; color:#85858a; background:#f7f7f8; text-align:left; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.docs-table td { padding:16px; border-top:1px solid #e7e7e9; color:#59595e; line-height:1.45; }
.docs-table td:first-child { color:#1d1d1f; white-space:nowrap; }
.placeholder-list,.permission-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:23px; }
.placeholder-list code,.permission-grid code { padding:14px 16px; border-radius:12px; color:#313137; background:#f4f4f6; }

.downloads-page { min-height:100vh; padding-bottom:100px; background:#f5f5f7; }
.download-hero { width:min(1100px,calc(100% - 44px)); margin:0 auto; padding:90px 0 55px; }
.download-hero h1 { margin:0; font-size:clamp(50px,7vw,84px); line-height:1; letter-spacing:-.07em; }
.download-hero>p:last-child { max-width:700px; margin:25px 0 0; color:var(--muted); font-size:18px; line-height:1.55; }
.download-grid { width:min(1100px,calc(100% - 44px)); margin:0 auto; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.download-card { min-height:360px; padding:30px; display:grid; grid-template-rows:auto auto minmax(72px,1fr) auto auto auto; align-items:start; border:1px solid rgba(0,0,0,.07); border-radius:28px; background:#fff; box-shadow:0 14px 45px rgba(0,0,0,.04); }
.download-card.featured { grid-column:1/-1; min-height:330px; color:#fff; border:0; background:linear-gradient(135deg,#111318,#282d38); }
.download-card-top { width:100%; display:flex; justify-content:space-between; color:#828289; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; }
.download-card.featured .download-card-top { color:#9aaed0; }
.download-card h2 { margin:42px 0 13px; font-size:29px; letter-spacing:-.045em; }
.download-card.featured h2 { margin-top:58px; font-size:clamp(36px,5vw,54px); }
.download-card>p { max-width:620px; margin:0; color:#77777d; line-height:1.6; }
.download-card.featured>p { color:#aeb5c1; }
.download-meta { margin:24px 0 12px; display:flex; flex-wrap:wrap; gap:8px; }
.download-meta span { padding:6px 9px; border-radius:999px; color:#66666c; background:#f1f1f3; font-size:10px; }
.download-card.featured .download-meta span { color:#c3cedf; background:#303644; }
.download-card>code { margin-bottom:24px; color:#99999e; font:10px Consolas,monospace; }
.download-card>.button { width:100%; margin-top:16px; justify-content:center; font-size:12px; }
.download-state { width:min(760px,calc(100% - 44px)); margin:15px auto 45px; padding:70px 35px; border-radius:30px; text-align:center; color:#777; background:#fff; }
.download-state.blocked>span { color:#b26a00; font-size:11px; font-weight:750; letter-spacing:.12em; }
.download-state h2 { margin:18px 0 12px; font-size:35px; letter-spacing:-.045em; }
.download-state p { max-width:550px; margin:0 auto 28px; line-height:1.65; }
.download-notice { width:min(1100px,calc(100% - 44px)); margin:25px auto 0; padding:24px 28px; border-radius:20px; background:#fff; }
.download-notice p { margin:8px 0; color:#707076; line-height:1.6; }
.download-notice a { color:#0071e3; font-size:13px; }

@media(max-width:900px){
  .demo-server{grid-template-columns:1fr}.server-address{min-width:0}.product-choice,.purchase-steps{grid-template-columns:1fr}.purchase-steps article{min-height:220px}.docs-layout{grid-template-columns:1fr}.docs-nav{position:static;grid-template-columns:repeat(3,1fr);padding-top:35px}.download-grid{grid-template-columns:1fr}.download-card.featured{grid-column:auto}
}
@media(max-width:640px){
  .subpage-header{padding:0 15px}.subpage-header nav{gap:14px}.subpage-header nav a:first-child{display:none}.demo-server{padding-top:65px;padding-bottom:65px}.demo-server h2{font-size:42px}.tutorial-intro>.button{grid-column:1}.purchase-hero{padding-top:80px}.purchase-hero h1{font-size:51px}.qq-card{padding:28px 20px}.qq-card strong{font-size:42px}.purchase-steps article{padding:27px}.purchase-actions{flex-direction:column}.docs-layout{width:calc(100% - 30px)}.docs-nav{grid-template-columns:repeat(2,1fr);gap:11px}.docs-content .docs-title{padding-top:70px}.docs-title h1{font-size:50px}.docs-content>section{padding:65px 0}.placeholder-list,.permission-grid{grid-template-columns:1fr}.docs-table{min-width:660px}.download-hero{padding-top:65px}.download-hero h1{font-size:49px}.download-card{padding:24px;border-radius:23px}.download-card.featured{min-height:390px}.download-card>.button{width:100%;padding:0 13px;font-size:11px}
}

/* Release polish: real product photography, restrained pixel accents, and standalone product pages */
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.microcopy{line-height:1.65!important}.pixel-chip{width:62px;height:34px;margin:54px 0 30px;display:flex;align-items:flex-end;gap:4px}.pixel-chip i{display:block;width:14px;background:#0071e3}.pixel-chip i:nth-child(1){height:14px}.pixel-chip i:nth-child(2){height:26px}.pixel-chip i:nth-child(3){height:20px}
.real-showcase{padding-top:120px;padding-bottom:140px}.shot-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.shot-grid figure{position:relative;min-height:340px;margin:0;overflow:hidden;border-radius:30px;background:#111}.shot-grid .shot-wide{grid-row:span 2;min-height:700px}.shot-grid img{width:100%;height:100%;object-fit:cover;display:block}.shot-grid figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:16px 18px;display:flex;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.16);border-radius:17px;color:#fff;background:rgba(13,14,18,.68);backdrop-filter:blur(18px)}.shot-grid figcaption span{color:#c9c9ce;font-size:12px;text-align:right}
.addon-teaser{display:grid;grid-template-columns:minmax(0,.8fr) minmax(430px,1.2fr);gap:75px;align-items:center;padding-top:130px;padding-bottom:130px;background:#f5f5f7}.addon-teaser h2{margin:0;font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.065em}.addon-teaser>div>p:not(.eyebrow){color:#68686e;font-size:18px;line-height:1.65}.addon-teaser .button{margin-top:28px}.addon-teaser figure{margin:0;overflow:hidden;border-radius:30px;box-shadow:0 28px 70px rgba(0,0,0,.18)}.addon-teaser img{width:100%;display:block}
.guide-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:120px;padding-bottom:120px}.guide-choice article{padding:45px;border-radius:30px;background:#f5f5f7}.guide-choice article:last-child{color:#fff;background:#15161a}.guide-choice span{color:#0071e3;font-size:11px;font-weight:800}.guide-choice h2{margin:55px 0 18px;font-size:35px;letter-spacing:-.05em}.guide-choice p{color:#77777d;line-height:1.65}.guide-choice article:last-child p{color:#aaaab0}.guide-choice a{display:inline-block;margin-top:15px;color:#0071e3;font-weight:700}
.catalog-hero{width:min(1100px,calc(100% - 44px));margin:auto;padding:130px 0 75px}.catalog-hero h1{max-width:900px;margin:0;font-size:clamp(55px,8vw,100px);line-height:.94;letter-spacing:-.075em}.catalog-hero>p:last-child{max-width:690px;margin:30px 0 0;color:#737379;font-size:19px;line-height:1.65}.addon-catalog{width:min(1100px,calc(100% - 44px));margin:0 auto 120px;display:grid;gap:18px}.addon-catalog>article{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border-radius:34px;color:#fff;background:#111318}.addon-catalog article>div{padding:50px}.addon-catalog small{color:#ff9f0a;font-weight:800}.addon-catalog h2{margin:60px 0 18px;font-size:45px;letter-spacing:-.055em}.addon-catalog p{color:#b2b2b8;line-height:1.7}.addon-catalog strong{display:block;margin:32px 0 22px;font-size:42px}.addon-catalog img{width:100%;height:100%;object-fit:cover}.addon-catalog aside{padding:45px;border-radius:30px;background:#f5f5f7}.addon-catalog aside span{color:#0071e3;font-size:11px;font-weight:800}.addon-catalog aside h2{margin:40px 0 15px;font-size:34px}.addon-catalog aside p{max-width:680px;color:#74747a;line-height:1.65}
.product-detail-hero{width:min(1200px,calc(100% - 44px));margin:auto;padding:105px 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}.product-detail-hero h1{margin:0;font-size:clamp(52px,6.4vw,88px);line-height:.94;letter-spacing:-.075em}.product-detail-hero>div>p:not(.eyebrow){color:#737379;font-size:18px;line-height:1.7}.product-detail-hero figure{margin:0;overflow:hidden;border-radius:30px;background:#111;box-shadow:0 30px 80px rgba(0,0,0,.2)}.product-detail-hero img{width:100%;display:block}.product-detail-hero figcaption{padding:15px 20px;color:#a8a8ad;font-size:11px}.product-price-line{margin:30px 0;display:flex;align-items:center;gap:20px}.product-price-line strong{font-size:46px}.product-price-line span{padding-left:20px;border-left:1px solid #d5d5d8;color:#74747a;font-size:12px;line-height:1.55}.product-points{width:min(1100px,calc(100% - 44px));margin:0 auto 110px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-points article{padding:36px;border-radius:27px;background:#f5f5f7}.product-points span{color:#0071e3;font-size:11px;font-weight:800}.product-points h2{margin:45px 0 15px;font-size:30px}.product-points p{color:#707076;line-height:1.65}.product-safety{padding:110px max(24px,calc((100vw - 1100px)/2));display:grid;grid-template-columns:1fr 1fr;gap:70px;color:#fff;background:#121317}.product-safety h2{margin:0;font-size:55px;letter-spacing:-.06em}.product-safety ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-safety li{padding:18px;border:1px solid #303139;border-radius:15px;color:#c9c9ce}
.wiki-layout{width:min(1260px,calc(100% - 44px));margin:auto;display:grid;grid-template-columns:210px minmax(0,850px);gap:75px}.wiki-layout>aside{position:sticky;top:94px;align-self:start;padding:55px 0;display:grid;gap:13px;color:#77777d;font-size:12px}.wiki-layout>aside b{margin-bottom:10px;color:#1d1d1f;font-size:16px}.wiki-layout>aside a:hover{color:#0071e3}.wiki-content>header{padding:110px 0 75px}.wiki-content h1{margin:0;font-size:clamp(55px,7vw,88px);line-height:.96;letter-spacing:-.07em}.wiki-content header>p:last-child{color:#74747a;font-size:18px}.wiki-content header a{color:#0071e3}.wiki-content section{padding:70px 0;border-top:1px solid #e5e5e7;scroll-margin-top:70px}.wiki-content section>span{color:#0071e3;font-size:11px;font-weight:800}.wiki-content h2{margin:18px 0 20px;font-size:39px;letter-spacing:-.05em}.wiki-content section>p{color:#68686e;font-size:16px;line-height:1.8}.wiki-content pre{padding:24px;overflow:auto;border-radius:18px;color:#d7e4ff;background:#111318;line-height:1.7}
.promo-checker{width:min(1100px,calc(100% - 44px));margin:22px auto 60px;padding:34px;display:grid;grid-template-columns:1.3fr .7fr .8fr auto;gap:16px;align-items:end;border:1px solid #e1e1e4;border-radius:28px;background:#f8f8fa}.promo-checker h2{margin:0 0 8px;font-size:28px}.promo-checker>div>span{color:#79797f;font-size:12px;line-height:1.5}.promo-checker label{display:grid;gap:8px;color:#6e6e73;font-size:11px}.promo-checker input,.promo-checker select{height:48px;padding:0 13px;border:1px solid #d2d2d7;border-radius:12px;background:#fff}.promo-checker .button{border:0;white-space:nowrap}.promo-result{grid-column:1/-1;margin:5px 0 0;padding:11px 13px;border-radius:10px}.promo-result.ok{color:#24733c;background:#e9f7ed}.promo-result.error{color:#9b2d24;background:#fff0ee}
@media(max-width:900px){.shot-grid,.addon-teaser,.addon-catalog>article,.product-detail-hero,.product-safety,.wiki-layout{grid-template-columns:1fr}.shot-grid .shot-wide{grid-row:auto;min-height:420px}.shot-grid figure{min-height:420px}.addon-teaser{gap:40px}.wiki-layout>aside{position:static;grid-template-columns:repeat(3,1fr);padding-bottom:0}.promo-checker{grid-template-columns:1fr 1fr}.promo-checker>div,.promo-result{grid-column:1/-1}}
@media(max-width:640px){.nav-links{display:none}.real-showcase{padding-top:80px}.shot-grid figure,.shot-grid .shot-wide{min-height:300px}.shot-grid figcaption{display:block}.shot-grid figcaption span{display:block;margin-top:5px;text-align:left}.addon-teaser{grid-template-columns:1fr;padding-top:80px;padding-bottom:80px}.guide-choice,.product-points,.product-safety ul{grid-template-columns:1fr}.guide-choice article{padding:30px}.catalog-hero,.product-detail-hero{padding-top:75px}.addon-catalog article>div{padding:30px}.addon-catalog h2{margin-top:40px;font-size:36px}.product-detail-hero{gap:40px}.wiki-layout>aside{grid-template-columns:repeat(2,1fr)}.promo-checker{grid-template-columns:1fr}.promo-checker>*{grid-column:1/-1}.download-card{min-height:340px}}
.redeem-card{margin-top:20px;padding:28px;display:grid;grid-template-columns:1fr minmax(250px,.7fr) auto;gap:16px;align-items:end;border-radius:24px;background:#fff}.redeem-card p{margin:0;color:#0071e3;font-size:10px;font-weight:800}.redeem-card h2{margin:7px 0}.redeem-card span{color:#777;font-size:11px}.redeem-card input{height:48px;padding:0 13px;border:1px solid #d2d2d7;border-radius:12px}.redeem-card button{height:48px;padding:0 20px;border:0;border-radius:12px;color:#fff;background:#0071e3}.code-admin-grid{margin:20px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.code-admin-grid .grant-card{display:grid;gap:10px}.code-admin-grid input,.code-admin-grid select{padding:12px;border:1px solid #d2d2d7;border-radius:10px}.code-admin-grid pre{padding:14px;overflow:auto;color:#cfe0ff;background:#111318}.code-summary{grid-column:1/-1;padding:25px}@media(max-width:760px){.redeem-card,.code-admin-grid{grid-template-columns:1fr}.code-summary{grid-column:auto}}
