:root{--color-primary: #3d8a5a;--color-primary-light: #6aaf8b;--color-accent: #3d8a5a;--color-accent-muted: #6aaf8b;--color-bg: #f8fafc;--color-bg-card: #ffffff;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-light: #94a3b8;--space-3xs: 2px;--space-2xs: 6px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--space-card-compact: 14px;--space-section-compact: 18px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-pill: 999px;--border-subtle: 1px solid rgba(148, 163, 184, .35);--border-strong: 1px solid rgba(100, 116, 139, .55);--shadow-xs: 0 1px 1px rgba(15, 23, 42, .04);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--font-sans: "Outfit", system-ui, -apple-system, sans-serif;--font-serif: "Newsreader", ui-serif, Georgia, serif;--text-xs: .75rem;--text-sm: .85rem;--text-md: .95rem;--sv4-green: #3d8a5a;--sv4-coral: #d89575;--sv4-bg: #f5f4f1;--sv4-border: #e5e4e1;--sv4-muted: #9b9894;--sv4-text: #1a1918;--sv4-text2: #6b6966;--sv4-inactive: #edecea;--sv4-radius-control: 10px;--sv4-radius-card: 16px;--sv4-radius-pill: 100px;font-family:var(--font-sans);line-height:1.5;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#app{min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:64px;border-bottom:1px solid var(--sv4-border);background:#fff;box-shadow:0 2px 8px #1a191814}.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:34px;height:34px;border-radius:var(--sv4-radius-control);background:var(--sv4-green);display:inline-flex;align-items:center;justify-content:center;color:#fff}.brand-icon svg{width:18px;height:18px;stroke-linecap:round;stroke-linejoin:round}.brand-title{font-family:var(--font-serif);font-size:20px;font-weight:500;color:var(--sv4-text)}.brand-subtitle{display:block;color:var(--color-text-muted);font-size:.85rem;line-height:1.3}@media(max-width:520px){.brand-subtitle{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.nav{display:flex;gap:12px}.nav button{border:1px solid #e5e4e1;background:#edecea;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:500;font-size:14px;color:#6b6966;font-family:var(--font-sans);transition:all .15s ease}.nav button:hover{color:#1a1918;border-color:#d5d4d1;background:#e7e6e2}.nav button.active{border-color:#3d8a5a;color:#fff;background:#3d8a5a;box-shadow:none}.app[data-tab=explorer] .content{padding:0;background:#edecea}.content{padding:0;background:#f5f4f1}.chart.svelte-yeqgap{width:100%}:root{--color-bg: #f5f4f1;--color-surface: #ffffff;--color-border: #e5e4e1;--color-border-hover: #c7c6c3;--color-text-primary: #1f2933;--color-text-secondary: #4b5563;--color-text-muted: #6b7280;--color-accent: #3d8a5a;--color-accent-light: #e2f1e8;--color-error: #b91c1c;--color-error-bg: #fde8e8;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1)}.dashboard.svelte-1y1a8hs{display:flex;flex-direction:column;gap:24px}.dashboard-header.svelte-1y1a8hs{display:flex;justify-content:space-between;align-items:baseline}.as-of.svelte-1y1a8hs{color:var(--color-text-muted);font-size:var(--text-sm);display:flex;flex-direction:column;gap:6px;align-items:flex-end}.tiles.svelte-1y1a8hs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.tile.svelte-1y1a8hs{padding:var(--space-card-compact) var(--space-section-compact);background:var(--color-bg-card);border:var(--border-subtle);border-radius:var(--radius-lg);border-left:3px solid var(--color-accent);box-shadow:var(--shadow-xs)}.tile-label.svelte-1y1a8hs{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-xs)}.tile-value.svelte-1y1a8hs{font-size:1.75rem;font-weight:700;color:var(--color-text-primary)}.toolbar.svelte-1y1a8hs{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;background:var(--color-bg-card);border:var(--border-subtle);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-lg)}.toolbar.sticky.svelte-1y1a8hs{position:sticky;top:12px;z-index:20;background:var(--color-bg-card);border:var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-section-compact);box-shadow:var(--shadow-sm)}.toolbar-group.svelte-1y1a8hs{display:flex;flex-direction:column;gap:var(--space-3xs);font-size:var(--text-sm);color:var(--color-text-secondary)}.toolbar-label.svelte-1y1a8hs{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.toolbar-actions.svelte-1y1a8hs{margin-left:auto}.segmented.svelte-1y1a8hs{display:inline-flex;gap:var(--space-3xs);padding:var(--space-3xs);border-radius:var(--radius-pill);background:var(--color-bg);border:var(--border-subtle)}.segmented-button.svelte-1y1a8hs{border:none;background:transparent;padding:6px 12px;border-radius:var(--radius-pill);font-size:var(--text-sm);font-weight:600;color:var(--color-text-muted);cursor:pointer}.segmented-button.active.svelte-1y1a8hs{background:var(--color-bg-card);color:var(--color-text-primary);box-shadow:var(--shadow-xs)}.compact-select.svelte-1y1a8hs,.compact-input.svelte-1y1a8hs{padding:6px 10px;border-radius:8px;border:var(--border-subtle);background:var(--color-surface);font-size:var(--text-sm)}.pill-row.svelte-1y1a8hs{display:flex;flex-wrap:wrap;gap:var(--space-2xs);align-items:center}.pill-button.svelte-1y1a8hs{padding:6px 10px;border:var(--border-subtle);border-radius:var(--radius-pill);background:var(--color-bg-card);font-size:var(--text-xs);font-weight:600;color:var(--color-text-secondary);cursor:pointer}select.svelte-1y1a8hs{padding:8px 10px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);transition:border-color .15s ease,box-shadow .15s ease}select.svelte-1y1a8hs:hover{border-color:var(--color-border-hover)}select.svelte-1y1a8hs:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-light);outline:none}button.svelte-1y1a8hs,.toggle-button.svelte-1y1a8hs{transition:all .15s ease}button.svelte-1y1a8hs:hover,.toggle-button.svelte-1y1a8hs:hover{background:var(--color-bg);border-color:var(--color-border-hover)}button.svelte-1y1a8hs:focus-visible,select.svelte-1y1a8hs:focus-visible,.toggle-button.svelte-1y1a8hs:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.segmented-button.svelte-1y1a8hs:focus-visible,.pill-button.svelte-1y1a8hs:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.client-panel.svelte-1y1a8hs{border:var(--border-subtle);border-radius:12px;padding:var(--space-sm);background:var(--color-surface);display:flex;flex-direction:column;gap:var(--space-sm);box-shadow:var(--shadow-xs)}.client-meta.svelte-1y1a8hs{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.client-count.svelte-1y1a8hs{font-size:var(--text-sm);font-weight:600;color:var(--color-text-primary)}.client-hint.svelte-1y1a8hs{font-size:var(--text-xs);color:var(--color-text-muted)}.toggle.svelte-1y1a8hs{display:flex;align-items:center;gap:8px;font-size:var(--text-sm);color:var(--color-text-secondary)}.client-list.svelte-1y1a8hs{max-height:220px;overflow:auto;border-top:var(--border-subtle);padding-top:var(--space-xs);display:flex;flex-wrap:wrap;gap:var(--space-2xs)}.client-option.svelte-1y1a8hs{display:inline-flex;align-items:center;gap:var(--space-2xs);font-size:var(--text-sm);padding:6px 10px;border:var(--border-subtle);border-radius:var(--radius-pill);background:var(--color-bg-card);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;-webkit-user-select:none;user-select:none}.client-option.selected.svelte-1y1a8hs{border-color:var(--color-accent);box-shadow:var(--shadow-xs);background:var(--color-bg)}.client-swatch.svelte-1y1a8hs{width:8px;height:8px;border-radius:999px;background:var(--client-color);box-shadow:inset 0 0 0 1px #0f172a26}.client-name.svelte-1y1a8hs{font-weight:600;color:var(--color-text-primary)}.theme-section.svelte-1y1a8hs{display:flex;flex-direction:column;gap:var(--space-sm)}.economics-summary.svelte-1y1a8hs{padding:20px;border-radius:16px;background:#fff;box-shadow:0 2px 8px #1a191808}.summary-grid.svelte-1y1a8hs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-md)}.summary-card.svelte-1y1a8hs{border:1px solid #e5e4e1;border-radius:12px;padding:12px 14px;background:#fff}.summary-label.svelte-1y1a8hs{font-size:11px;color:#9b9894;font-weight:600;font-family:var(--font-sans)}.summary-value.svelte-1y1a8hs{margin-top:8px;font-size:14px;font-weight:500;color:#1a1918;font-family:var(--font-serif)}.summary-card.wide.svelte-1y1a8hs{grid-column:1 / -1}.summary-note.svelte-1y1a8hs{margin-top:16px;font-size:13px;color:#6b6966;line-height:1.4;font-family:var(--font-sans)}.theme-header.svelte-1y1a8hs{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) 0;border-bottom:var(--border-subtle);margin-bottom:var(--space-sm)}.toggle-button.svelte-1y1a8hs{border:var(--border-subtle);border-radius:var(--radius-pill);padding:6px 10px;background:var(--color-bg);font-size:var(--text-xs);color:var(--color-text-muted);cursor:pointer;display:inline-flex;align-items:center;gap:6px}.toggle-button.compact.svelte-1y1a8hs{padding:6px 9px}.toggle-icon.svelte-1y1a8hs{display:inline-block;transition:transform .2s ease}.toggle-icon.expanded.svelte-1y1a8hs{transform:rotate(90deg)}.chart-grid.svelte-1y1a8hs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-section-compact);animation:svelte-1y1a8hs-fadeIn .2s ease}@keyframes svelte-1y1a8hs-fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.chart-grid.svelte-1y1a8hs{grid-template-columns:1fr}}.chart-card.svelte-1y1a8hs{padding:var(--space-card-compact);background:var(--color-bg-card);border-radius:var(--radius-lg);border:var(--border-subtle);display:flex;flex-direction:column;gap:var(--space-sm);box-shadow:var(--shadow-xs);transition:box-shadow .2s ease,border-color .2s ease}.chart-card.svelte-1y1a8hs:hover{box-shadow:var(--shadow-sm);border-color:var(--color-border-hover)}.chart-header.svelte-1y1a8hs{display:flex;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap;align-items:flex-start}.chart-header.svelte-1y1a8hs h4:where(.svelte-1y1a8hs){font-size:.95rem;font-weight:600;color:var(--color-text-primary);margin:0 0 var(--space-2xs) 0}.chart-controls.svelte-1y1a8hs{display:flex;flex-wrap:wrap;gap:var(--space-2xs);align-items:center}.compact-control.svelte-1y1a8hs{display:flex;flex-direction:column;gap:var(--space-3xs);font-size:var(--text-xs);color:var(--color-text-muted)}.control-label.svelte-1y1a8hs{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em}.chart-note.svelte-1y1a8hs{font-size:var(--text-xs);color:var(--color-text-muted)}.chart-skeleton.svelte-1y1a8hs{display:grid;gap:var(--space-xs)}.chart-skeleton.svelte-1y1a8hs span:where(.svelte-1y1a8hs){height:10px;border-radius:999px;background:linear-gradient(90deg,#94a3b82e,#94a3b859,#94a3b82e);animation:svelte-1y1a8hs-shimmer 1.4s ease infinite}.chart-skeleton.svelte-1y1a8hs span:where(.svelte-1y1a8hs):nth-child(1){width:60%}.chart-skeleton.svelte-1y1a8hs span:where(.svelte-1y1a8hs):nth-child(2){width:80%}.chart-skeleton.svelte-1y1a8hs span:where(.svelte-1y1a8hs):nth-child(3){width:45%}@keyframes svelte-1y1a8hs-shimmer{0%{background-position:-120px 0}to{background-position:120px 0}}.chart-placeholder.svelte-1y1a8hs{color:var(--color-text-muted);padding:12px 0}.loading.svelte-1y1a8hs{color:var(--color-text-muted);padding:16px 0}.error.svelte-1y1a8hs{padding:12px 16px;border-radius:10px;background:var(--color-error-bg);color:var(--color-error)}.dashboard-v4.svelte-1y1a8hs{--dash-bg: #f5f4f1;--dash-surface: #ffffff;--dash-border: #e5e4e1;--dash-text: #1a1918;--dash-muted: #6d6c6a;background:var(--dash-bg);padding:0;font-family:var(--font-sans)}.dashboard-layout.svelte-1y1a8hs{display:grid;grid-template-columns:292px 1fr;min-height:calc(100vh - 64px);background:var(--dash-bg)}.dash-sidebar.svelte-1y1a8hs{background:var(--dash-surface);border-right:1px solid var(--dash-border);padding:22px 18px;display:flex;flex-direction:column;gap:20px}.dash-main.svelte-1y1a8hs{background:var(--dash-bg);padding:24px 32px;display:flex;flex-direction:column;gap:18px;min-height:0}.dash-header.svelte-1y1a8hs{display:flex;justify-content:space-between;align-items:center}.dash-title.svelte-1y1a8hs{font-size:28px;font-weight:700;color:#1a1918;font-family:var(--font-sans)}.dash-date.svelte-1y1a8hs{font-size:14px;color:#9b9894;font-family:var(--font-sans)}.tiles-row.svelte-1y1a8hs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.dash-subtitle.svelte-1y1a8hs{margin:-2px 0 4px;font-size:14px;color:#6d6c6a}.dashboard-v4.svelte-1y1a8hs .tile:where(.svelte-1y1a8hs){background:#fff;border-radius:14px;padding:20px;gap:8px;box-shadow:0 2px 8px #1a191808;border:1px solid var(--dash-border)}.dashboard-v4.svelte-1y1a8hs .tile-label:where(.svelte-1y1a8hs){color:#9b9894;font-size:11px;font-weight:600;letter-spacing:.5px;font-family:var(--font-sans)}.dashboard-v4.svelte-1y1a8hs .tile-value:where(.svelte-1y1a8hs){color:#1a1918;font-size:32px;font-weight:500;font-family:var(--font-serif)}.currency-symbol.svelte-1y1a8hs{font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:700;margin-right:1px}.tile-meta.svelte-1y1a8hs{display:flex;align-items:center;gap:8px}.tile-change.svelte-1y1a8hs{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;font-family:var(--font-sans)}.tile-change.positive.svelte-1y1a8hs{color:#3d8a5a}.tile-unit.svelte-1y1a8hs{font-size:12px;font-weight:600;font-family:var(--font-sans);color:#d89575}.tile-sub.svelte-1y1a8hs{font-size:12px;font-weight:500;font-family:var(--font-sans);color:#6b6966}.dashboard-v4.svelte-1y1a8hs .segmented:where(.svelte-1y1a8hs){border:1px solid var(--dash-border);border-radius:10px;overflow:hidden;padding:0;gap:0;background:#fff;width:100%}.dashboard-v4.svelte-1y1a8hs .segmented-button:where(.svelte-1y1a8hs){background:#fff;color:#1a1918;font-size:14px;font-weight:550;padding:10px 12px;border-radius:0;flex:1 1 0}.dashboard-v4.svelte-1y1a8hs .segmented-button.active:where(.svelte-1y1a8hs){background:#3d8a5a;color:#fff}.dash-select.svelte-1y1a8hs,.dash-input.svelte-1y1a8hs{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--dash-border);background:var(--dash-surface);color:var(--dash-text);font-size:14px}.date-picker.svelte-1y1a8hs{position:relative;display:flex;flex-direction:column;gap:6px}.date-picker-trigger.svelte-1y1a8hs{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #e5e4e1;border-radius:10px;background:#fff;font-size:12px;font-family:var(--font-sans);color:#1a1918;cursor:pointer}.date-picker-trigger.svelte-1y1a8hs .calendar-icon:where(.svelte-1y1a8hs){width:16px;height:16px;color:#6b6966}.date-picker-panel.svelte-1y1a8hs{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e5e4e1;border-radius:10px;padding:12px;box-shadow:0 8px 16px #1a191814;z-index:20;display:flex;flex-direction:column;gap:10px}.date-field.svelte-1y1a8hs{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#6b6966;font-family:var(--font-sans)}.date-field.svelte-1y1a8hs input:where(.svelte-1y1a8hs){padding:8px 10px;border:1px solid #e5e4e1;border-radius:10px;font-family:var(--font-sans);font-size:13px;color:#1a1918}.date-picker-close.svelte-1y1a8hs{align-self:flex-end;padding:6px 12px;border:1px solid #e5e4e1;border-radius:10px;background:#f5f4f1;font-size:12px;font-family:var(--font-sans);color:#1a1918;cursor:pointer}.dash-sidebar.svelte-1y1a8hs .section-label:where(.svelte-1y1a8hs){font-size:15px;font-weight:600;color:#1a1918;font-family:var(--font-sans)}.theme-list.svelte-1y1a8hs{display:flex;flex-direction:column;gap:6px}.theme-item.svelte-1y1a8hs{display:flex;align-items:center;gap:8px;text-align:left;padding:8px 10px;border-radius:6px;border:1px solid transparent;background:transparent;color:#1a1918;font-size:15px;font-family:var(--font-sans);cursor:pointer}.theme-item.active.svelte-1y1a8hs{border-color:#3d8a5a;background:#3d8a5a;color:#fff;font-weight:500}.theme-icon.svelte-1y1a8hs{width:15px;height:15px;color:#6b6966}.theme-item.active.svelte-1y1a8hs .theme-icon:where(.svelte-1y1a8hs){color:#fff}.dash-section.svelte-1y1a8hs{display:flex;flex-direction:column;gap:16px}.section-header.svelte-1y1a8hs{display:flex;align-items:center;justify-content:space-between}.section-title.svelte-1y1a8hs{font-size:20px;font-weight:600;color:#1a1918;font-family:var(--font-serif)}.chart-link.svelte-1y1a8hs{color:inherit;text-decoration:none;border-bottom:1px dashed transparent}.chart-link.svelte-1y1a8hs:hover{color:#2f7f63;border-bottom-color:#2f7f63}.section-link.svelte-1y1a8hs{font-size:13px;font-weight:500;color:#3d8a5a;font-family:var(--font-sans)}.dashboard-v4.svelte-1y1a8hs .chart-card:where(.svelte-1y1a8hs){background:#fff;border-radius:14px;padding:20px;box-shadow:0 2px 8px #1a191808;border:1px solid var(--dash-border);display:flex;flex-direction:column;gap:8px}.dashboard-v4.svelte-1y1a8hs .chart-header:where(.svelte-1y1a8hs) h4:where(.svelte-1y1a8hs){font-size:16px;font-weight:500;color:#1a1918;font-family:var(--font-serif);line-height:1.3}.dashboard-v4.svelte-1y1a8hs .chart-note:where(.svelte-1y1a8hs){color:var(--dash-muted)}.dashboard-v4.svelte-1y1a8hs .chart-grid:where(.svelte-1y1a8hs){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.chart-body.svelte-1y1a8hs{background:transparent;border-radius:10px;padding:0;min-height:280px;display:flex;align-items:stretch;justify-content:center}.ecdf-section.svelte-1y1a8hs{display:flex;flex-direction:column;gap:16px}.section-divider.svelte-1y1a8hs{border-top:1px dashed #e1dfdc;margin:4px 0}.section-intro.svelte-1y1a8hs{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.section-intro.svelte-1y1a8hs h4:where(.svelte-1y1a8hs){margin:0;font-size:15px;font-weight:600;color:#1a1918;font-family:var(--font-sans)}.section-intro.svelte-1y1a8hs p:where(.svelte-1y1a8hs){margin:4px 0 0;font-size:12px;color:#6d6c6a}.chart-grid.single.svelte-1y1a8hs{grid-template-columns:minmax(0,1fr)}.stat-pill.svelte-1y1a8hs{padding:4px 12px;border-radius:100px;border:none;font-size:11px;font-weight:500;font-family:var(--font-sans);cursor:pointer;appearance:none;background-image:none}.stat-pill-green.svelte-1y1a8hs{background:#3d8a5a26;color:#3d8a5a}.stat-pill-coral.svelte-1y1a8hs{background:#d8957526;color:#d89575}.dashboard-v4.svelte-1y1a8hs .client-panel:where(.svelte-1y1a8hs){background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:12px;padding:16px}.data-sources.svelte-1y1a8hs{margin-top:16px}.data-source-links.svelte-1y1a8hs{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ds-label.svelte-1y1a8hs{font-size:12px;color:#9b9894;font-family:var(--font-sans)}.ds-pill.svelte-1y1a8hs{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;background:#f5f4f1;font-size:12px;font-weight:500;font-family:var(--font-sans);color:#4a4845;text-decoration:none}.ds-icon.svelte-1y1a8hs{width:14px;height:14px}.ds-icon-coral.svelte-1y1a8hs{color:#d89575}.ds-icon-green.svelte-1y1a8hs{color:#3d8a5a}.footer-panel.svelte-1y1a8hs{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;border-top:1px solid #e5e4e1}.footer-left.svelte-1y1a8hs{display:flex;flex-direction:column;gap:8px}.footer-right.svelte-1y1a8hs{display:flex;align-items:center;gap:10px}.footer-row.svelte-1y1a8hs{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.footer-muted.svelte-1y1a8hs{font-size:12px;color:#9b9894;font-family:var(--font-sans)}.footer-link.svelte-1y1a8hs{font-size:12px;font-weight:500;color:#3d8a5a;font-family:var(--font-sans);text-decoration:none}.footer-heart.svelte-1y1a8hs{display:inline-flex;font-size:12px;line-height:1}.tip-pill.svelte-1y1a8hs{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;background:#f5f4f1;font-size:12px;font-weight:500;font-family:var(--font-sans);color:#4a4845;cursor:pointer}.explorer-shell.svelte-19wo2a1{display:flex;flex-direction:column;gap:0;--color-accent: #3D8A5A;--color-accent-muted: #4FA06D;--color-bg: #F5F4F1;--color-bg-card: #FFFFFF;--color-border: #E5E4E1;--color-text: #1A1918;--color-text-muted: #6D6C6A;--color-text-light: #8D8C89;padding:0;font-family:var(--font-sans)}.explorer-layout.svelte-19wo2a1{display:grid;grid-template-columns:360px 1fr;min-height:calc(100vh - 64px)}@media(max-width:900px){.explorer-layout.svelte-19wo2a1{grid-template-columns:1fr;min-height:auto}.sidebar.svelte-19wo2a1{position:static;border-right:none;border-bottom:1px solid var(--color-border)}}.sidebar.svelte-19wo2a1{background:#fff;border-right:none;padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.sidebar-section.svelte-19wo2a1{display:flex;flex-direction:column;gap:6px}.section-label.svelte-19wo2a1{font-size:13px;font-weight:600;color:var(--color-text);font-family:var(--font-sans)}.metric-label.svelte-19wo2a1{font-size:13px;font-weight:600;font-family:var(--font-sans)}.scope-toggle.svelte-19wo2a1{display:flex;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.display-toggles.svelte-19wo2a1{display:flex;gap:12px}.dual-toggle.svelte-19wo2a1{display:flex;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.dual-toggle.compact-toggle.svelte-19wo2a1{width:fit-content;align-self:flex-start}.scope-toggle.svelte-19wo2a1{width:100%}.scope-toggle.svelte-19wo2a1 .dual-btn:where(.svelte-19wo2a1){flex:1;min-width:0}.dual-btn.svelte-19wo2a1{padding:6px 12px;border:none;background:var(--color-bg-card);font-size:12px;font-weight:400;color:var(--color-text);font-family:var(--font-sans);cursor:pointer;transition:all .15s ease}.dual-btn.svelte-19wo2a1:not(:first-child){border-left:1px solid var(--color-border)}.dual-btn.active.svelte-19wo2a1{background:#3d8a5a;color:#fff;font-weight:500}.dual-btn.svelte-19wo2a1:hover:not(.active){background:var(--color-bg)}.time-picker.svelte-19wo2a1{position:relative;display:flex;flex-direction:column;gap:6px}.time-picker-trigger.svelte-19wo2a1{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid #E5E4E1;border-radius:10px;background:#fff;font-size:13px;color:#1a1918;font-family:var(--font-sans);cursor:pointer}.time-picker-label.svelte-19wo2a1{font-weight:500}.calendar-icon.svelte-19wo2a1{width:16px;height:16px;color:#6b6966}.time-picker-panel.svelte-19wo2a1{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #E5E4E1;border-radius:10px;padding:12px;box-shadow:0 8px 16px #1a191814;z-index:20;display:flex;flex-direction:column;gap:10px}.time-field-grid.svelte-19wo2a1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.time-field.svelte-19wo2a1{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#6b6966;font-family:var(--font-sans)}.time-field.svelte-19wo2a1 input:where(.svelte-19wo2a1){padding:8px 10px;border:1px solid #E5E4E1;border-radius:10px;font-family:var(--font-sans);font-size:13px;color:#1a1918}.time-picker-close.svelte-19wo2a1{align-self:flex-end;padding:6px 12px;border:1px solid #E5E4E1;border-radius:10px;background:#f5f4f1;font-size:12px;font-family:var(--font-sans);color:#1a1918;cursor:pointer}.select-input.svelte-19wo2a1{position:relative}.select-input.svelte-19wo2a1 select:where(.svelte-19wo2a1){width:100%;padding:8px 32px 8px 10px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg-card);font-size:14px;color:#1a1918;font-family:var(--font-sans);appearance:none;cursor:pointer;transition:border-color .15s ease}.metric-dropdown.svelte-19wo2a1{position:relative;display:flex;flex-direction:column;gap:8px;width:100%}.metric-trigger.svelte-19wo2a1{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:10px;border:1px solid #E5E4E1;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.metric-trigger.active.svelte-19wo2a1{border:2px solid #3D8A5A}.metric-trigger-text.svelte-19wo2a1{font-family:var(--font-serif);font-size:16px;font-weight:500;color:#1a1918}.metric-chevron.svelte-19wo2a1{width:16px;height:16px;color:#9b9894}.metric-trigger.active.svelte-19wo2a1 .metric-chevron:where(.svelte-19wo2a1){color:#3d8a5a}.metric-panel.svelte-19wo2a1{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 16px #1a191812;overflow:hidden}.metric-search.svelte-19wo2a1{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #E5E4E1}.metric-search-icon.svelte-19wo2a1{width:18px;height:18px;color:#9c9b99}.metric-search.svelte-19wo2a1 input:where(.svelte-19wo2a1){border:none;outline:none;background:transparent;width:100%;font-family:var(--font-sans);font-size:14px;color:#1a1918}.metric-search.svelte-19wo2a1 input:where(.svelte-19wo2a1)::placeholder{color:#9c9b99}.metric-group-header.svelte-19wo2a1{padding:12px 16px 8px;border-bottom:1px solid #E5E4E1;font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.5px;color:#9c9b99}.metric-options.svelte-19wo2a1{display:flex;flex-direction:column;padding:8px 0}.metric-option.svelte-19wo2a1{display:flex;align-items:center;gap:12px;padding:10px 16px;background:transparent;border:none;text-align:left;cursor:pointer;width:100%;font-family:var(--font-sans);font-size:14px;font-weight:400;color:#1a1918}.metric-option.selected.svelte-19wo2a1{background:#3d8a5a12}.metric-option-label.svelte-19wo2a1{font-weight:400}.metric-option.selected.svelte-19wo2a1 .metric-option-label:where(.svelte-19wo2a1){color:#3d8a5a;font-weight:500}.metric-checkbox.svelte-19wo2a1{width:20px;height:20px;border-radius:4px;border:1.5px solid #E5E4E1;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.metric-option.selected.svelte-19wo2a1 .metric-checkbox:where(.svelte-19wo2a1){background:#3d8a5a;border-color:#3d8a5a}.metric-checkbox.svelte-19wo2a1 svg:where(.svelte-19wo2a1){width:14px;height:14px}.metric-empty.svelte-19wo2a1{padding:12px 16px 16px;font-family:var(--font-sans);font-size:13px;color:#9c9b99}.select-input.svelte-19wo2a1 select:where(.svelte-19wo2a1):hover{border-color:var(--color-text-light)}.select-input.svelte-19wo2a1 select:where(.svelte-19wo2a1):focus{border-color:var(--color-accent);outline:none}.select-icon.svelte-19wo2a1{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--color-text-muted);pointer-events:none}.type-grid.svelte-19wo2a1{display:grid;grid-template-columns:1fr 1fr;gap:8px}.type-btn.svelte-19wo2a1{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #E5E4E1;background:#fff;border-radius:10px;font-size:13px;color:#6b6966;font-family:var(--font-sans);cursor:pointer;transition:all .15s ease}.type-btn.svelte-19wo2a1 svg:where(.svelte-19wo2a1){width:16px;height:16px;stroke-linecap:round;stroke-linejoin:round}.type-btn.active.svelte-19wo2a1{border:1px solid #3D8A5A;background:#3d8a5a;color:#fff;font-weight:500}.type-btn.svelte-19wo2a1:not(.active){border:1px solid #E5E4E1}.type-btn.svelte-19wo2a1:hover:not(.active):not(:disabled){background:var(--color-bg);color:var(--color-text)}.type-btn.svelte-19wo2a1:disabled{opacity:.5;cursor:not-allowed}.stats-row.svelte-19wo2a1{display:flex;flex-wrap:wrap;gap:8px}.stats-pill.svelte-19wo2a1{padding:6px 12px;border:1px solid var(--color-border);background:var(--color-bg-card);border-radius:10px;font-size:13px;color:#6b6966;font-family:var(--font-sans);cursor:pointer;transition:all .15s ease}.stats-pill.disabled.svelte-19wo2a1{background:#edecea;color:#6b6966;opacity:1;cursor:not-allowed}.stats-pill.active.svelte-19wo2a1{background:#d89575;border-color:#d89575;color:#fff}.stats-pill.svelte-19wo2a1:hover:not(.active){border-color:var(--color-text-muted)}.topn-row.svelte-19wo2a1{display:flex;align-items:center;gap:12px}.topn-slider.svelte-19wo2a1{flex:1;accent-color:var(--color-accent)}.topn-value.svelte-19wo2a1{min-width:32px;text-align:right;font-family:var(--font-sans);font-size:12px;color:var(--color-text)}.filters-section.svelte-19wo2a1,.filters-grid.svelte-19wo2a1{display:flex;flex-direction:column;gap:12px}.filter-row.svelte-19wo2a1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filter-hint.svelte-19wo2a1{display:block;margin-top:6px;font-size:11px;color:#9b9894;font-family:var(--font-sans)}.filter-field.svelte-19wo2a1{display:flex;flex-direction:column;gap:6px}.filter-label.svelte-19wo2a1{font-size:13px;color:var(--color-text-muted)}.filter-toggles.svelte-19wo2a1{display:flex;flex-wrap:wrap;gap:24px}.tri-toggle.svelte-19wo2a1{display:flex;flex-direction:column;gap:6px}.tri-toggle-buttons.svelte-19wo2a1{display:flex;border:1px solid var(--color-border);border-radius:10px;overflow:hidden}.tri-toggle-btn.svelte-19wo2a1{padding:6px 12px;border:none;background:var(--color-bg-card);font-size:12px;font-weight:400;color:var(--color-text);font-family:var(--font-sans);cursor:pointer;transition:all .15s ease}.tri-toggle-btn.svelte-19wo2a1:not(:first-child){border-left:1px solid var(--color-border)}.tri-toggle-btn.active.svelte-19wo2a1{background:#3d8a5a;color:#fff;font-weight:500}.tri-toggle-btn.svelte-19wo2a1:hover:not(.active){background:var(--color-bg)}.main-area.svelte-19wo2a1{background:#f5f4f1;padding:24px 32px;display:flex;flex-direction:column;gap:12px;min-height:0}.chart-card.svelte-19wo2a1{background:#fff;border-radius:16px;padding:24px;flex:1;display:flex;flex-direction:column;min-height:0;box-shadow:0 4px 16px #1a19180f}.chart-content.svelte-19wo2a1{display:flex;flex-direction:column;gap:20px;flex:1;min-height:0}.chart-header.svelte-19wo2a1{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.chart-header-text.svelte-19wo2a1{display:flex;flex-direction:column;gap:4px}.chart-menu.svelte-19wo2a1{position:relative}.chart-menu-trigger.svelte-19wo2a1{border:1px solid #E1DDD7;background:#fff;border-radius:8px;padding:4px 8px;cursor:pointer;font-size:18px;line-height:1;color:#4a4845}.chart-menu-panel.svelte-19wo2a1{position:absolute;right:0;top:32px;background:#fff;border:1px solid #E1DDD7;border-radius:10px;padding:6px;display:flex;flex-direction:column;gap:6px;box-shadow:0 10px 24px #1a19181f;z-index:40;min-width:160px}.chart-menu-panel.svelte-19wo2a1 button:where(.svelte-19wo2a1){border:none;background:none;padding:8px 10px;text-align:left;font-size:14px;color:#2b2a28;cursor:pointer;border-radius:8px}.chart-menu-panel.svelte-19wo2a1 button:where(.svelte-19wo2a1):hover{background:#f5f4f1}.chart-title.svelte-19wo2a1{margin:0;font-size:24px;font-weight:600;color:#1a1918;font-family:var(--font-serif)}.chart-subtitle.svelte-19wo2a1{margin:0;font-size:14px;color:#6b6966;font-family:var(--font-sans)}.modal-backdrop.svelte-19wo2a1{position:fixed;inset:0;background:#1a191873;display:flex;align-items:center;justify-content:center;z-index:60}.modal-card.svelte-19wo2a1{background:#fff;border-radius:14px;padding:20px;width:min(520px,90vw);box-shadow:0 18px 48px #1a191833;display:flex;flex-direction:column;gap:12px}.modal-card.svelte-19wo2a1 h4:where(.svelte-19wo2a1){margin:0;font-size:18px;color:#1a1918;font-family:var(--font-serif)}.modal-subtitle.svelte-19wo2a1{margin:0;font-size:13px;color:#6b6966}.modal-card.svelte-19wo2a1 textarea:where(.svelte-19wo2a1){border:1px solid #E1DDD7;border-radius:10px;padding:10px 12px;font-family:var(--font-sans);resize:vertical}.modal-actions.svelte-19wo2a1{display:flex;gap:8px;justify-content:flex-end}.btn-primary.svelte-19wo2a1,.btn-secondary.svelte-19wo2a1{border-radius:10px;padding:8px 14px;font-size:14px;cursor:pointer;border:1px solid transparent}.btn-primary.svelte-19wo2a1{background:#2f7f63;color:#fff}.btn-primary.svelte-19wo2a1:disabled{opacity:.6;cursor:default}.btn-secondary.svelte-19wo2a1{background:#f5f4f1;color:#2b2a28;border-color:#e1ddd7}.modal-error.svelte-19wo2a1{color:#b42318;font-size:13px}.info-box.svelte-19wo2a1{background:#f5f4f1;border:1px solid #3D8A5A40;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.info-box-header.svelte-19wo2a1{display:flex;align-items:center;gap:8px}.info-icon.svelte-19wo2a1{width:14px;height:14px;color:#3d8a5a}.info-title.svelte-19wo2a1{font-size:12px;font-weight:600;color:#3d8a5a;letter-spacing:.5px;font-family:var(--font-sans)}.info-content.svelte-19wo2a1{margin:0;font-size:14px;line-height:1.4;color:#4a4845;font-family:var(--font-serif)}.chart-area.svelte-19wo2a1{flex:1;min-height:620px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-bg-card);border-radius:8px}.explorer-footer.svelte-19wo2a1{margin-top:0;display:flex;flex-direction:column;gap:12px}.footer-panel.svelte-19wo2a1{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;border-top:1px solid var(--color-border)}.footer-left.svelte-19wo2a1{display:flex;flex-direction:column;gap:8px}.footer-right.svelte-19wo2a1{display:flex;align-items:center;gap:10px}.data-sources.svelte-19wo2a1{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:0}.ds-label.svelte-19wo2a1{font-size:12px;color:#9b9894;font-family:var(--font-sans)}.ds-pill.svelte-19wo2a1{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;background:#f5f4f1;font-size:12px;font-weight:500;color:#4a4845;font-family:var(--font-sans);text-decoration:none}.ds-icon.svelte-19wo2a1{width:14px;height:14px}.ds-icon-coral.svelte-19wo2a1{color:#d89575}.ds-icon-green.svelte-19wo2a1{color:#3d8a5a}.notes-row.svelte-19wo2a1{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.notes-muted.svelte-19wo2a1{font-size:12px;color:#9b9894;font-family:var(--font-sans)}.notes-link.svelte-19wo2a1{font-size:12px;font-weight:500;color:#3d8a5a;font-family:var(--font-sans);text-decoration:none}.tip-pill.svelte-19wo2a1{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;background:#f5f4f1;font-size:12px;font-weight:500;font-family:var(--font-sans);color:#4a4845;cursor:pointer}.tip-pill.svelte-19wo2a1 .tip-icon:where(.svelte-19wo2a1){width:14px;height:14px;color:#d89575}.heart-icon.svelte-19wo2a1{display:inline-flex;font-size:12px;line-height:1}.placeholder.svelte-19wo2a1{color:var(--color-text-muted);padding:12px 0;font-size:14px}.error-box.svelte-19wo2a1{padding:12px 16px;border-radius:10px;background:#fee2e2;color:#dc2626}
