.chart-container{width:100%;font-family:inherit}.chart-tooltip{background:var(--color-brand-surface, #fff);border:1px solid var(--color-brand-border, #e5e7eb);border-radius:8px;padding:10px 14px;box-shadow:0 4px 12px #0000001a;font-size:13px;line-height:1.4}.chart-tooltip-label{font-weight:600;color:var(--color-brand-foreground, #1f2937);margin:0 0 6px}.chart-tooltip-items{display:flex;flex-direction:column;gap:4px}.chart-tooltip-item{display:flex;align-items:center;gap:8px}.chart-tooltip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-tooltip-name{color:var(--color-brand-muted, #6b7280)}.chart-tooltip-value{font-weight:600;color:var(--color-brand-foreground, #1f2937);margin-left:auto;padding-left:16px}.chart-switcher{display:flex;flex-direction:column;gap:16px}.chart-switcher-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--color-brand-surface-alt, #f3f4f6);border:1px solid var(--color-brand-border, #e5e7eb);border-radius:10px}.chart-switcher-count{font-size:14px;font-weight:500;color:var(--color-brand-muted, #6b7280)}.chart-switcher-menu-wrapper{position:relative}.chart-switcher-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--color-brand-primary, #4f46e5);background:var(--color-brand-surface, #fff);border:1px solid var(--color-brand-border, #e5e7eb);border-radius:8px;cursor:pointer;transition:all .15s}.chart-switcher-toggle:hover{background:var(--color-brand-primary, #4f46e5);color:#fff;border-color:var(--color-brand-primary, #4f46e5)}.chart-switcher-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:260px;background:var(--color-brand-surface, #fff);border:1px solid var(--color-brand-border, #e5e7eb);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px;z-index:50}.chart-switcher-option{display:flex;align-items:flex-start;gap:10px;width:100%;padding:8px 10px;border:none;background:transparent;border-radius:6px;cursor:pointer;text-align:left;font-size:13px;transition:background .1s}.chart-switcher-option:hover{background:var(--color-brand-surface-alt, #f3f4f6)}.chart-switcher-checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid var(--color-brand-border, #e5e7eb);border-radius:4px;flex-shrink:0;margin-top:1px;color:var(--color-brand-primary, #4f46e5)}.chart-switcher-option.active .chart-switcher-checkbox{background:var(--color-brand-primary, #4f46e5);border-color:var(--color-brand-primary, #4f46e5);color:#fff}.chart-switcher-option-label{font-weight:500;color:var(--color-brand-foreground, #1f2937)}.chart-switcher-option-desc{font-size:12px;color:var(--color-brand-muted, #6b7280);margin-top:1px}.chart-switcher-empty{padding:48px 24px;text-align:center;color:var(--color-brand-muted, #6b7280);background:var(--color-brand-surface-alt, #f3f4f6);border:2px dashed var(--color-brand-border, #e5e7eb);border-radius:10px;font-size:14px}.chart-switcher-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:64rem){.chart-switcher-grid{grid-template-columns:repeat(2,1fr)}}.chart-switcher-card{border:1px solid var(--color-brand-border, #e5e7eb);border-radius:10px;overflow:hidden;background:var(--color-brand-surface, #fff)}.chart-switcher-card-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--color-brand-border, #e5e7eb)}.chart-switcher-card-title{font-size:14px;font-weight:600;color:var(--color-brand-foreground, #1f2937);margin:0}.chart-switcher-card-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--color-brand-muted, #6b7280);transition:all .15s}.chart-switcher-card-remove:hover{background:var(--color-brand-destructive, #ef4444);color:#fff}.chart-comparison{border:1px solid var(--color-brand-border, #e5e7eb);border-radius:12px;overflow:hidden;background:var(--color-brand-surface, #fff)}.chart-comparison-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--color-brand-border, #e5e7eb)}.chart-comparison-title{font-size:16px;font-weight:600;color:var(--color-brand-foreground, #1f2937);margin:0}.chart-comparison-type-switch{display:flex;gap:4px;background:var(--color-brand-surface-alt, #f3f4f6);border-radius:8px;padding:3px}.chart-comparison-type-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--color-brand-muted, #6b7280);transition:all .15s}.chart-comparison-type-btn:hover{color:var(--color-brand-foreground, #1f2937)}.chart-comparison-type-btn.active{background:var(--color-brand-surface, #fff);color:var(--color-brand-primary, #4f46e5);box-shadow:0 1px 3px #00000014}.chart-comparison-tabs{display:flex;border-bottom:2px solid var(--color-brand-border, #e5e7eb);overflow-x:auto}.chart-comparison-tab{padding:10px 20px;font-size:14px;font-weight:500;color:var(--color-brand-muted, #6b7280);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:all .15s}.chart-comparison-tab:hover{color:var(--color-brand-foreground, #1f2937)}.chart-comparison-tab.active{color:var(--color-brand-primary, #4f46e5);border-bottom-color:var(--color-brand-primary, #4f46e5);font-weight:600}.chart-comparison-panel{padding:16px}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:var(--color-brand-border, #e5e7eb)}.recharts-legend-item-text{color:var(--color-brand-foreground, #1f2937)!important;font-size:13px!important}.dark .chart-tooltip{background:#11161f;border-color:#282e38}.dark .chart-tooltip-label{color:#eee}.dark .chart-tooltip-name{color:#8f8f8f}.dark .chart-tooltip-value{color:#eee}.dark .chart-switcher-toolbar{background:#0f1216;border-color:#282e38}.dark .chart-switcher-toggle{background:#181b1f;border-color:#282e38}.dark .chart-switcher-dropdown{background:#11161f;border-color:#282e38}.dark .chart-switcher-option:hover{background:#1c222b}.dark .chart-switcher-checkbox{border-color:#414853}.dark .chart-switcher-empty,.dark .chart-switcher-card{background:#0f1216;border-color:#282e38}.dark .chart-switcher-card-header{border-color:#282e38}.dark .chart-comparison{background:#0f1216;border-color:#282e38}.dark .chart-comparison-header{border-color:#282e38}.dark .chart-comparison-type-switch{background:#181b1f}.dark .chart-comparison-type-btn.active{background:#232933}.dark .chart-comparison-tabs{border-color:#282e38}.dark .chart-comparison-tab{color:#717171}.dark .chart-comparison-tab:hover{color:#cecece}.dark .chart-switcher-option-label,.dark .chart-switcher-card-title,.dark .chart-comparison-title{color:#eee}.dark .chart-switcher-option-desc,.dark .chart-switcher-count{color:#717171}.dark .recharts-cartesian-grid-horizontal line,.dark .recharts-cartesian-grid-vertical line{stroke:#282e38}.dark .recharts-legend-item-text{color:#cecece!important}
