:root{--bg:#0a0d12;--surface:#111520;--border:#1e2535;--text:#c9d1d9;--dim:#6b7280;--accent:#60a5fa;--green:#34d399;--red:#f87171;--yellow:#fbbf24;--purple:#a78bfa}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;padding:.5rem .75rem;font-family:inherit}input:focus,textarea:focus{border-color:var(--accent)}.loading{height:100vh;color:var(--accent);justify-content:center;align-items:center;display:flex}
