.insights-module__1mqRxG__container{flex-direction:column;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.insights-module__1mqRxG__header{height:var(--header-height);background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:100;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.insights-module__1mqRxG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.insights-module__1mqRxG__statsCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.insights-module__1mqRxG__statsCard:hover{box-shadow:var(--shadow-md);border-color:var(--border-hover);transform:translateY(-2px)}.insights-module__1mqRxG__statsLabel{color:var(--text-muted);font-size:.875rem;font-weight:500}.insights-module__1mqRxG__statsValue{letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.insights-module__1mqRxG__statsChange{align-items:center;gap:.25rem;margin-top:.25rem;font-size:.825rem;font-weight:600;display:flex}.insights-module__1mqRxG__changePositive{color:var(--danger)}.insights-module__1mqRxG__changeNegative{color:var(--success)}.insights-module__1mqRxG__helperText{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.insights-module__1mqRxG__chartsSection{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.insights-module__1mqRxG__chartsSection{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.insights-module__1mqRxG__chartsSection{grid-template-columns:2fr 1fr 1fr}}.insights-module__1mqRxG__chartCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.insights-module__1mqRxG__chartHeader{justify-content:space-between;align-items:center;display:flex}.insights-module__1mqRxG__chartTitle{color:var(--text-primary);font-size:1.125rem;font-weight:600}.insights-module__1mqRxG__chartBody{flex:1;justify-content:center;align-items:center;min-height:220px;display:flex;position:relative}.insights-module__1mqRxG__lineChartSvg{width:100%;height:100%;max-height:240px}.insights-module__1mqRxG__chartDot{fill:var(--accent-primary);stroke:var(--bg-secondary);stroke-width:2.5px;transition:r var(--transition-fast)}.insights-module__1mqRxG__chartDot:hover{r:7}.insights-module__1mqRxG__chartLine{stroke:var(--accent-primary);stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round}.insights-module__1mqRxG__chartArea{fill:url(#chartGrad);opacity:.15}.insights-module__1mqRxG__chartGrid{stroke:var(--border-color);stroke-dasharray:4 4}.insights-module__1mqRxG__chartAxis{stroke:var(--text-muted);font-size:10px}.insights-module__1mqRxG__tooltip{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);pointer-events:none;box-shadow:var(--shadow-md);z-index:10;color:var(--text-primary);margin-top:-10px;padding:.5rem;font-size:.75rem;position:absolute;transform:translate(-50%,-100%)}.insights-module__1mqRxG__donutSvg{width:100%;max-width:200px;height:auto}.insights-module__1mqRxG__donutSegment{fill:none;stroke-width:24px;transition:stroke-width var(--transition-fast), opacity var(--transition-fast);cursor:pointer}.insights-module__1mqRxG__donutSegment:hover{stroke-width:28px}.insights-module__1mqRxG__donutCenterText{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.insights-module__1mqRxG__donutCenterVal{color:var(--text-primary);font-size:1.1rem;font-weight:700}.insights-module__1mqRxG__donutCenterLabel{color:var(--text-muted);font-size:.75rem}.insights-module__1mqRxG__donutLegend{flex-direction:column;gap:.5rem;width:100%;display:flex}.insights-module__1mqRxG__donutLegendItem{justify-content:space-between;align-items:center;font-size:.825rem;display:flex}.insights-module__1mqRxG__donutLegendColor{border-radius:50%;width:10px;height:10px;margin-right:.5rem;display:inline-block}.insights-module__1mqRxG__donutLegendLabel{color:var(--text-secondary);align-items:center;display:flex}.insights-module__1mqRxG__donutLegendValue{color:var(--text-primary);font-weight:600}.insights-module__1mqRxG__storeBarContainer{flex-direction:column;gap:1rem;width:100%;display:flex}.insights-module__1mqRxG__storeRow{flex-direction:column;gap:.35rem;display:flex}.insights-module__1mqRxG__storeInfo{justify-content:space-between;font-size:.875rem;display:flex}.insights-module__1mqRxG__storeName{color:var(--text-secondary);font-weight:500}.insights-module__1mqRxG__storeAmount{color:var(--text-primary);font-weight:600}.insights-module__1mqRxG__storeBarBg{background-color:var(--border-color);border-radius:4px;height:8px;position:relative;overflow:hidden}.insights-module__1mqRxG__storeBarFill{background-color:var(--accent-primary);height:100%;transition:width var(--transition-slow);border-radius:4px}.insights-module__1mqRxG__loadingSpinner{border:3px solid #0000001a;border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite insights-module__1mqRxG__spin}[data-theme=dark] .insights-module__1mqRxG__loadingSpinner{border-color:#ffffff1a;border-top-color:var(--accent-primary)}@keyframes insights-module__1mqRxG__spin{to{transform:rotate(360deg)}}
