:root{
 --parallax-bg:#08090d;--parallax-bg-deep:#040509;--parallax-surface:#11131a;--parallax-surface-raised:#171a22;--parallax-surface-hover:#1d2029;--parallax-overlay:rgba(6,7,11,.88);
 --parallax-silver:#d9dbe2;--parallax-white:#fff;--parallax-muted:#8c909b;--parallax-accent:#8c234d;--parallax-accent-hover:#a83261;--parallax-accent-soft:rgba(140,35,77,.18);
 --parallax-border:rgba(217,219,226,.1);--parallax-border-strong:rgba(217,219,226,.2);--parallax-text:#f7f7f9;--parallax-text-secondary:#b8bbc4;--parallax-text-muted:#797d88;--parallax-focus:#e6b2c7;
 --parallax-success:#3fbf7f;--parallax-warning:#dda94b;--parallax-error:#e35d6a;--parallax-offline:#787d89;
 --font-display:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-heading:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-body:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
 --text-display:clamp(3rem,6.6vw,6.8rem);--text-h1:clamp(2.25rem,4vw,4.5rem);--text-h2:clamp(1.45rem,2vw,2rem);--text-body:.9375rem;--text-caption:.75rem;--text-label:.625rem;
 --space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4.5rem;
 --radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;
 --shadow-surface:0 18px 55px rgba(0,0,0,.38);--shadow-modal:0 42px 130px rgba(0,0,0,.78);--shadow-player:0 30px 100px rgba(0,0,0,.72);--shadow-focus:0 0 0 3px rgba(230,178,199,.25);
 --motion-fast:150ms;--motion-normal:240ms;--motion-slow:420ms;--motion-cinematic:650ms;--ease-standard:cubic-bezier(.2,.7,.3,1);--ease-enter:cubic-bezier(.16,1,.3,1);--ease-exit:cubic-bezier(.4,0,1,1);--ease-cinematic:cubic-bezier(.22,.61,.36,1);
 --z-base:1;--z-header:500;--z-dropdown:800;--z-modal:900;--z-player:1200;--z-toast:1300;
}
*,*::before,*::after{box-sizing:border-box}
:focus-visible{outline:2px solid var(--parallax-focus);outline-offset:3px;box-shadow:var(--shadow-focus)}
html{color-scheme:dark;background:var(--parallax-bg);scroll-padding-top:90px}
body{font-family:var(--font-body);background:radial-gradient(1100px 520px at 72% -12%,rgba(140,35,77,.1),transparent 65%),linear-gradient(180deg,var(--parallax-bg-deep),var(--parallax-bg) 28%,#090a0f);color:var(--parallax-text);min-height:100vh}
button,input,select,textarea{font:inherit}button{touch-action:manipulation}
::selection{background:rgba(140,35,77,.55);color:#fff}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
