:root{--color-background-light:#0A0F1E;--color-background-dark:#060912;--color-accent:#38E8C6;--color-accent-hover:#47F1D0;--color-accent-pressed:#28D2B2;--color-emotion-joy-soft:#fcd34d;--color-emotion-joy-base:#fbbf24;--color-emotion-joy-strong:#f59e0b;--color-emotion-sadness-soft:#93c5fd;--color-emotion-sadness-base:#60a5fa;--color-emotion-sadness-strong:#3b82f6;--color-emotion-anger-soft:#fb7185;--color-emotion-anger-base:#f43f5e;--color-emotion-anger-strong:#e11d48;--color-emotion-fear-soft:#818cf8;--color-emotion-fear-base:#6366f1;--color-emotion-fear-strong:#4f46e5;--color-emotion-disgust-soft:#4ade80;--color-emotion-disgust-base:#22c55e;--color-emotion-disgust-strong:#16a34a;--color-emotion-surprise-soft:#c084fc;--color-emotion-surprise-base:#a855f7;--color-emotion-surprise-strong:#9333ea;--color-semantic-info:#4F66D0;--color-semantic-info-soft:#394B9A;--color-semantic-success:#3CE8A3;--color-semantic-success-soft:#2FBA82;--color-semantic-warning:#F2C36B;--color-semantic-warning-soft:#D7A855;--color-semantic-error:#E5727B;--color-semantic-error-soft:#C85C64;--color-semantic-positive:#34D399;--color-semantic-positive-soft:rgba(52,211,153,0.9);--color-semantic-neutral:#FBBF24;--color-semantic-neutral-soft:rgba(251,191,36,0.8);--color-semantic-negative:#FB7185;--color-semantic-negative-soft:rgba(251,113,133,0.9);--color-semantic-subtle:#6B7280;--color-semantic-subtle-soft:rgba(107,114,128,0.7);--color-text-primary:#E6F0FF;--color-text-secondary:#C8D0E0;--color-text-muted:#6B7280;--color-surface:#0b1624;--color-surface-elevated:#0e1d2e;--color-surface-highlight:#152a42;--font-primary:Avenir,Arial,sans-serif;--font-artistic:Pacifico,serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--heading-h1-size:3rem;--heading-h1-weight:800;--heading-h2-size:2.25rem;--heading-h2-weight:700;--heading-h3-size:1.875rem;--heading-h3-weight:600;--heading-h4-size:1.5rem;--heading-h4-weight:600;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--tracking-tight:-0.025em;--tracking-normal:0;--shadow-glow:0 0 20px rgba(56,232,198,0.3);--duration-fast:150ms;--duration-normal:300ms;--duration-slow:500ms;--ease-default:ease-in-out;--gradient-body:radial-gradient(circle at 20% 30%,rgba(21,101,192,0.15) 0%,transparent 60%),radial-gradient(circle at 80% 80%,rgba(56,232,198,0.10) 0%,transparent 70%),linear-gradient(to bottom right,#020509,#060D18,#09131F)}@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--gradient-body);color:var(--color-text-primary);font-family:var(--font-primary);min-height:100vh}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:var(--font-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%,to{opacity:.4}50%{opacity:1}}@keyframes barWave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.fadeInLine{animation:fadeIn .9s ease-out both}