*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0f;--surface: #12121a;--border: #2a2a3a;--text: #e0e0e0;--text-dim: #808090;--accent: #6366f1}body{background:var(--bg);color:var(--text);font-family:system-ui,sans-serif;padding:2rem}#hex-root{max-width:800px;margin:0 auto}.hex-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem}.hex-button{background:var(--accent);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.hex-input{background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.5rem;border-radius:4px;width:100%}.hex-label{font-size:.75rem;color:var(--text-dim);margin-bottom:.25rem;display:block}.hex-login{max-width:320px;margin:4rem auto;text-align:center}.hex-login h1{font-size:3rem;font-weight:300;letter-spacing:.5rem;margin-bottom:.5rem;color:var(--accent)}.hex-login .subtitle{color:var(--text-dim);margin-bottom:2rem;font-size:.875rem}.hex-login .email-hint{color:var(--text);font-family:monospace;background:var(--surface);padding:.5rem 1rem;border-radius:4px;margin-bottom:1.5rem}.hex-login form{display:flex;flex-direction:column;gap:1rem}.hex-login input{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.75rem 1rem;border-radius:6px;font-size:1rem;text-align:center}.hex-login input:focus{outline:none;border-color:var(--accent)}.hex-login input#code{font-family:monospace;font-size:1.5rem;letter-spacing:.5rem}.hex-login button[type=submit]{background:var(--accent);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s}.hex-login button[type=submit]:hover{opacity:.9}.hex-login .back-btn{background:none;border:none;color:var(--text-dim);cursor:pointer;margin-top:1rem;font-size:.875rem}.hex-login .back-btn:hover{color:var(--text)}.hex-login .error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}#hex-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}#hex-header h1{font-size:1.5rem;font-weight:300;letter-spacing:.25rem;color:var(--accent)}#logout-btn{background:none;border:1px solid var(--border);color:var(--text-dim);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem}#logout-btn:hover{border-color:var(--text-dim);color:var(--text)}
