:root{color-scheme:dark;--bg-base:#0b0b0c;--bg-surface:#131316;--bg-surface-raised:#1a1b1f;--bg-input:#101012;--bg-overlay:rgba(10,10,12,0.85);--border-subtle:rgba(255,255,255,0.06);--border-default:rgba(255,255,255,0.1);--border-strong:rgba(255,255,255,0.14);--fg:#f4f4f5;--fg-muted:#a1a1aa;--fg-dim:#71717a;--primary:#ff8c00;--primary-bright:#ffb347;--primary-dim:#c26700;--primary-subtle:rgba(255,140,0,0.14);--primary-glow:rgba(255,140,0,0.22);--on-primary:#140800;--success:#34d399;--success-bg:rgba(52,211,153,0.12);--warning:#fbbf24;--danger:#f87171;--info:#60a5fa;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:0.75rem;--space-lg:1rem;--space-xl:1.5rem;--space-2xl:2rem;--bg:var(--bg-base);--muted:var(--fg-muted);--border:var(--border-default);--accent:var(--primary)}*,:after,:before{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:var(--fg);background:var(--bg-base);font-family:var(--font-inter),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.55;letter-spacing:-.01em}.shell-brand-title,h1,h2,h3{font-family:var(--font-manrope),var(--font-inter),system-ui,sans-serif;letter-spacing:-.02em}a{color:var(--primary-bright);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}button{font:inherit;cursor:pointer}input,textarea{font:inherit;color:var(--fg);background:var(--bg-input);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:.55rem .75rem;width:100%;transition:border-color .15s ease,box-shadow .15s ease}input:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-subtle)}label{display:block;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:var(--space-xs)}.btn,label{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:.6rem 1.1rem;border-radius:var(--radius-md);font-size:.875rem;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,transform .05s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{color:var(--on-primary);background:linear-gradient(135deg,var(--primary-bright) 0,var(--primary) 55%,var(--primary-dim) 100%);box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 8px 24px var(--primary-glow)}.btn-primary:hover:not(:disabled){filter:brightness(1.05)}.btn-secondary{color:var(--fg);background:var(--bg-surface-raised);border-color:var(--border-default)}.btn-secondary:hover:not(:disabled){border-color:var(--border-strong);background:#222328}.btn-ghost{color:var(--fg-muted);background:transparent;border-color:var(--border-subtle)}.btn-ghost:hover:not(:disabled){color:var(--fg);border-color:var(--border-default)}.card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-xl)}.card-elevated{background:linear-gradient(165deg,#1c1d22 0,var(--bg-surface) 40%,#141518 100%);border-color:var(--border-default);box-shadow:0 24px 48px rgba(0,0,0,.35)}.card-header{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim);margin:0 0 var(--space-md)}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:clamp(var(--space-lg),4vw,3rem);background:radial-gradient(760px 440px at 18% 12%,rgba(255,140,0,.16),transparent 62%),radial-gradient(620px 420px at 82% 8%,rgba(96,165,250,.1),transparent 60%),linear-gradient(180deg,#06070a,#0b0b0c 48%,#090a0d);overflow-x:hidden}.auth-shell{width:min(100%,1080px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,430px);grid-gap:clamp(var(--space-xl),4vw,3.25rem);gap:clamp(var(--space-xl),4vw,3.25rem);align-items:center}.auth-brand-panel,.auth-form-panel{min-width:0}.auth-brand-panel{position:relative;display:grid;grid-gap:clamp(var(--space-xl),4vw,2.75rem);gap:clamp(var(--space-xl),4vw,2.75rem);padding:clamp(var(--space-lg),4vw,2.5rem);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),radial-gradient(420px 260px at 8% 0,rgba(255,140,0,.14),transparent 68%);box-shadow:0 30px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.05)}.auth-brand-lockup{display:flex;align-items:center;gap:var(--space-md);min-width:0}.auth-brand-mark{display:inline-flex;width:44px;height:44px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:12px;color:var(--on-primary);background:linear-gradient(135deg,var(--primary-bright),var(--primary) 58%,var(--primary-dim));box-shadow:0 0 0 1px rgba(255,140,0,.32),0 18px 34px rgba(255,140,0,.22);font-family:var(--font-manrope),sans-serif;font-size:.8rem;font-weight:800;letter-spacing:0}.auth-brand-kicker,.auth-brand-subtitle,.auth-eyebrow,.auth-form-heading p{margin:0;font-weight:800;text-transform:uppercase}.auth-brand-kicker{color:var(--fg);font-size:1rem;line-height:1.1;letter-spacing:-.01em}.auth-brand-subtitle,.auth-form-heading p{margin-top:.18rem;color:var(--fg-dim);font-size:.625rem;letter-spacing:.13em}.auth-hero-copy{max-width:620px}.auth-eyebrow{color:var(--primary-bright);font-size:.7rem;letter-spacing:.14em}.auth-hero-copy h1{margin:var(--space-md) 0 0;color:var(--fg);font-size:clamp(2rem,5vw,4.2rem);line-height:.98;letter-spacing:0}.auth-hero-copy p:last-child{margin:var(--space-lg) 0 0;max-width:58ch;color:var(--fg-muted);font-size:1rem;line-height:1.7}.auth-trust-strip{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.auth-trust-strip span{display:inline-flex;min-height:34px;align-items:center;padding:.34rem .66rem;border:1px solid rgba(255,140,0,.22);border-radius:999px;color:var(--primary-bright);background:rgba(255,140,0,.09);font-size:.72rem;font-weight:800;white-space:nowrap}.auth-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.auth-flow-item{min-width:0;padding:var(--space-md);border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-md);background:rgba(255,255,255,.035)}.auth-flow-item span{display:block;color:var(--fg);font-size:.82rem;font-weight:800}.auth-flow-item p{margin:.3rem 0 0;color:var(--fg-muted);font-size:.78rem;line-height:1.45}.auth-form-panel{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);justify-items:stretch}.auth-form-heading{display:grid;grid-gap:.2rem;gap:.2rem}.auth-form-heading h2{margin:0;color:var(--fg);font-size:1.25rem;line-height:1.2}.auth-form-note{margin:0;color:var(--fg-dim);font-size:.76rem;text-align:center}.auth-clerk-root{width:100%}.auth-clerk-card{width:100%;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(26,27,31,.98),rgba(15,16,19,.98));box-shadow:0 28px 70px rgba(0,0,0,.45),0 0 0 1px rgba(255,140,0,.05)}.auth-clerk-title{color:var(--fg);letter-spacing:0}.auth-clerk-divider-text,.auth-clerk-identity,.auth-clerk-subtitle{color:var(--fg-muted)}.auth-clerk-label{color:#d4d4d8;font-size:.76rem;font-weight:700;letter-spacing:0;text-transform:none}.auth-clerk-input{color:var(--fg);background:#0f1013;border:1px solid rgba(255,255,255,.14);box-shadow:none}.auth-clerk-input:focus,.auth-clerk-otp:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,140,0,.18)}.auth-clerk-primary{color:var(--on-primary);background:linear-gradient(135deg,var(--primary-bright),var(--primary) 58%,var(--primary-dim));box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 14px 30px rgba(255,140,0,.2);font-weight:800}.auth-clerk-primary:hover{filter:brightness(1.05)}.auth-clerk-link{color:var(--primary-bright);font-weight:800}.auth-clerk-error{color:#fca5a5}.auth-clerk-alert{color:var(--fg);background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.22)}.auth-clerk-divider{background:rgba(255,255,255,.12)}.auth-clerk-social{color:var(--fg);background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1)}.auth-clerk-social:hover{background:rgba(255,255,255,.07)}.auth-clerk-otp{color:var(--fg);background:#0f1013;border:1px solid rgba(255,255,255,.14)}@media (max-width:820px){.auth-page{align-items:start;padding:var(--space-lg)}.auth-shell{grid-template-columns:1fr;gap:var(--space-xl)}.auth-brand-panel{gap:var(--space-lg);padding:var(--space-lg)}.auth-hero-copy h1{font-size:clamp(1.75rem,9vw,2.55rem);line-height:1.04}.auth-hero-copy p:last-child{font-size:.93rem;line-height:1.6}}@media (max-width:420px){.auth-brand-panel,.auth-page{padding:var(--space-md)}.auth-brand-panel{border-radius:var(--radius-md)}.auth-flow-grid{grid-template-columns:1fr;gap:var(--space-sm)}.auth-form-heading h2{font-size:1.1rem}}.shell-root{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(900px 520px at 12% -10%,rgba(255,140,0,.09),transparent 58%),linear-gradient(180deg,#07080a 0,var(--bg-base) 42%,#090a0d 100%)}.shell-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-height:64px;padding:0 clamp(var(--space-md),2vw,var(--space-xl));border-bottom:1px solid rgba(255,255,255,.08);background:rgba(7,8,10,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 16px 44px rgba(0,0,0,.24)}.shell-topbar-brand{display:flex;align-items:center;gap:.65rem;flex:0 0 auto;color:var(--fg);text-decoration:none;min-width:0}.shell-topbar-brand:hover{text-decoration:none;opacity:.92}.shell-sidebar-mark,.shell-topbar-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--on-primary);background:linear-gradient(135deg,var(--primary-bright),var(--primary) 58%,var(--primary-dim));box-shadow:0 0 0 1px rgba(255,140,0,.32),0 14px 28px rgba(255,140,0,.18);font-family:var(--font-manrope),sans-serif;font-weight:800;letter-spacing:0}.shell-topbar-mark{width:32px;height:32px;border-radius:9px;font-size:.7rem}.shell-topbar-brand-copy{display:grid;grid-gap:.05rem;gap:.05rem;min-width:0}.shell-topbar-logo{font-family:var(--font-manrope),sans-serif;font-weight:800;font-size:.9375rem;color:var(--fg);line-height:1.05;letter-spacing:-.02em}.shell-topbar-badge{font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim);white-space:nowrap}.shell-topbar-actions{display:flex;align-items:center;gap:var(--space-md);flex:0 0 auto}.shell-body{display:flex;flex:1 1;min-height:0}.shell-sidebar{width:276px;flex-shrink:0;display:flex;flex-direction:column;gap:var(--space-xl);padding:var(--space-xl) var(--space-lg);border-right:1px solid rgba(255,255,255,.08);background:radial-gradient(420px 360px at 0 0,rgba(255,140,0,.11),transparent 62%),linear-gradient(180deg,#101116,#0b0c0f 52%,#08090b);box-shadow:18px 0 44px rgba(0,0,0,.18)}.shell-brand-block{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.shell-brand-kicker{font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 var(--space-xs)}.shell-brand-tier{font-size:.8125rem;color:var(--fg-muted);line-height:1.45;margin:0}.shell-sidebar-brand{display:flex;align-items:center;gap:var(--space-md);padding:.2rem .1rem;color:var(--fg);text-decoration:none}.shell-sidebar-brand:hover{text-decoration:none}.shell-sidebar-mark{width:42px;height:42px;border-radius:12px;font-size:.82rem}.shell-sidebar-subtitle,.shell-sidebar-title{display:block}.shell-sidebar-title{font-family:var(--font-manrope),sans-serif;font-size:1rem;font-weight:800;line-height:1.1;color:var(--fg)}.shell-sidebar-subtitle{margin-top:.15rem;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim)}.shell-workspace-card{padding:var(--space-md);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.shell-workspace-meta{display:inline-flex;align-items:center;gap:.45rem;margin-top:var(--space-md);padding:.32rem .55rem;border:1px solid rgba(52,211,153,.2);border-radius:999px;color:var(--success);background:rgba(52,211,153,.08);font-size:.6875rem;font-weight:700}.shell-workspace-dot{width:.38rem;height:.38rem;border-radius:999px;background:var(--success);box-shadow:0 0 12px rgba(52,211,153,.45)}.shell-nav{display:flex;flex-direction:column;gap:var(--space-lg);min-height:0}.shell-nav-group{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.shell-nav-group-label{margin:0;padding:0 .35rem;font-size:.625rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim)}.shell-nav-group-list{display:grid;grid-gap:.18rem;gap:.18rem}.shell-nav-link{position:relative;display:flex;align-items:center;gap:.7rem;padding:.52rem .62rem;border-radius:var(--radius-md);font-size:.8125rem;font-weight:700;color:var(--fg-muted);border:1px solid transparent;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.shell-nav-link:hover{color:var(--fg);background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.06);text-decoration:none}.shell-nav-link-active{color:var(--fg);background:linear-gradient(90deg,rgba(255,140,0,.16),rgba(255,255,255,.035));border-color:rgba(255,140,0,.28);box-shadow:0 10px 24px rgba(0,0,0,.2),inset 3px 0 0 var(--primary)}.shell-nav-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.7rem;height:1.7rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:var(--fg-dim);background:rgba(255,255,255,.035);font-family:var(--font-manrope),sans-serif;font-size:.56rem;font-weight:800;letter-spacing:0}.shell-nav-link-active .shell-nav-icon{color:var(--on-primary);border-color:rgba(255,140,0,.36);background:var(--primary)}.shell-nav-copy{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0}.shell-nav-label,.shell-nav-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-nav-label{line-height:1.1}.shell-nav-meta{font-size:.66rem;font-weight:600;color:var(--fg-dim)}.shell-nav-badge{margin-left:auto;flex:0 0 auto;padding:.14rem .38rem;border:1px solid rgba(255,140,0,.24);border-radius:999px;color:var(--primary-bright);background:var(--primary-subtle);font-size:.56rem;font-weight:800;letter-spacing:.08em}.shell-sidebar-footer{margin-top:auto;padding:var(--space-md);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-lg);background:rgba(255,255,255,.026)}.shell-sidebar-footer-label{margin:0 0 var(--space-xs);font-size:.625rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--primary-bright)}.shell-sidebar-footer-text{margin:0;color:var(--fg-dim);font-size:.75rem;line-height:1.45}.shell-main{flex:1 1;min-width:0;padding:clamp(var(--space-xl),3.5vw,2.75rem) clamp(var(--space-lg),4vw,2.75rem)}.shell-main-inner{max-width:1180px;margin:0 auto}.shell-topbar-nav{display:flex;align-items:center;gap:.35rem;flex:1 1;min-width:0;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:.55rem .2rem;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent);mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent)}.shell-topbar-nav::-webkit-scrollbar{display:none}@media (min-width:1180px){.shell-topbar-nav{justify-content:center;overflow:visible}}.shell-topbar-nav-link{display:flex;flex-shrink:0;min-height:38px;align-items:center;padding:.42rem .62rem;font-size:.75rem;white-space:nowrap;background:rgba(255,255,255,.026);border-color:rgba(255,255,255,.045)}.shell-topbar-nav-link .shell-nav-icon{width:1.45rem;height:1.45rem;border-radius:7px;font-size:.5rem}.shell-topbar-nav-link .shell-nav-copy{display:block}.shell-topbar-nav-link.shell-nav-link-active{box-shadow:inset 0 -2px 0 var(--primary)}@media (min-width:900px){.shell-topbar-nav-link{font-size:.8125rem}}.shell-topbar-tagline{display:inline-flex;align-items:center;min-height:32px;padding:0 .7rem;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(255,255,255,.035);font-size:.6875rem;font-weight:700;color:var(--fg-muted);white-space:nowrap}@media (max-width:639px){.shell-topbar{min-height:58px}.shell-topbar-brand-copy,.shell-topbar-tagline{display:none}}@media (max-width:900px){.shell-sidebar{display:none}.shell-topbar{padding:0 var(--space-md);gap:var(--space-sm)}.shell-main{padding:var(--space-lg) clamp(var(--space-md),3vw,1.5rem)}}.studio-layout{gap:clamp(var(--space-lg),3vw,var(--space-2xl))}.studio-hero,.studio-layout{display:flex;flex-direction:column}.studio-hero{gap:var(--space-sm)}.studio-hero-title{margin:0;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:700;color:var(--fg)}.studio-hero-sub{margin:0;max-width:58ch;font-size:.9375rem;color:var(--fg-muted);line-height:1.6}.studio-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:960px){.studio-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr) minmax(240px,300px);align-items:start}}.studio-panel-title{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);margin:0 0 var(--space-md)}.artifact-hero{border-radius:var(--radius-lg);padding:var(--space-xl);background:radial-gradient(120% 80% at 10% 0,rgba(255,140,0,.12) 0,transparent 55%),linear-gradient(180deg,#1e1f24 0,var(--bg-surface) 45%,#141518 100%);border:1px solid var(--border-default);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 20px 50px rgba(0,0,0,.45)}.artifact-hero,.artifact-hero-inner{position:relative}.artifact-product-title{margin:0 0 var(--space-md);font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--fg)}.artifact-description{font-size:.9375rem;line-height:1.55}.artifact-bullets,.artifact-description{margin:0 0 var(--space-lg);color:var(--fg-muted)}.artifact-bullets{padding-left:1.1rem;font-size:.875rem;line-height:1.5}.artifact-bullets li{margin-bottom:.35rem}.artifact-keywords{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.keyword-chip{display:inline-flex;align-items:center;padding:.26rem .62rem;border-radius:999px;font-size:.75rem;font-weight:650;color:#dbeafe;background:rgba(96,165,250,.08);border:1px solid rgba(96,165,250,.16)}.artifact-empty{text-align:center;padding:var(--space-2xl) var(--space-lg);color:var(--fg-dim);font-size:.875rem}.trust-panel{flex-direction:column}.trust-panel,.trust-row{display:flex;gap:var(--space-md)}.trust-row{justify-content:space-between;font-size:.8125rem}.trust-label{color:var(--fg-dim)}.trust-value{color:var(--fg-muted);text-align:right;word-break:break-all}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.badge-success{color:var(--success);background:var(--success-bg);border:1px solid rgba(52,211,153,.25)}.badge-warn{color:var(--warning);background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.25)}.badge-muted{color:var(--fg-muted);background:rgba(255,255,255,.05);border:1px solid var(--border-subtle)}.next-action{display:flex;flex-direction:column;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--border-subtle)}.next-action-hint{font-size:.75rem;color:var(--fg-dim);margin:0;line-height:1.45}.studio-hero-eyebrow{margin:0 0 var(--space-sm);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.studio-workbench{display:flex;flex-direction:column;gap:var(--space-lg)}.studio-workbench--empty .studio-form{order:1}.studio-workbench--empty .studio-output-panel{order:2}.studio-workbench--result .studio-output-panel{order:1}.studio-workbench--result .studio-next-step{order:2}.studio-workbench--result .studio-form{order:3}.studio-form{display:flex;flex-direction:column;gap:var(--space-lg);padding:clamp(var(--space-lg),2vw,var(--space-xl));border:1px solid rgba(255,140,0,.16);border-radius:var(--radius-lg);background:radial-gradient(90% 60% at 4% 0,rgba(255,140,0,.08),transparent 58%),linear-gradient(180deg,#18191f,#101114);box-shadow:0 24px 56px rgba(0,0,0,.32)}.studio-command-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-subtle)}.studio-command-header .studio-panel-title{margin-bottom:0}.studio-command-heading{margin:0;font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:750;color:var(--fg);line-height:1.2}.studio-command-subcopy{margin:0;flex-shrink:0;padding:.28rem .55rem;border:1px solid var(--border-subtle);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--fg-muted);background:rgba(255,255,255,.035)}.studio-command-fields{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.studio-fieldset{display:flex;flex-direction:column;gap:var(--space-lg);margin:0;padding:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:linear-gradient(180deg,#181921,#121318);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.studio-fieldset-legend{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim);padding:0;float:left;width:100%;margin-bottom:var(--space-md)}.studio-fieldset:after{content:"";display:table;clear:both}.studio-fieldset--optional{padding:0;border-color:var(--border-subtle);background:transparent}.studio-fieldset-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-md) var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease;gap:var(--space-md)}.studio-fieldset-toggle:hover{border-color:var(--border-default);background:var(--bg-surface-raised)}.studio-fieldset-toggle[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.studio-fieldset--optional .studio-field{padding:0 var(--space-xl) var(--space-xl);border:1px solid var(--border-subtle);border-top:none;border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);background:var(--bg-surface);padding-top:var(--space-lg)}.studio-fieldset-toggle-icon{font-size:1rem;color:var(--fg-dim);flex-shrink:0;line-height:1;font-weight:300}.studio-field{display:flex;flex-direction:column;gap:var(--space-xs)}.studio-field-hint{color:var(--fg-dim)}.studio-field-error,.studio-field-hint{margin:0;font-size:.75rem;line-height:1.45}.studio-field-error{color:var(--danger)}.studio-form--result{gap:var(--space-sm);padding:var(--space-md);border-color:var(--border-subtle);background:linear-gradient(180deg,#14151a,#0f1013);box-shadow:none}.studio-form--result .studio-command-header{align-items:flex-start;padding-bottom:var(--space-md)}.studio-form--result .studio-command-heading{max-width:none;text-align:left;font-size:.95rem;color:var(--fg-muted)}.studio-form--result .studio-fieldset{padding:var(--space-md);gap:var(--space-sm);border-radius:var(--radius-md);background:rgba(255,255,255,.022)}.studio-form--result .studio-fieldset-legend{margin-bottom:var(--space-sm)}.studio-form--result .studio-field{gap:.2rem}.studio-form--result input,.studio-form--result textarea{min-height:40px;padding:.5rem .65rem;font-size:.875rem}.studio-form--result textarea{min-height:78px}.studio-form--result .studio-field-error,.studio-form--result .studio-field-hint{font-size:.6875rem;line-height:1.35}.studio-form--result .studio-fieldset-toggle{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md)}.studio-form--result .studio-fieldset--optional .studio-field{padding:var(--space-sm) var(--space-md) var(--space-md);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.studio-form--result .studio-action-strip{margin-top:var(--space-xs);padding:var(--space-md);border-radius:var(--radius-md);border-color:var(--border-subtle);background:rgba(255,255,255,.035)}.studio-form--result .studio-action-btn{min-height:42px;padding:.55rem 1rem;font-size:.875rem}.studio-output-panel{position:relative;padding:var(--space-xl);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:radial-gradient(120% 60% at 10% 0,rgba(255,140,0,.09) 0,transparent 55%),linear-gradient(165deg,#1e1f24 0,var(--bg-surface) 45%,#141518 100%);box-shadow:0 0 0 1px rgba(255,140,0,.04),0 20px 40px rgba(0,0,0,.3)}.studio-workbench--empty .studio-output-panel{padding:var(--space-lg);border-color:var(--border-subtle);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),#111216;box-shadow:none}.studio-output-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl)}.studio-output-header .badge{flex-shrink:0;margin-top:.1rem}.studio-output-heading{margin:0;font-size:clamp(1.15rem,2vw,1.5rem);font-weight:700;line-height:1.2;color:var(--fg)}.studio-workbench--empty .studio-output-heading{font-size:1rem}.studio-output-panel--active{border-color:rgba(255,140,0,.18);box-shadow:0 0 0 1px rgba(255,140,0,.08),0 20px 40px rgba(0,0,0,.35)}.studio-output-empty{display:flex;align-items:center;justify-content:center;min-height:96px}.studio-output-empty-text{margin:0;max-width:44ch;text-align:left;font-size:.875rem;color:var(--fg-dim);line-height:1.6}.studio-action-strip{display:flex;flex-direction:column;gap:var(--space-sm);align-items:stretch;padding:var(--space-lg) var(--space-xl);border:1px solid rgba(255,140,0,.16);border-radius:var(--radius-lg);background:linear-gradient(90deg,rgba(255,140,0,.075),rgba(255,255,255,.035)),var(--bg-surface-raised)}@media (min-width:640px){.studio-action-strip{flex-direction:row;align-items:center;justify-content:space-between}}.studio-action-hint{margin:0;font-size:.8125rem;color:var(--fg-dim)}.studio-action-btn{min-height:44px;padding:.6rem 1.5rem;font-size:.9375rem;width:100%}@media (min-width:640px){.studio-action-btn{width:auto;flex-shrink:0}}.studio-output-streaming{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md) 0}.studio-output-streaming-title{margin:0;font-size:1.1rem;font-weight:700;color:var(--fg);line-height:1.3;opacity:.85}.studio-output-streaming-desc{margin:0;font-size:.9rem;color:var(--fg-muted);line-height:1.55;opacity:.75}.studio-output-error{display:flex;align-items:flex-start;padding:var(--space-md);border-radius:var(--radius-md);background:rgba(248,113,113,.08);border:1px solid rgba(248,113,113,.25)}.studio-output-error-text{margin:0;font-size:.875rem;color:var(--danger);line-height:1.5}.studio-output-result{display:flex;flex-direction:column;gap:var(--space-xl)}.studio-output-main-copy{padding:clamp(var(--space-lg),2.2vw,var(--space-xl));border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022)),#15161b;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}.studio-output-result-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--fg);line-height:1.3}.studio-output-result-desc{margin:0;font-size:.9375rem;color:var(--fg-muted);line-height:1.6}.studio-output-media-frame{display:flex;align-items:center;justify-content:center;width:100%;min-height:110px;border-radius:var(--radius-md);background:linear-gradient(135deg,#111214,#191a1e 50%,#111214);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);margin-bottom:var(--space-sm);overflow:hidden}.studio-output-media-frame-label{font-size:.625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-dim);opacity:.45}.studio-output-bullet-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.studio-output-bullet-list li{display:flex;align-items:flex-start;gap:.55rem;padding:.72rem .78rem;border:1px solid rgba(255,255,255,.065);border-radius:var(--radius-md);background:rgba(255,255,255,.026);font-size:.9375rem;color:var(--fg);line-height:1.5}.studio-output-bullet-list li:before{content:"→";color:var(--primary);opacity:.7;font-size:.75rem;flex-shrink:0;line-height:1.6}.studio-output-chips{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.studio-output-focus{display:flex;flex-direction:column;gap:var(--space-xs)}.studio-output-focus-label,.studio-output-section-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}.studio-output-section-label{margin:0 0 var(--space-sm)}.studio-output-section{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-lg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.018)}.studio-next-step{padding:var(--space-xl);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:linear-gradient(165deg,#1c1d22 0,var(--bg-surface) 40%,#141518 100%);box-shadow:0 0 0 1px rgba(255,140,0,.05),0 24px 48px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:var(--space-lg)}.studio-next-step-kicker{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.studio-next-step-title{margin:0;font-size:1rem;font-weight:600;color:var(--fg);line-height:1.4}.studio-next-step-hint{margin:0;font-size:.8125rem;color:var(--fg-muted);line-height:1.55}.studio-next-step-receipt{display:flex;flex-direction:column;gap:.35rem;padding:var(--space-md);border-radius:var(--radius-md);background:rgba(255,255,255,.03);border:1px solid var(--border-subtle)}.studio-next-step-receipt-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md);font-size:.75rem}.studio-next-step-receipt-label{color:var(--fg-dim);flex-shrink:0}.studio-next-step-receipt-value{color:var(--fg-muted);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.studio-next-step-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--border-subtle)}.studio-next-step .studio-action-btn{width:100%}.studio-next-step-actions .btn{min-height:38px;padding:.5rem .72rem;font-size:.8125rem}@media (max-width:639px){.studio-next-step-actions{flex-direction:column}.studio-next-step-actions .btn{width:100%;justify-content:center;min-height:44px}.studio-workbench--empty .studio-action-strip{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;border-bottom-left-radius:0;border-bottom-right-radius:0;border:none;border-top:1px solid var(--border-default);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(26,27,31,.92);margin:0 calc(-1 * clamp(var(--space-md), 3vw, 1.5rem));border-radius:0;padding-left:clamp(var(--space-md),3vw,1.5rem);padding-right:clamp(var(--space-md),3vw,1.5rem)}}.studio-fieldset--compact{padding:var(--space-md);gap:var(--space-sm);box-shadow:none;border-color:var(--border-subtle);background:rgba(255,255,255,.018)}.studio-output-panel--done{border-color:rgba(255,140,0,.18);background:radial-gradient(140% 70% at 8% 0,rgba(255,140,0,.08) 0,transparent 55%),linear-gradient(165deg,#1e1f25 0,var(--bg-surface) 40%,#141518 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 30px 70px rgba(0,0,0,.52)}.studio-next-step--quiet{padding:var(--space-lg);border-color:var(--border-subtle);background:var(--bg-surface);box-shadow:none;gap:var(--space-md)}.studio-trust-summary{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}.studio-trust-summary--warn{border-color:rgba(251,191,36,.18);background:rgba(251,191,36,.055)}.studio-trust-title{margin:0 0 var(--space-xs);font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim)}.studio-trust-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);min-width:0}.studio-trust-label{min-width:0;font-size:.75rem;color:var(--fg-muted)}.studio-trust-note{margin:0;font-size:.75rem;color:var(--fg-dim);line-height:1.45}.studio-trust-issue-list{display:grid;grid-gap:.3rem;gap:.3rem;margin:0;padding:var(--space-sm) 0 0;list-style:none;border-top:1px solid rgba(251,191,36,.14)}.studio-trust-issue-list li{font-size:.8125rem;color:var(--fg);line-height:1.4}.studio-trust-muted{color:var(--fg-muted)!important}.studio-trust-detail-link{font-size:.8125rem;font-weight:600;color:var(--primary-bright)}.studio-support-zone{border-top:1px solid var(--border-subtle);padding-top:var(--space-xl);margin-top:var(--space-lg)}.studio-support-zone-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-md)}.studio-support-zone-label{font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);margin:0;opacity:.7}.studio-review-item,.studio-review-list{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.studio-review-item{padding:var(--space-lg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.018)}.studio-review-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap}.studio-review-item-title{margin:0;font-weight:650;font-size:.9375rem;color:var(--fg)}.studio-review-item-meta{margin:.25rem 0 0;font-size:.8125rem;color:var(--fg-muted)}.studio-review-badges{display:flex;gap:var(--space-sm);flex-wrap:wrap}.studio-review-badges .badge{font-size:.68rem}.studio-review-detail{display:grid;grid-gap:var(--space-md);gap:var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--border-subtle)}.studio-review-note{min-height:76px;font-size:.875rem;resize:vertical}.studio-review-actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.studio-review-actions .btn{min-height:38px;font-size:.875rem}.studio-review-actions .btn-ghost{color:var(--danger)}.studio-review-status{margin:0;font-size:.875rem}.studio-review-status--approved{color:var(--success)}.studio-review-error,.studio-review-status--rejected{color:var(--danger)}.studio-review-error{margin:0;font-size:.8125rem}@media (min-width:900px){.studio-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);grid-template-rows:auto 1fr;grid-column-gap:var(--space-xl);column-gap:var(--space-xl);grid-row-gap:var(--space-xl);row-gap:var(--space-xl);align-items:start}.studio-output-panel{grid-column:1;grid-row:1/3;align-self:stretch;min-height:520px}.studio-next-step{grid-column:2;grid-row:1}.studio-form{grid-column:2;grid-row:2}.studio-workbench--empty .studio-output-panel{grid-column:2;grid-row:1;align-self:start;min-height:0}.studio-workbench--empty .studio-form{grid-column:1;grid-row:1/3}.studio-output-panel{display:flex;flex-direction:column}.studio-workbench--result .studio-output-empty{flex:1 1;min-height:200px}}.overview-layout{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.overview-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-lg)}@media (max-width:640px){.overview-hero{flex-direction:column;align-items:stretch}.overview-hero .btn{width:100%;justify-content:center}}.overview-hero-text{flex:1 1;min-width:min(100%,280px)}.overview-title{margin:0 0 var(--space-sm);font-size:clamp(1.45rem,2.4vw,1.8rem);font-weight:700;color:var(--fg);letter-spacing:-.02em}.overview-sub{margin:0;max-width:56ch;font-size:.9375rem;color:var(--fg-muted);line-height:1.55}.overview-status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--success);background:var(--success-bg);border:1px solid rgba(52,211,153,.28);white-space:nowrap}.overview-status-pill.is-attention{color:var(--warning);background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.35)}.command-strip{display:grid;grid-gap:var(--space-md);gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.command-metric{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-subtle)}.command-metric-value{font-family:var(--font-manrope),sans-serif;font-size:1.5rem;font-weight:700;color:var(--fg);line-height:1.2}.command-metric-label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:.35rem}.command-metric-hint{margin:.35rem 0 0;font-size:.75rem;color:var(--fg-dim);line-height:1.35}.overview-section-title{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);margin:0 0 var(--space-md)}.snapshot-table{width:100%;border-collapse:collapse;font-size:.8125rem}.snapshot-table td,.snapshot-table th{text-align:left;padding:.65rem .5rem;border-bottom:1px solid var(--border-subtle);vertical-align:top}.snapshot-table th{color:var(--fg-dim);font-weight:600;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.snapshot-table tr:last-child td{border-bottom:none}.snapshot-title-cell{font-weight:600;color:var(--fg)}.trust-badge-row{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:var(--space-md)}.responsive-only-desktop{display:none}@media (min-width:768px){.responsive-only-desktop{display:block}}.responsive-only-mobile{display:block}@media (min-width:768px){.responsive-only-mobile{display:none}}.snapshot-mobile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-md)}.snapshot-mobile-card{border-radius:var(--radius-md);padding:var(--space-md);border:1px solid var(--border-subtle);background:var(--bg-surface)}.snapshot-mobile-card-title{font-weight:600;font-size:.9375rem;margin:0 0 var(--space-sm);color:var(--fg);line-height:1.35}.snapshot-mobile-row{display:flex;justify-content:space-between;gap:var(--space-md);font-size:.8125rem;margin-bottom:.35rem}.snapshot-mobile-row:last-child{margin-bottom:0}.snapshot-mobile-label{color:var(--fg-dim);flex-shrink:0}.snapshot-mobile-value{color:var(--fg-muted);text-align:right;word-break:break-word}.snapshot-mobile-badges{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-start;margin-top:.35rem}.attention-list{display:flex;flex-direction:column;gap:var(--space-sm)}.attention-item{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);background:rgba(251,191,36,.06);border:1px solid rgba(251,191,36,.2)}.attention-item-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:var(--fg)}.attention-item-meta{margin:0;font-size:.75rem;color:var(--fg-muted)}.overview-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:900px){.overview-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start}}.export-page{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.export-command-zone{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-xl);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 12% 0,rgba(255,140,0,.12) 0,transparent 58%),linear-gradient(165deg,#1c1d22 0,var(--bg-surface) 44%,#111215 100%);box-shadow:0 0 0 1px rgba(255,140,0,.05),0 24px 52px rgba(0,0,0,.38)}@media (min-width:860px){.export-command-zone{grid-template-columns:minmax(0,1fr) auto;align-items:end}}.export-command-copy{min-width:0}.export-kicker{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.export-kicker,.export-title{margin:0 0 var(--space-sm);font-weight:700}.export-title{font-size:clamp(1.65rem,3vw,2.15rem);line-height:1.15;color:var(--fg)}.export-sub{margin:0;max-width:64ch;font-size:.95rem;color:var(--fg-muted);line-height:1.6}.export-chip-row,.export-command-actions,.export-output-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.export-chip-row{margin-top:var(--space-lg)}.export-chip{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .65rem;border-radius:999px;border:1px solid var(--border-subtle);background:rgba(255,255,255,.04);color:var(--fg-muted);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.export-chip--success{color:var(--success);background:var(--success-bg);border-color:rgba(52,211,153,.25)}.export-chip--warn{color:var(--warning);background:rgba(251,191,36,.09);border-color:rgba(251,191,36,.24)}.export-command-actions{justify-content:flex-start}@media (min-width:860px){.export-command-actions{justify-content:flex-end;max-width:320px}}.export-summary-strip{display:grid;grid-gap:var(--space-md);gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.export-summary-card{min-width:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface)}.export-summary-card--ready{border-color:rgba(52,211,153,.2);background:linear-gradient(180deg,rgba(52,211,153,.08),var(--bg-surface))}.export-summary-card--blocked{border-color:rgba(248,113,113,.18);background:linear-gradient(180deg,rgba(248,113,113,.06),var(--bg-surface))}.export-summary-label{display:block;margin-bottom:var(--space-xs);font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}.export-summary-note,.export-summary-value{display:block;color:var(--fg);line-height:1.2}.export-summary-value{font-family:var(--font-manrope),sans-serif;font-size:1.55rem;font-weight:700}.export-summary-note{min-height:1.9rem;font-size:.9375rem;font-weight:700}.export-mobile-note,.export-muted-copy,.export-summary-card p{margin:var(--space-xs) 0 0;font-size:.75rem;color:var(--fg-dim);line-height:1.45}.export-ops-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:start}@media (min-width:980px){.export-ops-grid{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}}.export-main-stack{display:flex;min-width:0;flex-direction:column;gap:var(--space-xl)}.export-output-hero{min-width:0;padding:var(--space-xl);border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-lg);background:radial-gradient(140% 70% at 10% 0,rgba(255,140,0,.12) 0,transparent 54%),linear-gradient(165deg,#202126 0,var(--bg-surface) 42%,#121316 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 28px 64px rgba(0,0,0,.46)}.export-output-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-xl)}.export-output-title{margin:0;font-size:clamp(1.35rem,2.4vw,1.75rem);line-height:1.2;color:var(--fg)}.export-empty-state,.export-output-body{display:flex;min-width:0;flex-direction:column;gap:var(--space-lg)}.export-output-record{min-width:0;padding:var(--space-lg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.035)}.export-output-label,.export-output-package span,.export-rail-status span{display:block;margin-bottom:.2rem;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}.export-output-record strong{display:block;color:var(--fg);font-size:1.05rem;line-height:1.35;overflow-wrap:anywhere}.export-activity-empty p,.export-empty-state p,.export-output-record p,.export-safe-note{margin:var(--space-sm) 0 0;color:var(--fg-muted);font-size:.875rem;line-height:1.55}.export-output-package{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:700px){.export-output-package{grid-template-columns:repeat(3,1fr)}}.export-output-package div{min-width:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}.export-output-package strong,.export-rail-status strong{display:block;color:var(--fg);font-size:.875rem;line-height:1.4}.export-safe-note{padding-top:var(--space-md);border-top:1px solid var(--border-subtle);color:var(--fg-dim)}.export-empty-state{min-height:220px;justify-content:center}.export-activity-empty strong,.export-empty-state strong{color:var(--fg);font-size:1rem}.export-detail-card,.export-marketplace-rail{min-width:0;padding:var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface)}.export-checklist{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.export-check-row{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}@media (min-width:720px){.export-check-row{grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);align-items:center}}.export-check-row span{color:var(--fg);font-size:.875rem;font-weight:700}.export-check-row p{margin:0;color:var(--fg-muted);font-size:.8125rem;line-height:1.5}.export-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.export-records-desktop{display:none}.export-records-mobile{display:flex}@media (min-width:768px){.export-records-desktop{display:block}.export-records-mobile{display:none}}.export-activity-empty{padding:var(--space-lg);border:1px dashed var(--border-default);border-radius:var(--radius-md);background:rgba(255,255,255,.02)}.export-marketplace-rail{display:flex;flex-direction:column;gap:var(--space-md);background:linear-gradient(180deg,#18191d 0,var(--bg-surface) 100%)}@media (min-width:980px){.export-marketplace-rail{position:-webkit-sticky;position:sticky;top:var(--space-xl)}}.export-marketplace-rail h2{margin:0 0 var(--space-sm);font-size:1.1rem;line-height:1.25}.export-rail-status{padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.03)}@media (max-width:640px){.export-page{gap:var(--space-lg)}.export-command-zone,.export-detail-card,.export-marketplace-rail,.export-output-hero{padding:var(--space-lg)}.export-command-actions,.export-output-actions{flex-direction:column;align-items:stretch}.export-command-actions .btn,.export-marketplace-rail .btn,.export-output-actions .btn{width:100%;min-height:44px}.export-summary-strip{grid-template-columns:1fr}.export-output-header{flex-direction:column}}.marketplace-page{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.marketplace-command-zone{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-xl);border:1px solid rgba(255,140,0,.18);border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 10% 0,rgba(255,140,0,.13) 0,transparent 58%),linear-gradient(165deg,#202126 0,var(--bg-surface) 45%,#111215 100%);box-shadow:0 0 0 1px rgba(255,140,0,.05),0 26px 58px rgba(0,0,0,.42)}@media (min-width:860px){.marketplace-command-zone{grid-template-columns:minmax(0,1fr) auto;align-items:end}}.marketplace-active-hero,.marketplace-command-copy,.marketplace-form-card,.marketplace-main-stack,.marketplace-rail-card,.marketplace-readiness,.marketplace-side-rail{min-width:0}.marketplace-title{margin:0 0 var(--space-sm);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:700;line-height:1.15;color:var(--fg)}.marketplace-sub{margin:0;max-width:64ch;font-size:.95rem;color:var(--fg-muted);line-height:1.6}.marketplace-active-header,.marketplace-card-topline,.marketplace-chip-row,.marketplace-command-actions,.marketplace-form-actions,.marketplace-form-heading{display:flex;gap:var(--space-sm)}.marketplace-chip-row{flex-wrap:wrap;align-items:center;margin-top:var(--space-lg)}.marketplace-chip{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .65rem;border:1px solid var(--border-subtle);border-radius:999px;background:rgba(255,255,255,.04);color:var(--fg-muted);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.marketplace-chip--warn{color:var(--warning);background:rgba(251,191,36,.09);border-color:rgba(251,191,36,.24)}.marketplace-command-actions{flex-wrap:wrap;align-items:center;justify-content:flex-start}@media (min-width:860px){.marketplace-command-actions{justify-content:flex-end;max-width:340px}}.marketplace-console-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:start}@media (min-width:980px){.marketplace-console-grid{grid-template-columns:minmax(0,1fr) minmax(270px,330px)}}.marketplace-main-stack,.marketplace-side-rail{display:flex;flex-direction:column;gap:var(--space-xl)}@media (min-width:980px){.marketplace-side-rail{position:-webkit-sticky;position:sticky;top:var(--space-xl)}}.marketplace-active-hero,.marketplace-empty-card,.marketplace-form-card,.marketplace-readiness{padding:var(--space-xl);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-surface)}.marketplace-active-hero,.marketplace-form-card{background:radial-gradient(120% 70% at 8% 0,rgba(255,140,0,.08) 0,transparent 55%),linear-gradient(165deg,#1b1c21 0,var(--bg-surface) 45%,#121316 100%);box-shadow:0 18px 44px rgba(0,0,0,.28)}.marketplace-section-heading{margin-bottom:var(--space-lg)}.marketplace-section-kicker{margin:0 0 var(--space-sm);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.marketplace-active-header h2,.marketplace-empty-card h2,.marketplace-form-heading h2,.marketplace-rail-card h2,.marketplace-section-heading h2{margin:0;color:var(--fg);font-size:1.1rem;line-height:1.3}.marketplace-card-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:720px){.marketplace-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.marketplace-readiness-card{display:flex;min-width:0;flex-direction:column;gap:var(--space-md);padding:var(--space-lg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}.marketplace-active-header,.marketplace-card-topline,.marketplace-form-actions,.marketplace-form-heading{align-items:flex-start;justify-content:space-between}.marketplace-card-topline h3{margin:0;color:var(--fg);font-size:1rem;line-height:1.25}.marketplace-active-copy,.marketplace-empty-card p,.marketplace-empty-state p,.marketplace-form-safe-copy,.marketplace-rail-card p,.marketplace-readiness-card p{margin:0;color:var(--fg-muted);font-size:.875rem;line-height:1.55}.marketplace-status{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;min-height:30px;padding:.26rem .58rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.marketplace-status--pending{color:var(--warning);background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.28)}.marketplace-status--prep{color:var(--primary-bright);background:var(--primary-subtle);border:1px solid rgba(255,140,0,.25)}.marketplace-status--muted{color:var(--fg-muted);background:rgba(255,255,255,.05);border:1px solid var(--border-subtle)}.marketplace-export-note{display:grid;grid-gap:.2rem;gap:.2rem;padding-top:var(--space-md);border-top:1px solid var(--border-subtle)}.marketplace-detail-grid dt,.marketplace-export-note span{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}.marketplace-detail-grid dd,.marketplace-export-note strong{margin:0;color:var(--fg);font-size:.875rem;line-height:1.4}.marketplace-active-hero{display:flex;flex-direction:column;gap:var(--space-lg);border-color:rgba(255,140,0,.16)}.marketplace-detail-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md);margin:0}@media (min-width:720px){.marketplace-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.marketplace-detail-grid div{min-width:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.03)}.marketplace-detail-grid dd{margin-top:.2rem;overflow-wrap:anywhere}.marketplace-empty-state{padding:var(--space-lg);border:1px dashed var(--border-default);border-radius:var(--radius-md);background:rgba(255,255,255,.02)}.marketplace-empty-state strong{display:block;margin-bottom:var(--space-sm);color:var(--fg)}.marketplace-form-heading{margin-bottom:var(--space-md)}.marketplace-form-safe-copy{padding-bottom:var(--space-lg);margin-bottom:var(--space-lg);border-bottom:1px solid var(--border-subtle)}.marketplace-form-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:720px){.marketplace-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-form-field--wide{grid-column:1/-1}}.marketplace-form-field{min-width:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}.marketplace-form-actions{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-subtle)}.marketplace-form-actions p{margin:0;max-width:40ch;color:var(--fg-dim);font-size:.8125rem;line-height:1.45}.marketplace-rail-card{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface)}.marketplace-rail-card--accent{border-color:rgba(255,140,0,.16);background:linear-gradient(180deg,#18191d 0,var(--bg-surface) 100%)}.marketplace-guidance-list,.marketplace-steps{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);margin:0;padding-left:1.1rem;color:var(--fg-muted);font-size:.875rem;line-height:1.5}.marketplace-steps li::marker{color:var(--primary);font-weight:700}.marketplace-full-button{width:100%}@media (max-width:640px){.marketplace-console-grid,.marketplace-main-stack,.marketplace-page,.marketplace-side-rail{gap:var(--space-lg)}.marketplace-active-hero,.marketplace-command-zone,.marketplace-empty-card,.marketplace-form-card,.marketplace-rail-card,.marketplace-readiness{padding:var(--space-lg)}.marketplace-command-actions,.marketplace-form-actions{flex-direction:column;align-items:stretch}.marketplace-command-actions .btn,.marketplace-form-actions .btn{width:100%;min-height:44px}.marketplace-active-header,.marketplace-card-topline,.marketplace-form-heading{flex-direction:column}.marketplace-status{width:-moz-fit-content;width:fit-content;max-width:100%;white-space:normal;text-align:center}}.hp{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-base)}.hp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border-subtle);background:rgba(8,8,10,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hp-main{display:flex;flex-direction:column}.hp-nav-inner{max-width:1120px;margin:0 auto;padding:var(--space-md) clamp(var(--space-lg),4vw,2rem);display:flex;align-items:center;gap:var(--space-lg)}.hp-logo{font-family:var(--font-manrope),sans-serif;font-weight:700;font-size:1rem;color:var(--fg)}.hp-logo,.hp-logo:hover{text-decoration:none}.hp-logo-mark{font-size:.65rem;font-weight:700;color:var(--fg-dim);margin-left:.15rem}.hp-nav-links{display:none;flex:1 1;justify-content:center;gap:var(--space-xl);font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}@media (max-width:639px){.hp-nav-inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo cta" "links links";grid-gap:.65rem .75rem;gap:.65rem .75rem;align-items:center}.hp-logo{grid-area:logo;justify-self:start}.hp-nav-cta{grid-area:cta;justify-self:end;margin-left:0;white-space:nowrap}.hp-nav-links{grid-area:links;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;width:100%;padding-top:var(--space-sm);border-top:1px solid var(--border-subtle)}}@media (min-width:640px){.hp-nav-links{display:flex}}.hp-nav-links a{color:var(--fg-muted);display:inline-flex;align-items:center;min-height:44px;padding:.25rem .2rem}.hp-nav-links a:hover{color:var(--fg)}.hp-nav-cta{margin-left:auto;padding:.45rem .9rem;font-size:.8125rem}.hp-section{max-width:1120px;margin:0 auto;padding:clamp(2rem,5vw,3.25rem) clamp(var(--space-lg),4vw,2rem)}.hp-hero{padding-bottom:clamp(1.5rem,3vw,2rem)}.hp-hero,.hp-section--first{padding-top:clamp(1.75rem,4vw,2.75rem)}.hp-section--steps{padding-top:clamp(1.75rem,4vw,2.5rem);padding-bottom:clamp(1.75rem,4vw,2.5rem)}.hp-section--flow{padding-top:clamp(1.5rem,3vw,2.25rem)}.hp-section--preview{padding-bottom:clamp(1.5rem,3vw,2rem)}.hp-hero-grid{display:grid;grid-gap:var(--space-2xl);gap:var(--space-2xl);align-items:start}@media (min-width:900px){.hp-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.hp-eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0 0 var(--space-md)}.hp-title{margin:0 0 var(--space-lg);font-family:var(--font-manrope),sans-serif;font-size:clamp(1.85rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--fg)}.hp-lead{margin:0 0 var(--space-xl);font-size:1.05rem;color:var(--fg-muted);line-height:1.65;max-width:52ch}.hp-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}@media (max-width:480px){.hp-hero-actions{flex-direction:column}.hp-hero-actions .btn{width:100%;justify-content:center}}.hp-proof-card{border-radius:var(--radius-lg);padding:var(--space-xl);background:linear-gradient(165deg,#1c1d22 0,var(--bg-surface) 50%,#141518 100%);border:1px solid var(--border-default);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 24px 48px rgba(0,0,0,.35)}.hp-proof-card-kicker{font-size:.625rem;letter-spacing:.14em;margin:0 0 var(--space-sm)}.hp-mock-label,.hp-proof-card-kicker{font-weight:700;text-transform:uppercase;color:var(--fg-dim)}.hp-mock-label{margin:0 0 .25rem;font-size:.5625rem;letter-spacing:.12em}.hp-mock-label--spaced{margin-top:var(--space-md)}.hp-mock-title{margin:0 0 var(--space-sm);font-size:.9375rem;font-weight:600;color:var(--fg);line-height:1.35}.hp-mock-desc{line-height:1.5}.hp-mock-bullets,.hp-mock-desc{margin:0 0 var(--space-sm);font-size:.8125rem;color:var(--fg-muted)}.hp-mock-bullets{padding-left:1rem;line-height:1.45}.hp-mock-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:var(--space-md)}.hp-mock-tag{display:inline-block;padding:.15rem .45rem;border-radius:999px;font-size:.6875rem;font-weight:500;color:var(--fg-muted);background:rgba(255,255,255,.06);border:1px solid var(--border-subtle)}.hp-mock-trust{display:flex;align-items:flex-start;gap:.5rem;margin:0;padding-top:var(--space-md);border-top:1px solid var(--border-subtle);font-size:.6875rem;line-height:1.45;color:var(--fg-dim)}.hp-mock-trust-dot{flex-shrink:0;width:6px;height:6px;margin-top:.35rem;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px rgba(52,211,153,.2)}.hp-first-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:start}@media (min-width:800px){.hp-first-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:var(--space-2xl)}}.hp-first-card{border-radius:var(--radius-md);padding:var(--space-lg);background:var(--bg-surface-raised);border:1px solid var(--border-default)}.hp-first-card-kicker{margin:0 0 var(--space-md);font-size:.5625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.hp-first-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.8125rem;color:var(--fg-muted);line-height:1.45}.hp-first-card-key{display:inline-block;min-width:4.5rem;margin-right:.35rem;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-dim);font-family:ui-monospace,monospace}.hp-first-card-foot{margin:var(--space-md) 0 0;padding-top:var(--space-md);font-size:.75rem;color:var(--fg-dim)}.hp-band,.hp-first-card-foot{border-top:1px solid var(--border-subtle)}.hp-band{border-bottom:1px solid var(--border-subtle);background:rgba(255,255,255,.02)}.hp-band-inner{padding-top:clamp(1.25rem,3vw,1.75rem);padding-bottom:clamp(1.25rem,3vw,1.75rem)}.hp-trust-strip{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg);list-style:none;margin:0;padding:0}@media (min-width:768px){.hp-trust-strip{grid-template-columns:repeat(3,1fr)}}.hp-trust-strip li{display:flex;flex-direction:column;gap:.35rem}.hp-trust-strip strong{font-size:.8125rem;font-weight:600;color:var(--fg)}.hp-trust-strip span{font-size:.8125rem;color:var(--fg-muted);line-height:1.45}.hp-heading{margin:0 0 var(--space-md);font-family:var(--font-manrope),sans-serif;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;color:var(--fg)}.hp-sub{margin:0;font-size:.9375rem;color:var(--fg-muted);line-height:1.6;max-width:62ch}.hp-surface{border-radius:var(--radius-lg);background:var(--bg-surface);border:1px solid var(--border-subtle)}.hp-steps{list-style:none;margin:var(--space-xl) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-xl)}.hp-steps li{display:grid;grid-template-columns:auto 1fr;grid-gap:var(--space-lg);gap:var(--space-lg);align-items:start}.hp-step-num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:700;color:var(--on-primary);background:linear-gradient(135deg,var(--primary-bright),var(--primary))}.hp-step-title{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--fg)}.hp-step-text{margin:0;font-size:.875rem;color:var(--fg-muted);line-height:1.55}.hp-flow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-md);margin-top:var(--space-lg);padding:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface-raised)}@media (max-width:900px){.hp-flow{flex-direction:column;align-items:stretch}.hp-flow-arrow{display:none}}.hp-flow-node{display:flex;flex-direction:column;gap:.2rem;min-width:120px}.hp-flow-label{font-size:.8125rem;font-weight:700;color:var(--primary-bright)}.hp-flow-desc{font-size:.75rem;color:var(--fg-muted)}.hp-flow-arrow{color:var(--fg-dim);font-size:1.25rem}.hp-preview-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md);margin-top:var(--space-xl)}@media (min-width:720px){.hp-preview-grid{grid-template-columns:repeat(3,1fr)}}.hp-preview-card{padding:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface)}.hp-preview-label{margin:0 0 var(--space-sm);font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}.hp-preview-mock{margin:0;font-size:.8125rem;color:var(--fg-muted);line-height:1.45}.hp-preview-foot{margin:var(--space-lg) 0 0;font-size:.8125rem;color:var(--fg-dim)}.hp-cta-block{padding-bottom:clamp(3rem,8vw,5rem)}.hp-cta-inner{text-align:center;padding:var(--space-2xl) var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--border-default);background:radial-gradient(80% 80% at 50% 0,rgba(255,140,0,.12),transparent 55%),var(--bg-surface);box-shadow:0 20px 50px rgba(0,0,0,.35)}.hp-cta-title{margin:0 0 var(--space-sm);font-family:var(--font-manrope),sans-serif;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--fg)}.hp-cta-sub{margin:0 0 var(--space-xl);font-size:.9375rem;color:var(--fg-muted)}.hp-cta-button{padding:.65rem 1.5rem;font-size:.9375rem}.hp-footer{margin-top:auto;border-top:1px solid var(--border-subtle);background:rgba(0,0,0,.35)}.hp-footer-inner{max-width:1120px;margin:0 auto;padding:var(--space-lg) clamp(var(--space-lg),4vw,2rem);display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-md);font-size:.75rem;color:var(--fg-dim)}@media (max-width:520px){.hp-footer-inner{flex-direction:column;align-items:flex-start}.hp-footer-copy{flex:unset}.hp-footer-nav{width:100%;flex-direction:column;align-items:flex-start;gap:var(--space-sm)}}.hp-footer-brand{font-weight:600;color:var(--fg-muted)}.hp-footer-copy{flex:1 1}.hp-footer-nav{display:flex;flex-wrap:wrap;gap:var(--space-lg);align-items:center}.hp-footer-nav a{color:var(--fg-muted)}.hp-footer-muted{color:var(--fg-dim)}.catalog-alert{margin:0;font-size:.875rem;color:var(--danger)}.catalog-empty-text{margin:0;font-size:.875rem;color:var(--fg-muted);line-height:1.55}.catalog-section{margin-top:0}.catalog-row-list{list-style:none;margin:0;padding:0}.catalog-row-card,.catalog-row-list{display:flex;flex-direction:column;gap:var(--space-md)}.catalog-row-head{min-width:0}.catalog-row-title{margin:0 0 var(--space-xs);font-size:1rem;font-weight:600;color:var(--fg);line-height:1.35}.catalog-row-meta{margin:0;font-size:.8125rem;color:var(--fg-muted);line-height:1.45}.catalog-row-badges{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.catalog-row-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-xs);border-top:1px solid var(--border-subtle)}@media (max-width:480px){.catalog-row-actions{flex-direction:column}.catalog-row-actions .btn{width:100%;justify-content:center}}.catalog-row-link{min-height:44px;padding:.5rem .85rem;font-size:.8125rem}.catalog-footnote{margin:var(--space-xl) 0 0;font-size:.75rem;line-height:1.45;color:var(--fg-dim);max-width:62ch}.catalog-trust-summary{padding:var(--space-sm) 0}.catalog-filter-pills,.catalog-trust-summary{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.catalog-filter-pills{padding:var(--space-md) 0;margin-bottom:var(--space-xs)}.catalog-filter-pill{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--fg-muted);background:transparent;border:1px solid var(--border-subtle);text-decoration:none;transition:color .15s,background .15s,border-color .15s;min-height:36px}.catalog-filter-pill:hover{color:var(--fg);background:var(--bg-surface);border-color:var(--border)}.catalog-filter-pill--active{background:rgba(255,140,0,.1);border-color:var(--primary);font-weight:600;box-shadow:0 0 0 1px rgba(255,140,0,.1)}.geo-page{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.geo-command-zone{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-xl);border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-lg);background:radial-gradient(120% 90% at 10% 0,rgba(255,140,0,.14) 0,transparent 56%),linear-gradient(165deg,#1b1c21 0,var(--bg-surface) 44%,#101114 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 24px 56px rgba(0,0,0,.42)}@media (min-width:860px){.geo-command-zone{grid-template-columns:minmax(0,1fr) auto;align-items:end}}.geo-command-copy{min-width:0}.geo-eyebrow,.geo-panel-kicker{margin:0;font-size:.6875rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.geo-title{margin:var(--space-xs) 0 var(--space-sm);font-size:clamp(1.8rem,3.2vw,2.35rem);font-weight:800;line-height:1.08;color:var(--fg)}.geo-sub{margin:0;max-width:64ch;color:var(--fg-muted);font-size:.95rem;line-height:1.6}.geo-chip-row,.geo-command-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.geo-chip-row{margin-top:var(--space-lg)}.geo-chip{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .65rem;border:1px solid var(--border-subtle);border-radius:999px;background:rgba(255,255,255,.04);color:var(--fg-muted);font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.geo-chip--purple{color:#c4b5fd;border-color:rgba(168,85,247,.28);background:rgba(168,85,247,.1)}.geo-command-actions{justify-content:flex-start}@media (min-width:860px){.geo-command-actions{justify-content:flex-end;max-width:320px}}.geo-intel-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:start}@media (min-width:980px){.geo-intel-grid{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}}.geo-primary-stack{display:flex;min-width:0;flex-direction:column;gap:var(--space-xl)}.geo-intel-hero{min-width:0;padding:var(--space-2xl);border:1px solid rgba(255,140,0,.22);border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 12% 4%,rgba(255,140,0,.16) 0,transparent 54%),linear-gradient(155deg,#222329,#17181c 48%,#111215);box-shadow:0 0 0 1px rgba(255,140,0,.08),0 30px 70px rgba(0,0,0,.52)}.geo-intel-topline,.geo-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.geo-section-head{margin-bottom:var(--space-lg)}.geo-intel-topline h2,.geo-section-head h2{margin:var(--space-xs) 0 0;color:var(--fg);line-height:1.2}.geo-intel-topline h2{max-width:25ch;font-size:clamp(1.35rem,2.4vw,1.85rem);overflow-wrap:anywhere}.geo-section-head h2{font-size:1.05rem}.geo-status-pill{display:inline-flex;flex-shrink:0;align-items:center;min-height:30px;padding:.25rem .6rem;border-radius:999px;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border-subtle)}.geo-status-pill--green{color:var(--success);border-color:rgba(52,211,153,.28);background:var(--success-bg)}.geo-status-pill--amber{color:var(--warning);border-color:rgba(251,191,36,.28);background:rgba(251,191,36,.1)}.geo-status-pill--muted{color:var(--fg-muted);border-color:var(--border-default);background:rgba(255,255,255,.04)}.geo-score-zone{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:center;margin:var(--space-2xl) 0}@media (min-width:700px){.geo-score-zone{grid-template-columns:auto minmax(0,1fr)}}.geo-score-ring{display:flex;width:clamp(150px,23vw,205px);aspect-ratio:1;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,140,0,.3);border-radius:50%;background:radial-gradient(circle at 50% 48%,rgba(255,179,71,.18),rgba(255,140,0,.06) 48%,rgba(255,255,255,.03) 49%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:0 0 38px rgba(255,140,0,.16),inset 0 0 0 10px rgba(255,255,255,.025)}.geo-score-ring span{font-family:var(--font-manrope),sans-serif;font-size:clamp(3rem,8vw,4.6rem);font-weight:800;line-height:.95;color:var(--fg)}.geo-score-ring small{color:var(--fg-dim);font-size:.8rem;font-weight:800;letter-spacing:.08em}.geo-score-copy{min-width:0}.geo-score-label{margin:0 0 var(--space-sm);color:var(--primary-bright);font-size:.8125rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.geo-score-text{margin:0;max-width:56ch;color:var(--fg-muted);font-size:1rem;line-height:1.65}.geo-subsignal-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr))}.geo-subsignal{min-width:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.035)}.geo-signal-score small,.geo-subsignal span{display:block;color:var(--fg-dim);font-size:.625rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.geo-subsignal strong{display:block;margin-top:var(--space-xs);color:var(--fg);font-size:.95rem}.geo-recommendation--green,.geo-signal-row--green,.geo-subsignal--green{border-color:rgba(52,211,153,.22)}.geo-recommendation--amber,.geo-signal-row--amber,.geo-subsignal--amber{border-color:rgba(251,191,36,.24)}.geo-signal-row--red,.geo-subsignal--red{border-color:rgba(248,113,113,.26)}.geo-signal-row--purple,.geo-subsignal--purple{border-color:rgba(168,85,247,.34);background:rgba(168,85,247,.08)}.geo-rail{display:flex;min-width:0;flex-direction:column;gap:var(--space-md)}@media (min-width:980px){.geo-rail{position:-webkit-sticky;position:sticky;top:var(--space-xl)}}.geo-alert,.geo-empty-state,.geo-history,.geo-next-rail,.geo-panel,.geo-rail-card{min-width:0;padding:var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface)}.geo-rail-card--status{background:linear-gradient(180deg,rgba(255,140,0,.08),var(--bg-surface));border-color:rgba(255,140,0,.18)}.geo-rail-card strong{display:block;margin:var(--space-sm) 0;color:var(--fg);font-size:1.15rem}.geo-empty-state p,.geo-next-rail p,.geo-rail-card p,.geo-rail-empty{margin:var(--space-sm) 0 0;color:var(--fg-muted);font-size:.875rem;line-height:1.55}.geo-rail-list{margin:var(--space-md) 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.geo-rail-list li{padding:var(--space-sm) 0;border-bottom:1px solid var(--border-subtle);color:var(--fg-muted);font-size:.8125rem}.geo-rail-list li:last-child{border-bottom:none}.geo-next-rail{border-color:rgba(255,140,0,.24);background:rgba(255,140,0,.06)}.geo-next-rail a,.geo-panel-link{display:inline-flex;margin-top:var(--space-md);color:var(--primary-bright);font-size:.8125rem;font-weight:800;text-decoration:none}.geo-next-rail a:hover,.geo-panel-link:hover{text-decoration:none;opacity:.86}.geo-body-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}.geo-main-stack{display:flex;min-width:0;flex-direction:column;gap:var(--space-xl)}.geo-recommendation-list,.geo-signal-list{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.geo-signal-row{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:var(--space-md);gap:var(--space-md);align-items:center;position:relative;overflow:hidden;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.018))}@media (min-width:700px){.geo-signal-row{grid-template-columns:auto minmax(0,1fr) minmax(112px,auto)}}.geo-signal-accent{width:9px;height:9px;align-self:start;margin-top:.35rem;border-radius:999px;background:var(--success);box-shadow:0 0 0 4px rgba(52,211,153,.1)}.geo-signal-row--amber .geo-signal-accent{background:var(--warning);box-shadow:0 0 0 4px rgba(251,191,36,.1)}.geo-signal-row--red .geo-signal-accent{background:var(--danger);box-shadow:0 0 0 4px rgba(248,113,113,.1)}.geo-signal-row--muted .geo-signal-accent{background:var(--fg-dim);box-shadow:0 0 0 4px rgba(255,255,255,.07)}.geo-signal-row--purple .geo-signal-accent{background:#a855f7;box-shadow:0 0 0 4px rgba(168,85,247,.13)}.geo-signal-main{min-width:0}.geo-history-row strong,.geo-recommendation strong,.geo-signal-main strong{display:block;color:var(--fg);font-size:.92rem;line-height:1.35}.geo-recommendation p,.geo-signal-main p{margin:.25rem 0 0;color:var(--fg-muted);font-size:.8125rem;line-height:1.5}.geo-signal-score{display:flex;grid-column:2;min-width:0;flex-direction:column;align-items:flex-start;gap:.35rem}@media (min-width:700px){.geo-signal-score{grid-column:auto;align-items:flex-end}}.geo-signal-score strong{font-family:var(--font-manrope),sans-serif;color:var(--fg);font-size:1.25rem;font-weight:800;line-height:1}.geo-signal-meter{width:min(100%,112px);height:4px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.geo-signal-meter span{display:block;height:100%;border-radius:inherit;background:var(--success)}.geo-signal-row--amber .geo-signal-meter span{background:var(--warning)}.geo-signal-row--red .geo-signal-meter span{background:var(--danger)}.geo-signal-row--muted .geo-signal-meter span{background:var(--fg-dim)}.geo-signal-row--purple .geo-signal-meter span{background:#a855f7}.geo-recommendation{padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}.geo-guidance-list{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border-subtle)}.geo-guidance-row{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:var(--space-sm);gap:var(--space-sm);align-items:center;min-height:38px;padding:.45rem .6rem;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:rgba(255,255,255,.022)}.geo-guidance-row span{width:7px;height:7px;border-radius:999px;background:var(--fg-dim)}.geo-guidance-row p{margin:0;color:var(--fg-muted);font-size:.8125rem;line-height:1.4}.geo-guidance-row--green span{background:var(--success)}.geo-guidance-row--purple span{background:#a855f7}.geo-history-list{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm);margin:0;padding:0;list-style:none}.geo-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:var(--space-md);gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.016));color:inherit;text-decoration:none}.geo-history-row:hover{border-color:var(--border-default);text-decoration:none}.geo-history-row span:first-child{min-width:0}.geo-history-row strong{overflow-wrap:anywhere}.geo-history-row small{display:block;margin-top:.2rem;color:var(--fg-dim);font-size:.75rem}.geo-history-empty{padding:var(--space-lg);border:1px dashed var(--border-default);border-radius:var(--radius-md);background:rgba(255,255,255,.025);color:var(--fg-muted);font-size:.875rem}.geo-empty-state{min-height:320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-color:rgba(255,140,0,.18);background:radial-gradient(100% 70% at 10% 0,rgba(255,140,0,.12),transparent 56%),var(--bg-surface)}.geo-empty-state h2{margin:var(--space-sm) 0 0;color:var(--fg);font-size:1.35rem}.geo-alert{margin:0;color:var(--danger);font-size:.875rem}.geo-footnote{margin:0;max-width:68ch;color:var(--fg-dim);font-size:.75rem;line-height:1.5}@media (max-width:640px){.geo-page{gap:var(--space-lg)}.geo-command-zone,.geo-empty-state,.geo-history,.geo-intel-hero,.geo-next-rail,.geo-panel,.geo-rail-card{padding:var(--space-lg)}.geo-command-actions{flex-direction:column;align-items:stretch}.geo-command-actions .btn,.geo-empty-state .btn{width:100%;min-height:44px}.geo-history-row,.geo-intel-topline,.geo-section-head{flex-direction:column;align-items:stretch}.geo-history-row{grid-template-columns:1fr}.geo-status-pill{width:-moz-fit-content;width:fit-content}.geo-score-ring{width:min(100%,168px)}}@media (max-width:400px){.geo-subsignal-grid{grid-template-columns:1fr}}.ops-alert{margin:0;font-size:.875rem;color:var(--danger)}.ops-empty-text{margin:0;font-size:.875rem;color:var(--fg-muted);line-height:1.55}.ops-layout{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.ops-command-zone{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-lg);padding:var(--space-2xl);border:1px solid rgba(255,140,0,.22);border-radius:var(--radius-lg);background:radial-gradient(90% 120% at 0 0,rgba(255,140,0,.14) 0,transparent 58%),linear-gradient(135deg,#1b1c22,#121316 48%,#0e0f11);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 28px 64px rgba(0,0,0,.42)}.ops-command-copy{flex:1 1;min-width:min(100%,300px)}.ops-status-row{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-lg)}.ops-muted-count,.ops-rail-status,.ops-readonly-badge,.ops-status-chip{display:inline-flex;align-items:center;min-height:28px;padding:.28rem .6rem;border-radius:999px;border:1px solid var(--border-subtle);background:rgba(255,255,255,.045);color:var(--fg-muted);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.ops-status-chip--warn{color:var(--warning);background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.25)}.overview-health-grid.ops-health-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.ops-health-card-value{margin:0;color:var(--fg);font-family:var(--font-manrope),sans-serif;font-size:clamp(1.05rem,1.5vw,1.45rem);font-weight:800;line-height:1.12;overflow-wrap:anywhere}.ops-body{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:980px){.ops-body{grid-template-columns:minmax(0,1.45fr) minmax(284px,348px);align-items:start}}.ops-main,.ops-rail{display:flex;flex-direction:column;gap:var(--space-xl)}.ops-event-surface,.ops-risk-board{padding:var(--space-2xl);border-radius:var(--radius-lg);border:1px solid rgba(255,140,0,.18);background:radial-gradient(120% 60% at 8% 0,rgba(255,140,0,.12) 0,transparent 55%),linear-gradient(165deg,#1e1f25 0,var(--bg-surface) 48%,#141518 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 28px 64px rgba(0,0,0,.44)}.ops-event-surface{border-color:var(--border-default);background:linear-gradient(180deg,#18191e 0,var(--bg-surface) 100%);box-shadow:0 18px 44px rgba(0,0,0,.26)}.ops-surface-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.ops-surface-title{margin:0;color:var(--fg);font-size:clamp(1.2rem,2vw,1.55rem);font-weight:800;line-height:1.15}.ops-risk-band-list{display:flex;flex-direction:column;gap:var(--space-md)}.ops-risk-band{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.025)}.ops-risk-band--critical{background:rgba(248,113,113,.06);border-color:rgba(248,113,113,.24)}.ops-risk-band--high,.ops-risk-band--warn{background:rgba(251,191,36,.055);border-color:rgba(251,191,36,.2)}.ops-risk-band--watch{background:rgba(96,165,250,.045);border-color:rgba(96,165,250,.16)}.ops-risk-band--clear{background:rgba(52,211,153,.035);border-color:rgba(52,211,153,.12)}.ops-risk-band-main{display:flex;align-items:flex-start;gap:var(--space-md);min-width:0}.ops-risk-dot{width:8px;height:8px;margin-top:.4rem;border-radius:50%;background:var(--fg-dim);box-shadow:0 0 0 3px rgba(255,255,255,.05);flex-shrink:0}.ops-risk-band--critical .ops-risk-dot{background:var(--danger);box-shadow:0 0 0 3px rgba(248,113,113,.16)}.ops-risk-band--high .ops-risk-dot,.ops-risk-band--warn .ops-risk-dot{background:var(--warning);box-shadow:0 0 0 3px rgba(251,191,36,.15)}.ops-risk-band--watch .ops-risk-dot{background:var(--info);box-shadow:0 0 0 3px rgba(96,165,250,.14)}.ops-risk-band--clear .ops-risk-dot{background:var(--success);box-shadow:0 0 0 3px rgba(52,211,153,.14)}.ops-risk-label{margin:0 0 .15rem;color:var(--fg);font-size:.875rem;font-weight:700}.ops-risk-hint{margin:0;color:var(--fg-muted);font-size:.75rem;line-height:1.45}.ops-risk-count{color:var(--fg);font-family:var(--font-manrope),sans-serif;font-size:1.25rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ops-priority-records{list-style:none;margin:var(--space-lg) 0 0;padding:0}.ops-priority-record,.ops-priority-records{display:flex;flex-direction:column;gap:var(--space-md)}.ops-priority-record{padding:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-md);background:rgba(255,255,255,.035)}.ops-priority-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.ops-priority-record-title{margin:0 0 var(--space-xs);color:var(--fg);font-size:1rem;font-weight:700;line-height:1.3}.ops-priority-record-meta{margin:0;color:var(--fg-muted);font-size:.8125rem;line-height:1.4}.ops-premium-empty{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-lg);padding:var(--space-lg);border:1px solid rgba(52,211,153,.14);border-radius:var(--radius-md);background:rgba(52,211,153,.045)}.ops-premium-empty-title{margin:0;color:var(--fg);font-size:.95rem;font-weight:700}.ops-issue-list{list-style:none;margin:0;padding:0;gap:var(--space-sm)}.ops-issue-item,.ops-issue-list{display:flex;flex-direction:column}.ops-issue-item{gap:.2rem;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);border-left:3px solid rgba(255,140,0,.55);background:rgba(255,255,255,.02)}.ops-issue-title{font-size:.8125rem;font-weight:600;color:var(--fg)}.ops-issue-hint{font-size:.75rem;color:var(--fg-muted);line-height:1.45}.ops-inline-links{display:flex;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-sm)}@media (max-width:480px){.ops-inline-links .btn{width:100%;justify-content:center}}.ops-footnote{margin:0;font-size:.75rem;line-height:1.45;color:var(--fg-dim);max-width:72ch}.ops-event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.ops-event-item{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:var(--space-md);gap:var(--space-md);padding:0 0 var(--space-lg)}.ops-event-item:last-child{padding-bottom:0}.ops-event-item:not(:last-child):before{content:"";position:absolute;left:4px;top:16px;bottom:0;width:1px;background:var(--border-subtle)}.ops-event-marker{width:9px;height:9px;margin-top:.45rem;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px rgba(255,140,0,.1);z-index:1}.ops-event-body{min-width:0;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-subtle)}.ops-event-item:last-child .ops-event-body{border-bottom:none;padding-bottom:0}.ops-event-line{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm)}.ops-event-label{font-size:.875rem;font-weight:650;color:var(--fg);line-height:1.35}.ops-event-source{flex-shrink:0;display:inline-flex;align-items:center;min-height:22px;padding:.14rem .45rem;border-radius:999px;border:1px solid var(--border-subtle);background:rgba(255,255,255,.04);color:var(--fg-muted);font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ops-event-meta{display:block;margin-top:.25rem;font-size:.75rem;color:var(--fg-muted);overflow-wrap:anywhere}.ops-rail-card,.ops-summary-card{padding:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface-raised)}.ops-rail-status{min-height:24px;padding:.2rem .48rem;color:var(--fg-muted);background:rgba(255,255,255,.035)}.ops-rail-links{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}.ops-rail-links a{color:var(--primary-bright);font-size:.8125rem;font-weight:650;text-decoration:none}.ops-rail-links a:hover{text-decoration:none;opacity:.86}.ops-lower-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.ops-summary-value{margin:var(--space-sm) 0;color:var(--fg);font-family:var(--font-manrope),sans-serif;font-size:1.4rem;font-weight:800;line-height:1.15}@media (max-width:1040px){.ops-lower-grid,.overview-health-grid.ops-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.ops-layout{gap:var(--space-lg);padding-top:0}.ops-command-zone,.ops-event-surface,.ops-risk-board{padding:var(--space-lg)}.ops-event-line,.ops-priority-record-head,.ops-status-row,.ops-surface-head{flex-direction:column;align-items:flex-start}.ops-event-source,.ops-muted-count,.ops-rail-status,.ops-readonly-badge,.ops-status-chip{white-space:normal}.ops-lower-grid,.overview-health-grid.ops-health-grid{grid-template-columns:1fr}.ops-risk-band{align-items:flex-start}.ops-risk-count{font-size:1rem}.ops-priority-record{padding:var(--space-md)}}.catalog-command-zone{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-lg);padding:var(--space-2xl);border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(255,140,0,.1),rgba(255,140,0,.04) 45%,transparent 75%);box-shadow:inset 0 1px 0 0 rgba(255,140,0,.07),0 4px 28px rgba(255,140,0,.05)}@media (max-width:640px){.catalog-command-zone{flex-direction:column;align-items:stretch;padding:var(--space-xl)}}.catalog-eyebrow{margin:0 0 var(--space-xs);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.catalog-summary-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:var(--space-md);gap:var(--space-md)}@media (max-width:920px){.catalog-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.catalog-summary-strip{grid-template-columns:1fr}}.catalog-summary-metric{position:relative;min-width:0;display:flex;flex-direction:column;gap:.35rem;min-height:124px;border-radius:var(--radius-md);background:linear-gradient(180deg,#18191d 0,var(--bg-surface) 100%);border:1px solid var(--border-default);box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 16px 30px rgba(0,0,0,.2);transition:border-color .15s ease}.catalog-summary-metric:before{content:"";width:32px;height:2px;border-radius:999px;background:rgba(255,140,0,.58);margin-bottom:.1rem}.catalog-summary-metric--warn{border-color:rgba(251,191,36,.3);background:linear-gradient(180deg,rgba(251,191,36,.08),rgba(251,191,36,.03));box-shadow:0 2px 10px rgba(251,191,36,.06)}.catalog-summary-metric--warn .catalog-summary-metric-value{color:var(--warning)}.catalog-summary-metric-label{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-dim);line-height:1.3}.catalog-summary-metric-value{font-family:var(--font-manrope),sans-serif;font-size:1.75rem;font-weight:700;color:var(--fg);line-height:1.15}.catalog-summary-metric-hint{margin-top:auto;font-size:.75rem;color:var(--fg-muted);line-height:1.35}.catalog-body{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:900px){.catalog-body{grid-template-columns:minmax(0,1fr) minmax(248px,300px);align-items:start}}.catalog-main{gap:var(--space-xl)}.catalog-main,.catalog-rail{display:flex;flex-direction:column}.catalog-rail{gap:var(--space-lg)}.catalog-record-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,260px) 154px;align-items:stretch;grid-gap:var(--space-md);gap:var(--space-md);min-width:0;border-radius:var(--radius-md);background:linear-gradient(180deg,#17181c,#121316);border:1px solid var(--border-default);text-decoration:none;color:inherit;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.catalog-record-card:hover{border-color:var(--border-strong);background:linear-gradient(180deg,#1b1c21,#15161a);box-shadow:0 14px 34px rgba(0,0,0,.28);text-decoration:none}.catalog-record-card--attention{border-color:rgba(251,191,36,.3);background:linear-gradient(180deg,rgba(251,191,36,.07),rgba(251,191,36,.025));box-shadow:0 0 0 1px rgba(251,191,36,.07)}.catalog-record-card--attention:hover{border-color:rgba(251,191,36,.45);background:rgba(251,191,36,.07);box-shadow:0 4px 18px rgba(251,191,36,.08)}.catalog-record-identity{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.35rem;flex:1 1;min-width:0}.catalog-record-kind-chip{display:inline-flex;align-items:center;min-height:24px;padding:.15rem .5rem;border-radius:999px;border:1px solid rgba(255,140,0,.18);background:rgba(255,140,0,.08);color:var(--primary-bright);font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.catalog-record-title{margin:0;font-size:1.02rem;font-weight:700;color:var(--fg);line-height:1.35;display:-webkit-box;max-width:100%;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-record-meta{margin:0;max-width:100%;font-size:.75rem;color:var(--fg-dim);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-record-audit{display:flex;flex-direction:column;gap:.45rem;width:100%;min-width:0;max-width:260px;padding:.65rem;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:rgba(255,255,255,.025)}.catalog-record-state-group{display:grid;grid-template-columns:minmax(64px,max-content) minmax(0,1fr);align-items:center;grid-gap:var(--space-sm);gap:var(--space-sm);min-width:0}.catalog-record-state-group .badge{min-width:0;max-width:100%;justify-content:center;text-align:center;white-space:normal}.catalog-record-state-label{flex-shrink:0;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-dim)}.catalog-record-issue-group{padding-top:var(--space-sm);border-top:1px solid var(--border-subtle)}.catalog-record-side{justify-content:space-between;gap:var(--space-md);min-width:154px;padding-left:var(--space-md);border-left:1px solid var(--border-subtle)}.catalog-record-side,.catalog-record-update{display:flex;flex-direction:column;align-items:flex-end}.catalog-record-update{gap:.2rem;text-align:right}.catalog-record-side-label{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-dim)}.catalog-record-side-value{font-size:.8125rem;color:var(--fg-muted);line-height:1.35}.catalog-record-cta{display:inline-flex;align-items:center;justify-content:center;min-height:34px;width:100%;padding:.4rem .7rem;border-radius:var(--radius-sm);border:1px solid rgba(255,140,0,.22);background:rgba(255,140,0,.08);color:var(--primary-bright);font-size:.75rem;font-weight:700;white-space:nowrap}@media (max-width:980px){.catalog-record-card{grid-template-columns:1fr}.catalog-record-audit{max-width:none}.catalog-record-side{flex-direction:row;align-items:center;min-width:0;padding-left:0;padding-top:var(--space-md);border-left:none;border-top:1px solid var(--border-subtle)}.catalog-record-update{align-items:flex-start;text-align:left}}@media (max-width:420px){.catalog-record-card{padding:var(--space-lg);gap:var(--space-md)}.catalog-record-title{display:block;white-space:normal;-webkit-line-clamp:unset}.catalog-record-state-group{grid-template-columns:1fr}.catalog-record-side{align-items:stretch;flex-direction:column}.catalog-record-cta,.catalog-record-state-group .badge{width:100%}}.catalog-priority-board{border-radius:var(--radius-lg);background:linear-gradient(165deg,#1a1b20 0,var(--bg-surface) 100%);border:1px solid var(--border-default);box-shadow:0 4px 18px rgba(0,0,0,.2)}.catalog-priority-board-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-md)}.catalog-priority-board-kicker{margin:0;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.catalog-priority-board-count,.catalog-priority-group-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .45rem;border-radius:999px;border:1px solid var(--border-default);background:rgba(255,255,255,.04);color:var(--fg);font-size:.75rem;font-weight:700}.catalog-priority-groups{display:flex;flex-direction:column;gap:var(--space-md)}.catalog-priority-group{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:rgba(255,255,255,.025)}.catalog-priority-group-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.catalog-priority-group-label{margin:0;font-size:.5625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);opacity:.75}.catalog-priority-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-xs)}.catalog-priority-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);min-height:42px;padding:.5rem var(--space-sm);border-radius:var(--radius-sm);background:rgba(255,255,255,.03);border:1px solid var(--border-subtle);text-decoration:none;color:inherit;transition:background .1s ease}.catalog-priority-item:hover{background:rgba(255,255,255,.055);text-decoration:none}.catalog-priority-item--warn{background:rgba(251,191,36,.04);border-color:rgba(251,191,36,.18)}.catalog-priority-item--warn:hover{background:rgba(251,191,36,.08)}.catalog-priority-item--success{background:rgba(52,211,153,.045);border-color:rgba(52,211,153,.16)}.catalog-priority-item--success:hover{background:rgba(52,211,153,.08)}.catalog-priority-item-name{font-size:.8125rem;font-weight:500;color:var(--fg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.catalog-priority-item-action{font-size:.6875rem;font-weight:600;flex-shrink:0}.catalog-priority-empty{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-sm);background:rgba(52,211,153,.04);border:1px solid rgba(52,211,153,.12)}.catalog-priority-empty-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px rgba(52,211,153,.18)}.catalog-priority-empty-text{margin:0;font-size:.8125rem;color:var(--fg-muted)}.catalog-priority-empty-title{margin:0;font-size:.95rem;font-weight:700;color:var(--fg)}.catalog-priority-empty-hint{margin:0;font-size:.75rem;color:var(--fg-dim);line-height:1.45}.catalog-priority-empty-cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;width:100%;padding:.45rem .7rem;border-radius:var(--radius-sm);border:1px solid rgba(255,140,0,.22);background:rgba(255,140,0,.08);color:var(--primary-bright);font-size:.8125rem;font-weight:700;text-decoration:none}.catalog-priority-empty-cta:hover{border-color:rgba(255,140,0,.34);background:rgba(255,140,0,.12);text-decoration:none}.catalog-command-zone{padding:clamp(var(--space-lg),2.6vw,var(--space-2xl));align-items:center;background:radial-gradient(620px 220px at 0 0,rgba(255,140,0,.14),transparent 62%),linear-gradient(135deg,#17181d,#101116 62%,#0b0c0f);border-color:rgba(255,140,0,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 22px 52px rgba(0,0,0,.28)}.catalog-command-zone .overview-sub{max-width:62ch}.catalog-summary-strip{gap:clamp(.65rem,1.2vw,var(--space-md))}.catalog-summary-metric{min-height:132px;padding:var(--space-lg);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),#121318;border-color:rgba(255,255,255,.105)}.catalog-summary-metric:before{height:3px;width:38px;background:var(--primary);box-shadow:0 0 18px rgba(255,140,0,.22)}.catalog-summary-metric--review:before{background:var(--info);box-shadow:0 0 18px rgba(96,165,250,.2)}.catalog-summary-metric--success:before{background:var(--success);box-shadow:0 0 18px rgba(52,211,153,.18)}.catalog-summary-metric--warn:before{background:var(--warning);box-shadow:0 0 18px rgba(251,191,36,.18)}.catalog-summary-metric--review .catalog-summary-metric-value{color:#93c5fd}.catalog-summary-metric--success .catalog-summary-metric-value{color:var(--success)}.catalog-summary-metric-label{color:#c5c5ce}.catalog-summary-metric-value{font-size:clamp(1.65rem,2.8vw,2.15rem);font-weight:800}.catalog-control-bar{display:grid;grid-template-columns:minmax(150px,.24fr) minmax(0,1fr);align-items:center;grid-gap:var(--space-lg);gap:var(--space-lg);padding:var(--space-md);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018)),#101116}.catalog-control-kicker{margin:0 0 .15rem;font-size:.625rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-bright)}.catalog-control-title{margin:0;font-size:.95rem;font-weight:750;color:var(--fg);line-height:1.25}.catalog-filter-pills{justify-content:flex-end;padding:0;margin:0;gap:.45rem}.catalog-filter-pill{gap:.45rem;min-height:38px;padding:.38rem .62rem .38rem .72rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:750;background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.075)}.catalog-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .36rem;border-radius:999px;color:var(--fg);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.07);font-size:.68rem;font-weight:800}.catalog-filter-pill--active{color:var(--fg);background:rgba(255,140,0,.14);border-color:rgba(255,140,0,.46);box-shadow:inset 0 -2px 0 var(--primary),0 10px 24px rgba(255,140,0,.08)}.catalog-filter-pill--active .catalog-filter-count{color:var(--on-primary);background:var(--primary);border-color:rgba(255,140,0,.5)}.catalog-body{gap:clamp(var(--space-lg),2.2vw,var(--space-2xl))}@media (min-width:900px){.catalog-body{grid-template-columns:minmax(0,1fr) minmax(270px,318px)}}.catalog-section{display:flex;flex-direction:column;gap:var(--space-md)}.catalog-section .overview-section-title{margin:0}.catalog-row-list{gap:.7rem}.catalog-record-card{position:relative;grid-template-columns:minmax(0,1fr) minmax(232px,292px) 150px;padding:var(--space-lg);border-radius:var(--radius-lg);background:linear-gradient(90deg,rgba(255,140,0,.06),transparent 26%),linear-gradient(180deg,#18191f,#111216);border-color:rgba(255,255,255,.095)}.catalog-record-card:before{content:"";position:absolute;inset:var(--space-md) auto var(--space-md) 0;width:3px;border-radius:999px;background:rgba(255,140,0,.58)}.catalog-record-card--attention:before{background:var(--warning)}.catalog-record-title{font-size:clamp(1rem,1.4vw,1.1rem);font-weight:800;letter-spacing:0}.catalog-record-meta{white-space:normal;overflow-wrap:anywhere}.catalog-record-audit{max-width:none;padding:var(--space-md);gap:.52rem;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border-color:rgba(255,255,255,.08)}.catalog-record-audit-kicker{display:block;padding-bottom:.15rem;font-size:.58rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--fg-dim)}.catalog-record-state-group{grid-template-columns:minmax(4.8rem,max-content) minmax(0,1fr)}.catalog-record-state-label{letter-spacing:.1em}.catalog-record-state-group .badge{justify-content:flex-start;text-align:left;line-height:1.25}.catalog-record-side{min-width:0}.catalog-record-cta{min-height:40px;border-color:rgba(255,140,0,.28);background:rgba(255,140,0,.1)}.catalog-priority-board{position:-webkit-sticky;position:sticky;top:86px;padding:var(--space-lg);background:radial-gradient(360px 220px at 0 0,rgba(96,165,250,.08),transparent 62%),linear-gradient(180deg,#171820,#101116);border-color:rgba(255,255,255,.105)}.catalog-priority-board-head{align-items:flex-start;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-subtle)}.catalog-priority-board-sub{margin:.18rem 0 0;font-size:.75rem;color:var(--fg-dim);line-height:1.35}.catalog-priority-group{padding:var(--space-md);background:rgba(255,255,255,.026);border-color:rgba(255,255,255,.075)}.catalog-priority-group-head{align-items:flex-start}.catalog-priority-group-label{color:var(--fg);opacity:1}.catalog-priority-group-empty,.catalog-priority-group-helper{margin:.2rem 0 0;font-size:.72rem;color:var(--fg-dim);line-height:1.35}.catalog-priority-group-empty{margin-top:var(--space-sm);padding:.55rem .65rem;border:1px dashed rgba(255,255,255,.09);border-radius:var(--radius-sm);background:rgba(255,255,255,.018)}.catalog-priority-item{min-height:46px}.catalog-priority-item-action{color:var(--primary-bright)}.catalog-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);padding:clamp(var(--space-xl),4vw,2.5rem);border:1px solid rgba(255,140,0,.18);border-radius:var(--radius-lg);background:radial-gradient(480px 240px at 0 0,rgba(255,140,0,.1),transparent 62%),linear-gradient(180deg,#17181d,#101116);box-shadow:0 22px 48px rgba(0,0,0,.24)}.catalog-empty-kicker{margin:0;font-size:.625rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--primary-bright)}.catalog-empty-title{margin:0;font-size:clamp(1.25rem,2.4vw,1.65rem);line-height:1.18;color:var(--fg)}.catalog-empty-state .catalog-empty-text{max-width:56ch}.catalog-empty-cta{margin-top:var(--space-sm)}@media (max-width:980px){.catalog-priority-board{position:static}.catalog-record-card{grid-template-columns:1fr}.catalog-record-card:before{inset:0 var(--space-lg) auto var(--space-lg);width:auto;height:3px}}@media (max-width:700px){.catalog-control-bar{grid-template-columns:1fr;align-items:stretch}.catalog-filter-pills{justify-content:flex-start}}@media (max-width:420px){.catalog-command-zone{padding:var(--space-lg)}.catalog-summary-metric{min-height:112px}.catalog-filter-pill{width:100%;justify-content:space-between}.catalog-record-card{padding:var(--space-md)}.catalog-record-card:before{inset-inline:var(--space-md)}.catalog-record-audit{padding:var(--space-sm)}.catalog-record-state-group{grid-template-columns:1fr}.catalog-record-state-group .badge{justify-content:center;text-align:center}.catalog-record-side{align-items:stretch}.catalog-record-update{align-items:flex-start;text-align:left}.catalog-empty-state,.catalog-priority-board{padding:var(--space-lg)}.catalog-priority-item{align-items:flex-start;flex-direction:column}}.overview-command-zone{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-lg);padding:var(--space-2xl) var(--space-2xl);border:1px solid rgba(255,140,0,.22);border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(255,140,0,.13),rgba(255,140,0,.045) 42%,rgba(96,165,250,.035)),#101116;box-shadow:inset 0 1px 0 0 rgba(255,140,0,.08),0 4px 24px rgba(255,140,0,.04)}.overview-eyebrow{margin:0 0 var(--space-xs);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.overview-command-zone-status{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-sm);padding-top:.2rem;max-width:520px}.overview-status-pill--muted{color:var(--fg-muted);background:rgba(255,255,255,.04);border-color:var(--border-subtle)}.overview-command-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);width:100%;justify-content:flex-end;margin-top:var(--space-xs)}.overview-command-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.46rem .9rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);color:var(--fg-muted);background:rgba(255,255,255,.035);font-size:.8125rem;font-weight:700;text-decoration:none}.overview-command-action:hover{color:var(--fg);border-color:var(--border-default);text-decoration:none}.overview-command-action--primary{color:var(--on-primary);border-color:rgba(255,140,0,.38);background:linear-gradient(135deg,var(--primary-bright),var(--primary) 58%,var(--primary-dim));box-shadow:0 10px 24px rgba(255,140,0,.16)}.overview-command-action--primary:hover{color:var(--on-primary)}@media (max-width:640px){.overview-command-zone{flex-direction:column;align-items:stretch}.overview-command-zone-status{flex-direction:row;justify-content:flex-start;max-width:none}}.overview-kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.overview-kpi-metric{display:flex;flex-direction:column;gap:.3rem;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-subtle);text-decoration:none;color:inherit;transition:border-color .12s ease}.overview-kpi-metric:hover{border-color:var(--border-default);text-decoration:none}.overview-kpi-metric-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}.overview-kpi-metric-value{font-family:var(--font-manrope),sans-serif;font-size:1.4rem;font-weight:700;color:var(--fg);line-height:1.15}.overview-body{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:900px){.overview-body{grid-template-columns:minmax(0,1.4fr) minmax(288px,352px);align-items:start}}.overview-main{display:flex;flex-direction:column;gap:var(--space-xl)}.overview-lower{min-width:0}@media (min-width:900px){.overview-lower{grid-column:1}}.overview-rail{display:flex;flex-direction:column;gap:var(--space-lg)}.overview-hero-card{position:relative;padding:var(--space-2xl);border-radius:var(--radius-lg);background:radial-gradient(120% 60% at 8% 0,rgba(255,140,0,.13) 0,transparent 55%),linear-gradient(165deg,#1e1f25 0,var(--bg-surface) 45%,#141518 100%);border:1px solid rgba(255,140,0,.18);box-shadow:0 0 0 1px rgba(255,140,0,.08),0 28px 64px rgba(0,0,0,.52),0 4px 16px rgba(255,140,0,.05);overflow:hidden}.overview-hero-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,140,0,.08),transparent 28%)}.overview-hero-card>*{position:relative;z-index:1}.overview-hero-card-kicker{margin:0 0 var(--space-md);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary)}.overview-hero-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.overview-hero-card-title{margin:0;font-size:1.35rem;font-weight:800;color:var(--fg);letter-spacing:-.02em;display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.overview-hero-card-link{font-size:.75rem;color:var(--fg-muted);white-space:nowrap;text-decoration:none}.overview-hero-card-link:hover{color:var(--primary-bright);text-decoration:none}.overview-priority-list{display:flex;flex-direction:column;gap:var(--space-sm)}.overview-priority-item{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);background:rgba(251,191,36,.05);border:1px solid rgba(251,191,36,.18);text-decoration:none;color:inherit;transition:background .12s ease,border-color .12s ease}.overview-priority-item:hover{background:rgba(251,191,36,.09);border-color:rgba(251,191,36,.28);text-decoration:none}.overview-priority-item--critical{background:rgba(248,113,113,.05);border-color:rgba(248,113,113,.22)}.overview-priority-item--critical:hover{background:rgba(248,113,113,.09);border-color:rgba(248,113,113,.32)}.overview-priority-item-body{flex:1 1;min-width:0}.overview-priority-item-name{margin:0 0 .2rem;font-size:.875rem;font-weight:600;color:var(--fg);line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-priority-item-meta{margin:0;font-size:.75rem;color:var(--fg-muted);line-height:1.35}.overview-priority-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.overview-priority-item-action{font-size:.6875rem;font-weight:600;color:var(--primary-bright);letter-spacing:.04em;white-space:nowrap}.overview-priority-empty{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-md);border-radius:var(--radius-md);background:rgba(52,211,153,.05);border:1px solid rgba(52,211,153,.15)}.overview-priority-empty-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px rgba(52,211,153,.2)}.overview-priority-empty-text{margin:0;font-size:.875rem;color:var(--fg-muted)}.overview-rail-card{padding:var(--space-lg);border-radius:var(--radius-md);background:linear-gradient(180deg,#18191e 0,var(--bg-surface) 100%);border:1px solid var(--border-default);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.overview-rail-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-md)}.overview-rail-card-kicker{font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim);margin:0}.overview-rail-card-link{font-size:.6875rem;color:var(--fg-dim);text-decoration:none;white-space:nowrap}.overview-rail-card-link:hover{color:var(--fg-muted);text-decoration:none}.overview-rail-trust-list{display:flex;flex-direction:column;gap:0}.overview-rail-trust-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:.45rem 0;border-bottom:1px solid var(--border-subtle);font-size:.8125rem}.overview-rail-trust-row:last-child{border-bottom:none}.overview-rail-trust-label{color:var(--fg-muted);display:flex;align-items:center;gap:.5rem}.overview-rail-trust-count{font-weight:700;color:var(--fg);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.overview-rail-event-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.overview-rail-event-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:.5rem 0;border-bottom:1px solid var(--border-subtle)}.overview-rail-event-item:last-child{border-bottom:none}.overview-rail-event-label{font-size:.8125rem;color:var(--fg-muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.overview-rail-event-dot{flex:0 0 auto;width:6px;height:6px;border-radius:999px;background:rgba(255,140,0,.72);box-shadow:0 0 0 3px rgba(255,140,0,.1)}.overview-rail-event-time{font-size:.6875rem;color:var(--fg-dim);flex-shrink:0;white-space:nowrap}.overview-cmd-title{margin:0 0 var(--space-sm);font-size:clamp(1.85rem,3.2vw,2.4rem);font-weight:800;color:var(--fg);letter-spacing:-.03em;line-height:1.1}.overview-hero-card-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;font-size:.75rem;font-weight:700;background:rgba(251,191,36,.16);color:var(--warning);border:1px solid rgba(251,191,36,.3);vertical-align:middle;line-height:1}.overview-health-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-md);gap:var(--space-md)}@media (max-width:900px){.overview-health-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.overview-health-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}}.overview-health-card{position:relative;display:flex;flex-direction:column;gap:.2rem;padding:var(--space-lg) var(--space-xl);min-height:120px;border-radius:var(--radius-md);background:linear-gradient(180deg,#15161b,#101114);border:1px solid rgba(255,255,255,.075);text-decoration:none;color:inherit;overflow:hidden;transition:border-color .12s ease,background .12s ease}.overview-health-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--border-subtle)}.overview-health-card--healthy:before{background:var(--success)}.overview-health-card--warning:before{background:var(--warning)}.overview-health-card--neutral:before{background:var(--border-default)}.overview-health-card:hover{border-color:var(--border-default);text-decoration:none;background:linear-gradient(180deg,#1a1b21,#121318)}.overview-health-card-label{margin:var(--space-sm) 0 var(--space-xs);font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-dim)}.overview-health-card-value{font-family:var(--font-manrope),sans-serif;font-size:2rem;font-weight:800;color:var(--fg);line-height:1;margin:0}.overview-health-card--warning .overview-health-card-value{color:var(--warning)}.overview-health-card-sub{margin:var(--space-xs) 0 0;font-size:.75rem;color:var(--fg-muted);line-height:1.3}.overview-health-card-hint{margin:.3rem 0 0;font-size:.6875rem;color:var(--fg-dim);line-height:1.3}.overview-rail-next-card{padding:var(--space-lg);border-radius:var(--radius-md);background:radial-gradient(130% 90% at 12% 0,rgba(255,140,0,.14),transparent 58%),linear-gradient(180deg,#1a1713,#121316);border:1px solid rgba(255,140,0,.24)}.overview-rail-next-label{margin:0 0 var(--space-sm);font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.overview-rail-next-text{margin:0 0 var(--space-md);font-size:.875rem;color:var(--fg-muted);line-height:1.45}.overview-rail-next-facts{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-md)}.overview-rail-next-facts span{display:inline-flex;align-items:center;min-height:24px;padding:.16rem .48rem;border:1px solid rgba(255,255,255,.075);border-radius:999px;color:var(--fg-dim);background:rgba(255,255,255,.035);font-size:.6875rem;font-weight:700}.overview-rail-next-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;color:var(--primary-bright);text-decoration:none}.overview-rail-next-link:hover{text-decoration:none;opacity:.85}.overview-rail-empty-text{margin:0;font-size:.8125rem;color:var(--fg-muted)}.overview-rail-advisory-note{margin:0 0 var(--space-md);font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim)}@media (max-width:480px){.overview-cmd-title{font-size:1.65rem}.overview-command-zone{padding:var(--space-lg)}.overview-command-action,.overview-command-actions{width:100%}.overview-status-pill{max-width:100%}.overview-hero-card{padding:var(--space-lg)}}.overview-healthy-state{display:flex;flex-direction:column;gap:var(--space-xl);padding:var(--space-md) 0 var(--space-sm)}.overview-healthy-header{display:flex;flex-direction:column;gap:var(--space-sm)}.overview-healthy-badge-row{display:flex;align-items:center;gap:.5rem;margin-bottom:var(--space-xs)}.overview-healthy-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 3px rgba(52,211,153,.2)}.overview-healthy-badge-label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--success)}.overview-healthy-headline{margin:0;font-size:1.05rem;font-weight:700;color:var(--fg);letter-spacing:-.01em}.overview-healthy-sub{margin:0;font-size:.875rem;color:var(--fg-muted);line-height:1.5;max-width:52ch}.overview-healthy-diagnostics{display:flex;flex-direction:column;gap:.6rem;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:rgba(52,211,153,.05);border:1px solid rgba(52,211,153,.12)}.overview-decision-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-sm);gap:var(--space-sm)}.overview-decision-link-card{display:flex;flex-direction:column;gap:.25rem;min-width:0;padding:var(--space-md);border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-md);background:rgba(255,255,255,.03);color:inherit;text-decoration:none}.overview-decision-link-card:hover{border-color:rgba(255,140,0,.2);background:rgba(255,140,0,.045);text-decoration:none}.overview-decision-link-label{font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-bright)}.overview-decision-link-text{font-size:.75rem;color:var(--fg-muted);line-height:1.4}.overview-healthy-diag-row{display:flex;align-items:center;gap:.65rem;font-size:.8125rem;color:var(--fg-muted)}.overview-healthy-diag-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:rgba(52,211,153,.15);color:var(--success);font-size:.5rem;font-weight:900}.overview-healthy-ctas{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;padding-top:var(--space-xs)}.overview-healthy-cta-primary{display:inline-flex;align-items:center;padding:.5rem 1.1rem;border-radius:var(--radius-md);background:var(--primary);color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;transition:opacity .12s ease}.overview-healthy-cta-primary:hover{opacity:.88;text-decoration:none;color:#fff}.overview-healthy-cta-ghost{display:inline-flex;align-items:center;font-size:.8125rem;font-weight:600;color:var(--fg-muted);text-decoration:none;padding:.5rem .4rem}.overview-healthy-cta-ghost:hover{color:var(--fg);text-decoration:none}.overview-readiness-panel{padding:var(--space-xl) var(--space-2xl);border-radius:var(--radius-lg);background:linear-gradient(180deg,#131419,#0f1013);border:1px solid rgba(255,255,255,.075)}.overview-readiness-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-lg)}.overview-readiness-kicker{margin:0;font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim)}.overview-readiness-link{font-size:.6875rem;color:var(--fg-dim);text-decoration:none;white-space:nowrap}.overview-readiness-link:hover{color:var(--fg-muted);text-decoration:none}.overview-readiness-empty-block{display:flex;flex-direction:column;gap:var(--space-lg)}.overview-readiness-empty{margin:0;font-size:.8125rem;color:var(--fg-muted);line-height:1.55}.overview-readiness-signal-rows{display:flex;flex-direction:column;gap:.5rem;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:rgba(255,255,255,.025);border:1px solid var(--border-subtle)}.overview-readiness-signal-row{display:flex;align-items:center;gap:.55rem;font-size:.75rem;color:var(--fg-dim)}.overview-readiness-signal-dot{flex-shrink:0;width:5px;height:5px;border-radius:50%;background:var(--fg-dim);opacity:.5}.overview-readiness-rows{display:flex;flex-direction:column;gap:.65rem}.overview-readiness-row{display:grid;grid-template-columns:120px 1fr 28px;align-items:center;grid-gap:var(--space-md);gap:var(--space-md)}.overview-readiness-row-label{font-size:.75rem;color:var(--fg-muted);white-space:nowrap}.overview-readiness-row-bar-wrap{height:4px;border-radius:999px;background:var(--border-subtle);overflow:hidden}.overview-readiness-row-bar{display:block;height:100%;border-radius:999px;background:var(--border-default)}.overview-readiness-row-bar--success{background:var(--success)}.overview-readiness-row-bar--warn{background:var(--warning)}.overview-readiness-row-bar--muted{background:var(--border-default)}.overview-readiness-row-bar--dim{background:var(--fg-dim);opacity:.6}.overview-readiness-row-count{font-size:.75rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--fg);text-align:right}.overview-readiness-row-count--warn{color:var(--warning)}.overview-readiness-row-count--success{color:var(--success)}.overview-readiness-row-count--muted{color:var(--fg-muted)}.overview-readiness-row-count--dim{color:var(--fg-dim)}.overview-rail-empty-premium{display:flex;flex-direction:column;gap:.35rem}.overview-rail-empty-hint{margin:0;font-size:.75rem;color:var(--fg-dim);line-height:1.45}@media (max-width:480px){.overview-readiness-panel{padding:var(--space-lg)}.overview-readiness-row{grid-template-columns:88px 1fr 24px;gap:var(--space-sm)}.overview-priority-item-name,.overview-rail-event-label,.overview-readiness-row-label{white-space:normal}.overview-healthy-state{gap:var(--space-lg)}.overview-healthy-ctas{align-items:stretch}.overview-healthy-cta-ghost,.overview-healthy-cta-primary{width:100%;justify-content:center}.overview-decision-links{grid-template-columns:1fr}.overview-health-card{padding:var(--space-md) var(--space-lg);min-height:100px}.overview-layout{padding-top:0}}.billing-page{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.billing-command-zone{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-2xl);border:1px solid rgba(255,140,0,.22);border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 12% 0,rgba(255,140,0,.14) 0,transparent 56%),linear-gradient(165deg,#202126 0,var(--bg-surface) 46%,#111215 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 26px 58px rgba(0,0,0,.42)}@media (min-width:860px){.billing-command-zone{grid-template-columns:minmax(0,1fr) auto;align-items:end}}.billing-command-copy,.billing-lower-surface,.billing-main,.billing-plan-hero,.billing-rail,.billing-usage-section{min-width:0}.billing-chip-row,.billing-command-actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.billing-chip-row{margin-top:var(--space-lg)}.billing-plan-badge,.billing-secure-note,.billing-status-chip{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .65rem;border:1px solid var(--border-subtle);border-radius:999px;background:rgba(255,255,255,.04);color:var(--fg-muted);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;overflow-wrap:anywhere}.billing-plan-badge--success,.billing-status-chip--success{color:var(--success);background:var(--success-bg);border-color:rgba(52,211,153,.26)}.billing-plan-badge--warn,.billing-status-chip--warn{color:var(--warning);background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.26)}.billing-plan-badge--muted,.billing-status-chip--muted{color:var(--fg-muted);background:rgba(255,255,255,.045)}.billing-command-actions{justify-content:flex-start}.billing-command-actions form{margin:0}@media (min-width:860px){.billing-command-actions{justify-content:flex-end;max-width:330px}}.billing-body{align-items:start}.billing-body,.billing-lower-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:980px){.billing-body{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.billing-lower-grid{grid-template-columns:minmax(0,1fr)}}.billing-main,.billing-rail{display:flex;flex-direction:column;gap:var(--space-xl)}@media (min-width:980px){.billing-rail{position:-webkit-sticky;position:sticky;top:var(--space-xl)}}.billing-plan-hero{padding:var(--space-2xl);border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-lg);background:radial-gradient(120% 70% at 8% 0,rgba(255,140,0,.14) 0,transparent 55%),linear-gradient(165deg,#202126 0,var(--bg-surface) 45%,#121316 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 30px 68px rgba(0,0,0,.5)}.billing-plan-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-xl)}.billing-plan-title{margin:0;color:var(--fg);font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.1}.billing-plan-price{display:grid;grid-gap:var(--space-xs);gap:var(--space-xs);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-subtle)}.billing-plan-price span{color:var(--fg);font-family:var(--font-manrope),sans-serif;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:800;line-height:1.2}.billing-empty-state p,.billing-plan-option p,.billing-plan-price p,.billing-rail-card p,.billing-usage-card p{margin:0;color:var(--fg-muted);font-size:.875rem;line-height:1.55}.billing-feature-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md);margin-top:var(--space-xl)}@media (min-width:720px){.billing-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.billing-empty-state,.billing-feature-card,.billing-usage-card{min-width:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.028)}.billing-feature-card span,.billing-usage-card span{display:block;margin-bottom:var(--space-xs);color:var(--fg-dim);font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.billing-empty-state strong,.billing-feature-card strong,.billing-plan-option strong,.billing-rail-card strong,.billing-usage-card strong{display:block;color:var(--fg);font-size:.95rem;line-height:1.35;overflow-wrap:anywhere}.billing-lower-surface,.billing-usage-section{padding:var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface)}.billing-section-head{margin-bottom:var(--space-lg)}.billing-section-title{margin:0;color:var(--fg);font-size:1.1rem;line-height:1.3}.billing-record-grid,.billing-usage-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:760px){.billing-usage-grid{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,1fr))}.billing-record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.billing-usage-card{display:flex;min-height:150px;flex-direction:column;gap:var(--space-sm);justify-content:space-between;background:rgba(255,255,255,.024)}.billing-usage-card--primary{border-color:rgba(255,140,0,.18);background:linear-gradient(180deg,rgba(255,140,0,.08),rgba(255,255,255,.024))}.billing-usage-card strong{font-family:var(--font-manrope),sans-serif;font-size:1.5rem;font-weight:800}.billing-meter{width:100%;height:6px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.billing-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary-bright),var(--primary))}.billing-plan-option,.billing-plan-option-list{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}.billing-plan-option{align-items:center;margin:0;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.026)}@media (min-width:760px){.billing-plan-option{grid-template-columns:minmax(0,1fr) auto}}.billing-rail-card{min-width:0;padding:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface-raised)}.billing-rail-card--payment,.billing-rail-next{border-color:rgba(255,140,0,.22);background:rgba(255,140,0,.06)}.billing-rail-card strong{margin-bottom:var(--space-sm);font-size:1.05rem}.billing-secure-note{margin-top:var(--space-sm);color:var(--primary-bright);background:rgba(255,140,0,.1);border-color:rgba(255,140,0,.24)}@media (max-width:640px){.billing-page{gap:var(--space-lg);padding-top:0}.billing-command-zone,.billing-lower-surface,.billing-plan-hero,.billing-usage-section{padding:var(--space-lg)}.billing-command-actions,.billing-command-actions .btn,.billing-command-actions form,.billing-plan-option .btn{width:100%}.billing-command-actions{align-items:stretch}.billing-command-actions .btn,.billing-plan-option .btn{min-height:44px}.billing-plan-head{flex-direction:column}.billing-chip-row,.billing-command-actions{flex-direction:column;align-items:stretch}.billing-plan-badge,.billing-secure-note,.billing-status-chip{justify-content:center;white-space:normal;text-align:center}.billing-rail{gap:var(--space-lg)}.billing-usage-card{min-height:128px}}.settings-page{display:flex;flex-direction:column;gap:var(--space-xl);padding-top:var(--space-md)}.settings-command-zone{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);padding:var(--space-2xl);border:1px solid rgba(255,140,0,.2);border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 12% 0,rgba(255,140,0,.13) 0,transparent 56%),linear-gradient(165deg,#202126 0,var(--bg-surface) 46%,#111215 100%);box-shadow:0 0 0 1px rgba(255,140,0,.06),0 26px 58px rgba(0,0,0,.42)}@media (min-width:860px){.settings-command-zone{grid-template-columns:minmax(0,1fr) auto;align-items:end}}.settings-command-copy,.settings-main-stack,.settings-quiet-zone,.settings-rail-card,.settings-side-rail,.settings-surface{min-width:0}.settings-kicker{color:var(--primary);font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase}.settings-kicker,.settings-title{margin:0 0 var(--space-sm);font-weight:700}.settings-title{color:var(--fg);font-size:clamp(1.65rem,3vw,2.15rem);line-height:1.15}.settings-sub{margin:0;max-width:64ch;color:var(--fg-muted);font-size:.95rem;line-height:1.6}.settings-chip-row,.settings-command-actions,.settings-section-heading,.settings-status-stack{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.settings-chip-row{margin-top:var(--space-lg)}.settings-chip,.settings-readonly-badge,.settings-status-pill{display:inline-flex;align-items:center;min-height:32px;padding:.32rem .65rem;border:1px solid var(--border-subtle);border-radius:999px;background:rgba(255,255,255,.04);color:var(--fg-muted);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;overflow-wrap:anywhere}.settings-chip--primary,.settings-pref-value--primary{color:var(--primary-bright)}.settings-chip--primary{background:var(--primary-subtle);border-color:rgba(255,140,0,.25)}.settings-command-actions{justify-content:flex-start}@media (min-width:860px){.settings-command-actions{justify-content:flex-end;max-width:330px}}.settings-console-grid{display:grid;grid-gap:var(--space-xl);gap:var(--space-xl);align-items:start}@media (min-width:980px){.settings-console-grid{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}}.settings-main-stack,.settings-side-rail{display:flex;flex-direction:column;gap:var(--space-xl)}@media (min-width:980px){.settings-side-rail{position:-webkit-sticky;position:sticky;top:var(--space-xl)}}.settings-quiet-zone,.settings-surface{padding:var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-surface)}.settings-surface--hero{border-color:rgba(255,140,0,.18);background:radial-gradient(120% 70% at 8% 0,rgba(255,140,0,.1) 0,transparent 55%),linear-gradient(165deg,#1d1e23 0,var(--bg-surface) 45%,#121316 100%);box-shadow:0 20px 48px rgba(0,0,0,.32)}.settings-section-heading{justify-content:space-between;margin-bottom:var(--space-lg)}.settings-section-heading .settings-kicker{flex-basis:100%}.settings-quiet-zone h2,.settings-rail-card h2,.settings-section-heading h2{margin:0;color:var(--fg);font-size:1.1rem;line-height:1.3}.settings-readonly-badge{color:var(--fg-muted);background:rgba(255,255,255,.045)}.settings-pref-grid{display:grid;grid-gap:var(--space-md);gap:var(--space-md)}@media (min-width:760px){.settings-pref-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.settings-pref-card{display:flex;min-width:0;min-height:150px;flex-direction:column;gap:var(--space-sm);justify-content:space-between;padding:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.026)}.settings-pref-topline{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.settings-pref-topline span,.settings-summary-list dt{color:var(--fg-dim);font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.settings-pref-value,.settings-summary-list dd{margin:0;color:var(--fg);font-size:.95rem;line-height:1.35;overflow-wrap:anywhere}.settings-pref-card p,.settings-quiet-zone p,.settings-rail-card p{margin:0;color:var(--fg-muted);font-size:.875rem;line-height:1.55}.settings-rail-card{padding:var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface-raised)}.settings-rail-card--accent{border-color:rgba(255,140,0,.22);background:rgba(255,140,0,.06)}.settings-summary-list{display:grid;grid-gap:var(--space-md);gap:var(--space-md);margin:0}.settings-summary-list div{display:grid;grid-gap:.2rem;gap:.2rem;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-subtle)}.settings-summary-list div:last-child{padding-bottom:0;border-bottom:0}.settings-status-pill--active{color:var(--success);background:var(--success-bg);border-color:rgba(52,211,153,.26)}.settings-link-list{display:grid;grid-gap:var(--space-sm);gap:var(--space-sm)}.settings-link-list a{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:.55rem .7rem;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:rgba(255,255,255,.026);color:var(--fg);font-size:.875rem;font-weight:600}.settings-link-list a:after{content:"→";color:var(--primary)}.settings-link-list a:hover{border-color:var(--border-default);background:rgba(255,255,255,.04);text-decoration:none}.settings-quiet-zone{border-style:dashed;background:rgba(255,255,255,.022)}@media (max-width:640px){.settings-console-grid,.settings-main-stack,.settings-page,.settings-side-rail{gap:var(--space-lg)}.settings-page{padding-top:0}.settings-command-zone,.settings-quiet-zone,.settings-rail-card,.settings-surface{padding:var(--space-lg)}.settings-command-actions,.settings-command-actions .btn{width:100%}.settings-command-actions{flex-direction:column;align-items:stretch}.settings-command-actions .btn{min-height:44px}.settings-section-heading{align-items:flex-start}.settings-chip,.settings-readonly-badge,.settings-status-pill{justify-content:center;max-width:100%;white-space:normal;text-align:center}.settings-pref-card{min-height:128px}}.shell-root{background:radial-gradient(840px 520px at 12% -12%,rgba(255,140,0,.13),transparent 58%),radial-gradient(680px 460px at 92% 4%,rgba(96,165,250,.08),transparent 62%),linear-gradient(180deg,#05070a,#090b0f 42%,#07080b)}.shell-topbar{min-height:68px;border-bottom-color:rgba(255,255,255,.105);background:linear-gradient(180deg,rgba(10,13,18,.96),rgba(7,8,11,.9));box-shadow:0 18px 52px rgba(0,0,0,.34),inset 0 -1px 0 rgba(255,140,0,.045)}.shell-sidebar{width:286px;background:radial-gradient(460px 360px at 0 0,rgba(255,140,0,.13),transparent 62%),linear-gradient(180deg,#11141b,#0b0d12 46%,#07080b);box-shadow:24px 0 58px rgba(0,0,0,.22),inset -1px 0 0 rgba(255,140,0,.035)}.shell-topbar-status{display:inline-flex;align-items:center;min-height:32px;padding:0 .7rem;border:1px solid rgba(52,211,153,.2);border-radius:999px;color:var(--success);background:rgba(52,211,153,.075);font-size:.6875rem;font-weight:800;white-space:nowrap}.shell-topbar-status--accent{border-color:rgba(255,140,0,.22);color:var(--primary-bright);background:rgba(255,140,0,.08)}.shell-workspace-card{position:relative;overflow:hidden;padding:.68rem .75rem;border-color:rgba(255,140,0,.16);background:radial-gradient(180px 120px at 100% 0,rgba(255,140,0,.11),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.shell-workspace-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--primary-bright),rgba(255,140,0,.12))}.shell-workspace-name-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-top:var(--space-sm)}.shell-workspace-name{min-width:0;color:var(--fg);font-size:.9rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-workspace-region{flex:0 0 auto;padding:.15rem .38rem;border:1px solid rgba(255,140,0,.24);border-radius:999px;color:var(--primary-bright);background:rgba(255,140,0,.08);font-size:.6rem;font-weight:900}.shell-workspace-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.35rem;gap:.35rem;margin-top:var(--space-sm)}.shell-workspace-steps span{min-width:0;padding:.32rem .38rem;border:1px solid rgba(255,255,255,.065);border-radius:8px;color:var(--fg-muted);background:rgba(255,255,255,.035);font-size:.58rem;font-weight:800;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-nav-group{position:relative;padding-top:.15rem}.shell-nav-link{min-height:48px}.shell-nav-link-active{background:radial-gradient(140px 70px at 0 50%,rgba(255,140,0,.18),transparent 72%),linear-gradient(90deg,rgba(255,140,0,.16),rgba(255,255,255,.045));border-color:rgba(255,140,0,.34);box-shadow:0 13px 30px rgba(0,0,0,.25),inset 3px 0 0 var(--primary)}.shell-main{padding-top:clamp(1.75rem,3.4vw,2.6rem)}.shell-main-inner{max-width:1220px}@media (max-width:900px){.shell-topbar-status{display:none}.shell-main{padding:var(--space-lg) clamp(var(--space-md),3vw,1.5rem)}}@media (min-width:1180px){.shell-topbar-nav{gap:.42rem}.shell-topbar-nav-link{padding-inline:.7rem}}@media (max-width:560px){.shell-topbar-nav-link{padding-inline:.5rem}.shell-topbar-nav-link .shell-nav-icon{display:none}}.studio-layout{gap:clamp(var(--space-xl),3.4vw,2.75rem)}.studio-hero--flagship{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:var(--space-xl);gap:var(--space-xl);padding:clamp(var(--space-lg),3vw,2rem);border:1px solid rgba(255,140,0,.16);border-radius:var(--radius-lg);background:radial-gradient(520px 240px at 0 0,rgba(255,140,0,.13),transparent 70%),linear-gradient(160deg,rgba(255,255,255,.065),rgba(255,255,255,.018));box-shadow:0 28px 70px rgba(0,0,0,.28)}.studio-hero-title{font-size:clamp(1.9rem,3.6vw,3.1rem);font-weight:850;letter-spacing:0}.studio-hero-sub{max-width:72ch}.studio-hero-ops{display:grid;grid-template-columns:repeat(4,auto);grid-gap:.42rem;gap:.42rem;align-items:center}.studio-hero-ops span{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:.34rem .58rem;border:1px solid rgba(255,255,255,.075);border-radius:999px;color:var(--fg-muted);background:rgba(255,255,255,.035);font-size:.68rem;font-weight:850;white-space:nowrap}.studio-hero-ops span:first-child{border-color:rgba(255,140,0,.24);color:var(--primary-bright);background:rgba(255,140,0,.09)}.studio-form{border-color:rgba(255,140,0,.22);background:radial-gradient(320px 190px at 0 0,rgba(255,140,0,.1),transparent 68%),linear-gradient(180deg,#1b1e26,#101217)}.studio-command-header{align-items:center}.studio-command-heading{font-size:clamp(1.25rem,2vw,1.55rem);font-weight:850}.studio-fieldset{border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.026)}.studio-output-panel{overflow:hidden}.studio-output-panel--done{padding:clamp(var(--space-xl),3vw,2.3rem);border-color:rgba(255,140,0,.34);background:radial-gradient(620px 310px at 8% 0,rgba(255,140,0,.16),transparent 62%),radial-gradient(520px 260px at 94% 4%,rgba(96,165,250,.08),transparent 66%),linear-gradient(165deg,#20232b,#14171d 52%,#101216);box-shadow:0 0 0 1px rgba(255,140,0,.12),0 42px 100px rgba(0,0,0,.62)}.studio-output-panel--done .studio-output-heading{font-size:clamp(1.55rem,2.5vw,2.15rem)}.studio-output-main-copy{position:relative;border-color:rgba(255,140,0,.14);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028)),#161922}.studio-output-panel--done .studio-output-main-copy{padding:clamp(1.35rem,2.8vw,2rem)}.studio-output-main-copy .artifact-product-title{font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.18;letter-spacing:0}.studio-output-commerce-line,.studio-output-empty-rail{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.studio-output-commerce-line{justify-content:space-between;margin-bottom:var(--space-md)}.studio-output-commerce-line span,.studio-output-empty-rail span{display:inline-flex;align-items:center;min-height:28px;padding:.28rem .52rem;border:1px solid rgba(255,140,0,.18);border-radius:999px;color:var(--primary-bright);background:rgba(255,140,0,.075);font-size:.66rem;font-weight:850}.studio-output-empty{justify-content:flex-start}.studio-output-empty-rail{margin-top:var(--space-lg)}.studio-output-progress{display:grid;grid-template-columns:1.3fr .9fr .55fr;grid-gap:var(--space-sm);gap:var(--space-sm);margin-bottom:var(--space-lg)}.studio-output-progress span{height:6px;border-radius:999px;background:linear-gradient(90deg,rgba(255,140,0,.72),rgba(255,179,71,.22))}.studio-output-section{border-color:rgba(255,255,255,.085);background:rgba(255,255,255,.026)}.studio-next-step--quiet{border-color:rgba(255,255,255,.085);background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.022)),#111319;box-shadow:0 18px 42px rgba(0,0,0,.18)}.studio-workbench--result .studio-form{opacity:.88}.studio-workbench--result .studio-form:focus-within,.studio-workbench--result .studio-form:hover{opacity:1}.studio-workbench--result .studio-next-step-actions .btn-ghost{color:var(--fg-muted);border-color:rgba(255,255,255,.06)}.studio-support-zone{padding:var(--space-xl);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:rgba(255,255,255,.018)}@media (min-width:900px){.studio-workbench{grid-template-columns:minmax(0,1.32fr) minmax(286px,334px);column-gap:clamp(var(--space-xl),3vw,2.2rem)}.studio-output-panel{min-height:640px}.studio-form--result{max-height:760px;overflow:auto}}@media (max-width:760px){.studio-hero--flagship{grid-template-columns:1fr;align-items:stretch}.studio-hero-ops{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-hero-ops span,.studio-output-commerce-line span,.studio-output-empty-rail span{white-space:normal;text-align:center}.studio-output-panel--done{padding:var(--space-lg)}}.billing-command-zone,.catalog-command-zone,.export-command-zone,.geo-command-zone,.marketplace-command-zone,.ops-command-zone,.overview-command-zone,.settings-command-zone{border-color:rgba(255,140,0,.13);background:radial-gradient(520px 220px at 0 0,rgba(255,140,0,.09),transparent 68%),linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:0 24px 62px rgba(0,0,0,.22)}.billing-feature-card,.billing-usage-card,.catalog-summary-metric,.export-summary-card,.overview-health-card,.overview-kpi-metric,.settings-pref-card{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),#111319}.billing-plan-hero,.catalog-priority-board,.export-output-hero,.geo-intel-hero,.ops-risk-board,.overview-hero-card,.overview-readiness-panel{border-color:rgba(255,140,0,.15);box-shadow:0 26px 70px rgba(0,0,0,.28)}.billing-rail-card,.catalog-record-card,.export-detail-card,.export-marketplace-rail,.geo-next-rail,.geo-panel,.geo-rail-card,.marketplace-active-hero,.marketplace-form-card,.marketplace-readiness-card,.ops-event-surface,.ops-rail-card,.overview-priority-item,.settings-rail-card,.settings-surface{background:linear-gradient(180deg,rgba(255,255,255,.048),rgba(255,255,255,.018)),#101216}.catalog-record-card{grid-template-columns:minmax(0,1.25fr) minmax(250px,.95fr) minmax(150px,.45fr)}.billing-status-chip,.catalog-filter-pill,.export-chip,.geo-chip,.marketplace-chip,.ops-status-chip,.settings-chip{font-weight:850}.export-output-record{border-color:rgba(255,140,0,.16)}.export-check-row,.export-output-package div,.marketplace-export-note,.settings-summary-list div{background:rgba(255,255,255,.028)}.auth-brand-panel{border-color:rgba(255,140,0,.14);background:radial-gradient(440px 260px at 0 0,rgba(255,140,0,.16),transparent 68%),linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.026))}.auth-form-panel{padding:clamp(var(--space-lg),2.4vw,var(--space-xl));border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-lg);background:rgba(255,255,255,.026)}.billing-empty-state,.catalog-empty-state,.geo-empty-state,.marketplace-empty-state,.ops-premium-empty{border-color:rgba(255,255,255,.085);background:radial-gradient(260px 160px at 0 0,rgba(255,140,0,.07),transparent 72%),rgba(255,255,255,.024)}@media (max-width:640px){.billing-command-zone,.catalog-command-zone,.export-command-zone,.geo-command-zone,.marketplace-command-zone,.ops-command-zone,.overview-command-zone,.settings-command-zone{box-shadow:none}.catalog-record-card{grid-template-columns:1fr}.auth-form-panel{padding:var(--space-md)}}