:root{--bg: #1E1E2E;--bg-2: #181825;--bg-3: #11111B;--surface: #313244;--border: #45475A;--fg: #CDD6F4;--fg-muted: #A6ADC8;--fg-dim: #7F849C;--accent: #89B4FA;--accent-2: #74C7EC;--success: #A6E3A1;--warning: #F9E2AF;--danger: #F38BA8}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-2)}button{font-family:inherit}
