.chart-container{width:100%;font-family:inherit}.chart-container .recharts-surface{overflow:visible}.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;white-space:nowrap;flex-shrink:0}.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-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-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}.cp-chart-state{display:flex;align-items:center;justify-content:center;min-height:200px;padding:1.5rem;border-radius:12px;font-size:.875rem;font-weight:500;text-align:center}.cp-chart-state--loading{background:var(--color-brand-surface-alt, #f3f4f6);color:var(--color-brand-muted, #6b7280)}.cp-chart-state--loading:before{content:"";display:inline-block;width:1rem;height:1rem;margin-inline-end:.5rem;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:cp-chart-spin .8s linear infinite}.cp-chart-state--error{background:oklch(95% .03 25);color:oklch(40% .18 25);border:1px solid oklch(85% .08 25)}@keyframes cp-chart-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.cp-chart-state--loading:before{animation:none}}.chart-comparison{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}.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:inline-flex;align-items:center;background:var(--color-brand-surface-alt);border:0;border-radius:9999px;padding:.25rem;gap:.125rem;margin-block-end:.75rem;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.chart-comparison-tabs::-webkit-scrollbar{display:none}.chart-comparison-tab{border:0;margin:0;border-radius:9999px;font-size:.875rem;font-weight:600;letter-spacing:.01em;padding-block:.5rem;padding-inline:1rem;color:var(--color-brand-muted);background:transparent;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.chart-comparison-tab:hover{color:var(--color-brand-foreground)}.chart-comparison-tab.active{background:var(--color-green-800);color:var(--color-brand-surface);font-weight:700;text-shadow:0 1px 2px oklch(0% 0 0 / .25);box-shadow:0 1px 2px #0000001a,0 2px 6px #0000001f,inset 0 1px #ffffff1a}.chart-comparison-tab:focus-visible{outline:2px solid var(--color-brand-focus, var(--color-brand-primary));outline-offset:2px}.chart-comparison-panel{padding-block:1.75rem}.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}
