:root{color:#e5e7eb;background:#111827;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select{font:inherit}button{cursor:pointer;color:#fff;background:#4f46e5;border:0;border-radius:.5rem;min-height:44px;padding:.7rem 1rem;font-weight:700}button:disabled{opacity:.65;cursor:wait}a{color:#a5b4fc}.app-shell{min-height:100vh}.topbar{border-bottom:1px solid #374151;justify-content:space-between;align-items:center;padding:1rem max(5vw,1.5rem);display:flex;position:relative}.brand{color:#fff;font-size:1.2rem;font-weight:800;text-decoration:none}.menu-home{color:#e0e7ff;border:1px solid #4f46e5;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.55rem .8rem;font-weight:700;text-decoration:none;display:inline-flex}.content{width:min(760px,100% - 2rem);margin:4rem auto}.card,.auth-card{background:#1f2937;border:1px solid #374151;border-radius:1rem;padding:2rem;box-shadow:0 15px 45px #0003}.auth-card{width:min(420px,100% - 2rem);margin:10vh auto}.eyebrow{color:#a5b4fc;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}h1{margin-top:.2rem}form{gap:1rem;display:grid}label{gap:.4rem;font-weight:600;display:grid}input,select{color:#f9fafb;background:#111827;border:1px solid #4b5563;border-radius:.5rem;min-height:44px;padding:.7rem}.error{color:#fecaca;border-left:3px solid #f87171;padding-left:.75rem}.user-list{gap:.75rem;display:grid}.user-row{border-top:1px solid #374151;justify-content:space-between;align-items:center;gap:1rem;padding-top:.75rem;display:flex}.user-row span{color:#9ca3af;font-size:.9rem;display:block}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:2rem;display:grid}.dashboard-card{color:#f9fafb;text-align:left;background:linear-gradient(145deg,#312e81,#1f2937);border:1px solid #4f46e5;border-radius:.85rem;align-content:center;gap:.55rem;min-height:180px;padding:1.25rem;text-decoration:none;transition:transform .15s,border-color .15s;display:grid}.dashboard-card:hover,.dashboard-card:focus-visible{border-color:#a5b4fc;transform:translateY(-3px)}.dashboard-card strong{font-size:1.15rem}.dashboard-card small{color:#c7d2fe}.dashboard-icon{font-size:2rem}.logout-card{background:linear-gradient(145deg,#7f1d1d,#1f2937);border-color:#7f1d1d}.topbar-right{align-items:center;gap:.75rem;display:flex}.avatar{border:1px solid #4f46e5;border-radius:50%;width:36px;height:36px}.link-button{color:#a5b4fc;background:0 0;border:0;min-height:0;padding:.55rem .4rem;font-weight:600}.link-button:hover{text-decoration:underline}button.primary{width:100%}.muted{color:#9ca3af;font-size:.9rem}.user-row small{color:#6b7280;font-size:.75rem}.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}@media (width<=540px){.topbar{min-height:68px}.user-row{flex-direction:column;align-items:flex-start}.user-row select{width:100%}.content{margin-top:2rem}.card,.auth-card{padding:1.25rem}}
