@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--bg: #0B1220;--surface: #121B2E;--surface-alt: #0E1728;--border: #24304A;--border-soft: #1C283F;--text: #E8EDF5;--text-dim: #8593AD;--text-faint: #5C6A87;--gold: #C9A227;--green: #4F9D69;--red: #C1554D;--row-hover: #16203350;--selection-bg: #C9A22755;--success-bg: #4F9D6920;--success-border: #4F9D6950;--success-text: #7FC494;--warning-bg: #D98A4720;--warning-border: #D98A4750;--warning-text: #E4A96A;--error-bg: #D9474720;--error-border: #D9474750;--error-text: #E48A8A;--dim-value: #3987e5;--dim-growth: #d95926;--dim-quality: #199e70;--dim-income: #c98500;--dim-speculative: #d55181}[data-theme=light]{--bg: #F7F5F0;--surface: #FFFFFF;--surface-alt: #EFEBE1;--border: #DDD6C6;--border-soft: #E9E4D8;--text: #1B2333;--text-dim: #5C647A;--text-faint: #97A0B5;--gold: #8B6508;--green: #217A4C;--red: #B23B32;--row-hover: #00000008;--selection-bg: #8B65083A;--success-bg: #217A4C15;--success-border: #217A4C45;--success-text: #1B6640;--warning-bg: #A6650615;--warning-border: #A6650645;--warning-text: #8A5405;--error-bg: #B23B3215;--error-border: #B23B3245;--error-text: #93302A;--dim-value: #2a78d6;--dim-growth: #eb6834;--dim-quality: #1baf7a;--dim-income: #eda100;--dim-speculative: #e87ba4}*{box-sizing:border-box}html{color-scheme:dark}[data-theme=light]{color-scheme:light}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}.pa-num{font-family:IBM Plex Mono,ui-monospace,monospace;font-variant-numeric:tabular-nums}.pa-display{font-family:Fraunces,Georgia,serif}.pa-tab{transition:all .15s ease}.pa-tab:hover{color:var(--text)!important}.pa-row:hover{background:var(--row-hover)!important}.pa-btn{cursor:pointer}.pa-btn:hover{filter:brightness(1.15)}.pa-marquee-track{animation:pa-marquee 32s linear infinite}@keyframes pa-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input,select{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:7px 9px;font-size:13px;font-family:inherit}::selection{background:var(--selection-bg)}.explore-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:18px}@media (max-width: 900px){.explore-main-grid{grid-template-columns:1fr}}
