*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0d0d0f;--bg-secondary: #141417;--bg-card: #1a1a1e;--bg-input: #111114;--border: #2a2a30;--border-focus: #4a4a58;--text-primary: #f0f0f5;--text-secondary: #888896;--text-muted: #555566;--accent: #e8b84b;--accent-glow: rgba(232, 184, 75, .35);--accent-dim: rgba(232, 184, 75, .12);--danger: #e84b4b;--success: #4be896;--radius: 10px;--radius-sm: 6px}html,body{height:100%;background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-focus)}::selection{background:var(--accent-dim);color:var(--accent)}
