.dashboard-page{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);min-height:100vh}.dashboard-grid{gap:1rem;display:grid}@media (min-width:640px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.dashboard-card-soft{box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d}.dashboard-progress-bar{background:#e2e8f0;border-radius:9999px;height:8px;overflow:hidden}.dashboard-progress-fill{background:linear-gradient(90deg,#0ea5e9 0%,#06b6d4 100%);border-radius:9999px;height:100%;transition:width .3s}.dashboard-badge{border-radius:.5rem;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.dashboard-badge-bronze{color:#92400e;background:#fef3c7}.dashboard-badge-silver{color:#475569;background:#e2e8f0}.dashboard-badge-gold{color:#a16207;background:#fef9c3}.dashboard-badge-platinum{color:#3730a3;background:#e0e7ff}
