*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1a1a1a;--surface: #242424;--surface2: #2e2e2e;--surface3: #383838;--border: #3a3a3a;--border2: #484848;--accent: #c8f135;--accent-dim: rgba(200,241,53,.15);--accent-dark: #9ab825;--text: #ffffff;--text2: #d1d1d1;--muted: #999999;--danger: #ff6b7a;--success: #4ddb8f;--warning: #ffb347;--font-display: "Syne", sans-serif;--font-mono: "DM Mono", "Courier New", monospace;--radius: 12px}html,body{height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);font-weight:500;-webkit-font-smoothing:antialiased}#root{height:100%;display:flex;flex-direction:column}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}button{cursor:pointer;font-family:var(--font-mono);font-weight:500;color:var(--text)}button:disabled{opacity:.35!important;cursor:not-allowed}input,textarea,select{font-family:var(--font-mono);color:var(--text);font-weight:500}input::placeholder{color:var(--muted)}a{color:inherit;text-decoration:none}input[type=range]{accent-color:var(--accent)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}
