:root{color:#ecebe6;font-synthesis:none;--bg:#11110f;--panel:#1a1916;--panel-2:#23221e;--line:#36342e;--muted:#aaa79d;--text:#ecebe6;--accent:#d8ff63;--accent-ink:#17190d;--danger:#ff8c80;background:#11110f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;margin:0}body{min-width:320px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.button{border:1px solid var(--line);min-height:2.75rem;color:var(--text);background:var(--panel-2);cursor:pointer;border-radius:.8rem;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;display:inline-flex}.button:hover{border-color:#56534a}.button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.button.primary{border-color:var(--accent);color:var(--accent-ink);background:var(--accent);font-weight:700}.button.ghost{background:0 0}.button.danger{color:var(--danger)}.button:disabled{opacity:.5;cursor:not-allowed}.field{gap:.45rem;display:grid}.field label{color:var(--muted);font-size:.88rem}.input{border:1px solid var(--line);width:100%;min-height:2.9rem;color:var(--text);background:#151513;border-radius:.75rem;padding:.7rem .8rem}.error{color:var(--danger);font-size:.9rem}.muted{color:var(--muted)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
