.app{min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(96,165,250,.18),transparent 45%),radial-gradient(circle at 80% 15%,rgba(129,140,248,.16),transparent 40%),#0f172a;color:#e2e8f0;display:flex;flex-direction:column}.top-bar{padding:32px 6vw 16px;display:flex;flex-wrap:wrap;gap:16px;align-items:center}.top-bar__title{font-size:1.8rem;font-weight:600;letter-spacing:.02em}.top-bar__nav{display:flex;gap:12px;flex-wrap:wrap}.top-bar__link{padding:10px 20px;border-radius:999px;background:#3b82f62e;color:#c7d2fe;text-decoration:none;font-weight:500;transition:background .2s ease,color .2s ease}.top-bar__link:hover{background:#6366f147;color:#e0e7ff}.top-bar__link--active{background:#6366f159;color:#fff}.main-content{flex:1;padding:0 6vw 48px;display:flex}.dataset-page{flex:1;display:flex;flex-direction:column;gap:16px}.dataset-page__title{margin:0;font-size:1.75rem;font-weight:600;letter-spacing:.01em}.dataset-page__status{padding:32px;border-radius:20px;background:#0f172abf;border:1px solid rgba(99,102,241,.25);text-align:center;color:#e2e8f0d1}.dataset-page__status--error{color:#fca5a5}.dataset-page__table{flex:1;overflow:auto}@media(max-width:720px){.top-bar{flex-direction:column;align-items:flex-start}.main-content{padding:0 4vw 32px}}.ranking-table{background:#11182799;border-radius:20px;box-shadow:inset 0 0 0 1px #4b55ff33;overflow:hidden;border:1px solid rgba(99,102,241,.25)}.ranking-table table{width:100%;border-collapse:collapse;font-size:.95rem}.ranking-table thead{background:linear-gradient(135deg,#60a5fa40,#4f46e559)}.ranking-table th{text-align:left;padding:16px 20px;color:#e2e9ffd9;letter-spacing:.02em;font-weight:500}.ranking-table td{padding:14px 20px;color:#e2e9ffeb;border-top:1px solid rgba(99,102,241,.18)}.ranking-table tbody tr:hover{background:#4f46e51f}.ranking-table__row--top{background:#38bdf824}.ranking-table__row--top:hover{background:#38bdf833}.ranking-table__row--clickable{cursor:pointer}.ranking-table__row--clickable:focus{outline:2px solid rgba(59,130,246,.6);outline-offset:-2px}.ranking-table__dash{display:inline-block;margin:0 8px;color:#94a4ffbf}@media(max-width:960px){.ranking-table{overflow-x:auto}.ranking-table table{min-width:720px}}.etf-detail{display:flex;flex-direction:column;gap:20px;width:100%}.etf-detail__header{display:flex;align-items:center;gap:20px}.etf-detail__back{padding:10px 18px;border-radius:999px;border:1px solid rgba(99,102,241,.45);background:#0f172a99;color:#c7d2fe;cursor:pointer;transition:background .2s ease,color .2s ease}.etf-detail__back:hover{background:#4f46e54d;color:#fff}.etf-detail__title h1{margin:0;font-size:2rem;font-weight:600;letter-spacing:.02em;display:flex;align-items:center;gap:16px}.etf-detail__subtitle{font-size:1.1rem;font-weight:400;color:#e2e8f0bf}.etf-detail__range{margin:8px 0 0;color:#e2e8f0ad;font-size:.95rem}.etf-detail__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.etf-detail__summary-card{padding:18px;border-radius:16px;background:#111827bf;border:1px solid rgba(99,102,241,.25);box-shadow:inset 0 0 0 1px #4f46e526}.etf-detail__summary-label{font-size:.9rem;color:#e2e8f0ad;margin-bottom:6px}.etf-detail__summary-value{font-size:1.35rem;font-weight:600;color:#f1f5f9}.etf-detail__performance{border-radius:20px;border:1px solid rgba(99,102,241,.25);background:#111827c7;box-shadow:inset 0 0 0 1px #4f46e52e;padding:24px;display:flex;flex-direction:column;gap:18px}.etf-detail__performance-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.etf-detail__performance-header h2{margin:0;font-size:1.4rem;font-weight:600;color:#e0e7ff}.etf-detail__performance-range{margin:6px 0 0;color:#e2e8f0b3;font-size:.95rem}.etf-detail__performance-intervals{display:inline-flex;gap:10px;padding:6px;border-radius:999px;background:#0f172aa6;border:1px solid rgba(99,102,241,.25)}.etf-detail__interval{padding:8px 18px;border-radius:999px;border:none;background:transparent;color:#e2e8f0bf;cursor:pointer;transition:background .2s ease,color .2s ease}.etf-detail__interval--active{background:#6366f159;color:#fff}.etf-detail__interval:hover{color:#fff}.etf-detail__performance-body{min-height:320px}.etf-performance-chart{width:100%}.etf-detail__tabs{display:inline-flex;gap:12px;background:#0f172aa6;padding:6px;border-radius:999px;border:1px solid rgba(99,102,241,.25);align-self:flex-start}.etf-detail__tab{padding:10px 20px;border-radius:999px;border:none;background:transparent;color:#e2e8f0bf;cursor:pointer;transition:background .2s ease,color .2s ease}.etf-detail__tab--active{background:#6366f159;color:#fff}.etf-detail__tab:hover{color:#fff}.etf-detail__table{border-radius:20px;border:1px solid rgba(99,102,241,.25);background:#111827c7;box-shadow:inset 0 0 0 1px #4f46e52e;overflow:hidden}.etf-detail__table table{width:100%;border-collapse:collapse}.etf-detail__table th{text-align:left;padding:16px 20px;background:linear-gradient(135deg,#60a5fa38,#4f46e552);color:#e2e8f0d9;font-weight:500}.etf-detail__table td{padding:14px 20px;border-top:1px solid rgba(99,102,241,.18);color:#e2e8f0eb}.etf-detail__table tbody tr:hover{background:#4f46e51f}.etf-detail__status{padding:28px;text-align:center;color:#e2e8f0b8}.etf-detail__status--error{color:#fda4af}.etf-detail__empty{padding:32px;border-radius:16px;border:1px solid rgba(99,102,241,.25);background:#0f172ab3;text-align:center}@media(max-width:960px){.etf-detail__header{flex-direction:column;align-items:flex-start;gap:12px}.etf-detail__performance{padding:18px}.etf-detail__performance-intervals,.etf-detail__tabs{align-self:stretch;justify-content:center}.etf-detail__table{overflow-x:auto}.etf-detail__table table{min-width:720px}}.industry-detail{flex:1;display:flex;flex-direction:column;gap:20px}.industry-detail__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:flex-start}.industry-detail__header h1{margin:8px 0 6px;font-size:1.8rem}.industry-detail__header p{margin:0;color:#e2e8f0cc}.industry-detail__back{background:#3b82f633;color:#c7d2fe;border:none;border-radius:999px;padding:8px 18px;font-size:.95rem;cursor:pointer;transition:background .2s ease,color .2s ease}.industry-detail__back--outline{background:transparent;border:1px solid rgba(99,102,241,.4)}.industry-detail__back:hover{background:#6366f159;color:#fff}.industry-detail__breadcrumb{margin-left:8px;color:#e2e8f0a6}.industry-detail__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;background:#0f172acc;border:1px solid rgba(99,102,241,.25);border-radius:16px;padding:16px 24px}.industry-detail__summary-label{font-size:.9rem;color:#e2e8f0b3}.industry-detail__summary-value{font-size:1.5rem;font-weight:600}.industry-detail__status{padding:32px;border-radius:20px;background:#0f172abf;border:1px solid rgba(99,102,241,.25);text-align:center;color:#e2e8f0d1}.industry-detail__status--error{color:#fca5a5}.industry-detail__table{background:#0f172acc;border:1px solid rgba(99,102,241,.25);border-radius:20px;overflow:auto}.industry-detail__table table{width:100%;border-collapse:collapse}.industry-detail__table th,.industry-detail__table td{padding:14px 18px;text-align:left;border-bottom:1px solid rgba(148,163,184,.15)}.industry-detail__table th{font-size:.9rem;color:#e2e8f0b8;text-transform:uppercase;letter-spacing:.04em}.industry-detail__table tr:last-child td{border-bottom:none}@media(max-width:720px){.industry-detail__header{flex-direction:column}.industry-detail__header h1{font-size:1.5rem}.industry-detail__table th,.industry-detail__table td{padding:12px}}.industry-page{flex:1;display:flex;flex-direction:column;gap:20px}.industry-page__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px}.industry-page__header h1{margin:0 0 8px;font-size:1.75rem;font-weight:600}.industry-page__header p{margin:0;color:#e2e8f0c7;line-height:1.5}.industry-page__summary{display:flex;gap:16px;background:#0f172acc;border:1px solid rgba(99,102,241,.25);border-radius:16px;padding:16px 20px}.industry-page__summary div{min-width:90px}.industry-page__summary-label{font-size:.9rem;color:#e2e8f0b3}.industry-page__summary-value{font-size:1.4rem;font-weight:600}.industry-page__status{padding:32px;border-radius:20px;background:#0f172abf;border:1px solid rgba(99,102,241,.25);text-align:center;color:#e2e8f0d1}.industry-page__status--error{color:#fca5a5}.industry-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.industry-card{background:#0f172acc;border:1px solid rgba(99,102,241,.25);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:12px}.industry-card--single{gap:14px}.industry-card__title-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.industry-card__title{font-size:1.25rem;font-weight:600}.industry-card__sector{padding:4px 12px;border-radius:999px;background:#6366f12e;color:#c7d2fe;font-size:.85rem;white-space:nowrap}.industry-card__stats{font-size:.95rem;color:#e2e8f0c7;display:flex;gap:16px}.industry-card__samples{display:flex;flex-wrap:wrap;gap:6px}.industry-row__chip{padding:4px 10px;border-radius:999px;background:#1e40af59;font-size:.85rem;color:#bfdbfe}.industry-row__chip--muted{background:#94a3b840;color:#e2e8f0cc}.industry-card__link{align-self:flex-start;padding:8px 16px;border-radius:999px;background:#3b82f62e;color:#c7d2fe;text-decoration:none;font-size:.9rem;transition:background .2s ease,color .2s ease}.industry-card__link:hover{background:#6366f159;color:#fff}@media(max-width:720px){.industry-page__header{flex-direction:column}.industry-page__summary{width:100%;justify-content:space-between}.industry-card__title-row{flex-direction:column;align-items:flex-start}}.portfolio-card{background:var(--card-bg, #101524);border-radius:16px;padding:24px;box-shadow:0 8px 24px #0006;display:flex;flex-direction:column;gap:16px}.portfolio-card--blue{--accent-color: #4cc9f0;border:1px solid rgba(76,201,240,.3)}.portfolio-card--purple{--accent-color: #b5179e;border:1px solid rgba(181,23,158,.3)}.portfolio-card__header{display:flex;flex-direction:column;gap:8px}.portfolio-card__title{font-size:1.3rem;font-weight:700;color:var(--accent-color)}.portfolio-card__dates{font-size:.95rem;color:#ffffffb3}.portfolio-card__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.portfolio-card__metric-label{font-size:.85rem;color:#fff9;margin-bottom:4px}.portfolio-card__metric-value{font-size:1.2rem;font-weight:600}.portfolio-card__extra{border-top:1px solid rgba(255,255,255,.08);padding-top:12px;color:#fffc}@media(max-width:768px){.portfolio-card{padding:16px}.portfolio-card__metrics{grid-template-columns:1fr 1fr}}.portfolio-page{display:flex;flex-direction:column;gap:24px;padding:24px}.portfolio-page__header h1{margin:0 0 8px}.portfolio-page__header p{color:#ffffffb8;margin:0}.portfolio-page__status{padding:16px;border-radius:8px;background:#ffffff0d}.portfolio-page__status--error{color:#ff7a7a;border:1px solid rgba(255,122,122,.3)}.portfolio-page__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.portfolio-page__extra-metrics{display:flex;justify-content:space-between;gap:16px;font-size:.95rem}.portfolio-page__extra-metrics span{color:#fff9;margin-right:4px}.portfolio-page__section{background:#101524d9;border-radius:16px;padding:24px;box-shadow:0 8px 24px #0006}.portfolio-page__charts{display:flex;flex-direction:column;gap:24px}.portfolio-page__chart-title{margin-bottom:8px;font-weight:600}.portfolio-page__chart{background:#05091499;border-radius:12px;padding:16px}.portfolio-chart__tooltip{background:#000c;color:#fff;padding:8px 12px;border-radius:8px;font-size:.9rem;display:flex;flex-direction:column;gap:4px}.portfolio-chart__tooltip-date{font-weight:600}.portfolio-chart__tooltip-row{display:flex;justify-content:space-between;gap:16px}.portfolio-compare-table{overflow-x:auto;margin-top:12px}.portfolio-compare-table table{width:100%;border-collapse:collapse}.portfolio-composition{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:16px}.portfolio-composition__card{background:#05091499;border-radius:12px;padding:16px;box-shadow:inset 0 0 0 1px #ffffff0a}.portfolio-composition__title{font-weight:600;margin-bottom:12px}.portfolio-composition__card table{width:100%;border-collapse:collapse;font-size:.9rem}.portfolio-composition__card th,.portfolio-composition__card td{padding:6px 4px;border-bottom:1px solid rgba(255,255,255,.06)}.portfolio-compare-table th,.portfolio-compare-table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}.portfolio-page__analysis{font-size:.95rem;line-height:1.6;color:#ffffffd9}@media(max-width:768px){.portfolio-page{padding:16px}.portfolio-page__extra-metrics{flex-direction:column}}:root{font-family:Inter,SF Pro Display,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#0b1120}a{color:inherit}#root{min-height:100vh}
