:root[data-theme=light],.portal-scope{--bg:#fbfaf7;--surface:#fff;--surface-2:#f5f2ec;--fg:#1c1917;--muted:#6b6560;--faint:#a39d96;--border:#e8e3da;--brand:#e4590f;--brand-deep:#b84508;--brand-fg:#fff;--brand-soft:#fdeee4;--ring:#e4590f;--success:#2f7d4f;--warning:#b7791f;--danger:#c0392b;--info:#2b6cb0;--ease-expo:cubic-bezier(.22, 1, .36, 1)}:root[data-theme=dark]{--bg:#17130f;--surface:#211d1a;--surface-2:#2b2724;--fg:#f4f1ea;--muted:#b0a89f;--faint:#7a736b;--border:#35302a;--brand:#f2691f;--brand-deep:#e4590f;--brand-fg:#17130f;--brand-soft:#33210f;--ring:#f2691f;--success:#46b26b;--warning:#d99a3c;--danger:#e0654f;--info:#5b9bd5;--ease-expo:cubic-bezier(.22, 1, .36, 1)}.portal-body{background:var(--bg);color:var(--fg);min-height:100dvh}.font-display{font-family:var(--font-display)}.brand-logo-light,:root[data-theme=dark] .brand-logo-dark{display:none}:root[data-theme=dark] .brand-logo-light{display:inline-block}:root:not([data-theme]) .portal-body{visibility:hidden}@keyframes portal-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.portal-rise{animation:portal-rise .5s var(--ease-expo) both}.card-hover{transition:transform .25s var(--ease-expo), box-shadow .25s var(--ease-expo), border-color .25s var(--ease-expo)}.card-hover:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:0 10px 28px -14px #1c191747}.reveal-stagger>*{animation:portal-rise .5s var(--ease-expo) both}.reveal-stagger>:nth-child(2){animation-delay:50ms}.reveal-stagger>:nth-child(3){animation-delay:.1s}.reveal-stagger>:nth-child(4){animation-delay:.15s}.reveal-stagger>:nth-child(5){animation-delay:.2s}.reveal-stagger>:nth-child(6){animation-delay:.25s}.reveal-stagger>:nth-child(7){animation-delay:.3s}.reveal-stagger>:nth-child(8){animation-delay:.35s}@media (prefers-reduced-motion:reduce){.portal-rise,.reveal-stagger>*{animation:none}.card-hover:hover{transform:none}}
