:root{color:#0f172a;background-color:#f8fafc;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;--card: #ffffff;--border: #e5e7eb;--muted: #64748b;--muted-foreground: #64748b;--surface: #f1f5f9;--primary: #2563eb;--primary-foreground: #eff6ff;--secondary: #0ea5e9;--shadow: 0 18px 50px -28px rgba(15, 23, 42, .28)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;color:#0f172a}.shad-card{background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.shad-card-header{padding:18px 18px 0;display:flex;flex-direction:column;gap:4px}.shad-card-title{font-size:.95rem;letter-spacing:.02em;font-weight:700;color:#0f172a;text-transform:uppercase}.shad-card-description{margin:0;color:var(--muted-foreground);font-size:.9rem}.shad-card-content{padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px}.shad-btn-base{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid transparent;padding:10px 14px;font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.shad-btn-base:active{transform:translateY(1px)}.shad-button{background:linear-gradient(135deg,var(--primary),#1d4ed8);color:var(--primary-foreground);box-shadow:0 10px 30px -16px #2563ebe6;border-color:transparent}.shad-button:hover{background:linear-gradient(135deg,#1d4ed8,#1d4ed8)}.shad-button-outline{background:#ffffffb3;color:#0f172a;border-color:var(--border)}.shad-button-ghost{background:transparent;color:#0f172a}.shad-separator{height:1px;width:100%;background:var(--border)}.dashboard-shell{max-width:1180px;margin:0 auto;padding:28px 16px 40px;display:flex;flex-direction:column;gap:18px}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashboard-hero h1{margin:0;font-size:2rem;color:#0f172a}.refresh-row{display:flex;align-items:center;gap:10px}.pill{background:#e0f2fe;color:#0369a1;padding:6px 10px;border-radius:12px;font-size:.85rem;font-weight:600}.last-updated{color:var(--muted-foreground);font-size:.9rem}.dashboard-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.stat-value{font-size:2.4rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.stat-subtitle{color:var(--muted-foreground);font-size:.95rem}.stat-highlight{color:#22c55e;font-weight:700}.metric-list{display:flex;flex-direction:column;gap:12px}.metric-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.metric-label{font-weight:600;color:#0f172a}.metric-quantity{font-weight:700;color:#0f172a}.metric-bar{grid-column:1 / -1;height:8px;background:var(--surface);border-radius:999px;overflow:hidden;position:relative}.metric-bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#2563eb,#0ea5e9)}.muted{color:var(--muted-foreground)}.loading-state{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:60vh;gap:12px}.loading-ring{width:72px;height:72px;border:7px solid #e2e8f0;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.dashboard-hero h1{font-size:1.6rem}.stat-value{font-size:2rem}}
