@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=DM+Mono:wght@400;500&display=swap");:root{--rally-purple:#534AB7;--rally-purple-light:#6B63CC;--rally-purple-dim:#3D3589;--rally-purple-ghost:rgba(83,74,183,0.12);--surface-page:#0D0D12;--surface-sidebar:#111118;--surface-card:#18181F;--surface-raised:#1F1F28;--surface-border:rgba(255,255,255,0.07);--surface-hover:rgba(255,255,255,0.04);--text-primary:#F0EFF8;--text-secondary:#8B8AA0;--text-muted:#4E4D62;--text-accent:#7B74D4;--status-success:#22C55E;--status-warning:#F59E0B;--status-error:#EF4444;--status-info:#38BDF8;--sidebar-width:240px}*{box-sizing:border-box}html{font-family:DM Sans,sans-serif;background:var(--surface-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-raised);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--rally-purple-light);outline-offset:2px}::selection{background:var(--rally-purple-ghost);color:var(--text-primary)}.font-mono{font-family:DM Mono,monospace}