@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap";:root{--bg-start: #f2f9ff;--bg-end: #fff5e7;--ink: #10233d;--muted: #4f637d;--accent: #006d77;--accent-soft: #ddf4f7;--danger: #9f1239;--panel: rgba(255, 255, 255, .8);--line: #d2ddea}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Space Grotesk,sans-serif;color:var(--ink);background:linear-gradient(135deg,var(--bg-start),var(--bg-end))}.app-shell{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem}.auth-shell{min-height:100vh;display:grid;place-items:center}.auth-card{width:min(100%,440px);background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.7);border-radius:1.25rem;padding:1.5rem;box-shadow:0 22px 60px #10233d1f}.auth-form{display:grid;gap:.75rem;margin:1.25rem 0 0}.auth-form label{font-size:.92rem;color:var(--muted)}.auth-form input{border:1px solid var(--line);border-radius:.75rem;padding:.8rem .9rem;font:inherit;background:#fffffff2}.auth-form button,.ghost-button{border:1px solid var(--accent);border-radius:999px;padding:.75rem 1rem;font:inherit;font-weight:700;cursor:pointer}.auth-form button{background:var(--accent);color:#fff}.auth-form button:disabled{opacity:.65;cursor:wait}.hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.hero h1{margin:.25rem 0;font-size:clamp(1.6rem,3vw,2.6rem)}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--accent)}.subtitle{margin:0;color:var(--muted)}.ghost-button{background:#ffffffb8;color:var(--accent)}.tabs{display:flex;gap:.75rem;margin:1.5rem 0}.tab{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:.55rem 1rem;font-weight:700;cursor:pointer}.tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.status-line{margin:0;padding:.75rem 1rem;border-radius:.75rem;background:#eef5ff;color:var(--muted)}.status-line.error{background:#ffe3ec;color:var(--danger)}.dashboard-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;margin-top:1rem}.stat-card,.panel{background:var(--panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.7);border-radius:1rem;padding:1rem}.stat-card{grid-column:span 2}.stat-card p{margin:0;color:var(--muted)}.stat-card strong{display:block;font-size:1.8rem;margin-top:.3rem}.panel{grid-column:span 3}.panel h2{margin-top:0;font-size:1rem}.status-bars{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.status-bars li{display:grid;grid-template-columns:90px 1fr auto;gap:.5rem;align-items:center}.bar-track{height:.55rem;background:#e4e9f2;border-radius:999px}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#0096a0,#00bf90)}.list-plain{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.list-plain li{display:flex;justify-content:space-between;border-bottom:1px dashed var(--line);padding-bottom:.5rem}.users-panel{margin-top:1rem}.filters{display:flex;gap:.75rem;margin-bottom:1rem}.filters input,.filters select{border:1px solid var(--line);border-radius:.6rem;padding:.6rem .75rem;font:inherit}.filters input{flex:1}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.7rem;font-size:.92rem}th{color:var(--muted)}.pager{display:flex;justify-content:space-between;margin-top:1rem;align-items:center}.pager button{border:1px solid var(--line);background:#fff;padding:.5rem .9rem;border-radius:.6rem;font-weight:700;cursor:pointer}.pager button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:980px){.hero{flex-direction:column}.dashboard-grid{grid-template-columns:1fr}.stat-card,.panel{grid-column:span 1}.filters{flex-direction:column}}
