:root{--bg: #0e1116;--surface: #161b22;--surface-2: #1e242d;--line: #2a313b;--text: #e8ecf1;--text-dim: #8b97a7;--primary: #f5a623;--primary-d: #d98c0c;--green: #2ecc71;--red: #e74c3c;--blue: #3aa0ff;--radius: 16px;--tap: 64px;font-family:Manrope,system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);overflow:hidden;-webkit-user-select:none;user-select:none}h1,h2,h3,h4{font-family:Sora,sans-serif;font-weight:700;letter-spacing:-.02em}button{font-family:inherit;cursor:pointer;border:none;color:inherit}input{font-family:inherit;font-size:16px;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:14px 16px;outline:none;width:100%}input:focus{border-color:var(--primary)}.btn{min-height:var(--tap);border-radius:14px;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .06s ease,filter .15s ease}.btn:active{transform:scale(.97)}.btn-primary{background:var(--primary);color:#1a1205}.btn-primary:hover{filter:brightness(1.05)}.btn-ghost{background:var(--surface-2);border:1px solid var(--line)}.btn-danger{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#04220f}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}.fade-in{animation:fade .25s ease both}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.badge{font-size:12px;padding:3px 9px;border-radius:999px;font-weight:700}
