:root{--bg:#fafaf7;--bg-2:#f4f2ec;--surface:#fff;--fg:#0e0e0c;--fg-2:#2b2a26;--muted:#67665e;--subtle:#9c9b94;--line:#e6e3d9;--line-2:#d7d3c6;--line-strong:#b9b4a4;--accent:#1e4dd8;--accent-fg:#fff;--accent-ink:#102a78;--accent-soft:rgba(30,77,216,.08);--ok:#1d7a4a;--ok-soft:rgba(29,122,74,.08);--warn:#b86a14;--warn-soft:rgba(184,106,20,.09);--danger:#b8341a;--danger-soft:rgba(184,52,26,.08);--info:#1e4dd8;--info-soft:rgba(30,77,216,.08);--muted-soft:rgba(0,0,0,.05);--radius:10px;--radius-sm:6px;--radius-lg:16px;--shadow-xs:0 1px 0 rgba(11,10,8,.04);--shadow-sm:0 1px 2px rgba(11,10,8,.04),0 0 0 .5px rgba(11,10,8,.04);--shadow-md:0 2px 4px rgba(11,10,8,.04),0 1px 1px rgba(11,10,8,.03),0 0 0 .5px rgba(11,10,8,.06);--shadow-lg:0 12px 32px rgba(11,10,8,.08),0 2px 6px rgba(11,10,8,.04),0 0 0 .5px rgba(11,10,8,.06);--pad-y:28px;--pad-x:20px;--gap:16px;font-feature-settings:"ss01","ss02","cv11";font-family:Geist,-apple-system,BlinkMacSystemFont,Inter,Söhne,system-ui,sans-serif}[data-density=compact]{--pad-y:18px;--pad-x:14px;--gap:10px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg)}body{font-family:inherit;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.mono,code{font-family:Geist Mono,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.shell-side{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:var(--bg-2);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:18px 14px}.shell-brand{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:-.005em;padding:4px 8px 16px;border-bottom:1px solid var(--line);margin-bottom:14px}.shell-brand .mk{width:24px;height:24px;border-radius:6px;background:var(--fg);color:var(--bg);display:grid;place-items:center}.shell-brand .meta{color:var(--muted);font-weight:450;font-size:11px;letter-spacing:.03em;text-transform:uppercase}.shell-section{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle);padding:14px 8px 6px}.shell-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}.shell-nav-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:flex;align-items:center;gap:9px;width:100%;padding:7px 9px;border-radius:var(--radius-sm);color:var(--fg-2);font:inherit;font-size:13px;font-weight:450;text-align:left;cursor:pointer;transition:background .12s,color .12s}.shell-nav-item:hover{background:rgba(0,0,0,.04);color:var(--fg)}.shell-nav-item.active{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.shell-nav-item .sni-dot{width:6px;height:6px;border-radius:50%;background:var(--subtle);margin-left:auto}.shell-nav-item.active .sni-dot{background:var(--accent)}.shell-foot{margin-top:auto;padding:12px 8px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.viewport-toggle{display:flex;gap:2px;padding:2px;background:rgba(0,0,0,.05);border-radius:8px}.viewport-toggle button{flex:1 1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:6px 8px;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:5px;font:inherit;font-size:11px;font-weight:500;color:var(--muted);cursor:pointer}.viewport-toggle button.active{background:var(--surface);color:var(--fg);box-shadow:0 1px 2px rgba(0,0,0,.06),0 0 0 .5px rgba(0,0,0,.04)}.shell-foot-meta{font-size:10.5px;color:var(--subtle);padding:0 4px}.stage{min-height:100vh;background:var(--bg-2);display:flex;align-items:stretch;justify-content:center;padding:24px}.stage.mobile{padding:32px 24px;background:repeating-linear-gradient(45deg,rgba(0,0,0,.015) 0 1px,transparent 1px 8px),var(--bg-2)}.frame{width:100%;background:var(--bg);border-radius:14px;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--line)}.stage:not(.mobile) .frame{max-width:1320px}.stage.mobile .frame{width:390px;min-height:780px;border-radius:36px;border:8px solid #1a1a18;box-shadow:0 24px 50px rgba(0,0,0,.18),inset 0 0 0 1px #2b2a26}.stage.mobile .frame:before{content:"";display:block;height:28px;background:#1a1a18;border-radius:28px 28px 0 0;position:relative}.stage.mobile .frame:after{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:96px;height:26px;background:#0c0c0a;border-radius:999px;z-index:5}.stage.mobile .admin,.stage.mobile .landing,.stage.mobile .portal{font-size:13.5px}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:8px;font:inherit;font-size:13px;font-weight:500;letter-spacing:-.005em;white-space:nowrap;transition:transform .08s,background .12s,color .12s,box-shadow .12s}.btn-primary{background:var(--fg);color:var(--bg);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 2px rgba(0,0,0,.15)}.btn-primary:hover{background:#1f1e1a}.btn-ghost{background:transparent;color:var(--fg);box-shadow:inset 0 0 0 1px var(--line-2)}.btn-ghost:hover{background:rgba(0,0,0,.03);box-shadow:inset 0 0 0 1px var(--line-strong)}.btn-lg{padding:12px 18px;font-size:14px}.btn-sm{padding:6px 10px;font-size:12px}.btn-block{width:100%}.btn-block,.icon-btn{justify-content:center}.icon-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:6px;border-radius:6px;display:inline-flex;align-items:center;color:var(--muted);position:relative;cursor:pointer}.icon-btn:hover{background:rgba(0,0,0,.05);color:var(--fg)}.icon-btn-sm{padding:4px}.icon-btn .dot-red{position:absolute;top:4px;right:4px;width:6px;height:6px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 2px var(--bg)}.badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 6px;border-radius:999px;font-size:11.5px;font-weight:500;letter-spacing:-.005em;white-space:nowrap}.badge svg{margin-right:-1px}.badge-ok{background:var(--ok-soft);color:var(--ok)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-info{background:var(--info-soft);color:var(--info)}.badge-muted{background:var(--muted-soft);color:var(--muted)}.plan-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.plan-Free{background:var(--muted-soft);color:var(--fg-2);box-shadow:inset 0 0 0 1px var(--line-2)}.plan-Pro{background:var(--fg);color:var(--bg)}.plan-Lifetime{background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1px rgba(30,77,216,.2)}.plan-Trial{background:var(--info-soft);color:var(--info)}.brand-mark{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;background:var(--fg);color:var(--bg)}.brand-mark.sm{width:22px;height:22px;border-radius:5px}.landing{background:var(--bg)}.land-nav{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:hsla(60,23%,97%,.85);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border-bottom:1px solid var(--line)}.land-nav-inner{max-width:1180px;margin:0 auto;padding:14px 32px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px}.brand{display:flex;align-items:center;gap:9px;font-weight:600;font-size:14px;letter-spacing:-.01em}.land-nav-links{display:flex;gap:24px;justify-self:center}.land-nav-links a{font-size:13px;color:var(--muted);transition:color .12s}.land-nav-links a:hover{color:var(--fg)}.land-nav-cta{display:flex;justify-self:end;gap:8px}.hero{max-width:1180px;margin:0 auto;padding:80px 32px 40px;position:relative}.hero-grid{display:grid;grid-template-columns:1.25fr 1fr;grid-gap:48px;gap:48px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:5px 12px 5px 9px;background:var(--surface);border:1px solid var(--line);border-radius:999px;font-size:12px;color:var(--muted);font-weight:500}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.h1{font-size:46px;line-height:1.04;letter-spacing:-.026em;margin:18px 0 20px;font-weight:600;text-wrap:balance}.h1 span{display:block}.sub{font-size:17px;color:var(--muted);max-width:480px;margin:0 0 28px;line-height:1.55}.hero-ctas{gap:10px;margin-bottom:24px}.hero-ctas,.hero-meta{display:flex;flex-wrap:wrap}.hero-meta{gap:18px;font-size:12.5px;color:var(--muted)}.hero-meta span{display:inline-flex;align-items:center;gap:6px}.hero-meta svg{color:var(--ok)}.hero-shot{position:relative}.hero-shot-frame{border:1px solid var(--line);border-radius:12px;transform:rotate(-.6deg)}.hero-shot-frame,.hero-shot-pip{background:var(--surface);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-shot-pip{position:absolute;bottom:-32px;right:-36px;width:280px;border:1px solid var(--line);border-radius:10px;transform:rotate(2deg)}.frame-chrome{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-2);border-bottom:1px solid var(--line)}.frame-chrome i{width:9px;height:9px;border-radius:50%;background:var(--line-strong)}.frame-chrome i:first-child{background:#e3593a}.frame-chrome i:nth-child(2){background:#e2b13f}.frame-chrome i:nth-child(3){background:#67a85f}.frame-addr{margin-left:8px;font-size:11px;color:var(--muted);font-family:Geist Mono,ui-monospace,monospace;letter-spacing:-.005em}.frame-chrome.compact{padding:6px 10px}.frame-chrome.compact i{width:7px;height:7px}.frame-chrome.compact .frame-addr{font-size:10px}.next-hint{position:absolute;left:32px;bottom:0;display:flex;align-items:center;gap:10px;font-size:11px;color:var(--subtle);font-family:Geist Mono,monospace;text-transform:uppercase;letter-spacing:.06em}.next-hint .rule{display:inline-block;width:50px;height:1px;background:var(--line-strong)}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2)}.strip-inner{max-width:1180px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;gap:14px;font-size:12px;color:var(--muted);flex-wrap:wrap}.strip-label,.strip-pill{font-weight:500;color:var(--fg-2)}.strip-pill{padding:4px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:12px;letter-spacing:-.005em}.band{border-bottom:1px solid var(--line)}.band-inner{max-width:1180px;margin:0 auto;padding:96px 32px}.band-problem{background:var(--bg)}.band-product{background:var(--bg-2)}.band-features{background:var(--bg)}.band-trust{background:var(--fg);color:var(--bg);border-bottom:none}.band-pricing{background:var(--bg-2)}.band-faq{background:var(--bg)}.band-final{background:var(--fg);color:var(--bg);border-bottom:none}.section-head{margin-bottom:48px;max-width:760px}.section-head.narrow{max-width:640px;margin-inline:auto;text-align:center}.kicker{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.h2{font-size:36px;line-height:1.06;letter-spacing:-.022em;margin:0 0 14px;font-weight:600;text-wrap:balance}.lead{font-size:16px;color:var(--muted);max-width:560px;margin:14px 0 0}.band-final .lead,.band-trust .lead{color:hsla(0,0%,100%,.7)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.prob{border-top:1px solid var(--line-2);padding-top:22px}.prob-num{font-family:Geist Mono,monospace;font-size:12px;color:var(--accent);letter-spacing:.04em;margin-bottom:14px}.prob h3{font-size:18px;line-height:1.3;margin:0 0 8px;font-weight:600;letter-spacing:-.012em}.prob p{font-size:14px;color:var(--muted);margin:0;line-height:1.55}.product-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:16px;gap:16px;grid-auto-rows:1fr}.product-grid .prod-feature{grid-row:span 2}.prod-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:14px}.prod-card-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:-.005em}.prod-card-head svg{color:var(--accent)}.prod-card>p{font-size:14px;color:var(--muted);margin:0;line-height:1.5;flex:1 1}.layout-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.layout-thumb{background:var(--bg-2);border:1px solid var(--line);border-radius:6px;padding:8px 8px 4px;display:flex;flex-direction:column;gap:6px}.layout-thumb .lt{height:36px;border-radius:3px;background:var(--line-strong);position:relative}.lt-0{background:linear-gradient(180deg,var(--fg) 50%,var(--line-2) 50%)}.lt-1:after,.lt-1:before{content:"";position:absolute;top:4px;bottom:4px;width:calc(50% - 6px);background:var(--fg);border-radius:2px}.lt-1:before{left:4px}.lt-1:after{right:4px;background:var(--line-2)}.lt-2{background:repeating-linear-gradient(90deg,var(--fg) 0 6px,transparent 6px 12px)}.lt-3{background:repeating-linear-gradient(0deg,var(--fg) 0 4px,transparent 4px 8px)}.lt-4:before{top:4px;background:var(--fg)}.lt-4:after,.lt-4:before{content:"";position:absolute;left:4px;right:4px;height:14px;border-radius:2px}.lt-4:after{bottom:4px;background:var(--line-2)}.lt-5{background:linear-gradient(90deg,var(--fg) 0 33%,var(--line-2) 33% 66%,var(--fg) 66%)}.lt-6:before{inset:4px;background:var(--fg);-webkit-clip-path:polygon(0 0,70% 0,70% 100%,0 100%);clip-path:polygon(0 0,70% 0,70% 100%,0 100%)}.lt-6:after,.lt-6:before{content:"";position:absolute;border-radius:2px}.lt-6:after{inset:4px 4px 4px auto;width:25%;background:var(--line-2)}.lt-7{background:var(--fg);border-radius:3px;position:relative}.lt-7:before{content:"";position:absolute;inset:4px;background:var(--bg);border-radius:1px}.layout-thumb span{font-family:Geist Mono,monospace;font-size:10px;color:var(--subtle)}.stock-demo{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:8px;overflow:hidden}.stock-row{display:flex;justify-content:space-between;padding:8px 11px;font-size:12.5px;border-bottom:1px solid var(--line)}.stock-row:last-child{border-bottom:0}.stock-tag{font-family:Geist Mono,monospace;font-size:12px;padding:1px 7px;border-radius:4px}.stock-tag.ok{background:var(--ok-soft);color:var(--ok)}.stock-tag.low{background:var(--warn-soft);color:var(--warn)}.stock-tag.out{background:var(--danger-soft);color:var(--danger)}.demos{border-top:1px solid var(--line-2)}.demo-row{display:grid;grid-template-columns:100px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line-2);transition:background .12s}.demo-row:hover{background:var(--bg-2);margin:0 -16px;padding-left:16px;padding-right:16px;border-radius:8px}.demo-tag{font-family:Geist Mono,monospace;font-size:12px;letter-spacing:.04em;color:var(--accent);padding:4px 10px;background:var(--accent-soft);border-radius:4px;text-align:center;width:-moz-fit-content;width:fit-content}.demo-text h3{font-size:19px;font-weight:600;letter-spacing:-.014em;margin:0 0 5px}.demo-text p{font-size:14px;color:var(--muted);margin:0;line-height:1.5;max-width:580px}.demo-link{font-size:13px;color:var(--fg);font-weight:500;display:inline-flex;align-items:center;gap:5px}.demo-link svg{transition:transform .15s}.demo-row:hover .demo-link svg{transform:translateX(3px)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px}.trust-stat{padding:28px 0}.trust-num{font-size:88px;line-height:1;font-weight:600;letter-spacing:-.04em;margin-bottom:16px}.trust-lbl{font-size:15px;color:hsla(0,0%,100%,.7);max-width:280px;line-height:1.45}.billing-switch{position:relative;display:inline-flex;padding:3px;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:999px;margin-top:18px}.billing-switch button{position:relative;z-index:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:7px 18px;font:inherit;font-size:13px;font-weight:500;border-radius:999px;cursor:pointer;color:var(--muted);transition:color .12s}.billing-switch button[aria-selected=true]{color:var(--fg)}.billing-switch .save{font-size:10.5px;color:var(--accent);margin-left:4px;font-weight:600}.billing-switch .bs-thumb{position:absolute;top:3px;bottom:3px;width:calc(50% - 2px);background:var(--bg-2);border-radius:999px;transition:left .18s cubic-bezier(.4,0,.2,1)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:36px;align-items:stretch}.price-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:26px;display:flex;flex-direction:column;gap:16px;position:relative}.price-featured{border-color:var(--fg);box-shadow:0 0 0 1px var(--fg),0 16px 32px rgba(11,10,8,.06)}.featured-tag{position:absolute;top:-10px;left:24px;background:var(--fg);color:var(--bg);padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.price-head{display:flex;flex-direction:column;gap:8px}.price-head h3{font-size:38px;font-weight:600;letter-spacing:-.025em;margin:0;line-height:1}.price-cycle{font-size:12px;color:var(--muted)}.price-pitch{font-size:14px;color:var(--muted);margin:0;line-height:1.5;min-height:42px}.price-feats{list-style:none;margin:0;padding:14px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px;font-size:13.5px}.price-feats li{display:flex;align-items:center;gap:8px}.price-feats li svg{color:var(--ok);flex-shrink:0}.price-feats li.muted,.price-feats li.muted svg{color:var(--subtle)}.faq-list{max-width:760px;margin:0 auto;border-top:1px solid var(--line-2)}.faq-list details{border-bottom:1px solid var(--line-2)}.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:22px 4px;font-size:16px;font-weight:500;letter-spacing:-.01em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{color:var(--muted);transition:transform .18s}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list p{padding:0 4px 22px;margin:0;color:var(--muted);line-height:1.6;max-width:600px}.band-final .h2{color:var(--bg)}.final{text-align:center;max-width:720px;margin:0 auto}.band-final .btn-primary{background:var(--bg);color:var(--fg)}.band-final .btn-primary:hover{background:hsla(0,0%,100%,.92)}.band-final .btn-ghost{color:var(--bg);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.25)}.band-final .btn-ghost:hover{background:hsla(0,0%,100%,.06)}.final-foot{margin-top:22px;color:hsla(0,0%,100%,.55);font-size:13px}.final .hero-ctas{justify-content:center}.land-foot{background:var(--fg);color:hsla(0,0%,100%,.6);border-top:1px solid #2b2a26}.foot-inner{max-width:1180px;margin:0 auto;padding:48px 32px;display:grid;grid-template-columns:1fr 2fr;grid-gap:48px;gap:48px}.foot-brand{display:flex;align-items:center;gap:9px;color:hsla(0,0%,100%,.7);font-size:13px}.foot-brand .brand-mark{background:hsla(0,0%,100%,.08);color:var(--bg)}.foot-cols{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.foot-cols ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:13px}.foot-cols .foot-h{color:var(--bg);font-weight:500;margin-bottom:4px}.foot-cols a:hover{color:var(--bg)}.ss-slot{position:relative;background:var(--bg-2);border-top:1px solid var(--line);overflow:hidden}.ss-stripes{position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(11,10,8,.04) 0 1px,transparent 1px 14px)}.ss-tag{position:absolute;left:14px;bottom:12px;font-family:Geist Mono,monospace;font-size:10.5px;color:var(--muted);background:var(--surface);padding:4px 9px;border-radius:4px;border:1px solid var(--line)}.ss-slot[data-variant=admin]{background:linear-gradient(180deg,var(--bg-2) 0 28px,var(--surface) 28px)}.ss-slot[data-variant=admin]:before{content:"";position:absolute;top:8px;left:12px;right:12px;height:12px;background:var(--line-2);border-radius:3px}.portal{--bg:#fff;--bg-2:#f5f6f8;--surface:#fff;--fg:#0b0d12;--fg-2:#1b1f2a;--muted:#5b6473;--subtle:#98a0ac;--line:#e8eaef;--line-2:#d9dce3;--line-strong:#b8bdc7;--shadow-sm:0 1px 2px rgba(15,18,26,.04),0 0 0 .5px rgba(15,18,26,.04);--shadow-md:0 2px 4px rgba(15,18,26,.04),0 1px 1px rgba(15,18,26,.03),0 0 0 .5px rgba(15,18,26,.06);--shadow-lg:0 12px 32px rgba(15,18,26,.06),0 2px 6px rgba(15,18,26,.04),0 0 0 .5px rgba(15,18,26,.06);display:grid;grid-template-columns:232px 1fr;min-height:100vh;background:var(--bg);color:var(--fg)}.portal[data-mobile="1"]{display:block;padding-bottom:76px}.portal[data-mobile="1"] .portal-main{padding:0}.portal-side{background:var(--bg-2);border-right:1px solid var(--line);padding:18px 14px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.ps-brand{display:flex;align-items:center;gap:10px;padding:0 8px 16px;border-bottom:1px solid var(--line);margin-bottom:12px}.ps-brand-name{font-size:13.5px;font-weight:600;letter-spacing:-.005em}.ps-brand-sub{font-size:10.5px;letter-spacing:.04em}.ps-brand-sub,.ps-section{color:var(--subtle);text-transform:uppercase}.ps-section{font-size:10px;font-weight:600;letter-spacing:.08em;padding:10px 8px 6px}.ps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}.ps-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;font:inherit;font-size:13.5px;color:var(--fg-2);font-weight:450;text-align:left;cursor:pointer;transition:background .12s}.ps-item:hover{background:rgba(0,0,0,.04);color:var(--fg)}.ps-item.active{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.ps-item svg{color:var(--muted)}.ps-item.active svg{color:var(--accent)}.ps-badge{margin-left:auto;font-size:10.5px;padding:1px 6px;border-radius:999px;background:var(--accent);color:var(--accent-fg);font-weight:600}.ps-foot{margin-top:auto;padding:12px 4px 0;border-top:1px solid var(--line)}.ps-user{display:flex;align-items:center;gap:9px;padding:4px}.ps-avatar{width:28px;height:28px;border-radius:50%;background:var(--fg);color:var(--bg);display:grid;place-items:center;font-size:11px;font-weight:600}.ps-avatar.small{width:24px;height:24px;font-size:10px}.ps-user-name{font-size:13px;font-weight:500}.ps-user-mail{font-size:11px;color:var(--subtle)}.portal-main{display:flex;flex-direction:column}.portal-top{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;border-bottom:1px solid var(--line);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:5}.pt-left{display:flex;align-items:baseline;gap:12px}.pt-h1{font-size:18px;font-weight:600;letter-spacing:-.012em;margin:0}.pt-crumb{font-size:12px;color:var(--subtle);font-family:Geist Mono,monospace}.pt-right{display:flex;align-items:center;gap:8px}.pt-plan{font-size:12px;color:var(--muted);padding-left:8px;border-left:1px solid var(--line);margin-left:4px}.portal-body{padding:24px 32px 48px;display:flex;flex-direction:column;gap:18px}.status-band{display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;padding:18px 22px;border-radius:12px;background:var(--surface);border:1px solid var(--line);align-items:center}.status-band.band-info{background:var(--info-soft);border-color:rgba(30,77,216,.18)}.status-band.band-warn{background:var(--warn-soft);border-color:rgba(184,106,20,.22)}.status-band.band-danger{background:var(--danger-soft);border-color:rgba(184,52,26,.22)}.status-band.band-ok{background:var(--surface);border-color:var(--line)}.sb-left{display:flex;flex-direction:column;gap:4px}.sb-sub{margin:0;font-size:13px;color:var(--fg-2)}.status-band.band-info .sb-sub{color:var(--accent-ink)}.status-band.band-warn .sb-sub{color:#6a3e0c}.status-band.band-danger .sb-sub{color:#7a1f0c}.portal-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px;align-items:start}.pg-main,.pg-side{display:flex;flex-direction:column;gap:16px}.pcard{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}.pcard-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.pcard-head h3{font-size:13px;font-weight:600;margin:0;display:inline-flex;align-items:center;gap:8px;letter-spacing:-.005em}.pcard-head a,.pcard-head h3 svg{color:var(--muted)}.pcard-head a{font-size:12px;display:inline-flex;align-items:center;gap:3px;transition:color .12s}.pcard-head a:hover{color:var(--fg)}.count-chip{background:var(--bg-2);border:1px solid var(--line);padding:1px 7px;border-radius:999px;font-size:11px;color:var(--muted);font-weight:500}.pcard-body{padding:16px 18px}.pcard-body.p0{padding:0}.license-row{margin-bottom:16px}.kv-key{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);margin-bottom:4px;font-weight:500}.kv-val{font-size:13.5px}.license-key{display:flex;justify-content:space-between;align-items:center;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;padding:9px 12px}.license-key code{font-size:12.5px;letter-spacing:.04em}.license-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding-top:14px;border-top:1px solid var(--line)}.ptable{width:100%;border-collapse:collapse;font-size:13px}.ptable th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);font-weight:500;padding:10px 16px;background:var(--bg)}.ptable td,.ptable th{border-bottom:1px solid var(--line)}.ptable td{padding:14px 16px;vertical-align:middle}.ptable tr:last-child td{border-bottom:0}.row-sub{font-size:11.5px;color:var(--subtle)}.qsteps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.qsteps li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line)}.qsteps li:last-child{border-bottom:0}.step-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--bg-2);color:var(--muted);display:grid;place-items:center;font-size:11.5px;font-weight:600;font-family:Geist Mono,monospace;border:1px solid var(--line)}.qsteps .done .step-num{background:var(--ok);color:var(--bg);border-color:var(--ok)}.qsteps .active .step-num{background:var(--accent);color:var(--bg);border-color:var(--accent)}.qsteps li>div{display:flex;flex-direction:column}.qsteps li strong{font-size:13.5px;font-weight:500}.qsteps li span{font-size:12px;color:var(--muted)}.qsteps .done strong{color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:var(--line-strong);text-decoration-color:var(--line-strong)}.version-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ver-num{font-size:22px;font-weight:600;letter-spacing:-.018em;font-family:Geist Mono,monospace}.ver-meta{font-size:11.5px;color:var(--muted);margin-top:2px}.severity-tag{font-size:10.5px;padding:2px 7px;border-radius:4px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.sev-fix{background:var(--ok-soft);color:var(--ok)}.sev-feature{background:var(--info-soft);color:var(--info)}.sev-security{background:var(--danger-soft);color:var(--danger)}.sev-compat{background:var(--warn-soft);color:var(--warn)}.ver-sum{font-size:13px;color:var(--fg-2);margin:0 0 14px;line-height:1.5}.ver-actions{display:flex;gap:8px;margin-bottom:14px}.ver-current{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.ver-current span:last-child{font-family:Geist Mono,monospace;color:var(--fg-2)}.ticket-list{list-style:none;margin:0;padding:0;gap:14px}.ticket-list,.ticket-list li{display:flex;flex-direction:column}.ticket-list li{gap:4px;padding-bottom:14px;border-bottom:1px dashed var(--line)}.ticket-list li:last-child{border-bottom:0;padding-bottom:0}.ticket-list strong{font-size:13px;font-weight:500}.doc-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.doc-links li{border-bottom:1px dashed var(--line)}.doc-links li:last-child{border-bottom:0}.doc-links a{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:13.5px;color:var(--fg-2);transition:color .12s}.doc-links a:hover{color:var(--fg)}.doc-links svg{color:var(--subtle)}.placeholder-page{padding:56px 0;text-align:center;border:1px dashed var(--line-2);border-radius:12px;background:var(--bg-2)}.placeholder-page h2{font-size:22px;font-weight:600;letter-spacing:-.015em;margin:0 0 10px}.placeholder-page p{max-width:440px;margin:0 auto;color:var(--muted);font-size:13.5px;line-height:1.5}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:4px}.page-h{font-size:22px;font-weight:600;letter-spacing:-.018em;margin:0 0 4px}.page-sub{color:var(--muted);font-size:13.5px;margin:0;line-height:1.5;max-width:580px}.page-actions{display:flex;gap:8px;flex-shrink:0}.two-col{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px;align-items:start}.two-col .col-main,.two-col .col-side{display:flex;flex-direction:column;gap:16px}.btn.danger{color:var(--danger)}.btn.btn-primary.danger{background:var(--danger);color:#fff}.btn.btn-primary.danger:hover{background:#9c2c16}.btn.btn-ghost.danger:hover{background:var(--danger-soft)}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:9px 12px;font:inherit;font-size:13.5px;color:var(--fg);background:var(--bg);border:1px solid var(--line-2);border-radius:8px;transition:border-color .12s,box-shadow .12s}.input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(30,77,216,.12)}.input::placeholder{color:var(--subtle)}textarea.input{font-family:inherit;line-height:1.5;resize:vertical;min-height:80px}select.input{padding-right:32px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%235b6473' d='M0 0h10L5 6z'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.input-sm{padding:5px 9px;font-size:12.5px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);font-weight:500}.field-hint{font-size:12px;color:var(--muted);margin-top:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-actions{margin-top:18px;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.row-between{display:flex;justify-content:space-between;align-items:center;gap:16px}.row-between strong{display:block;font-size:13.5px;font-weight:500}.hr-or{height:1px;background:var(--line);margin:14px 0}.muted-line{font-size:13px;color:var(--muted);line-height:1.5;margin:8px 0 0}.muted-line code{font-size:12px;padding:1px 5px;background:var(--bg-2);border-radius:3px}.pcard-danger{border-color:rgba(184,52,26,.25);background:var(--danger-soft)}.pcard-danger .pcard-head{background:rgba(184,52,26,.04);border-color:rgba(184,52,26,.18)}.pcard-danger .pcard-head h3 svg{color:var(--danger)}.license-key.big{display:flex;justify-content:space-between;align-items:center;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:14px 16px;font-size:14px}.license-key.big code{font-size:13.5px;letter-spacing:.05em;font-weight:500}.license-key-actions{display:flex;gap:6px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px 24px;gap:18px 24px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.plan-grid>div{display:flex;flex-direction:column;gap:4px}.plan-actions{display:flex;flex-wrap:wrap;gap:8px}.timeline-list{list-style:none;margin:0;padding:0}.timeline-list li{display:grid;grid-template-columns:14px 1fr;grid-gap:12px;gap:12px;padding:10px 0 10px 2px;position:relative}.timeline-list li:not(:last-child):after{content:"";position:absolute;left:7px;top:22px;bottom:-2px;width:1px;background:var(--line)}.tl-dot{width:9px;height:9px;border-radius:50%;background:var(--line-strong);margin-top:7px;box-shadow:0 0 0 3px var(--surface);z-index:1}.tl-dot.ok{background:var(--ok)}.tl-dot.info{background:var(--accent)}.timeline-list strong{display:block;font-size:13px;font-weight:500}.timeline-list .row-sub{font-size:11.5px}.check-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:13px}.check-list li{display:flex;align-items:center;gap:8px}.check-list li svg{color:var(--ok);flex-shrink:0}.modal-overlay{position:fixed;inset:0;background:rgba(11,13,18,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:100;padding:24px}.modal{width:100%;max-width:480px;background:var(--surface);border-radius:14px;box-shadow:var(--shadow-lg);overflow:hidden}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line)}.modal-head h3{font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0}.modal-body{padding:18px 20px;font-size:13.5px;line-height:1.5;color:var(--fg-2)}.modal-body>p:first-child{margin-top:0}.modal-body>p{margin:0 0 14px}.modal-body>p:last-child{margin-bottom:0}.modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;background:var(--bg-2);border-top:1px solid var(--line)}.consequence-list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}.consequence-list li{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;background:var(--bg-2);border-radius:6px;font-size:13px;color:var(--fg-2)}.consequence-list li svg{color:var(--warn);flex-shrink:0;margin-top:2px}.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:4px 0 0}.filter-tabs{display:flex;gap:4px}.filter-tabs .ft{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:7px 12px;font:inherit;font-size:13px;font-weight:500;color:var(--muted);border-radius:7px;cursor:pointer;transition:background .12s,color .12s;display:inline-flex;align-items:center;gap:6px}.filter-tabs .ft:hover{background:rgba(0,0,0,.04);color:var(--fg)}.filter-tabs .ft.active{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.ft-count{font-size:10.5px;font-family:Geist Mono,monospace;background:var(--bg-2);border:1px solid var(--line);padding:1px 6px;border-radius:999px;color:var(--muted);font-weight:500}.filter-tabs .ft.active .ft-count{background:var(--accent-soft);color:var(--accent);border-color:rgba(30,77,216,.18)}.search-input{position:relative;display:inline-flex;align-items:center;background:var(--bg);border:1px solid var(--line-2);border-radius:8px;padding:0 12px;width:280px}.search-input svg{color:var(--subtle);flex-shrink:0}.search-input input{flex:1 1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:8px 10px;font:inherit;font-size:13px;outline:0;min-width:0}.ptable.wide td{padding:12px 14px}.mono-cell{font-family:Geist Mono,monospace;font-size:12px;color:var(--fg-2)}.row-sub.upd{color:var(--accent);font-size:11px;margin-top:2px;font-weight:500}.row-actions{display:flex;gap:12px;flex-wrap:wrap}.row-actions .link{font-size:11.5px}.link.danger{color:var(--danger)}.rename-inline{display:flex;gap:6px;align-items:center}.empty-state{padding:40px 0;text-align:center;background:var(--bg-2);border:1px dashed var(--line-2);border-radius:10px;color:var(--muted)}.legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.legend-list li{display:grid;grid-template-columns:160px 1fr;grid-gap:12px;gap:12px;align-items:center;font-size:12.5px;color:var(--muted)}.download-hero{background:var(--bg-2)}.dl-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px}.dl-ver{display:inline-block;font-family:Geist Mono,monospace;font-size:14px;font-weight:600;color:var(--accent);background:var(--accent-soft);padding:3px 10px;border-radius:6px}.dl-title{font-size:18px;font-weight:600;letter-spacing:-.012em;margin:12px 0 8px}.dl-desc{font-size:14px;color:var(--muted);line-height:1.55;margin:0 0 20px}.dl-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px 24px;gap:14px 24px}.dl-meta-grid>div{gap:4px;font-size:13px}.dl-actions,.dl-meta-grid>div{display:flex;flex-direction:column}.dl-actions{gap:8px}.checksum{margin-top:8px;padding:10px 12px;background:var(--bg);border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:8px;font-size:11.5px}.checksum code{font-size:11.5px;flex:1 1;color:var(--fg-2)}.checksum .kv-key{margin:0}.install-steps{list-style:none;margin:0;padding:0;counter-reset:install}.install-steps li{display:grid;grid-template-columns:36px 1fr;grid-gap:14px;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.install-steps li:first-child{padding-top:0}.install-steps li:last-child{border-bottom:0;padding-bottom:0}.step-num.big{width:28px;height:28px;font-size:13px;border-radius:8px;background:var(--accent-soft);color:var(--accent);border-color:rgba(30,77,216,.18)}.install-steps strong{font-size:14px;font-weight:500}.install-steps p{font-size:13px;color:var(--muted);margin:4px 0 0;line-height:1.5}.install-steps code{font-size:12px;padding:1px 5px;background:var(--bg-2);border-radius:3px}.pcard-head-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:var(--bg-2);width:100%;cursor:pointer;font:inherit;text-align:left;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.pcard-head-btn .muted-line{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--muted);margin:0}.card-foot-warn{padding:10px 16px;background:var(--warn-soft);border-top:1px solid var(--line);display:flex;align-items:center;gap:8px;font-size:12px;color:var(--warn)}.code-block{font-family:Geist Mono,monospace;font-size:12px;background:var(--bg-2);border:1px solid var(--line);border-radius:6px;padding:10px 12px;margin:8px 0;overflow-x:auto}.timeline{display:flex;flex-direction:column;gap:14px}.release-card{display:grid;grid-template-columns:180px 1fr;grid-gap:18px;gap:18px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:12px}.rc-side{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.rc-ver{font-family:Geist Mono,monospace;font-size:22px;font-weight:600;letter-spacing:-.018em}.rc-date{font-size:12px;color:var(--muted);margin-bottom:4px}.rc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.rc-head h3{font-size:15px;font-weight:500;letter-spacing:-.008em;margin:0;line-height:1.45}.rc-notes{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:10px}.rc-notes li{display:grid;grid-template-columns:70px 1fr;grid-gap:12px;gap:12px;align-items:flex-start;font-size:13px;line-height:1.5;color:var(--fg-2)}.rc-notes .severity-tag{width:-moz-fit-content;width:fit-content;margin-top:1px}.rc-foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px dashed var(--line)}.rc-foot .link{display:inline-flex;align-items:center;gap:4px}.card-method{display:grid;grid-template-columns:60px 1fr auto;grid-gap:16px;gap:16px;align-items:center}.cm-brand{width:56px;height:36px;background:var(--fg);color:var(--bg);border-radius:6px;display:grid;place-items:center;font-weight:700;font-size:11px;letter-spacing:.05em}.kv-block{display:flex;flex-direction:column;gap:12px}.kv-block>div{display:grid;grid-template-columns:140px 1fr;grid-gap:12px;gap:12px;font-size:13px}.kv-block .kv-key{margin:0;padding-top:2px}.kv-block code{font-size:12px;font-family:Geist Mono,monospace;color:var(--fg-2)}.ticket-rows{list-style:none;margin:0;padding:0}.ticket-row{display:grid;grid-template-columns:110px 1fr auto;grid-gap:16px;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line);cursor:pointer;transition:background .12s;align-items:center}.ticket-row:last-child{border-bottom:0}.ticket-row:hover{background:var(--bg-2)}.tr-title{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.tr-title strong{font-size:13.5px;font-weight:500}.tr-id{font-family:Geist Mono,monospace;font-size:11px;color:var(--subtle)}.tr-preview{font-size:12.5px;color:var(--muted);margin:0 0 6px;line-height:1.4}.tr-meta{font-size:11.5px;display:flex;gap:4px;flex-wrap:wrap}.tr-arrow,.tr-meta{color:var(--subtle)}.thread{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:18px}.thread-msg{display:grid;grid-template-columns:30px 1fr;grid-gap:12px;gap:12px}.thread-avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-2);color:var(--fg-2);display:grid;place-items:center;font-size:11px;font-weight:600;border:1px solid var(--line)}.thread-avatar.us{background:var(--accent);color:#fff;border-color:var(--accent)}.thread-meta{display:flex;gap:10px;align-items:baseline;margin-bottom:6px}.thread-meta strong{font-size:13px;font-weight:500}.thread-meta span{font-size:11.5px;color:var(--subtle)}.thread-msg p{margin:0 0 6px;font-size:13.5px;line-height:1.55;color:var(--fg-2)}.reply-box{padding:14px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px}.reply-actions{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.diag-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:12.5px}.diag-list li{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed var(--line)}.diag-list li:last-child{border-bottom:0}.diag-list code{font-family:Geist Mono,monospace;color:var(--fg-2)}.upload-box{display:flex;align-items:center;gap:10px;padding:24px;background:var(--bg-2);border:1px dashed var(--line-2);border-radius:10px;font-size:13px;color:var(--muted);justify-content:center;text-align:center}.upload-box svg{color:var(--subtle)}.checkbox-row{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.checkbox-row input{margin-top:2px;accent-color:var(--accent);width:16px;height:16px}.checkbox-row>span{display:flex;flex-direction:column;gap:2px}.checkbox-row strong{font-size:13.5px;font-weight:500}.response-times{display:flex;flex-direction:column;gap:10px}.response-times>div{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--muted)}.notif-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.notif-list li{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.notif-list li:last-child{border-bottom:0}.notif-list strong{font-size:13.5px;font-weight:500;display:block}.toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;cursor:pointer;position:relative;width:36px;height:20px;border-radius:999px;background:var(--line-2);transition:background .15s;flex-shrink:0}.toggle[data-on="1"]{background:var(--accent)}.toggle i{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .15s}.toggle[data-on="1"] i{transform:translateX(16px)}.stage.mobile .page-head{flex-direction:column;align-items:stretch}.stage.mobile .page-actions{flex-direction:column}.stage.mobile .two-col{grid-template-columns:1fr}.stage.mobile .plan-grid{grid-template-columns:1fr 1fr}.stage.mobile .form-grid{grid-template-columns:1fr}.stage.mobile .filter-bar{flex-direction:column;align-items:stretch;gap:10px}.stage.mobile .filter-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.stage.mobile .filter-tabs .ft{white-space:nowrap}.stage.mobile .search-input{width:100%}.stage.mobile .dl-grid{grid-template-columns:1fr}.stage.mobile .dl-meta-grid{grid-template-columns:1fr 1fr}.stage.mobile .release-card{grid-template-columns:1fr}.stage.mobile .rc-notes li{grid-template-columns:1fr;gap:4px}.stage.mobile .ticket-row{grid-template-columns:1fr}.stage.mobile .tr-status{order:-1}.stage.mobile .license-key.big{flex-direction:column;align-items:stretch;gap:10px}.stage.mobile .license-key-actions{display:flex}.stage.mobile .license-key-actions .btn{flex:1 1;justify-content:center}.stage.mobile .modal-overlay{padding:12px}.stage.mobile .plan-actions{flex-direction:column}.stage.mobile .plan-actions .btn{width:100%;justify-content:center}.stage.mobile .kv-block>div{grid-template-columns:1fr;gap:2px}.stage.mobile .legend-list li{grid-template-columns:1fr;gap:4px}.stage.mobile .row-between{flex-direction:column;align-items:stretch;gap:12px}.stage.mobile .ptable.wide thead{display:none}.stage.mobile .ptable.wide,.stage.mobile .ptable.wide tbody,.stage.mobile .ptable.wide td,.stage.mobile .ptable.wide tr{display:block}.stage.mobile .ptable.wide tr{padding:12px 16px;border-bottom:1px solid var(--line);position:relative}.stage.mobile .ptable.wide td{padding:3px 0;border:0;font-size:12.5px;color:var(--muted)}.stage.mobile .ptable.wide td:first-child{padding-bottom:6px;font-size:14px;color:var(--fg)}.stage.mobile .row-actions{gap:14px;padding-top:6px}.portal-bottom-nav{position:fixed;left:0;right:0;bottom:0;background:var(--bg);border-top:1px solid var(--line);display:flex;z-index:20}.pbn-item{flex:1 1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:9px 0 8px;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font:inherit;cursor:pointer}.pbn-item span{font-size:10.5px}.pbn-item.active{color:var(--accent)}.admin{display:grid;grid-template-columns:220px 1fr;min-height:100vh;background:var(--bg);font-size:13px}.admin[data-mobile="1"]{display:block}.admin-side{background:#18171a;color:hsla(0,0%,100%,.78);border-right:1px solid #25232a;padding:14px 10px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.as-brand{display:flex;align-items:center;gap:8px;padding:4px 8px 14px;border-bottom:1px solid #25232a;margin-bottom:10px;font-size:12.5px;font-weight:600;letter-spacing:-.005em;color:#fff}.as-brand .brand-mark{background:#fff;color:#18171a}.as-env{margin-left:auto;font-family:Geist Mono,monospace;font-size:10px;padding:1px 6px;border-radius:3px;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.6);letter-spacing:.04em;font-weight:500}.as-env,.as-section{text-transform:uppercase}.as-section{font-size:9.5px;font-weight:600;letter-spacing:.1em;color:hsla(0,0%,100%,.35);padding:12px 8px 4px}.as-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px}.as-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;width:100%;display:flex;align-items:center;gap:9px;padding:6px 9px;border-radius:5px;font:inherit;font-size:12.5px;color:hsla(0,0%,100%,.7);text-align:left;cursor:pointer;transition:background .12s,color .12s}.as-item:hover{background:hsla(0,0%,100%,.05);color:#fff}.as-item.active{background:hsla(0,0%,100%,.08);color:#fff}.as-item.active svg{color:var(--accent)}.as-badge{margin-left:auto;font-size:10px;font-weight:600;padding:1px 6px;border-radius:999px;background:var(--accent);color:#fff;font-family:Geist Mono,monospace}.as-foot{margin-top:auto;padding:10px 4px 4px;border-top:1px solid #25232a}.as-user{display:flex;align-items:center;gap:8px;padding:4px}.as-user .ps-avatar{background:hsla(0,0%,100%,.12);color:#fff}.as-user-name{font-size:12px;font-weight:500;color:#fff}.as-user-role{font-size:10.5px;color:hsla(0,0%,100%,.5)}.admin-main{display:flex;flex-direction:column;min-width:0}.admin-top{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-bottom:1px solid var(--line);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:5}.at-h1{font-size:16px;font-weight:600;letter-spacing:-.012em;margin:0}.at-sub{font-size:11.5px;color:var(--subtle);margin-left:12px;font-family:Geist Mono,monospace}.at-right{display:flex;align-items:center;gap:10px}.time-tabs{display:flex;gap:0;padding:2px;background:var(--bg-2);border-radius:7px;border:1px solid var(--line)}.time-tabs .tt{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:4px 10px;border-radius:5px;font:inherit;font-size:11.5px;font-weight:500;color:var(--muted);cursor:pointer;font-family:Geist Mono,monospace}.time-tabs .tt.active{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm)}.dot-red{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--danger);margin-left:2px}.admin-body{padding:18px 22px 32px;display:flex;flex-direction:column;gap:16px}.metric-row{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:0;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden}.metric{padding:14px 16px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:6px;min-width:0}.metric:last-child{border-right:0}.m-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);font-weight:500}.m-value{font-size:20px;font-weight:600;letter-spacing:-.018em;line-height:1.1;font-family:Geist Mono,monospace}.m-unit{font-size:11px;color:var(--subtle);font-weight:400}.m-foot{display:flex;justify-content:space-between;min-height:18px}.m-delta,.m-foot{align-items:center}.m-delta{display:inline-flex;gap:2px;font-size:11px;font-family:Geist Mono,monospace;font-weight:500}.m-delta.up{color:var(--ok)}.m-delta.down{color:var(--danger)}.sparkline{opacity:.9}.ops-grid{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:16px;gap:16px;align-items:start}.ops-main,.ops-side{display:flex;flex-direction:column;gap:16px}.qcard{background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden}.qhead{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;background:var(--bg-2);border-bottom:1px solid var(--line)}.qhead.compact{padding:9px 14px}.qhead h3{font-size:12.5px;font-weight:600;margin:0;display:inline-flex;align-items:center;gap:7px;letter-spacing:-.005em}.qhead a,.qhead h3 svg{color:var(--muted)}.qhead a{font-size:11.5px;display:inline-flex;align-items:center;gap:3px}.qhead a:hover{color:var(--fg)}.q-count{background:var(--accent);color:#fff;font-size:10.5px;font-family:Geist Mono,monospace;padding:1px 6px;border-radius:999px;font-weight:600;margin-left:2px}.qbody{padding:14px 16px}.atable{width:100%;border-collapse:collapse;font-size:12.5px}.atable th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);font-weight:500;padding:9px 14px;background:var(--bg)}.atable td,.atable th{border-bottom:1px solid var(--line)}.atable td{padding:11px 14px;vertical-align:middle}.atable tr:last-child td{border-bottom:0}.atable code,.mono-dim{font-size:11.5px}.mono-dim{color:var(--muted)}.link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--accent);font:inherit;font-size:12px;font-weight:500;cursor:pointer;padding:0}.link:hover{text-decoration:underline}.feed-list{list-style:none;margin:0;padding:0}.feed-list li{padding:14px 16px;border-bottom:1px solid var(--line)}.feed-list li:last-child{border-bottom:0}.feed-tags{display:flex;gap:6px;margin-bottom:8px}.tag{font-size:10.5px;padding:1px 7px;border-radius:4px;font-weight:500;background:var(--muted-soft);color:var(--muted);letter-spacing:.02em}.tag-bug{background:var(--danger-soft);color:var(--danger)}.tag-compat{background:var(--warn-soft);color:var(--warn)}.tag-feature{background:var(--info-soft);color:var(--info)}.tag-version{background:var(--bg-2);border:1px solid var(--line);color:var(--fg-2);font-family:Geist Mono,monospace}.feed-list p{margin:0 0 8px;font-size:13px;color:var(--fg-2);line-height:1.5}.feed-meta{display:flex;gap:6px;font-size:11px;color:var(--subtle);flex-wrap:wrap}.release-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rel-ver{font-family:Geist Mono,monospace;font-size:16px;font-weight:600}.rel-desc{font-size:12.5px;color:var(--muted);margin:0 0 12px;line-height:1.5}.rel-rolls{margin-bottom:14px}.rel-roll{display:grid;grid-template-columns:60px 1fr 36px;align-items:center;grid-gap:10px;gap:10px;font-size:11.5px;color:var(--muted)}.roll-bar{height:4px;background:var(--bg-2);border-radius:999px;overflow:hidden}.roll-bar i{display:block;height:100%;background:var(--accent);border-radius:999px}.rel-actions{display:flex;gap:6px;margin-bottom:12px}.rel-meta{display:flex;flex-direction:column;gap:6px;padding-top:12px;border-top:1px dashed var(--line)}.rel-meta>div{display:flex;justify-content:space-between;font-size:11.5px}.rel-meta span:first-child{color:var(--muted)}.rel-meta code,.rel-meta span:last-child{color:var(--fg-2)}.bar-list{display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:130px 1fr 36px;grid-gap:10px;gap:10px;align-items:center;font-size:11.5px;color:var(--muted)}.bar-track{height:5px;background:var(--bg-2);border-radius:999px;overflow:hidden}.bar-track i{display:block;height:100%;border-radius:999px}.kpi-list,.status-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:12.5px}.kpi-list li{display:flex;justify-content:space-between;padding:4px 0}.kpi-list li:not(:last-child){border-bottom:1px dashed var(--line);padding-bottom:8px}.admin-mobile-bar,.status-list li{display:flex;align-items:center;gap:10px}.admin-mobile-bar{padding:10px 14px;background:#18171a;color:#fff;border-bottom:1px solid #25232a}.amb-brand{font-size:13px;font-weight:600}.amb-section{margin-left:auto;font-size:11.5px;color:hsla(0,0%,100%,.6);font-family:Geist Mono,monospace}.admin-mobile-bar .icon-btn{color:hsla(0,0%,100%,.8)}.admin-drawer{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:50}.admin-drawer-inner{width:240px;height:100%;background:#18171a;color:#fff;padding:14px 10px;display:flex;flex-direction:column;gap:2px}.ad-head{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.4);padding:4px 8px 8px}.ad-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;text-align:left;display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:6px;color:hsla(0,0%,100%,.75);font:inherit;font-size:13px;cursor:pointer}.ad-item:hover{background:hsla(0,0%,100%,.06)}.ad-item.active{background:hsla(0,0%,100%,.1);color:#fff}.admin-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:4px}.ah-h{display:flex;align-items:baseline;gap:10px;font-size:20px;font-weight:600;letter-spacing:-.018em;margin:0 0 4px}.ah-count{font-weight:500;font-family:Geist Mono,monospace;letter-spacing:0}.ah-count,.ah-sub{font-size:13px;color:var(--muted)}.ah-sub{margin:0;max-width:720px;line-height:1.5}.ah-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.ah-kpi{font-size:12.5px;color:var(--muted);display:inline-flex;align-items:center;gap:6px;padding-right:4px}.ah-kpi code,.ah-kpi strong{color:var(--fg);font-weight:600}.ah-kpi code{font-size:11.5px;padding:1px 6px;background:var(--bg-2);border-radius:4px;border:1px solid var(--line)}.admin-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:12px}.afb-tabs{display:flex;gap:2px;padding:3px;background:var(--bg-2);border:1px solid var(--line);border-radius:8px;overflow-x:auto}.afb-tabs .aft{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:5px 10px;font:inherit;font-size:12px;font-weight:500;color:var(--muted);border-radius:6px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;transition:background .12s,color .12s}.afb-tabs .aft:hover{color:var(--fg)}.afb-tabs .aft.active{background:var(--surface);color:var(--fg);box-shadow:0 1px 2px rgba(11,10,8,.06),0 0 0 .5px rgba(11,10,8,.04)}.aft-count{font-size:10.5px;font-family:Geist Mono,monospace;background:rgba(0,0,0,.06);padding:0 5px;border-radius:999px;color:var(--muted)}.afb-tabs .aft.active .aft-count{background:var(--accent-soft);color:var(--accent)}.afb-right{display:flex;align-items:center;gap:8px}.admin-search{width:240px;padding:0 10px}.admin-search input{padding:6px 8px;font-size:12.5px}.atable.hover tbody tr{transition:background .1s}.atable.hover tbody tr.row-clickable{cursor:pointer}.atable.hover tbody tr:hover{background:var(--bg-2)}.atable input[type=checkbox]{accent-color:var(--accent)}.table-foot{justify-content:space-between;padding:10px 14px;background:var(--bg);border-top:1px solid var(--line)}.pager,.table-foot{display:flex;align-items:center}.pager{gap:4px}.pager .btn-sm{padding:4px 10px;min-width:28px;justify-content:center}.customer-cell{display:flex;align-items:center;gap:9px}.customer-cell>div{display:flex;align-items:center;gap:6px}.avatar-sm{width:24px;height:24px;border-radius:50%;background:var(--bg-2);color:var(--fg-2);display:inline-grid;place-items:center;border:1px solid var(--line);flex-shrink:0}.avatar-sm,.dot-tag{font-size:10px;font-weight:600}.dot-tag{background:var(--danger);color:#fff;font-family:Geist Mono,monospace;padding:0 6px;border-radius:999px}.usage-cell{display:flex;align-items:center;gap:8px;min-width:80px}.usage-cell .over{color:var(--danger);font-weight:600}.usage-bar{flex:1 1;height:4px;background:var(--bg-2);border-radius:999px;overflow:hidden;min-width:36px}.usage-bar i{display:block;height:100%;border-radius:999px}.drawer-overlay{position:fixed;inset:0;background:rgba(11,13,18,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:80;display:flex;justify-content:flex-end}.drawer{background:var(--bg);height:100vh;display:flex;flex-direction:column;box-shadow:-8px 0 24px rgba(11,13,18,.12);overflow:hidden;max-width:100vw}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 22px;border-bottom:1px solid var(--line);background:var(--surface)}.drawer-eyebrow{font-family:Geist Mono,monospace;font-size:10.5px;color:var(--subtle);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.drawer-head h3{font-size:16px;font-weight:600;letter-spacing:-.012em;margin:0 0 8px;line-height:1.3}.drawer-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.drawer-meta .mono-cell{font-size:11.5px}.drawer-actions{display:flex;gap:6px;align-items:flex-start;flex-shrink:0}.drawer-tabs{display:flex;gap:0;border-bottom:1px solid var(--line);padding:0 22px;background:var(--surface);overflow-x:auto}.drawer-tabs .dt{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:10px 12px;font:inherit;font-size:12.5px;font-weight:500;color:var(--muted);cursor:pointer;text-transform:capitalize;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s}.drawer-tabs .dt:hover{color:var(--fg)}.drawer-tabs .dt.active{color:var(--fg);border-bottom-color:var(--accent)}.drawer-body{padding:18px 22px 32px;flex:1 1;overflow-y:auto}.d-section{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle);margin:18px 0 10px}.d-section:first-child{margin-top:0}.d-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:6px}.d-stat{padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.d-stat span{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);display:block;margin-bottom:4px}.d-stat strong{font-size:18px;font-weight:600;font-family:Geist Mono,monospace;letter-spacing:-.018em}.d-list{display:flex;flex-direction:column;gap:6px}.d-list-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:7px;font-size:13px}.d-list-item strong{font-size:13px;font-weight:500}.d-list-item code{font-size:11.5px;font-family:Geist Mono,monospace;color:var(--fg-2)}.d-list-item .row-sub{margin-left:auto}.activity-rows{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.activity-rows>div{display:flex;justify-content:space-between;padding:8px 12px;font-size:12.5px;border-bottom:1px solid var(--line)}.activity-rows>div:last-child{border-bottom:0}.activity-rows span:last-child{color:var(--fg-2);font-weight:500}.event-feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.event-feed li{display:grid;grid-template-columns:100px 140px 1fr;grid-gap:12px;gap:12px;padding:8px 10px;background:var(--surface);border:1px solid var(--line);border-radius:6px;font-size:12.5px}.ef-time{color:var(--subtle)}.ef-time,.ef-type{font-size:11px;font-family:Geist Mono,monospace}.ef-type{color:var(--accent);background:var(--accent-soft);padding:1px 6px;border-radius:4px;width:-moz-fit-content;width:fit-content}.note{padding:10px 12px;background:var(--bg-2);border-radius:7px;margin-bottom:8px}.note-meta{display:flex;gap:10px;margin-bottom:4px}.note-meta strong{font-size:12.5px;font-weight:500}.note-meta span{font-size:11px;color:var(--subtle)}.note p{margin:0;font-size:13px;line-height:1.5;color:var(--fg-2)}.checks-graph{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px;height:90px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;align-items:end}.cg-col{display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.cg-col i{width:100%;max-width:32px;min-height:4px;background:var(--ok);border-radius:3px 3px 0 0}.cg-col span{font-size:10px;color:var(--subtle);font-family:Geist Mono,monospace}.release-flow{display:flex;flex-direction:column;gap:14px}.rel-steps{display:flex;gap:4px;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.rs{display:flex;align-items:center;gap:7px;padding:5px 10px;border-radius:6px;font-size:12px;color:var(--muted);flex:1 1}.rs.active{background:var(--accent-soft);color:var(--accent);font-weight:500}.rs.done{color:var(--ok)}.rs-num{width:18px;height:18px;border-radius:50%;background:var(--bg-2);border:1px solid var(--line-2);display:grid;place-items:center;font-size:11px;font-weight:600;font-family:Geist Mono,monospace}.rs.active .rs-num{background:var(--accent);border-color:var(--accent);color:#fff}.rs.done .rs-num{background:var(--ok);border-color:var(--ok);color:#fff}.upload-box.big{flex-direction:column;gap:10px;padding:36px;text-align:center}.upload-box.big strong{font-size:14px;color:var(--fg);font-weight:500}.upload-result{margin-top:14px;padding:14px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px}.warn-banner{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:var(--warn-soft);border:1px solid rgba(184,106,20,.22);border-radius:8px;color:#6a3e0c;font-size:12.5px}.warn-banner.subtle{background:var(--info-soft);border-color:rgba(30,77,216,.18);color:var(--accent-ink)}.warn-banner strong{font-weight:500}.warn-banner p{margin:4px 0 0;line-height:1.45}.rollout-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.ro-card{display:flex;align-items:flex-start;gap:10px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;cursor:pointer;transition:border-color .12s,background .12s}.ro-card:hover{background:var(--bg-2)}.ro-card.active{border-color:var(--accent);background:var(--accent-soft)}.ro-card input{margin-top:2px;accent-color:var(--accent)}.ro-card strong{display:block;font-size:13px;font-weight:500}.ro-card .row-sub{font-size:11.5px}.msg-create-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:16px;gap:16px;align-items:start}.msg-preview-col{display:flex;flex-direction:column;gap:14px}.wp-preview{background:#f1f1f1;border:1px solid #c8c8c8;border-radius:4px;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wp-preview.mobile{max-width:240px}.wp-chrome{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#1d2327;color:#fff;font-size:11px}.wp-chrome.compact{padding:6px 10px}.wp-logo{width:22px;height:22px;background:hsla(0,0%,100%,.1);border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:700}.wp-crumb{color:hsla(0,0%,100%,.7)}.wp-body{padding:14px}.wp-notice{display:flex;gap:10px;padding:10px 14px 10px 12px;background:#fff;border-left:4px solid #72aee6;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.04);margin-bottom:12px}.wp-notice.compact{padding:8px 10px;flex-direction:column;gap:4px}.wp-notice.sev-info{border-left-color:#72aee6}.wp-notice.sev-warning{border-left-color:#dba617;background:#fcf9e8}.wp-notice.sev-critical{border-left-color:#d63638;background:#fcf0f1}.wp-notice-icon{flex-shrink:0;padding-top:2px;color:rgba(0,0,0,.6)}.wp-notice.sev-warning .wp-notice-icon{color:#dba617}.wp-notice.sev-critical .wp-notice-icon{color:#d63638}.wp-notice strong{display:block;font-size:13px;font-weight:600;color:#1d2327;margin-bottom:4px}.wp-notice p{margin:0;font-size:12px;color:#50575e;line-height:1.5}.wp-cta{display:inline-block;margin-top:8px;font-size:12px;color:#2271b1;text-decoration:underline}.wp-skel{display:flex;flex-direction:column;gap:8px}.wp-skel i{display:block;height:12px;background:#e0e0e0;border-radius:2px}.wp-skel i:first-child{width:60%}.wp-skel i:nth-child(2){width:80%}.wp-skel i:nth-child(3){width:40%}.audience-summary{padding:12px 14px;background:var(--bg-2);border:1px solid var(--line);border-radius:8px}.audience-summary strong{font-size:12px;display:block;margin-bottom:8px}.audience-summary ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.audience-summary li{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.audience-summary li span:last-child{color:var(--fg-2)}.feedback-rows{list-style:none;margin:0;padding:0}.feedback-rows .fr{display:grid;grid-template-columns:110px 1fr 120px;grid-gap:14px;gap:14px;padding:12px 16px;border-bottom:1px solid var(--line);cursor:pointer;align-items:center;transition:background .12s}.feedback-rows .fr:last-child{border-bottom:0}.feedback-rows .fr:hover{background:var(--bg-2)}.feedback-rows .fr.active{background:var(--accent-soft)}.fr-meta{display:flex;gap:6px;align-items:center;margin-bottom:4px;flex-wrap:wrap}.fr-main p{margin:0;font-size:13px;color:var(--fg-2);line-height:1.45}.fr-side{text-align:right;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.assignee{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:600}.quote{padding:12px 14px;background:var(--bg-2);border-left:3px solid var(--accent);border-radius:0 8px 8px 0}.quote p{margin:0;font-size:13px;color:var(--fg-2);line-height:1.55;font-style:italic}.audit-action{display:inline-flex;align-items:center;gap:5px;font-size:12px}.audit-action code{font-size:12px;font-family:Geist Mono,monospace;color:var(--fg-2)}.audit-action.audit-danger svg{color:var(--danger)}.audit-action.audit-warn svg{color:var(--warn)}.audit-action.audit-ok svg{color:var(--ok)}.audit-action.audit-info svg{color:var(--accent)}.actor-system{display:inline-flex;align-items:center;gap:6px;font-family:Geist Mono,monospace;font-size:11px;color:var(--muted);padding:2px 8px;background:var(--bg-2);border:1px solid var(--line);border-radius:4px;width:-moz-fit-content;width:fit-content}.audit-table tbody tr td:nth-child(2){display:flex;align-items:center;gap:8px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.settings-grid.danger-grid{grid-template-columns:1fr 1fr}.stage.mobile .admin-page-head{flex-direction:column;align-items:stretch}.stage.mobile .ah-actions{flex-wrap:wrap}.stage.mobile .admin-filter-bar{flex-direction:column;align-items:stretch;gap:8px}.stage.mobile .admin-search{width:100%}.stage.mobile .drawer{width:100%!important}.stage.mobile .drawer-head{flex-direction:column;align-items:stretch}.stage.mobile .drawer-actions{flex-wrap:wrap}.stage.mobile .d-grid{grid-template-columns:1fr 1fr}.stage.mobile .event-feed li{grid-template-columns:1fr;gap:4px}.stage.mobile .feedback-rows .fr,.stage.mobile .msg-create-grid,.stage.mobile .rollout-options{grid-template-columns:1fr}.stage.mobile .rel-steps{overflow-x:auto}.stage.mobile .settings-grid,.stage.mobile .settings-grid.danger-grid{grid-template-columns:1fr}.stage.mobile .audit-table tbody tr td:nth-child(2){display:block}.stage.mobile .landing .land-nav-inner{grid-template-columns:1fr auto;padding:12px 18px}.stage.mobile .landing .land-nav-cta .btn-ghost,.stage.mobile .landing .land-nav-links{display:none}.stage.mobile .hero{padding:32px 18px 24px}.stage.mobile .hero-grid{grid-template-columns:1fr;gap:32px}.stage.mobile .h1{font-size:34px;letter-spacing:-.02em}.stage.mobile .sub{font-size:15px}.stage.mobile .hero-shot-pip,.stage.mobile .next-hint{display:none}.stage.mobile .strip-inner{padding:14px 18px;gap:8px}.stage.mobile .band-inner{padding:56px 18px}.stage.mobile .h2{font-size:28px}.stage.mobile .problem-grid{grid-template-columns:1fr;gap:18px}.stage.mobile .product-grid{grid-template-columns:1fr}.stage.mobile .product-grid .prod-feature{grid-row:auto}.stage.mobile .demo-row{grid-template-columns:auto 1fr;gap:16px}.stage.mobile .demo-link{grid-column:span 2}.stage.mobile .trust-grid{grid-template-columns:1fr;gap:24px}.stage.mobile .trust-num{font-size:64px}.stage.mobile .pricing-grid{grid-template-columns:1fr}.stage.mobile .foot-inner{grid-template-columns:1fr;gap:24px}.stage.mobile .foot-cols{grid-template-columns:1fr 1fr;gap:18px}.stage.mobile .portal{grid-template-columns:1fr;padding-bottom:76px}.stage.mobile .portal-side{display:none}.stage.mobile .portal-top{padding:12px 18px}.stage.mobile .portal-body{padding:16px 18px 32px}.stage.mobile .portal-grid,.stage.mobile .status-band{grid-template-columns:1fr}.stage.mobile .sb-right{display:flex}.stage.mobile .sb-right .btn{width:100%;justify-content:center}.stage.mobile .license-grid{grid-template-columns:1fr 1fr}.stage.mobile .ptable thead{display:none}.stage.mobile .ptable,.stage.mobile .ptable tbody,.stage.mobile .ptable td,.stage.mobile .ptable tr{display:block}.stage.mobile .ptable tr{padding:12px 16px;border-bottom:1px solid var(--line);position:relative}.stage.mobile .ptable tr:last-child{border-bottom:0}.stage.mobile .ptable td{padding:2px 0;border:0;font-size:12.5px;color:var(--muted)}.stage.mobile .ptable td:first-child{padding-bottom:6px;font-size:14px;color:var(--fg)}.stage.mobile .ptable td:nth-child(2){position:absolute;top:12px;right:16px}.stage.mobile .admin{grid-template-columns:1fr}.stage.mobile .admin-side{display:none}.stage.mobile .admin-body{padding:14px 16px 32px}.stage.mobile .metric-row{grid-template-columns:1fr 1fr}.stage.mobile .metric{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.stage.mobile .metric:nth-child(2n){border-right:0}.stage.mobile .metric:nth-last-child(-n+2){border-bottom:0}.stage.mobile .ops-grid{grid-template-columns:1fr}.stage.mobile .atable thead{display:none}.stage.mobile .atable,.stage.mobile .atable tbody,.stage.mobile .atable td,.stage.mobile .atable tr{display:block}.stage.mobile .atable tr{padding:12px 14px;border-bottom:1px solid var(--line)}.stage.mobile .atable tr:last-child{border-bottom:0}.stage.mobile .atable td{padding:2px 0;border:0;font-size:12px;color:var(--muted)}.stage.mobile .atable td:nth-child(2){font-size:13.5px;color:var(--fg);padding-top:4px}.stage.mobile .at-right .btn,.stage.mobile .at-sub,.stage.mobile .pt-crumb,.stage.mobile .pt-plan{display:none}.auth-screen{position:fixed;min-height:100vh;display:flex;flex-direction:column;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Inter,system-ui,sans-serif;overflow:hidden}.auth-bg,.auth-screen{inset:0;background:#000;z-index:0}.auth-bg{position:absolute;pointer-events:none}.auth-bg .crl-root{position:absolute;inset:0}.auth-bg .crl-inner,.auth-bg .crl-root{height:100%;width:100%}.auth-bg .crl-canvas{position:absolute;inset:0;height:100%!important;width:100%!important}.auth-bg .crl-gradient{position:absolute;inset:0;background:linear-gradient(0deg,#000,transparent)}.auth-bg-vignette{inset:0;background:radial-gradient(circle at center,#000 0,transparent 100%)}.auth-bg-vignette,.auth-vignette-top{position:absolute;pointer-events:none}.auth-vignette-top{left:0;right:0;top:0;height:33%;background:linear-gradient(180deg,#000 0,transparent);z-index:1}.auth-bg.is-static:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.08) 1px,transparent 0);background-size:22px 22px;background-position:0 0;mask-image:radial-gradient(circle at center,#000 0,rgba(0,0,0,.6) 45%,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,#000 0,rgba(0,0,0,.6) 45%,transparent 80%)}@media (prefers-reduced-motion:reduce){.auth-bg .crl-root{display:none}.auth-bg:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.08) 1px,transparent 0);background-size:22px 22px;mask-image:radial-gradient(circle at center,#000 0,rgba(0,0,0,.6) 45%,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,#000 0,rgba(0,0,0,.6) 45%,transparent 80%)}}.auth-top{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:20px 24px}.auth-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:13.5px;font-weight:600;letter-spacing:-.005em}.auth-brand .auth-mark{width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);display:grid;place-items:center}.auth-back{font-size:13px;color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .15s}.auth-back:hover{color:#fff}.auth-content{position:relative;z-index:5;flex:1 1;align-items:center;justify-content:center;padding:20px}.auth-card-screen,.auth-content{display:flex;flex-direction:column}.auth-card-screen{width:100%;max-width:360px;gap:24px;text-align:center;animation:auth-card-in .4s ease-out both}@keyframes auth-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-headline{font-size:2.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0;color:#fff}.auth-sub-screen{font-size:17px;color:hsla(0,0%,100%,.5);font-weight:300;margin:4px 0 0}.auth-input-wrap{position:relative}.auth-input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.1);border-radius:999px;padding:12px 56px 12px 20px;font:inherit;font-size:14px;text-align:center;transition:border-color .15s,background .15s}.auth-input::placeholder{color:hsla(0,0%,100%,.35)}.auth-input:focus{outline:0;border-color:hsla(0,0%,100%,.3)}.auth-submit{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;border:0;background:hsla(0,0%,100%,.1);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.auth-submit:hover{background:hsla(0,0%,100%,.2)}.auth-submit:disabled{opacity:.4;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:12px;font-size:12px;color:hsla(0,0%,100%,.4)}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.1)}.auth-tos{font-size:12px;color:hsla(0,0%,100%,.3);padding-top:8px;line-height:1.5}.auth-tos a{color:hsla(0,0%,100%,.5);text-decoration:underline}.auth-tos a:hover{color:#fff}.auth-status{font-size:13px;color:hsla(0,0%,100%,.65);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:12px 14px;text-align:left}.auth-status.is-error{color:#ffb4a8;background:rgba(184,52,26,.12);border-color:rgba(184,52,26,.3)}.auth-success-icon{width:64px;height:64px;border-radius:999px;margin:0 auto;background:linear-gradient(135deg,#fff,hsla(0,0%,100%,.7));display:grid;place-items:center;color:#000}.auth-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;width:100%;border-radius:999px;padding:12px 18px;background:#fff;color:#000;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.auth-button:hover{background:hsla(0,0%,100%,.92)}.auth-button.ghost{background:transparent;color:hsla(0,0%,100%,.85);border:1px solid hsla(0,0%,100%,.15)}.auth-button.ghost:hover{background:hsla(0,0%,100%,.06);color:#fff}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-shield{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:hsla(0,0%,100%,.4);letter-spacing:.04em;text-transform:uppercase;font-family:Geist Mono,ui-monospace,monospace;padding:5px 11px;border:1px solid hsla(0,0%,100%,.1);border-radius:999px;background:hsla(0,0%,100%,.03);align-self:center}.landing .hero-light{--bg:#fff;background:#fff;padding:96px 32px 56px;text-align:center}.landing .hero-light:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0,rgba(30,77,216,.06) 0,transparent 60%),radial-gradient(circle at 100% 30%,rgba(11,10,8,.04) 0,transparent 50%);z-index:0}.hero-light,.hero-light>*{position:relative}.hero-light>*{z-index:1}.hero-text-wide{max-width:880px;margin:0 auto 48px}.hero-light .eyebrow{background:var(--surface)}.hero-light .h1{font-size:56px;line-height:1.02;letter-spacing:-.028em;margin:18px auto 22px;max-width:820px}.hero-sub-wide{margin:0 auto 30px;max-width:620px;font-size:17px}.hero-light .hero-ctas{justify-content:center}.hero-light .hero-meta{justify-content:center;gap:22px;margin-top:18px}.hero-widget-wrap{max-width:980px;margin:0 auto;padding:0 8px}.hw{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 48px rgba(11,10,8,.06),0 4px 12px rgba(11,10,8,.04),0 0 0 1px rgba(11,10,8,.02);overflow:hidden}.hw-chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#fafaf7;border-bottom:1px solid var(--line)}.hw-chrome i{width:9px;height:9px;border-radius:50%;background:var(--line-strong)}.hw-chrome i:first-child{background:#e3593a}.hw-chrome i:nth-child(2){background:#e2b13f}.hw-chrome i:nth-child(3){background:#67a85f}.hw-addr{margin-left:10px;font-family:Geist Mono,ui-monospace,monospace;font-size:11.5px;color:var(--muted);letter-spacing:-.005em}.hw-body{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:0;gap:0;text-align:left;background:#fff}.hw-photo{border-right:1px solid var(--line);padding:24px;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,rgba(30,77,216,.06) 0,transparent 60%),#f7f8fa}.hw-photo svg{max-width:280px}.hw-details{padding:24px 26px 26px;display:flex;flex-direction:column;gap:14px;font-size:13.5px;color:var(--fg-2)}.hw-breadcrumb{font-size:11.5px;color:var(--muted);letter-spacing:.01em}.hw-breadcrumb strong{color:var(--fg-2);font-weight:500}.hw-title{font-size:22px;font-weight:600;letter-spacing:-.018em;margin:0;color:var(--fg)}.hw-rating{gap:6px;font-size:12.5px;color:var(--muted)}.hw-rating,.hw-stars{display:inline-flex;align-items:center}.hw-stars{gap:1px}.hw-rating-num{color:var(--fg-2);font-weight:500}.hw-price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hw-price{font-size:24px;font-weight:600;letter-spacing:-.02em;font-family:Geist Mono,ui-monospace,monospace;color:var(--fg)}.hw-price-old{color:var(--subtle);text-decoration:line-through;font-size:13.5px}.hw-price-badge{background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.hw-field{display:flex;flex-direction:column;gap:8px}.hw-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--subtle);font-weight:500}.hw-variants{display:flex;flex-wrap:wrap;gap:6px}.hw-variant{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:inline-flex;align-items:center;gap:8px;padding:7px 11px 7px 8px;border-radius:8px;font:inherit;font-size:12.5px;color:var(--fg-2);cursor:pointer;box-shadow:inset 0 0 0 1px var(--line-2);transition:box-shadow .12s,background .12s}.hw-variant:hover:not(:disabled){background:rgba(0,0,0,.02);box-shadow:inset 0 0 0 1px var(--line-strong)}.hw-variant.is-active{background:var(--accent-soft);box-shadow:inset 0 0 0 1.5px var(--accent);color:var(--accent)}.hw-variant.is-disabled,.hw-variant:disabled{opacity:.4;cursor:not-allowed}.hw-swatch{width:18px;height:18px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(11,10,8,.15)}.hw-variant-label{font-weight:500}.hw-variant-meta{font-size:10.5px;color:var(--subtle);padding-left:4px;border-left:1px solid var(--line);margin-left:2px;font-family:Geist Mono,ui-monospace,monospace}.hw-variant.is-active .hw-variant-meta{color:var(--accent);border-color:rgba(30,77,216,.25)}.hw-variant-meta.hw-low{color:var(--warn)}.hw-bundle{margin-top:4px;background:#fbfcfd;border:1px solid var(--line);border-radius:12px;padding:14px 14px 16px;display:flex;flex-direction:column;gap:12px}.hw-bundle-head{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--fg)}.hw-bundle-head svg,.hw-bundle-tag{color:var(--accent)}.hw-bundle-tag{margin-left:auto;font-size:10px;text-transform:uppercase;letter-spacing:.06em;background:var(--accent-soft);padding:3px 8px;border-radius:999px;font-weight:600}.hw-bundle-tag,.hw-shipping{font-family:Geist Mono,ui-monospace,monospace}.hw-shipping{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:6px 10px;border-radius:8px;background:var(--bg-2);border:1px dashed var(--line-strong);color:var(--muted);letter-spacing:-.005em}.hw-shipping[data-reached=true]{background:var(--ok-soft);border-style:solid;border-color:rgba(29,122,74,.25);color:var(--ok);font-weight:500}.hw-shipping[data-reached=true] svg{color:var(--ok)}.hw-addons{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.hw-addon{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:grid;grid-template-columns:22px 1fr auto;align-items:center;width:100%;padding:9px 10px;border-radius:9px;text-align:left;cursor:pointer;font:inherit;box-shadow:inset 0 0 0 1px var(--line);background:#fff;transition:box-shadow .12s,background .12s;grid-gap:10px;gap:10px}.hw-addon:hover{box-shadow:inset 0 0 0 1px var(--line-strong)}.hw-addon.is-on{background:var(--accent-soft);box-shadow:inset 0 0 0 1.5px var(--accent)}.hw-addon-check{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;background:#fff;box-shadow:inset 0 0 0 1px var(--line-strong);color:var(--muted)}.hw-addon.is-on .hw-addon-check{background:var(--accent);color:#fff;box-shadow:none}.hw-addon-text{display:flex;flex-direction:column;gap:1px;min-width:0}.hw-addon-text strong{font-size:13px;font-weight:500;color:var(--fg)}.hw-addon-sub{font-size:11.5px;color:var(--muted)}.hw-addon.is-on .hw-addon-sub{color:var(--accent-ink)}.hw-addon-price{font-family:Geist Mono,ui-monospace,monospace;font-size:12.5px;font-weight:500;color:var(--fg-2);white-space:nowrap}.hw-tiers{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;margin-top:2px}.hw-tier{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#fff;padding:9px 8px;border-radius:9px;display:flex;flex-direction:column;gap:2px;align-items:center;cursor:pointer;font:inherit;box-shadow:inset 0 0 0 1px var(--line);transition:box-shadow .12s,background .12s}.hw-tier:hover{box-shadow:inset 0 0 0 1px var(--line-strong)}.hw-tier.is-active{background:var(--accent-soft);box-shadow:inset 0 0 0 1.5px var(--accent)}.hw-tier-qty{font-size:13px;font-weight:600;color:var(--fg)}.hw-tier.is-active .hw-tier-qty{color:var(--accent-ink)}.hw-tier-disc{font-size:11px;font-family:Geist Mono,ui-monospace,monospace;color:var(--muted)}.hw-tier.is-active .hw-tier-disc{color:var(--accent)}.hw-totals{display:flex;flex-direction:column;gap:5px;padding-top:8px;border-top:1px dashed var(--line);font-size:13px}.hw-totals-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.hw-totals-row span:first-child{color:var(--muted);display:inline-flex;align-items:center;gap:6px}.hw-totals-raw{font-family:Geist Mono,ui-monospace,monospace;font-size:12.5px;color:var(--subtle);text-decoration:line-through}.hw-totals-savings,.hw-totals-savings span:first-child{color:var(--ok)}.hw-totals-savings span:last-child{font-family:Geist Mono,ui-monospace,monospace;font-weight:500}.hw-totals-final{padding-top:6px;border-top:1px solid var(--line);margin-top:4px}.hw-totals-final span:first-child{color:var(--fg);font-weight:500}.hw-final-price{font-family:Geist Mono,ui-monospace,monospace;font-size:18px;font-weight:600;color:var(--fg)}.hw-cta{margin-top:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:var(--fg);color:var(--bg);font:inherit;font-size:14px;font-weight:500;padding:13px 18px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;transition:background .12s,transform .08s;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 3px rgba(0,0,0,.18)}.hw-cta:hover:not(:disabled){background:#1f1e1a}.hw-cta:active:not(:disabled){transform:translateY(1px)}.hw-cta:disabled:not(.is-added){opacity:.55;cursor:not-allowed}.hw-cta.is-added{background:var(--ok);color:#fff;cursor:default}.hw-foot{margin:2px 0 0;font-size:11.5px;color:var(--muted);text-align:center}.hw-foot strong{color:var(--fg-2);font-weight:500}.hero-bridge{background:linear-gradient(to bottom,#fff 0,var(--bg) 100%);padding:32px 32px 8px}.hero-bridge-inner{max-width:720px;margin:0 auto;display:flex;align-items:flex-start;gap:12px;text-align:left}.hero-bridge-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:8px;box-shadow:0 0 0 4px rgba(30,77,216,.12);flex-shrink:0}.hero-bridge p{margin:0;font-size:14px;line-height:1.55;color:var(--muted)}.hero-bridge strong{color:var(--fg-2);font-weight:500}@media (max-width:760px){.hero-bridge{padding:24px 18px 4px}.hero-bridge-inner{gap:10px}.hero-bridge p{font-size:13px}.landing .hero-light{padding:56px 18px 28px}.hero-light .h1{font-size:38px;letter-spacing:-.022em}.hero-sub-wide{font-size:15px}.hero-light .hero-meta{gap:12px;font-size:12px}.hero-widget-wrap{padding:0 4px}.hw-body{grid-template-columns:1fr}.hw-photo{border-right:0;border-bottom:1px solid var(--line);padding:18px}.hw-photo svg{max-width:200px}.hw-details{padding:18px 16px}.hw-title{font-size:18px}.hw-price{font-size:20px}.hw-tiers{grid-template-columns:repeat(3,minmax(0,1fr))}.hw-tier{padding:7px 4px}.hw-tier-qty{font-size:12px}.hw-tier-disc{font-size:10px}.hw-addon{grid-template-columns:22px 1fr auto;gap:8px;padding:8px}.hw-addon-text strong{font-size:12.5px}.hw-addon-sub{font-size:11px}.hw-addon-price{font-size:11.5px}}@media (max-width:1024px){.admin{grid-template-columns:208px 1fr}.admin-side{padding:16px 12px}.ps-item{padding:8px 10px;font-size:13px}.ps-brand{font-size:13px;padding:4px 6px 14px}.metric-row{grid-template-columns:repeat(4,1fr)}.metric{padding:12px 14px}.m-value{font-size:18px}.ops-grid{grid-template-columns:1fr;gap:14px}.admin-top{padding:14px 22px;gap:12px}.admin-top,.at-right{flex-wrap:wrap}.portal{grid-template-columns:208px 1fr}.portal-side{padding:16px 12px}.portal-grid{grid-template-columns:1.7fr 1fr}.portal-top{padding:14px 22px}.portal-body{padding:20px 22px 40px;gap:16px}.atable td{padding:10px 12px}.atable th{padding:8px 12px}}@media (max-width:760px){.btn{min-height:42px;padding:11px 16px;font-size:14px}.btn-lg{min-height:50px;padding:14px 20px;font-size:15px}.btn-sm{min-height:36px;padding:8px 12px;font-size:12.5px}.btn-block{width:100%}.icon-btn{padding:8px}.icon-btn-sm{padding:6px}.input{padding:11px 12px;font-size:14.5px}textarea.input{font-size:14px}.portal{grid-template-columns:1fr;padding-bottom:72px}.portal-side{display:none}.portal-top{padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:5;background:var(--bg);border-bottom:1px solid var(--line)}.pt-h1{font-size:17px}.portal-body{padding:16px 16px 28px;gap:14px}.portal-grid{grid-template-columns:1fr;gap:14px}.pg-main,.pg-side{gap:14px}.status-band{grid-template-columns:1fr;padding:16px 18px;gap:14px}.sb-right{display:flex}.sb-right .btn{width:100%;justify-content:center;min-height:44px}.two-col{grid-template-columns:1fr;gap:14px}.two-col .col-main,.two-col .col-side{gap:14px}.page-head{flex-direction:column;align-items:flex-start;gap:12px}.page-h{font-size:20px}.page-sub{font-size:13.5px}.page-actions{width:100%;flex-wrap:wrap;gap:8px}.page-actions .btn{flex:1 1 auto;justify-content:center}.pcard-head{padding:13px 16px}.pcard-head h3{font-size:13px;gap:8px}.pcard-head a{font-size:12px}.pcard-body{padding:14px 16px}.pcard-body.p0{padding:0}.license-key code,.license-key.big code{font-size:12.5px;word-break:break-all}.license-grid{gap:12px;padding-top:12px}.license-grid,.plan-grid{grid-template-columns:1fr 1fr}.plan-grid{gap:14px;padding-bottom:14px;margin-bottom:14px}.plan-actions{flex-direction:column;align-items:stretch}.plan-actions .btn{width:100%;justify-content:center}.ptable thead{display:none}.ptable,.ptable tbody,.ptable td,.ptable tr{display:block}.ptable tr{padding:12px 16px;border-bottom:1px solid var(--line);position:relative}.ptable tr:last-child{border-bottom:0}.ptable td{padding:3px 0;border:0;font-size:13px;color:var(--muted)}.ptable td:first-child{padding-bottom:4px;font-size:14.5px;color:var(--fg);padding-right:64px}.ptable td:first-child strong{font-weight:600}.ptable td:nth-child(2){position:absolute;top:14px;right:16px;padding:0}.row-sub{font-size:11.5px}.row-sub.upd{font-size:11px}.row-actions{gap:14px;flex-wrap:wrap;margin-top:6px}.filter-bar{flex-direction:column;align-items:stretch;gap:10px}.filter-tabs{width:100%;flex-wrap:wrap;gap:6px}.filter-tabs .ft{flex:1 1 auto;justify-content:center}.search-input{width:100%}.form-grid{grid-template-columns:1fr;gap:14px}.form-actions{flex-direction:column-reverse;align-items:stretch;padding-top:12px;gap:10px}.form-actions .btn{width:100%;justify-content:center}.qsteps li{padding:12px 0;gap:14px}.ticket-list li{gap:6px;padding-bottom:12px}.empty-state{padding:28px 18px}.download-hero .dl-grid{grid-template-columns:1fr;gap:18px}.dl-meta-grid{grid-template-columns:1fr 1fr}.dl-actions{flex-direction:column;gap:8px}.install-steps li{grid-template-columns:32px 1fr;gap:12px;padding:12px 0}.step-num.big{width:26px;height:26px;font-size:12.5px}.modal-overlay{padding:16px;align-items:flex-end}.modal{max-width:100%;border-radius:16px 16px 0 0}.modal-foot{flex-direction:column-reverse;gap:8px}.modal-foot .btn{width:100%;justify-content:center}.portal-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--surface);border-top:1px solid var(--line);box-shadow:0 -4px 16px rgba(11,10,8,.06);display:grid;grid-template-columns:repeat(5,1fr);z-index:50;padding-bottom:env(safe-area-inset-bottom)}.portal-bottom-nav-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;color:var(--muted);font:inherit;font-size:10.5px;font-weight:500;letter-spacing:-.005em;cursor:pointer;text-decoration:none;transition:color .12s}.portal-bottom-nav-item:focus-visible,.portal-bottom-nav-item:hover{color:var(--fg)}.portal-bottom-nav-item.active{color:var(--accent)}.portal-bottom-nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:28px;height:2px;background:var(--accent);border-radius:0 0 2px 2px}.portal-bottom-nav-item{position:relative}.admin{grid-template-columns:1fr;padding-top:56px}.admin-side{display:none}.admin-mobile-bar{position:fixed;top:0;left:0;right:0;height:56px;background:var(--bg-2);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 14px;z-index:30}.admin-mobile-bar .mb-hamburger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;width:38px;height:38px;border-radius:8px;background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);display:grid;place-items:center;color:var(--fg);cursor:pointer}.admin-mobile-bar .mb-brand{font-weight:600;font-size:14px;letter-spacing:-.005em;display:inline-flex;align-items:center;gap:8px}.admin-mobile-bar .mb-section{margin-left:auto;font-family:Geist Mono,ui-monospace,monospace;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.admin-drawer-overlay{position:fixed;inset:0;background:rgba(15,18,26,.14);backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);z-index:60;animation:admin-overlay-in .22s ease-out}@keyframes admin-overlay-in{0%{opacity:0}to{opacity:1}}.admin-drawer-panel{position:fixed;top:0;left:0;bottom:0;width:264px;max-width:84vw;background:var(--bg-2);border-right:1px solid var(--line);box-shadow:12px 0 32px rgba(11,13,18,.18),2px 0 8px rgba(11,13,18,.08);padding:18px 14px;overflow-y:auto;animation:admin-drawer-in .22s cubic-bezier(.4,0,.2,1);z-index:61}@keyframes admin-drawer-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.admin-body{padding:16px 16px 32px;gap:14px}.admin-top{padding:14px 16px;flex-direction:column;align-items:stretch;gap:10px}.admin-top .at-h1{font-size:16px}.at-right{width:100%;justify-content:space-between;gap:8px;flex-wrap:wrap}.at-right .time-tabs{flex:1 1 auto}.at-right .time-tabs .tt{flex:1 1;text-align:center;padding:6px 4px}.at-right .btn{display:none}.metric-row{grid-template-columns:1fr 1fr;gap:0}.metric{padding:14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.metric:nth-child(2n){border-right:0}.metric:nth-last-child(-n+2){border-bottom:0}.m-value{font-size:17px}.m-label{font-size:10px}.ops-grid{grid-template-columns:1fr;gap:14px}.ops-main,.ops-side{gap:14px}.atable thead{display:none}.atable,.atable tbody,.atable td,.atable tr{display:block}.atable tr{padding:12px 14px;border-bottom:1px solid var(--line);position:relative}.atable tr:last-child{border-bottom:0}.atable td{padding:2px 0;border:0;font-size:12px;color:var(--muted)}.atable td:first-child{font-size:13.5px;color:var(--fg);padding-bottom:4px;padding-right:64px}.atable td:nth-child(2){font-size:12.5px;color:var(--fg-2)}.qcard .qhead{padding:11px 14px}.qcard .qhead h3{font-size:13px}.admin-page-head{flex-direction:column;align-items:flex-start;gap:10px}.admin-page-head .ah-h{font-size:18px}.admin-page-head .ah-actions{width:100%;flex-wrap:wrap}.admin-page-head .ah-actions .btn{flex:1 1 auto;justify-content:center}.pagination-foot{padding:12px 14px;gap:10px}}@media (min-width:761px){.admin-drawer-overlay,.admin-drawer-panel,.admin-mobile-bar,.portal-bottom-nav{display:none}}@media (max-width:380px){.admin-body,.portal-body{padding-left:14px;padding-right:14px}.pcard-body,.pcard-head{padding:12px 14px}.metric{padding:12px}.metric-row{grid-template-columns:1fr 1fr}.at-right .time-tabs .tt{font-size:11px}}