#portal-root,#portal-root[data-theme=sage]{--bg:#f7f4ee;--surface:#fff;--panel:#fbf9f7;--fg:#1a231f;--muted:#63746d;--hairline:#e6e3db;--hairline2:#ded9cf;--primary:#2c6d55;--primary-dim:#20503f;--primary-soft:#479e7e;--accent:#a8e6c9;--coral:#e0896c;--success:#2f9d5b;--warn:#e27a12;--danger:#d43535;--crit:#bd2828;--tint:rgba(44,109,85,.06);--hero-a:#2c6d55;--hero-b:#e0896c}#portal-root[data-theme=ocean]{--bg:#f5f7fa;--surface:#fff;--panel:#f9fafb;--fg:#1b222d;--muted:#657081;--hairline:#dbe0e6;--hairline2:#c9d1d9;--primary:#1f61ad;--primary-dim:#174982;--primary-soft:#4d88cb;--accent:#93ddec;--coral:#e98f63;--success:#2e9e79;--warn:#e27a12;--danger:#d43535;--crit:#c63968;--tint:rgba(31,97,173,.06);--hero-a:#1f61ad;--hero-b:#52c9e0}#portal-root[data-theme=coral]{--bg:#faf7f5;--surface:#fff;--panel:#fbfaf8;--fg:#2d1f1b;--muted:#7b6b65;--hairline:#e6e0db;--hairline2:#d9d1c9;--primary:#ce4827;--primary-dim:#a3391f;--primary-soft:#d87b64;--accent:#f5ce89;--coral:#e46767;--success:#309161;--warn:#e27a12;--danger:#d43535;--crit:#c63968;--tint:rgba(206,72,39,.06);--hero-a:#ce4827;--hero-b:#f2ba5a}#portal-root[data-theme=indigo]{--bg:#f5f5f9;--surface:#fff;--panel:#f9f9fb;--fg:#1d1d2b;--muted:#67677e;--hairline:#dcdce5;--hairline2:#cacad8;--primary:#3a30a6;--primary-dim:#2c257e;--primary-soft:#6f66cc;--accent:#cca8e6;--coral:#de7cb6;--success:#309161;--warn:#e27a12;--danger:#d43535;--crit:#c63968;--tint:rgba(58,48,166,.06);--hero-a:#3a30a6;--hero-b:#a769d3}#portal-root[data-theme=rose]{--bg:#f9f5f7;--surface:#fff;--panel:#fbf9fa;--fg:#2b1d21;--muted:#7c6a70;--hairline:#e5dcdf;--hairline2:#d8cacf;--primary:#b2345e;--primary-dim:#8a2849;--primary-soft:#cf6e8e;--accent:#e6a8d1;--coral:#e49b67;--success:#309161;--warn:#e27a12;--danger:#d43535;--crit:#9e2e53;--tint:rgba(178,52,94,.06);--hero-a:#b2345e;--hero-b:#d369b0}#portal-root[data-theme=slate]{--bg:#f6f7f8;--surface:#fff;--panel:#f9fafb;--fg:#1d212b;--muted:#676d79;--hairline:#dddfe4;--hairline2:#cccfd7;--primary:#303a50;--primary-dim:#1d2330;--primary-soft:#525f7a;--accent:#b0cedd;--coral:#d67a5c;--success:#309161;--warn:#e27a12;--danger:#d43535;--crit:#c63968;--tint:rgba(48,58,80,.06);--hero-a:#303a50;--hero-b:#5e9cba}#portal-root[data-theme=custom]{--bg:hsl(var(--custom-h) 25% 97%);--surface:#fff;--panel:hsl(var(--custom-h) 20% 98%);--fg:hsl(var(--custom-h) 20% 14%);--muted:hsl(var(--custom-h) 8% 45%);--hairline:hsl(var(--custom-h) 15% 88%);--hairline2:hsl(var(--custom-h) 15% 82%);--primary:hsl(var(--custom-h) 55% 40%);--primary-dim:hsl(var(--custom-h) 55% 30%);--primary-soft:hsl(var(--custom-h) 50% 55%);--accent:hsl(calc(var(--custom-h) + 40) 55% 78%);--coral:hsl(calc(var(--custom-h) + 200) 60% 65%);--success:#309161;--warn:#e27a12;--danger:#d43535;--crit:#c63968;--tint:hsl(var(--custom-h) 55% 40%/0.06);--hero-a:hsl(var(--custom-h) 55% 40%);--hero-b:hsl(calc(var(--custom-h) + 40) 55% 60%)}#portal-root{color-scheme:light;background:var(--bg);color:var(--fg);min-height:100vh;font-family:var(--font-manrope),"Manrope",ui-sans-serif,system-ui;-webkit-font-smoothing:antialiased}#portal-root .hero-gradient{background:linear-gradient(135deg,var(--hero-a) 0,var(--hero-b) 100%)}#portal-root .primary-gradient{background:linear-gradient(135deg,var(--primary-dim) 0,var(--primary) 100%)}#portal-root .scrollbar-thin::-webkit-scrollbar{width:8px;height:8px}#portal-root .scrollbar-thin::-webkit-scrollbar-thumb{background:var(--hairline2);border-radius:4px}#portal-root .scrollbar-thin::-webkit-scrollbar-track{background:transparent}#portal-root .hairline-b{border-bottom:1px solid var(--hairline)}#portal-root .hairline-t{border-top:1px solid var(--hairline)}#portal-root .hairline-r{border-right:1px solid var(--hairline)}#portal-root .hairline{border:1px solid var(--hairline)}#portal-root .label-caps{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--muted)}#portal-root .mono{font-family:var(--font-mono),"JetBrains Mono",ui-monospace}#portal-root .serif{font-family:var(--font-instrument),"Instrument Serif",ui-serif,Georgia;letter-spacing:-.01em}#portal-root .accent-underline{position:relative;display:inline-block;color:var(--primary)}#portal-root .accent-underline:after{content:"";position:absolute;left:0;right:0;bottom:.08em;height:.14em;background:var(--accent);opacity:.7;border-radius:999px;z-index:-1}@keyframes portalSoftPulse{0%,to{opacity:1}50%{opacity:.5}}#portal-root .pulse-dot{animation:portalSoftPulse 1.8s ease-in-out infinite}#portal-root .dashed{border:1px dashed var(--hairline2)}#portal-root .dense td,#portal-root .dense th{padding:10px 14px}#portal-root input[type=range]{accent-color:var(--primary)}#portal-root .clearance-track{height:6px;border-radius:3px;background:color-mix(in oklab,var(--muted) 18%,transparent);position:relative;overflow:hidden}#portal-root .clearance-fill{height:100%;border-radius:3px}#portal-root .grid-bg{background-image:linear-gradient(color-mix(in oklab,var(--hairline) 60%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in oklab,var(--hairline) 60%,transparent) 1px,transparent 1px);background-size:32px 32px}#portal-root .card-shadow{box-shadow:0 1px 0 0 var(--hairline),0 20px 60px -30px rgba(0,0,0,.1)}#portal-root .card-shadow-lg{box-shadow:0 1px 0 0 var(--hairline),0 30px 80px -30px rgba(0,0,0,.14)}#portal-root .tab-active{color:var(--fg);border-bottom-color:var(--primary)}#portal-root .tab-idle{color:var(--muted);border-bottom-color:transparent}#portal-root .section-sep{height:1px;background:linear-gradient(90deg,transparent,var(--hairline),transparent)}@keyframes shake{0%,to{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}.animate-shake{animation:shake .4s ease-in-out}