/* Administrator OTP and account-management screens */
.auth-shell{max-width:980px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.auth-intro{background:linear-gradient(145deg,#711519,#9f262b);color:#fff}.auth-intro .eyebrow{color:#e9c778}.auth-intro .muted{color:#f1dedd;line-height:1.65}.clean-list{padding-left:1.15rem;line-height:1.9;color:#fff}.auth-steps{display:grid;grid-template-columns:1fr 1fr;gap:18px}.auth-steps .card{position:relative}.step-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f4e8cf;color:var(--red);font-weight:800;margin-bottom:12px}.admin-stats{grid-template-columns:repeat(4,1fr)}.admin-layout{display:grid;grid-template-columns:340px 1fr;gap:18px;align-items:start}.admin-editor{position:sticky;top:92px}.section-heading,.admin-shortcut{display:flex;align-items:center;justify-content:space-between;gap:18px}.section-heading h2,.admin-shortcut h2{margin:3px 0}.admin-shortcut{margin-top:18px}.otp-note{display:flex;gap:12px;align-items:center;margin-bottom:14px;border-left:4px solid var(--green);box-shadow:none}.otp-note span{color:var(--muted);font-size:.88rem}.admin-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-account{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;box-shadow:var(--shadow)}.admin-account.inactive{opacity:.68}.admin-account-head{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.admin-account-head h3{margin:0;font-size:1rem}.admin-account-head p{margin:3px 0 0;color:var(--muted);font-size:.8rem;overflow-wrap:anywhere}.avatar{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#f4e8cf;color:var(--red);font-weight:800}.admin-account dl{margin:15px 0}.admin-account dl div{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #eee9df;padding:8px 0}.admin-account dt{color:var(--muted);font-size:.78rem}.admin-account dd{margin:0;text-align:right;font-size:.82rem;white-space:normal}.you-label{font-size:.75rem;color:var(--green);font-weight:800;align-self:center}@media(max-width:1000px){.admin-layout{grid-template-columns:1fr}.admin-editor{position:static}.auth-shell{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.auth-steps,.admin-cards{grid-template-columns:1fr}.admin-shortcut,.otp-note{align-items:flex-start;flex-direction:column}}
