*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0A0D14;--surface: #12182B;--surface2: #1A2340;--border: #1E2D45;--text: #FFFFFF;--muted: #6B7FA3;--blue: #4D8FFF;--green: #10B981;--red: #EF4444;--yellow: #F59E0B;--purple: #8B5CF6;--radius: 10px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,select,textarea{font-family:inherit;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:8px 12px;font-size:14px;outline:none;width:100%}input:focus,select:focus{border-color:var(--blue)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
