:root{--bg: #080d16;--surface: #0f1729;--surface-2: #162035;--border: #243049;--text: #e8e6e1;--muted: #8fa3be;--accent: #4da3ff;--positive: #34d399;--warning: #fbbf24;--negative: #f87171;--display: "Fraunces", Georgia, serif;--body: "Source Sans 3", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;--radius: 6px;--nav-h: 56px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--body);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.site-header{position:sticky;top:0;z-index:100;height:var(--nav-h);background:#080d16eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.25rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:var(--display);font-size:1rem;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap}.brand:hover{text-decoration:none;color:var(--accent)}.nav-links{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{font-size:.8125rem;font-weight:500;color:var(--muted);padding:.35rem .65rem;border-radius:var(--radius);text-decoration:none;transition:color .15s,background .15s}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--surface-2);text-decoration:none}main{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 4rem}.disclaimer{background:#fbbf2414;border:1px solid rgba(251,191,36,.25);border-radius:var(--radius);padding:.875rem 1rem;font-size:.875rem;color:#fde68a;margin-bottom:2rem;line-height:1.5}.page-header{margin-bottom:2rem}.page-eyebrow{font-family:var(--mono);font-size:.75rem;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem}.page-title{font-family:var(--display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:0 0 .75rem;line-height:1.15}.page-lead{font-size:1.0625rem;color:var(--muted);max-width:62ch;margin:0}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .35rem}.stat-value{font-family:var(--mono);font-size:1.75rem;font-weight:500;margin:0;color:var(--text)}.stat-sub{font-size:.8125rem;color:var(--muted);margin:.25rem 0 0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.panel-title{font-family:var(--display);font-size:1.25rem;margin:0 0 1rem}.prose{color:var(--text);line-height:1.7;font-size:.9375rem}.prose h1,.prose h2,.prose h3,.prose h4{font-family:var(--display);color:var(--text);line-height:1.25;margin-top:2rem;margin-bottom:.75rem}.prose h1{font-size:1.75rem;margin-top:0}.prose h2{font-size:1.375rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.prose h3{font-size:1.125rem}.prose p,.prose li{color:#c8d0dc}.prose strong{color:var(--text)}.prose a{color:var(--accent)}.prose blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:3px solid var(--accent);background:var(--surface-2);color:var(--muted)}.prose table{width:100%;border-collapse:collapse;font-size:.8125rem;margin:1rem 0;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.prose th{background:var(--surface-2);font-weight:600;color:var(--text)}.prose tr:nth-child(2n) td{background:#16203566}.prose code{font-family:var(--mono);font-size:.85em;background:var(--surface-2);padding:.15em .4em;border-radius:3px}.prose pre{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;overflow-x:auto}.prose pre code{background:none;padding:0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose ul,.prose ol{padding-left:1.25rem}.hero{padding:2rem 0 1rem}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}@media(max-width:768px){.hero-grid{grid-template-columns:1fr}}.hero-thesis{font-family:var(--display);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1;margin:0 0 1rem}.hero-thesis em{font-style:normal;color:var(--accent)}.sector-list{list-style:none;padding:0;margin:0}.sector-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.sector-item:last-child{border-bottom:none}.sector-name{font-weight:500;font-size:.9375rem}.sector-meta{font-family:var(--mono);font-size:.8125rem;color:var(--muted);white-space:nowrap}.badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:3px}.badge-core{background:#34d39926;color:var(--positive)}.badge-cond{background:#fbbf2426;color:var(--warning)}.badge-avoid{background:#f8717126;color:var(--negative)}.badge-new{background:#4da3ff2e;color:var(--accent)}.nav-link-featured{color:var(--text)!important;background:#4da3ff1f;border:1px solid rgba(77,163,255,.35)}.nav-link-featured:hover,.nav-link-featured.active{background:#4da3ff38}.featured-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#4da3ff1f,#34d39914);border:1px solid rgba(77,163,255,.35);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:2rem}.featured-banner h2{font-family:var(--display);font-size:1.25rem;margin:.35rem 0;color:var(--text)}.featured-banner p{margin:0;color:var(--muted);font-size:.9rem;max-width:60ch}.featured-banner-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--bg);background:var(--accent);padding:.6rem 1.1rem;border-radius:var(--radius);text-decoration:none;white-space:nowrap;transition:filter .15s}.featured-banner-cta:hover{filter:brightness(1.1);text-decoration:none}.etf-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.etf-quick-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;border-top:3px solid var(--accent-card, var(--accent))}.etf-quick-rank{font-family:var(--mono);font-size:.7rem;color:var(--muted);letter-spacing:.05em}.etf-quick-ticker{font-family:var(--mono);font-size:1.05rem;font-weight:600;color:var(--text);margin:.15rem 0 .35rem}.etf-quick-name{font-size:.8rem;color:var(--muted);margin:0 0 .5rem}.etf-quick-role{font-size:.8125rem;color:#c8d0dc;margin:0 0 .5rem}.etf-quick-tempo{font-size:.75rem;font-family:var(--mono);color:var(--positive);margin:0}.sector-verdict-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.sector-verdict-item{display:flex;align-items:baseline;gap:.75rem;padding:.6rem .75rem;background:var(--surface-2);border-radius:var(--radius);flex-wrap:wrap}.sector-verdict-name{font-weight:600;font-size:.9rem;min-width:150px}.sector-verdict-fwd{font-family:var(--mono);font-size:.8rem;color:var(--muted)}.sector-verdict-note{font-size:.8125rem;color:var(--muted);flex:1;min-width:200px}.nav-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2rem}.nav-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.nav-card:hover{border-color:var(--accent);transform:translateY(-2px);text-decoration:none}.nav-card h3{font-family:var(--display);font-size:1.0625rem;margin:0 0 .35rem;color:var(--text)}.nav-card p{font-size:.875rem;color:var(--muted);margin:0}.chart-wrap{width:100%;height:360px}.chart-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:900px){.chart-row{grid-template-columns:1fr}}.table-controls{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center}.search-input,.filter-select{font-family:var(--body);font-size:.875rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.5rem .75rem}.search-input{flex:1;min-width:200px}.filter-chips{display:flex;flex-wrap:wrap;gap:.35rem}.chip{font-size:.75rem;font-weight:500;padding:.3rem .6rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:all .15s}.chip:hover,.chip.active{border-color:currentColor;color:var(--text)}.data-table{width:100%;border-collapse:collapse;font-size:.8125rem}.data-table th,.data-table td{border:1px solid var(--border);padding:.5rem .65rem;text-align:left}.data-table th{background:var(--surface-2);position:sticky;top:var(--nav-h);z-index:1}.data-table tr:hover td{background:#4da3ff0d}.table-scroll{overflow-x:auto;max-height:70vh;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius)}.klasa-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem}.json-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.json-tab{font-family:var(--mono);font-size:.75rem;padding:.4rem .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);cursor:pointer}.json-tab:hover,.json-tab.active{color:var(--text);border-color:var(--accent)}.json-viewer{font-family:var(--mono);font-size:.75rem;line-height:1.5;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;overflow:auto;max-height:70vh;white-space:pre-wrap;word-break:break-word;color:#a8c4e0}.site-footer{border-top:1px solid var(--border);padding:1.5rem 1.25rem;text-align:center;font-size:.8125rem;color:var(--muted)}.footer-inner{max-width:1200px;margin:0 auto}
