*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg-gradient:linear-gradient(160deg,#0a0a0f,#0d0f1a 50%,#0a0c14);--surface:rgba(14,15,22,0.9);--surface-alt:rgba(255,255,255,0.03);--border:#1e2030;--border-soft:#1a1c28;--accent:#2dbe8a;--accent-ink:#06120d;--green:#35c98f;--amber:#f0b93f;--rose:#f08a8a;--text-bright:#f0f2f8;--text:#c8ccd8;--text-muted:#8a8f9c;--text-dim:#5a5f70;--navy:rgba(255,255,255,0.06);--radius:8px;--shadow:0 1px 0 rgba(255,255,255,0.03) inset,0 2px 10px rgba(0,0,0,0.45);--ws-pad:32px}@media (max-width:640px){:root{--ws-pad:16px}}body,html{background:var(--bg);color:var(--text);font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;color-scheme:dark}body{background:var(--bg-gradient);background-attachment:fixed;min-height:100vh}a{color:var(--accent)}button{font:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.55}input,select,textarea{font:inherit;color:inherit;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);color-scheme:dark}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:-1px}input::placeholder,textarea::placeholder{color:var(--text-dim)}