:root{color-scheme:dark;font-family:Arial,sans-serif;background:#111827;color:#f9fafb}*{box-sizing:border-box}body{margin:0}.auth-shell,.dashboard-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(100%,380px);display:grid;grid-gap:16px;gap:16px;padding:32px;background:#1f2937;border:1px solid #374151;border-radius:12px}.dashboard-shell h1,.login-card h1{margin:0}label{display:grid;grid-gap:6px;gap:6px;font-size:14px}button,input{min-height:42px;border-radius:6px;padding:10px 12px;font:inherit}input{border:1px solid #4b5563;background:#111827;color:inherit}button{border:0;background:#34d399;color:#06281d;font-weight:700;cursor:pointer}.eyebrow{margin:0;color:#34d399;font-size:12px;font-weight:700;letter-spacing:.12em}.overview-shell{align-items:start}.overview-content{width:min(100%,1120px);display:grid;grid-gap:18px;gap:18px}.overview-content h1{margin:0}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:14px;gap:14px}.app-card{min-height:142px;padding:18px;border:1px solid #374151;border-radius:12px;background:#1f2937;display:grid;align-content:space-between}.app-card-header{display:flex;align-items:center;justify-content:space-between}.app-card h2{margin:18px 0 0;font-size:18px}.app-group,.user-count{margin:0;color:#9ca3af;font-size:13px;text-transform:capitalize}.user-count strong{color:#f9fafb;font-size:18px}.health-dot{width:10px;height:10px;border-radius:999px}.health-green{background:#34d399}.health-red{background:#f87171}.health-grey{background:#9ca3af}