:root{--brand:#1565c0;--brand-dark:#0d47a1;--gradient-brand:linear-gradient(135deg,#1565c0,#0d47a1);--screen-bg:#f8f9fa;--card-surface:#ffffff;--panel-bg:#f9fafb;--text-primary:#2d3748;--text-secondary:#4a5568;--text-muted:#a0aec0;--text-subtle:#cbd5e1;--border-default:#e2e8f0;--border-soft:#eff2f6;--purple:#8b5cf6;--purple-soft:#efe7ff;--purple-light:#a78bfa;--teal:#4fd1c5;--teal-light:#7eddd4;--teal-soft:#e8faf8;--red:#fc8181;--red-soft:#fdecec;--amber:#f6ad55;--amber-soft:#fff4e5;--blue:#3b82f6;--blue-soft:#eff6ff;--green:#48bb78;--green-soft:#e8f8ef;--gray-soft:#f1f5f9;--dark-button:#2d3748;--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-card:0 4px 12px rgba(15,23,42,0.06);--shadow-floating-nav:0 1px 4px rgba(15,23,42,0.06),0 6px 16px rgba(15,23,42,0.1),0 20px 48px rgba(15,23,42,0.14);--shadow-floating-control:0 2px 6px rgba(15,23,42,0.05),0 10px 24px rgba(15,23,42,0.1);--motion-micro:100ms;--motion-short:200ms;--motion-medium:300ms;--motion-long:450ms;--ease-emphasized:cubic-bezier(0.2,0,0,1);--ease-emphasized-accel:cubic-bezier(0.3,0,0.8,0.15);--ease-emphasized-decel:cubic-bezier(0.05,0.7,0.1,1);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--content-max-width:720px;--nav-height:76px}[data-theme=dark]{--screen-bg:#121212;--card-surface:#1e1e1e;--panel-bg:#2a2a2a;--text-primary:#e2e8f0;--text-secondary:#a0aec0;--text-muted:#718096;--text-subtle:#4a5568;--border-default:#2d3748;--border-soft:#2a2a2a;--purple:#a78bfa;--purple-soft:#2e1065;--purple-light:#c4b5fd;--teal:#4fd1c5;--teal-soft:#134e4a;--red:#fc8181;--red-soft:#3b1010;--amber:#f6ad55;--amber-soft:#451a03;--blue:#60a5fa;--blue-soft:#1e3a5f;--gray-soft:#1a202c;--shadow-card:0 6px 16px rgba(0,0,0,0.35);--shadow-floating-nav:0 3px 8px rgba(0,0,0,0.45),0 14px 36px rgba(0,0,0,0.5);--shadow-floating-control:0 3px 8px rgba(0,0,0,0.3),0 14px 28px rgba(0,0,0,0.4)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:var(--font-sans);background:var(--screen-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.45}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--purple);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-content{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:var(--space-md);flex:1 1}