:root{--bg:#0b0f19;--bg-soft:#111827;--bg-elevated:#1f2937;--text:#e5e7eb;--text-muted:#9ca3af;--border:#ffffff14;--accent:#22c55e;--accent-hover:#16a34a;--danger:#ef4444;--radius:12px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}h1{color:#fff;font-size:32px;font-weight:600}h2{font-size:20px;font-weight:500}p{color:var(--text-muted);font-size:14px}input{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-soft);color:#fff;outline:none;width:100%;padding:12px 14px;transition:all .2s}input::placeholder{color:var(--text-muted)}input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #22c55e33}button{border-radius:var(--radius);background:var(--accent);color:#000;cursor:pointer;border:none;padding:12px;font-weight:600;transition:all .2s}button:hover{background:var(--accent-hover)}button:active{transform:scale(.98)}button:disabled{opacity:.6;cursor:not-allowed}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 16px}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:20px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:8px}
