:root{--bg-primary:#0f1923;--bg-secondary:#1a2633;--bg-tertiary:#243447;--bg-hover:#2d4052;--border-color:#2d4052;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-green:#22c55e;--accent-green-hover:#16a34a;--accent-blue:#3b82f6;--accent-blue-hover:#2563eb;--accent-orange:#f97316;--accent-red:#ef4444;--font-family:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--radius:8px;--radius-lg:12px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:var(--font-family);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}input,button,textarea,select{font-family:inherit;font-size:inherit}button{cursor:pointer;color:inherit;background:0 0;border:none}a{color:var(--accent-blue);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}
