*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,Segoe UI,Roboto,sans-serif}:root{--primary:#0d9488;--primary-dark:#0f766e;--secondary:#0284c7;--accent:#6366f1;--accent-2:#8b5cf6;--bg-from:#0f172a;--bg-to:#1e293b;--surface:#1e293b;--surface-elevated:#334155;--border:#334155;--text:#fff;--text-muted:#ffffffa6;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--primary-gradient:linear-gradient(135deg, var(--primary), var(--secondary));--accent-gradient:linear-gradient(135deg, var(--accent), var(--accent-2));--radius-card:22px;--radius-input:16px;--radius-pill:999px}body{background:linear-gradient(to bottom, var(--bg-from), var(--bg-to)) fixed;color:var(--text);min-height:100vh;font-family:Roboto,system-ui,Segoe UI,sans-serif}h1{letter-spacing:-.3px;margin:0 0 .25rem;font-size:1.7rem;font-weight:700}h2{margin:0;font-size:1.15rem;font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.muted{color:var(--text-muted)}.muted.small{font-size:.8rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:1.75rem;box-shadow:0 8px 20px #0000004d}.center-screen{min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;padding:1rem;display:flex}.login-wrap{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:380px;display:flex}.brand-badge{background:var(--primary-gradient);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;box-shadow:0 8px 20px #0d948859}.brand-badge svg{width:34px;height:34px}.brand-title{text-align:center}.brand-title h1{letter-spacing:-.5px;font-size:1.6rem;font-weight:900}.brand-title p{color:var(--text-muted);margin:.15rem 0 0;font-size:.85rem;font-weight:500}.login-card{flex-direction:column;gap:1.1rem;width:100%;display:flex}.page{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.header-actions{align-items:center;gap:1rem;display:flex}.card-toolbar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}label{color:var(--text-muted);text-align:left;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}input[type=text],input[type=email],input[type=password]{background:var(--surface-elevated);border-radius:var(--radius-input);color:var(--text);border:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}input::placeholder{color:var(--text-muted)}input:focus{outline:2px solid var(--primary);outline-offset:1px}.form-row{gap:1rem;display:flex}.form-row label{flex:1}.checkboxes{align-items:center}.checkbox-label{color:var(--text);flex-direction:row;align-items:center;gap:.5rem;font-weight:500}.checkbox-label input{width:auto;accent-color:var(--primary)}.btn{border-radius:var(--radius-input);cursor:pointer;border:none;padding:.75rem 1.4rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:filter .15s,background .15s}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:var(--primary-gradient);color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.08)}.btn-secondary{background:var(--surface-elevated);color:var(--text)}.btn-secondary:hover:not(:disabled){filter:brightness(1.15)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){filter:brightness(1.1)}.icon-btn{width:36px;height:36px;color:var(--text);cursor:pointer;background:#0d94881f;border:none;border-radius:12px;margin-left:.4rem;font-size:.95rem}.icon-btn:hover{background:#0d948838}.icon-btn-danger{background:#ef44441f}.icon-btn-danger:hover{background:#ef444438}.users-table{border-collapse:collapse;width:100%}.users-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.72rem;font-weight:700}.users-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.9rem .75rem}.user-cell{flex-direction:column;display:flex}.user-cell strong{font-weight:600}.actions-cell{text-align:right;white-space:nowrap}.badge{border-radius:var(--radius-pill);align-items:center;padding:.25rem .7rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-admin{background:var(--accent-gradient);color:#fff}.badge-user{background:var(--surface-elevated);color:var(--text-muted)}.badge-verified{color:#6ee7b7;background:#10b9812e}.badge-unverified{color:#fcd34d;background:#f59e0b2e}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background:#020610a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{flex-direction:column;gap:.9rem;width:100%;max-width:420px;display:flex}.modal-actions{justify-content:flex-end;gap:.6rem;margin-top:.5rem;display:flex}.error-text{color:#fca5a5;font-size:.85rem;font-weight:500}.error-banner{color:#fca5a5;border-radius:var(--radius-input);background:#ef444424;border:1px solid #ef444459;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}
