@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--color-bg:#080c14;--color-surface:#0d1320;--color-surface-2:#131b2e;--color-surface-3:#1a2540;--color-border:#1e2d4a;--color-border-light:#2a3f5e;--color-text:#e8ecf4;--color-text-muted:#8899b4;--color-text-dim:#4d6080;--color-primary:#4f8cf7;--color-primary-hover:#6ea3ff;--color-primary-dim:#4f8cf726;--color-accent:#38bdf8;--color-accent-dim:#38bdf81f;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--gradient-primary:linear-gradient(135deg, #4f8cf7, #6366f1);--gradient-accent:linear-gradient(135deg, #38bdf8, #4f8cf7);--gradient-warm:linear-gradient(135deg, #f59e0b, #ef4444);--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 8px 24px #0009;--shadow-glow:0 0 20px #4f8cf74d;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition-fast:.15s ease;--transition-normal:.25s ease}*,:before,:after{box-sizing:border-box}html,body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}
