@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+3:wght@300;400;600;700&display=swap";:root{--bg: #0d1117;--surface: #161b22;--surface2: #1e2630;--border: #2a3441;--accent: #c8a84b;--accent2: #e8c96a;--red: #e05252;--green: #52b788;--text: #e6edf3;--muted: #8b949e;--warn: #e09e52;--font-display: "Bebas Neue", sans-serif;--font-body: "Source Sans 3", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}a{color:inherit;text-decoration:none}select,input[type=number]{background:var(--surface2);border:1px solid var(--border);color:var(--text);padding:6px 10px;border-radius:4px;font-family:var(--font-body);font-size:.9rem;outline:none;width:100%;transition:border-color .2s}select:focus,input[type=number]:focus{border-color:var(--accent)}input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer;flex:1}
