.Dashboard-module__MwlfRG__dashboardContainer{max-width:1600px;margin:0 auto;padding:32px}.Dashboard-module__MwlfRG__dashboardHeader{margin-bottom:32px}.Dashboard-module__MwlfRG__dashboardTitle{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:8px;font-size:32px;font-weight:600}.Dashboard-module__MwlfRG__dashboardSubtitle{color:var(--text-secondary);font-size:15px;font-weight:400}.Dashboard-module__MwlfRG__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px;display:grid}.Dashboard-module__MwlfRG__metricCard{background:var(--bg-paper);border-radius:var(--radius-lg);border:1.5px solid var(--border-default);box-shadow:var(--shadow-card),0 0 0 1px #37352f08;padding:24px;transition:box-shadow .2s,transform .2s,border-color .15s;position:relative;overflow:hidden}.Dashboard-module__MwlfRG__metricCard:before{content:"";background:linear-gradient(90deg,var(--accent)0%,var(--accent-hover)100%);height:3px;position:absolute;top:0;left:0;right:0}.Dashboard-module__MwlfRG__metricCard:hover{box-shadow:var(--shadow-card-hover),0 0 0 1px #37352f0f;border-color:var(--border-hover);transform:translateY(-2px)}.Dashboard-module__MwlfRG__metricCard.Dashboard-module__MwlfRG__success:before{background:var(--success)}.Dashboard-module__MwlfRG__metricCard.Dashboard-module__MwlfRG__warning:before{background:var(--warning)}.Dashboard-module__MwlfRG__metricCard.Dashboard-module__MwlfRG__danger:before{background:var(--error)}.Dashboard-module__MwlfRG__metricHeader{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.Dashboard-module__MwlfRG__metricTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.Dashboard-module__MwlfRG__metricIcon{border-radius:var(--radius-md);background:var(--accent-ultralight);width:40px;height:40px;color:var(--accent);justify-content:center;align-items:center;font-size:20px;display:flex}.Dashboard-module__MwlfRG__metricValue{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;font-size:36px;font-weight:600;line-height:1}.Dashboard-module__MwlfRG__metricSubtext{color:var(--text-tertiary);align-items:center;gap:8px;font-size:13px;display:flex}.Dashboard-module__MwlfRG__metricTrend{border-radius:var(--radius-sm);align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.Dashboard-module__MwlfRG__metricTrend.Dashboard-module__MwlfRG__up{color:var(--success);background:var(--success-bg)}.Dashboard-module__MwlfRG__metricTrend.Dashboard-module__MwlfRG__down{color:var(--error);background:var(--error-bg)}.Dashboard-module__MwlfRG__metricTrend.Dashboard-module__MwlfRG__stable{color:var(--text-tertiary);background:var(--bg-hover)}.Dashboard-module__MwlfRG__dashboardSection{margin-bottom:32px;padding:24px}.Dashboard-module__MwlfRG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Dashboard-module__MwlfRG__sectionTitle{color:var(--text-primary);align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}.Dashboard-module__MwlfRG__sectionSubtitle{color:var(--text-tertiary);margin-top:4px;font-size:13px}.Dashboard-module__MwlfRG__sectionAction{color:var(--accent);cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.Dashboard-module__MwlfRG__sectionAction:hover{color:var(--accent-hover);text-decoration:underline}.Dashboard-module__MwlfRG__contentGrid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.Dashboard-module__MwlfRG__col6{grid-column:span 6}.Dashboard-module__MwlfRG__col4{grid-column:span 4}.Dashboard-module__MwlfRG__col8{grid-column:span 8}.Dashboard-module__MwlfRG__col12{grid-column:span 12}.Dashboard-module__MwlfRG__itemList{flex-direction:column;gap:12px;display:flex}.Dashboard-module__MwlfRG__listItem{background:var(--bg-paper);border-radius:var(--radius-md);border:1.5px solid var(--border-default);box-shadow:var(--shadow-card);justify-content:space-between;align-items:center;gap:16px;padding:16px;transition:background-color .15s,border-color .15s,transform .15s,box-shadow .15s;display:flex}.Dashboard-module__MwlfRG__listItem:hover{background:var(--bg-hover);border-color:var(--border-hover);box-shadow:var(--shadow-card-hover);transform:translate(4px)}.Dashboard-module__MwlfRG__listItemContent{flex:1;min-width:0}.Dashboard-module__MwlfRG__listItemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;overflow:hidden}.Dashboard-module__MwlfRG__listItemMeta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;display:flex}.Dashboard-module__MwlfRG__listItemBadge{border-radius:var(--radius-sm);white-space:nowrap;align-items:center;gap:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__critical{background:var(--error-bg);color:var(--error)}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__warning{background:var(--warning-bg);color:var(--warning)}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__success{background:var(--success-bg);color:var(--success)}.Dashboard-module__MwlfRG__listItemBadge.Dashboard-module__MwlfRG__info{background:var(--accent-ultralight);color:var(--accent)}.Dashboard-module__MwlfRG__chartContainer{background:var(--bg-paper);border-radius:var(--radius-lg);border:1.5px solid var(--border-default);box-shadow:var(--shadow-card),0 0 0 1px #37352f08;min-height:300px;padding:24px}.Dashboard-module__MwlfRG__chartTitle{color:var(--text-primary);margin-bottom:16px;font-size:16px;font-weight:600}.Dashboard-module__MwlfRG__chartControls{border-bottom:1px solid var(--border-default);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.Dashboard-module__MwlfRG__chartLabel{color:var(--text-secondary);font-size:13px;font-weight:500}.Dashboard-module__MwlfRG__chartSelect{border:1.5px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-paper);color:var(--text-primary);cursor:pointer;padding:8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.Dashboard-module__MwlfRG__chartSelect:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ultralight);outline:none}.Dashboard-module__MwlfRG__chartSelect:hover:not(:focus){border-color:var(--border-hover)}.Dashboard-module__MwlfRG__chartStats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Dashboard-module__MwlfRG__chartStat{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__MwlfRG__chartStatLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.Dashboard-module__MwlfRG__chartStatValue{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1}.Dashboard-module__MwlfRG__chartStatChange{font-size:.8125rem;font-weight:500}.Dashboard-module__MwlfRG__chartStatChange .Dashboard-module__MwlfRG__positive{color:var(--success-green)}.Dashboard-module__MwlfRG__chartStatChange .Dashboard-module__MwlfRG__negative{color:var(--danger-red)}.Dashboard-module__MwlfRG__chartStatChange .Dashboard-module__MwlfRG__secondary{color:var(--text-tertiary)}@media (max-width:1200px){.Dashboard-module__MwlfRG__contentGrid{grid-template-columns:1fr}.Dashboard-module__MwlfRG__col6,.Dashboard-module__MwlfRG__col4,.Dashboard-module__MwlfRG__col8,.Dashboard-module__MwlfRG__col12{grid-column:span 1}}@media (max-width:768px){.Dashboard-module__MwlfRG__dashboardContainer{padding:1rem}.Dashboard-module__MwlfRG__dashboardSection{padding:1.5rem}.Dashboard-module__MwlfRG__metricsGrid{grid-template-columns:1fr;gap:1rem}.Dashboard-module__MwlfRG__metricValue{font-size:2rem}.Dashboard-module__MwlfRG__dashboardTitle{font-size:1.5rem}.Dashboard-module__MwlfRG__sectionHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.Dashboard-module__MwlfRG__contentGrid{gap:1rem}}@media (max-width:480px){.Dashboard-module__MwlfRG__dashboardContainer{padding:.75rem}.Dashboard-module__MwlfRG__dashboardSection{padding:1rem}.Dashboard-module__MwlfRG__metricCard{padding:1.25rem}.Dashboard-module__MwlfRG__dashboardSection{margin-bottom:1.5rem}}
