:root{--color-brand-primary:#ff5c28;--color-brand-primary-hover:#e04d1f;--color-brand-primary-light:#ff8a65;--color-brand-accent:#7b2fff;--color-brand-accent-light:#b39ddb;--color-success:#00c853;--color-warning:#ffb300;--color-error:#f44336;--color-info:#2196f3;--color-bg-base:#0f0f0f;--color-bg-surface:#1a1a1a;--color-bg-overlay:#242424;--color-bg-inset:#2c2c2c;--color-text-primary:#f5f5f5;--color-text-secondary:#a0a0a0;--color-text-tertiary:#666;--color-text-inverse:#1a1a1a;--color-text-link:#ff8a65;--color-border-default:#333;--color-border-strong:#555;--color-border-focus:#ff8a65;--color-success:#00e676;--color-warning:#ffca28;--color-error:#ef5350;--color-info:#42a5f5;--font-heading:"Sora",system-ui,-apple-system,sans-serif;--font-body:"Inter",system-ui,-apple-system,sans-serif;--font-code:"JetBrains Mono",monospace;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-md:18px;--text-lg:20px;--text-xl:24px;--text-2xl:28px;--text-3xl:32px;--text-4xl:40px;--text-5xl:48px;--leading-tight:1.2;--leading-snug:1.3;--leading-normal:1.5;--leading-body:1.6;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius-xs:2px;--radius-sm:4px;--radius-md:8px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(0,0,0,.08);--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 12px rgba(0,0,0,.12);--shadow-lg:0 8px 24px rgba(0,0,0,.16);--shadow-xl:0 16px 48px rgba(0,0,0,.2);--icon-xs:16px;--icon-sm:20px;--icon-md:24px;--icon-lg:32px;--bp-sm:480px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--bp-2xl:1440px;--duration-fast:.1s;--duration-base:.2s;--duration-slow:.35s;--duration-slower:.5s;--ease-out:cubic-bezier(0,0,.2,1);--ease-in:cubic-bezier(.4,0,1,1);--ease-inout:cubic-bezier(.4,0,.2,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--z-base:0;--z-raised:10;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--z-tooltip:600}.theme-light{--color-bg-base:#fff;--color-bg-surface:#f8f8f8;--color-bg-overlay:#f0f0f0;--color-bg-inset:#e8e8e8;--color-text-primary:#1a1a1a;--color-text-secondary:#666;--color-text-tertiary:#999;--color-text-inverse:#fff;--color-text-link:#ff5c28;--color-border-default:#e0e0e0;--color-border-strong:#bdbdbd;--color-border-focus:#ff5c28;--color-success:#00c853;--color-warning:#ffb300;--color-error:#f44336;--color-info:#2196f3}.dark{--color-bg-base:#0f0f0f;--color-bg-surface:#1a1a1a;--color-bg-overlay:#242424;--color-bg-inset:#2c2c2c;--color-text-primary:#f5f5f5;--color-text-secondary:#a0a0a0;--color-text-tertiary:#666;--color-text-inverse:#1a1a1a;--color-text-link:#ff8a65;--color-border-default:#333;--color-border-strong:#555;--color-border-focus:#ff8a65;--color-success:#00e676;--color-warning:#ffca28;--color-error:#ef5350;--color-info:#42a5f5}@media(prefers-reduced-motion:reduce){:root{--duration-fast:0ms;--duration-base:0ms;--duration-slow:0ms;--duration-slower:0ms;--ease-spring:linear}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0f0f0f;--color-surface:#1a1a1a;--color-surface-2:#252525;--color-border:#2e2e2e;--color-text:#f1f1f1;--color-text-muted:#aaa;--color-primary:#ff4e50;--color-primary-hover:#e03c3e;--color-success:#22c55e;--radius:8px;--radius-lg:12px;--font:"Inter",system-ui,-apple-system,sans-serif}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.6}html.nav-drawer-open,html.nav-drawer-open body{overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:none;transition:background .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-outline{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn-outline:hover:not(:disabled){background:var(--color-surface-2)}.btn-ghost{background:transparent;color:var(--color-text-muted)}.btn-ghost:hover:not(:disabled),.input{color:var(--color-text);background:var(--color-surface-2)}.input{width:100%;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.875rem;font-family:inherit;transition:border-color .15s}.input:focus{outline:none;border-color:var(--color-primary)}.input::-moz-placeholder{color:var(--color-text-muted)}.input::placeholder{color:var(--color-text-muted)}textarea.input{resize:vertical;min-height:100px}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.spinner{display:inline-block;width:1.5rem;height:1.5rem;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}
