:root{--surface-page: #0a0e17;--surface-nav: #0d1321;--surface-card: #0d1829;--surface-card-alt: #0a0f1e;--surface-card-muted: #111827;--surface-footer: #070a12;--surface-upsell: #0f1a2e;--surface-toggle: #1e293b;--border: #1e2a3a;--border-strong: #334155;--border-subtle: rgba(30, 42, 58, .6);--text: #f1f5f9;--text-secondary: #e2e8f0;--text-muted: #94a3b8;--text-faint: #64748b;--text-ghost: #475569;--skeleton-base: #1e2a3a;--skeleton-shine: #2a3a4a;--cyan: #38bdf8;--cyan-light: #7dd3fc;--cyan-bright: #22d3ee;--cyan-dark: #0ea5e9;--blue: #3b82f6;--blue-light: #60a5fa;--blue-dark: #2563eb;--blue-deep: #1e40af;--blue-border: #1e3a5f;--green: #4ade80;--red: #f87171;--purple: #a78bfa;--purple-dark: #7c3aed;--purple-light: #c084fc;--purple-border: #4c1d95;--gold: #fbbf24;--amber: #f59e0b;--amber-dark: #d97706;--yellow: #fde047;--tier-free-bg: #111827;--tier-free-border: #374151;--tier-standard-bg: #0f1f0f;--tier-standard-border: #166534;--tier-pro-bg: #0f1a2e;--tier-pro-border: #1e40af;--admin-bg: #1c0f00;--admin-border: #92400e;--admin-badge-bg: #854d0e;--admin-badge-text: #fde047}[data-theme=light]{--surface-page: #f8fafc;--surface-nav: #ffffff;--surface-card: #ffffff;--surface-card-alt: #f1f5f9;--surface-card-muted: #f1f5f9;--surface-footer: #e2e8f0;--surface-upsell: #eff6ff;--surface-toggle: #e2e8f0;--border: #e2e8f0;--border-strong: #cbd5e1;--border-subtle: rgba(226, 232, 240, .6);--text: #0f172a;--text-secondary: #1e293b;--text-muted: #475569;--text-faint: #64748b;--text-ghost: #94a3b8;--skeleton-base: #e2e8f0;--skeleton-shine: #f8fafc;--blue-border: #bfdbfe;--tier-free-bg: #f8fafc;--tier-free-border: #d1d5db;--tier-standard-bg: #f0fdf4;--tier-standard-border: #16a34a;--tier-pro-bg: #eff6ff;--tier-pro-border: #3b82f6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;background:var(--surface-page);color:var(--text);min-height:100vh}nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;padding:16px 32px 0;border-bottom:1px solid var(--border);background:var(--surface-nav)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;padding-bottom:14px}.nav-logo img{height:26px;width:auto}.nav-logo span{font-size:1.3rem;font-weight:600;color:var(--cyan)}.nav-user{display:flex;align-items:center;gap:12px;font-size:.85rem;color:var(--text-muted);padding-bottom:14px;justify-self:end}.btn{padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.btn-primary{background:var(--cyan);color:#0a0e17}.btn-secondary{background:var(--border);color:var(--text-muted)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;transition:background .15s,color .15s,border-color .15s;flex-shrink:0}.theme-toggle:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.theme-icon-sun{display:flex}.theme-icon-moon,[data-theme=light] .theme-icon-sun{display:none}[data-theme=light] .theme-icon-moon{display:flex}.admin-toggle{padding:5px 13px;border-radius:20px;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.admin-toggle--active{background:var(--amber);color:#0a0e17;border:none}.admin-toggle--active:hover{background:var(--amber-dark)}.admin-toggle--preview{background:transparent;border:1px solid var(--admin-border);color:var(--gold)}.admin-toggle--preview:hover{border-color:var(--amber);color:var(--amber)}.admin-preview-bar{background:var(--admin-bg);border-bottom:1px solid var(--admin-border);padding:8px 32px;display:flex;align-items:center;justify-content:center;gap:16px;font-size:.82rem;color:var(--gold)}.admin-preview-exit{background:transparent;border:1px solid var(--admin-border);color:var(--gold);border-radius:4px;padding:3px 10px;font-size:.78rem;cursor:pointer}.admin-preview-exit:hover{border-color:var(--amber);color:var(--amber)}main{max-width:960px;margin:0 auto;padding:48px 32px}.tier-banner{border-radius:10px;padding:32px;margin-bottom:40px;text-align:center}.tier-banner.free{background:var(--tier-free-bg);border:2px solid var(--tier-free-border)}.tier-banner.standard{background:var(--tier-standard-bg);border:2px solid var(--tier-standard-border)}.tier-banner.pro{background:var(--tier-pro-bg);border:2px solid var(--tier-pro-border)}.tier-label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}.tier-banner.free .tier-label{color:var(--text-faint)}.tier-banner.standard .tier-label{color:var(--green)}.tier-banner.pro .tier-label{color:var(--blue-light)}.tier-banner h1{font-size:1.75rem;margin-bottom:8px}.tier-banner p{color:var(--text-muted);font-size:.95rem;max-width:480px;margin:0 auto 20px}.placeholder-box{background:var(--surface-card-muted);border:1px dashed var(--border);border-radius:10px;padding:40px;text-align:center;color:var(--text-ghost);font-size:.9rem}.placeholder-box+.placeholder-box{margin-top:16px}.placeholder-box strong{display:block;font-size:1rem;color:var(--text-faint);margin-bottom:8px}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.85rem;padding:2px 14px 6px;border-radius:0;border-bottom:2px solid transparent;margin-bottom:-1px}.nav-link:hover{color:var(--text);border-bottom-color:var(--border-strong)}.nav-link--active{color:var(--text);background:transparent;border-bottom:2px solid var(--cyan)}.nav-links{display:flex;gap:2px;align-items:flex-end}.component-shell{max-width:1200px;margin:0 auto;padding:40px 32px}.component-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:8px}.cpi-root{max-width:1200px;margin:0 auto;padding:40px 32px}.cpi-sticky-header{position:sticky;top:0;z-index:100;background:var(--surface-page);padding-bottom:4px}.cpi-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:12px}.cpi-title{font-size:1.6rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:12px;letter-spacing:-.02em}.cpi-title-accent{background:linear-gradient(135deg,var(--purple),var(--purple-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cpi-badge{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--purple);border:1px solid var(--purple-border);background:#a78bfa14;border-radius:4px;padding:3px 8px;-webkit-text-fill-color:var(--purple)}.cpi-subtitle{font-size:.875rem;color:var(--text-faint);margin-top:4px;line-height:1.5}.cpi-filter-card{background:var(--surface-card-alt);border:1px solid var(--border);border-top:2px solid var(--purple-dark);border-radius:0 0 10px 10px;padding:20px 24px 24px;margin-bottom:20px}.cpi-filter-row{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.cpi-filter-group{display:flex;flex-direction:column;gap:5px;min-width:130px}.cpi-filter-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-ghost)}.cpi-select{background:var(--surface-card);color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;padding:7px 10px;font-size:.84rem;font-family:inherit;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:130px}.cpi-select:focus{outline:none;border-color:var(--purple-dark);box-shadow:0 0 0 2px #7c3aed33}.cpi-select:hover{border-color:var(--border-strong)}.cpi-load-btn{padding:8px 22px;border-radius:7px;font-size:.84rem;font-weight:600;color:var(--text);background:linear-gradient(135deg,var(--purple),var(--purple-dark));border:none;cursor:pointer;transition:all .2s;height:36px;white-space:nowrap}.cpi-load-btn:hover{background:linear-gradient(135deg,#c4b5fd,var(--purple));box-shadow:0 4px 16px #a78bfa59;transform:translateY(-1px)}.cpi-chart-card{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:24px}.cpi-no-data{display:flex;align-items:center;justify-content:center;height:400px;color:var(--text-ghost);font-size:.9rem}.cpi-maximize-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.cpi-maximize-btn:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.cpi-root.cpi-maximized{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow-y:auto;background:var(--surface-page);max-width:none;border-radius:0;padding:200px 48px 48px}.cpi-root.cpi-maximized .cpi-sticky-header{position:fixed;top:0;left:0;right:0;z-index:10000;padding:0 48px 4px;background:var(--surface-page)}.mp-root{max-width:1200px;margin:0 auto;padding:40px 32px}.mp-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:8px}.mp-title{font-size:1.6rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:10px}.mp-title span{color:var(--cyan)}.mp-pro-badge{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border-strong);border-radius:4px;padding:2px 7px;vertical-align:middle}.mp-week-meta{text-align:right}.mp-week-badge{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-size:.82rem;color:var(--text-muted)}.mp-week-badge strong{color:var(--text)}.mp-next-update{font-size:.78rem;color:var(--text-ghost);margin-top:3px}.mp-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:mp-dot-pulse 2s infinite}@keyframes mp-dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.mp-cards{display:flex;flex-direction:column;gap:12px}.mp-cards--multi{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mp-card{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:24px 28px}.mp-card-header{margin-bottom:20px}.mp-index-name{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.mp-index-desc{font-size:.8rem;color:var(--text-ghost)}.mp-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.mp-cards--multi .mp-metrics{grid-template-columns:repeat(2,1fr);gap:20px 16px}@media (max-width: 900px){.mp-cards--multi{grid-template-columns:1fr}.mp-cards--multi .mp-metrics{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.mp-metrics{grid-template-columns:repeat(2,1fr)}}.mp-metric-label{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin-bottom:6px}.mp-metric-value{font-size:1.6rem;font-weight:700;color:var(--text);line-height:1;margin-bottom:6px}.mp-metric-delta{font-size:.75rem;font-weight:600;font-family:monospace}.mp-delta-pos{color:var(--green)}.mp-delta-neg{color:var(--red)}.mp-upsell{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--surface-upsell);border:1px solid var(--blue-border);border-radius:8px;padding:14px 20px;font-size:.85rem;color:var(--text-muted);flex-wrap:wrap}.mp-upsell strong{color:var(--text)}.mp-loading,.mp-error{padding:40px 32px;color:var(--text-ghost);font-size:.9rem}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.skeleton-bar{border-radius:4px;background:linear-gradient(90deg,var(--skeleton-base) 25%,var(--skeleton-shine) 50%,var(--skeleton-base) 75%);background-size:800px 100%;animation:shimmer 1.6s infinite linear}.site-footer{margin-top:80px;background:var(--surface-footer);border-top:1px solid var(--border);padding:32px 32px 56px}.footer-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.footer-logo img{height:32px;width:auto;opacity:.85}.footer-logo span{font-size:1.4rem;font-weight:600;color:var(--cyan)}.footer-tagline{color:var(--text-ghost);font-size:.85rem}.footer-links{display:flex;gap:24px;align-items:center;margin-bottom:24px}.footer-link{color:var(--text-faint);text-decoration:underline;text-underline-offset:3px;font-size:.85rem}.footer-link:hover{color:var(--text-muted)}.footer-copy{color:var(--border-strong);font-size:.78rem;margin-top:8px}.sl-root,.sl-loading,.sl-error{max-width:820px;margin:0 auto;padding:48px 32px}.sl-loading,.sl-error{color:var(--text-faint);font-size:1rem}.sl-h1{font-size:1.8rem;font-weight:800;color:var(--text-secondary);margin-bottom:8px}.sl-h2{font-size:1.25rem;font-weight:700;color:var(--text-secondary);margin:32px 0 4px;padding-top:24px;border-top:1px solid var(--border)}.sl-h3{font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);margin:20px 0 6px}.sl-rule{border:none;border-top:1px solid var(--border);margin:8px 0}.sl-p{font-size:1rem;color:var(--text-muted);line-height:1.6;margin:4px 0}.sl-bullet{font-size:.98rem;color:var(--text-muted);line-height:1.7;display:flex;gap:8px}.sl-bullet--indent{padding-left:20px}.sl-dot{color:var(--border-strong);flex-shrink:0}.sl-check{font-style:normal}.sl-spacer{height:6px}.sl-code{font-family:JetBrains Mono,monospace;font-size:.85em;background:var(--border);color:var(--text-muted);padding:1px 5px;border-radius:3px}.sl-meta-row{display:flex;gap:10px;margin:4px 0 16px;flex-wrap:wrap}.sl-meta-pill{font-size:.85rem;font-weight:600;padding:5px 14px;border-radius:20px;letter-spacing:.02em}.sl-meta-duration{background:#38bdf81a;color:var(--cyan);border:1px solid rgba(56,189,248,.2)}.sl-meta-cost{background:#4ade801a;color:var(--green);border:1px solid rgba(74,222,128,.2)}.rr-root{max-width:820px;margin:0 auto;padding:48px 32px}.rr-error{max-width:820px;margin:0 auto;padding:48px 32px;color:var(--text-faint);font-size:1rem}.rr-header{margin-bottom:40px}.rr-title{font-size:1.8rem;font-weight:800;color:var(--text-secondary);margin-bottom:10px}.rr-subtitle{font-size:1rem;color:var(--text-faint);line-height:1.6}.rr-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.rr-item{display:flex;gap:12px;align-items:baseline;padding:8px 0;border-bottom:1px solid var(--surface-upsell)}.rr-item:last-child{border-bottom:none}.rr-bullet{color:var(--border-strong);flex-shrink:0;font-size:1.2rem;line-height:1}.rr-text{font-size:.98rem;color:var(--text-muted);line-height:1.6}.upsell-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 32px;background:var(--surface-upsell);border-bottom:1px solid var(--blue-deep);font-size:.85rem;color:var(--text-muted)}.dark-component{position:relative}.dark-component-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 12px 6px 0;margin-bottom:8px}.dark-component-badge{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--admin-badge-bg);color:var(--admin-badge-text);padding:3px 10px;border-radius:20px;pointer-events:none;-webkit-user-select:none;user-select:none}.dark-component-toggle{display:flex;gap:4px}.dark-component-toggle button{font-size:.65rem;font-weight:600;letter-spacing:.05em;padding:3px 10px;border-radius:20px;border:1px solid var(--border-strong);background:transparent;color:var(--text-faint);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.dark-component-toggle button.active{background:var(--surface-toggle);color:var(--text-secondary);border-color:var(--text-ghost)}.dark-component-toggle button:hover:not(.active){border-color:var(--text-ghost);color:var(--text-muted)}.dark-view{display:none}.dark-view.visible{display:block}.ceo-section{max-width:1200px;margin:0 auto;padding:40px 32px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.section-title .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.section-badge{font-size:.7rem;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em}.insight-card{background:var(--surface-card);border:1px solid var(--border);border-left:3px solid var(--cyan-bright);border-radius:0 10px 10px 0;padding:1.5rem 2rem}.insight-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cyan-bright);margin-bottom:8px}.insight-headline{font-size:15px;font-weight:700;margin-bottom:10px;line-height:1.4;color:var(--text-secondary)}.insight-body{font-size:13px;color:var(--text-muted);line-height:1.7;margin-bottom:12px}.insight-stat-row{display:flex;gap:24px;margin:16px 0;flex-wrap:wrap}.insight-stat{display:flex;flex-direction:column}.insight-stat-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.insight-stat-value{font-family:JetBrains Mono,monospace;font-size:18px;font-weight:700;color:var(--text-secondary)}.insight-stat-value.up{color:var(--green)}.insight-stat-value.down{color:var(--red)}.insight-author{display:flex;align-items:center;gap:14px;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.insight-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--border)}.insight-author-name{font-size:14px;font-weight:700;color:var(--text-secondary)}.insight-author-role{font-size:12px;color:var(--text-faint)}.insight-teaser{background:var(--surface-card);border:1px solid var(--border);border-left:3px solid var(--cyan-bright);border-radius:0 10px 10px 0;padding:1.5rem 2rem;display:flex;gap:20px;align-items:flex-start}.insight-teaser-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--border)}.insight-teaser-content{flex:1}.insight-teaser-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cyan-bright);margin-bottom:6px}.insight-teaser-headline{font-size:15px;font-weight:700;margin-bottom:8px;line-height:1.4;color:var(--text-secondary)}.insight-teaser-excerpt{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:12px}.insight-teaser-cta{font-size:13px;font-weight:600;color:var(--cyan-bright);text-decoration:none;cursor:pointer}.insight-teaser-cta:hover{color:var(--cyan)}.insight-teaser-author{font-size:11px;color:var(--text-faint);margin-top:8px}.insight-teaser-author strong{color:var(--text-muted)}.data-refresh-bar{display:flex;justify-content:center;padding:20px 32px 8px}.data-refresh-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);font-size:.78rem;font-weight:500;padding:6px 14px;cursor:pointer;transition:color .15s,border-color .15s}.data-refresh-btn:hover{color:var(--text-secondary);border-color:var(--border-strong)}.upgrade-teaser{max-width:1200px;margin:0 auto;padding:0 32px 48px}.upgrade-banner{background:var(--surface-card);border:1px solid var(--border);border-radius:14px;padding:2.5rem;position:relative;overflow:hidden;text-align:center}.upgrade-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f612,#8b5cf612);pointer-events:none}.upgrade-banner-inner{position:relative;z-index:1}.upgrade-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--purple);margin-bottom:10px}.upgrade-title{font-size:22px;font-weight:800;letter-spacing:-.02em;color:var(--text-secondary);margin-bottom:10px;line-height:1.3}.upgrade-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:24px;max-width:640px;margin-left:auto;margin-right:auto}.upgrade-cards{display:grid;gap:16px;max-width:680px;margin:0 auto 24px}.upgrade-cards--1{grid-template-columns:1fr;max-width:420px}.upgrade-cards--2{grid-template-columns:1fr 1fr}@media (max-width: 640px){.upgrade-cards--2{grid-template-columns:1fr}}.upgrade-card{background:#111827b3;border:1px solid var(--border);border-radius:10px;padding:18px 20px;text-align:left}.upgrade-card-name{font-size:13px;font-weight:700;margin-bottom:8px}.upgrade-card-features{font-size:11px;color:var(--text-faint);line-height:1.9}.upgrade-card-features .ck{color:var(--green);font-weight:700;margin-right:5px}.upgrade-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.upgrade-cta-primary{padding:11px 28px;border-radius:8px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--blue),#6366f1);border:none;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.upgrade-cta-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #3b82f659}.upgrade-cta-secondary{padding:11px 28px;border-radius:8px;font-size:13px;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border-strong);cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.upgrade-cta-secondary:hover{border-color:var(--text-faint);color:var(--text-secondary)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}@media (max-width: 900px){.grid-2,.grid-3{grid-template-columns:1fr}}.chart-card{background:var(--surface-card);border:1px solid var(--border);border-radius:12px;padding:20px 24px;position:relative}.chart-card-title{font-size:13px;font-weight:700;color:var(--text-secondary);margin-bottom:4px}.chart-card-subtitle{font-size:11px;color:var(--text-faint);margin-bottom:12px}.deal-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 900px){.deal-stats{grid-template-columns:repeat(2,1fr)}}.deal-stat-card{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:18px 20px}.deal-stat-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);margin-bottom:6px}.deal-stat-value{font-family:JetBrains Mono,monospace;font-size:24px;font-weight:700;color:var(--text-secondary);margin-bottom:4px}.deal-stat-change{font-size:12px;font-weight:600}.deal-stat-change.up{color:var(--green)}.deal-stat-change.down{color:var(--red)}.deal-stat-change.flat{color:var(--text-faint)}.deal-stat-context{font-size:11px;color:var(--text-ghost);margin-top:4px}.mono{font-family:JetBrains Mono,monospace;font-size:13px}.up{color:var(--green)}.down{color:var(--red)}.product-table-wrap{overflow-x:auto}.product-table{width:100%;border-collapse:collapse;font-size:13px}.product-table th{text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-ghost);padding:8px 16px;border-bottom:1px solid var(--border)}.product-table td{padding:12px 16px;border-bottom:1px solid var(--border-subtle);vertical-align:middle}.product-table tr:last-child td{border-bottom:none}.product-table tr:hover td{background:#3b82f608}.product-name{font-weight:600;color:var(--text-secondary)}.product-subtext{font-size:11px;color:var(--text-ghost)}.product-bar-wrap{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.product-bar{height:100%;border-radius:3px}.locked-overlay{overflow:hidden}.lock-mask{position:absolute;bottom:0;left:0;right:0;height:75%;background:linear-gradient(to bottom,transparent,var(--surface-card) 35%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:28px;border-radius:0 0 12px 12px}.lock-icon{font-size:22px;margin-bottom:8px}.lock-text{font-size:13px;font-weight:700;color:var(--text-secondary);margin-bottom:4px;text-align:center}.lock-subtext{font-size:12px;color:var(--text-faint);margin-bottom:14px;text-align:center;max-width:260px}.lock-cta{font-size:12px;font-weight:700;background:var(--blue-deep);color:var(--text-secondary);padding:7px 20px;border-radius:20px;text-decoration:none;transition:background .2s}.lock-cta:hover{background:var(--blue-dark)}.products-root{max-width:1200px;margin:0 auto;padding:48px 32px 80px}.products-hero{max-width:700px;margin-bottom:48px}.products-hero-title{font-size:2rem;font-weight:800;color:var(--text);margin-bottom:12px;letter-spacing:-.02em}.products-hero-subtitle{font-size:1rem;color:var(--text-faint);line-height:1.7}.products-section-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;margin-top:40px}.products-section-header:first-of-type{margin-top:0}.products-section-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:20px;white-space:nowrap;flex-shrink:0}.products-section-label--free{color:var(--cyan-bright);border:1px solid #164e63;background:#22d3ee12}.products-section-label--valued{color:var(--green);border:1px solid #14532d;background:#4ade8012}.products-section-label--premium{color:var(--purple-light);border:1px solid var(--purple-border);background:#c084fc12}.products-section-label--soon{color:var(--text-faint);border:1px solid var(--border);background:transparent}.products-section-rule{flex:1;height:1px;background:var(--border)}.products-card{display:grid;grid-template-columns:1fr 300px;gap:0;background:var(--surface-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:32px}@media (max-width: 780px){.products-card{grid-template-columns:1fr}}.products-card-main{padding:28px 32px}.products-card-title-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.products-card-icon{width:36px;height:36px;border-radius:8px;background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.products-card-name{font-size:1.2rem;font-weight:700;color:var(--text)}.products-card-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.products-feature-tags{display:flex;flex-wrap:wrap;gap:8px}.products-feature-tag{font-size:.75rem;color:var(--text-faint);border:1px solid var(--border);border-radius:6px;padding:3px 10px}.products-card-aside{background:var(--surface-card-alt);border-left:1px solid var(--border);padding:24px 20px;display:flex;flex-direction:column;gap:10px}@media (max-width: 780px){.products-card-aside{border-left:none;border-top:1px solid var(--border)}}.products-aside-label{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-ghost);margin-bottom:4px}.products-tier-row{border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.products-tier-row--green{background:#4ade800f;border:1px solid rgba(74,222,128,.15)}.products-tier-row--purple{background:#a78bfa0f;border:1px solid rgba(167,139,250,.15)}.products-tier-row--gold{background:#fbbf240d;border:1px solid rgba(251,191,36,.12)}.products-tier-row-left{display:flex;align-items:flex-start;gap:8px}.products-tier-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.products-tier-dot--green{background:var(--green)}.products-tier-dot--purple{background:var(--purple)}.products-tier-dot--gold{background:var(--gold)}.products-tier-name{font-size:.82rem;font-weight:600;color:var(--text-secondary);line-height:1.3}.products-tier-detail{font-size:.72rem;color:var(--text-faint);line-height:1.4;margin-top:2px}.products-tier-status{font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.products-tier-status--live{background:#22d3ee1f;color:var(--cyan-bright);border:1px solid rgba(34,211,238,.2)}.products-tier-status--login{background:#fbbf241a;color:var(--gold);border:1px solid rgba(251,191,36,.2)}.products-tier-status--soon{background:var(--surface-card-muted);color:var(--text-ghost);border:1px solid var(--border)}.products-soon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px}@media (max-width: 900px){.products-soon-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.products-soon-grid{grid-template-columns:1fr}}.products-soon-card{background:var(--surface-card);border:1px solid var(--border);border-radius:12px;padding:24px 20px}.products-soon-icon{font-size:1.6rem;margin-bottom:12px}.products-soon-emoji{font-size:1.6rem}.products-soon-title{font-size:.95rem;font-weight:700;color:var(--text-secondary);margin-bottom:6px}.products-soon-desc{font-size:.8rem;color:var(--text-faint);line-height:1.5}.products-cta-banner{background:var(--surface-card);border:1px solid var(--border);border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.products-cta-text{display:flex;flex-direction:column;gap:4px}.products-cta-text strong{font-size:1rem;font-weight:700;color:var(--text)}.products-cta-text span{font-size:.875rem;color:var(--text-faint);max-width:560px;line-height:1.5}.products-cta-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.products-cta-btn-secondary{border:1px solid var(--border-strong)}.members-scroll{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface-nav)}.members-scroll::-webkit-scrollbar{width:6px}.members-scroll::-webkit-scrollbar-track{background:var(--surface-nav);border-radius:0 6px 6px 0}.members-scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.members-scroll::-webkit-scrollbar-thumb:hover{background:var(--text-ghost)}.fmp-root{max-width:1200px;margin:0 auto;padding:40px 32px}.fmp-header{margin-bottom:20px}.fmp-title{font-size:1.6rem;font-weight:800;color:var(--text);margin-bottom:4px;letter-spacing:-.02em;display:flex;align-items:center;gap:10px}.fmp-title-accent{background:linear-gradient(135deg,var(--cyan),var(--cyan-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fmp-subtitle{font-size:.875rem;color:var(--text-faint)}.fmp-sticky-header{position:sticky;top:0;z-index:100;background:var(--surface-page);padding-bottom:4px}.fmp-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;background:var(--surface-card-alt);border:1px solid var(--border);border-top:2px solid var(--cyan);border-radius:0 0 10px 10px;padding:16px 20px;margin-bottom:20px}.fmp-filters--skeleton{pointer-events:none}.fmp-panels{display:flex;flex-direction:column;gap:16px}.fmp-panel{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:24px;overflow:hidden}.fmp-panel--maximized{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow-y:auto;overflow-x:hidden;background:var(--surface-page);border-radius:0;border:none;padding:100px 48px 48px}.fmp-panel--maximized .fmp-panel-header{position:sticky;top:100px;z-index:10001;background:var(--surface-page);padding-bottom:12px;margin-bottom:8px}.fmp-root--maximized .fmp-sticky-header{position:fixed;top:0;left:0;right:0;z-index:10000;padding:0 48px 4px}.fmp-panel--maximized #fmp-chart-trend,.fmp-panel--maximized #fmp-chart-combined{height:calc(100vh - 260px)!important}.fmp-maximize-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.fmp-maximize-btn:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.fmp-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.fmp-panel-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.fmp-chart-title{font-size:1rem;font-weight:700;color:var(--text-secondary);text-align:center;margin-bottom:8px}.fmp-select{background:var(--surface-card);color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;padding:7px 10px;font-size:.84rem;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:120px;cursor:pointer;transition:border-color .15s}.fmp-select:focus{outline:none;border-color:var(--cyan)}.fmp-select:disabled{opacity:.4;cursor:not-allowed}.fmp-toggle{display:flex;border:1px solid var(--border);border-radius:6px;overflow:hidden}.fmp-toggle-btn{padding:7px 14px;font-size:.8rem;font-weight:600;font-family:inherit;background:transparent;color:var(--text-faint);border:none;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.fmp-toggle-btn.active{background:var(--cyan);color:#0a0e17}.fmp-toggle-btn:hover:not(.active){background:var(--border);color:var(--text-secondary)}.fmp-maximize-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:5px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;font-size:1rem;transition:background .15s,color .15s;flex-shrink:0}.fmp-maximize-btn:hover{background:var(--border);color:var(--text-secondary)}.fmp-restore-btn{display:block;margin:12px auto 0;padding:8px 20px;border-radius:6px;border:1px solid var(--border-strong);background:transparent;color:var(--text-muted);font-size:.84rem;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s}.fmp-restore-btn:hover{border-color:var(--text-faint);color:var(--text-secondary)}.fmp-kpi-row{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.fmp-kpi{flex:1;min-width:70px}.fmp-kpi-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-ghost);margin-bottom:4px}.fmp-kpi-value{font-family:JetBrains Mono,monospace;font-size:1.3rem;font-weight:700;color:var(--text-secondary)}.fmp-credibility{font-size:.8rem;color:var(--text-muted)}.fmp-panel--summary{padding:20px 24px}.fmp-summary-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px;gap:16px}.fmp-badge-row{display:flex;gap:12px}.fmp-badge{flex:1;background:var(--surface-card-alt);border:1px solid var(--border);border-radius:10px;padding:14px 16px;text-align:center}.fmp-badge-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cyan);margin-bottom:6px}.fmp-badge-value{font-family:JetBrains Mono,monospace;font-size:1.15rem;font-weight:700;color:var(--text-secondary);margin-bottom:4px}.fmp-badge-sub{font-size:.68rem;color:var(--text-ghost)}@media (max-width: 700px){.fmp-badge-row{flex-wrap:wrap}.fmp-badge{min-width:calc(50% - 6px)}}.fmp-panels--empty{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:48px 24px;text-align:center}.fmp-empty-msg{font-size:.9rem;color:var(--text-ghost)}.fmp-error-state{text-align:center;padding:64px 24px;background:var(--surface-card);border:1px solid var(--border);border-radius:10px}.fmp-error-icon{font-size:2rem;margin-bottom:12px}.fmp-error-title{font-size:1rem;font-weight:700;color:var(--text-secondary);margin-bottom:6px}.fmp-error-body{font-size:.875rem;color:var(--text-faint)}.fmp-root--locked{position:relative;overflow:hidden}.fmp-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0a0e17d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px}.fmp-lock-icon{font-size:2rem}.fmp-lock-title{font-size:1rem;font-weight:700;color:var(--text-secondary)}.fmp-lock-cta{padding:8px 24px;border-radius:20px;background:var(--cyan);color:#0a0e17;font-size:.84rem;font-weight:700;text-decoration:none;transition:background .2s}.fmp-lock-cta:hover{background:var(--cyan-light)}.fmp-panels--blurred{filter:blur(6px);pointer-events:none}.iia-tabs{display:flex;justify-content:center;gap:2px;border-bottom:1px solid var(--border);margin-bottom:28px;overflow-x:auto;scrollbar-width:none;position:sticky;top:0;z-index:50;background:var(--surface-page);padding-top:4px;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;box-shadow:0 4px 12px #0000002e}.iia-tabs::-webkit-scrollbar{display:none}[data-theme=light] .iia-tabs{box-shadow:0 2px 6px #0000000f}.iia-tab{flex-shrink:0;font-size:.78rem;font-weight:600;padding:9px 14px;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--text-faint);cursor:pointer;transition:color .15s,border-color .15s;margin-bottom:-1px;white-space:nowrap}.iia-tab:hover{color:var(--text-muted)}.iia-tab--active{color:var(--blue-light);border-bottom-color:var(--blue)}.iia-tab-content{display:flex;flex-direction:column;gap:24px}.iia-body main{max-width:none;padding:0}.iia-page{max-width:1200px;margin:0 auto;padding:40px 32px;display:flex;flex-direction:column;gap:24px}.iia-section-header{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-ghost);border-bottom:1px solid var(--border);padding-bottom:.5rem;margin:1rem 0 0}.iia-chart{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:24px}.iia-chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.iia-chart-title-group{display:flex;flex-direction:column;gap:4px}.iia-chart-title{font-size:1.4rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:10px;letter-spacing:-.02em;flex-wrap:wrap;line-height:1.2}.iia-title-accent{background:linear-gradient(135deg,var(--blue-light),var(--blue-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.iia-badge{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-light);border:1px solid var(--blue-border);background:#3b82f614;border-radius:4px;padding:3px 7px;-webkit-text-fill-color:var(--blue-light);flex-shrink:0;align-self:center}.iia-chart-subtitle{font-size:.82rem;color:var(--text-faint);line-height:1.5;margin-top:2px}.iia-chart-controls{display:flex;align-items:center;gap:8px;flex-shrink:0;padding-top:4px}.iia-range-picker{display:flex;gap:2px}.iia-range-btn{font-size:.7rem;font-weight:600;padding:4px 9px;border-radius:4px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.iia-range-btn:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.iia-range-btn--active{background:var(--blue-border);border-color:var(--blue-dark);color:var(--blue-light)}.iia-maximize-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.iia-maximize-btn:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.iia-export-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.iia-export-btn:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.iia-chart-canvas{border-radius:4px;overflow:hidden}.iia-chart--maximized{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--surface-page);padding:32px;overflow:auto;display:flex;flex-direction:column;border-radius:0;border:none}.iia-chart--maximized .iia-chart-canvas{flex:1;min-height:0}.iia-lender-date-range{font-size:.75rem;color:var(--text-faint);white-space:nowrap;padding:0 4px}.iia-lender-category-label{text-align:center;font-size:1rem;font-weight:600;color:var(--text-secondary);padding:10px 0 4px;letter-spacing:.02em}.iia-data-freshness{font-size:.65rem;color:var(--text-ghost);margin:8px 0 0;text-align:right}.iia-chart-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:320px;gap:8px;color:var(--text-faint);font-size:.85rem}.iia-message-icon{font-size:1.5rem}.pace-root{max-width:900px;margin:0 auto;padding:48px 32px 80px}.pace-hero{margin-bottom:40px}.pace-hero-title{font-size:2rem;font-weight:800;color:var(--text);margin-bottom:8px;letter-spacing:-.02em}.pace-hero-subtitle{font-size:1rem;color:var(--text-faint);line-height:1.7}.deal-pace-card{background:var(--surface-card);border:1px solid var(--border);border-radius:10px;padding:24px}.deal-pace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.deal-pace-title{font-size:1rem;font-weight:700;color:var(--text)}.deal-pace-subtitle{font-size:.82rem;color:var(--text-faint);margin-top:2px}.deal-pace-toggle{display:flex;gap:2px;flex-shrink:0}.deal-pace-btn{font-size:.7rem;font-weight:600;padding:4px 12px;border-radius:4px;border:1px solid var(--border);background:transparent;color:var(--text-faint);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.deal-pace-btn:hover{background:var(--border);color:var(--text-secondary);border-color:var(--border-strong)}.deal-pace-btn--active{background:var(--blue-border);border-color:var(--blue-dark);color:var(--blue-light)}.deal-pace-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:340px;gap:8px;color:var(--text-faint);font-size:.85rem}
