.dashboard-container{background-color:#f5f7fb;min-height:100vh;padding:24px;font-family:Arial,sans-serif}.dashboard-header{margin-bottom:24px}.dashboard-title{color:#111827;margin-bottom:8px;font-size:34px;font-weight:700}.dashboard-subtitle{color:#6b7280;font-size:15px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:24px;display:grid}.stats-card{background-color:#fff;border-radius:14px;padding:22px;box-shadow:0 4px 14px #0000000f}.stats-title{color:#6b7280;margin-bottom:10px;font-size:14px}.stats-value{color:#111827;font-size:28px;font-weight:700}.grid-wrapper{width:100%;height:540px;box-shadow:0 4px 20px rgba(0, 0 0, 0, .08);border-radius:14px;overflow:hidden}@media (width<=768px){.dashboard-container{padding:16px}.dashboard-title{font-size:26px}.stats-grid{grid-template-columns:1fr}.grid-wrapper{height:500px}}
