.dashboard-module__KXZYda__dashboardWrapper{flex-direction:column;gap:2rem;display:flex}.dashboard-module__KXZYda__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.dashboard-module__KXZYda__title{margin-bottom:.25rem;font-size:2rem}.dashboard-module__KXZYda__subtitle{color:hsl(var(--text-secondary))}.dashboard-module__KXZYda__dateLabel{background-color:hsl(var(--bg-surface));border:1px solid hsl(var(--border));border-radius:var(--radius-md);color:hsl(var(--text-secondary));text-transform:capitalize;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.dashboard-module__KXZYda__alertBanner{background:linear-gradient(to right, hsla(var(--warning) / .1), hsla(var(--danger) / .05));border:1px solid hsla(var(--warning) / .2);border-radius:var(--radius-lg);align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.dashboard-module__KXZYda__alertBanner:before{content:"";background-color:hsl(var(--warning));width:4px;position:absolute;top:0;bottom:0;left:0}.dashboard-module__KXZYda__alertIcon{color:hsl(var(--warning));background-color:hsl(var(--bg-surface));box-shadow:var(--shadow-sm);border-radius:50%;padding:.75rem}.dashboard-module__KXZYda__alertContent{flex:1}.dashboard-module__KXZYda__alertContent h3{color:hsl(var(--text-primary));margin-bottom:.25rem;font-size:1.125rem}.dashboard-module__KXZYda__alertContent p{color:hsl(var(--text-secondary));font-size:.875rem}.dashboard-module__KXZYda__alertAction{color:hsl(var(--warning-text));background-color:hsla(var(--warning) / .2);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:inline-flex}.dashboard-module__KXZYda__alertAction:hover{background-color:hsla(var(--warning) / .3);transform:translate(4px)}.dashboard-module__KXZYda__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.dashboard-module__KXZYda__metricHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-module__KXZYda__metricIconWrapper{border-radius:var(--radius-md);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-module__KXZYda__metricValue{color:hsl(var(--text-primary));margin-bottom:.25rem;font-size:2.25rem;font-weight:700;line-height:1.1}.dashboard-module__KXZYda__metricSub{color:hsl(var(--text-tertiary));font-size:1.25rem;font-weight:500}.dashboard-module__KXZYda__metricLabel{color:hsl(var(--text-secondary));font-size:.875rem;font-weight:500}.dashboard-module__KXZYda__metricProgressContainer{margin-top:1rem}.dashboard-module__KXZYda__metricProgressLabel{color:hsl(var(--text-tertiary));justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;display:flex}.dashboard-module__KXZYda__progressBar{background-color:hsl(var(--border));border-radius:999px;height:6px;overflow:hidden}.dashboard-module__KXZYda__progressFill{border-radius:999px;height:100%;transition:width 1s ease-out}.dashboard-module__KXZYda__sectionHeader{margin-top:1rem}.dashboard-module__KXZYda__sectionHeader h2{font-size:1.5rem}.dashboard-module__KXZYda__quickActionsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.dashboard-module__KXZYda__quickActionCard{background-color:hsl(var(--bg-surface));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);text-align:center;color:hsl(var(--text-secondary));flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__KXZYda__quickActionCard:hover{background-color:hsl(var(--bg-surface-hover));color:hsl(var(--primary));border-color:hsl(var(--border-focus));box-shadow:var(--shadow-md);transform:translateY(-4px)}.dashboard-module__KXZYda__quickActionCard svg{transition:transform .2s}.dashboard-module__KXZYda__quickActionCard:hover svg{transform:scale(1.1)}@media (max-width:768px){.dashboard-module__KXZYda__header{flex-direction:column;align-items:flex-start}.dashboard-module__KXZYda__alertBanner{text-align:left;flex-direction:column;align-items:flex-start}}
