:root {
    --alpha-ink: #121318;
    --ledger-green: #0B6B57;
    --signal-green: #14B886;
    --alpha-lime: #A6E22E;
    --data-blue: #2F6FED;
    --reserve-violet: #7A4CC2;
    --risk-amber: #D97706;
    --loss-red: #DC2626;
    --paper: #F8FAFC;
    --line: #DDE5ED;
    --page-bg: #071017;
    --page-bg-soft: #0b141d;
    --page-text: #f7fbfb;
    --muted-text: rgba(223, 235, 235, 0.68);
    --soft-text: rgba(223, 235, 235, 0.56);
    --panel-bg: rgba(255, 255, 255, 0.085);
    --panel-bg-strong: rgba(255, 255, 255, 0.14);
    --panel-border: rgba(208, 244, 232, 0.17);
    --panel-border-strong: rgba(89, 240, 189, 0.38);
    --input-bg: rgba(10, 18, 27, 0.82);
    --input-text: #ffffff;
    --input-border: rgba(208, 244, 232, 0.14);
    --nav-bg: rgba(4, 12, 18, 0.86);
    --nav-text: rgba(232, 244, 244, 0.78);
    --nav-border: rgba(255, 255, 255, 0.12);
    --menu-bg: linear-gradient(145deg, rgba(18, 31, 44, 0.96), rgba(7, 16, 23, 0.92)), rgba(7, 16, 23, 0.92);
    --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045)), rgba(7, 16, 23, 0.64);
    --glass-bg-strong: linear-gradient(145deg, rgba(255, 255, 255, 0.135), rgba(255, 255, 255, 0.045)), rgba(7, 16, 23, 0.70);
    --page-gradient: radial-gradient(circle at 8% 12%, rgba(20, 184, 134, 0.15), transparent 28rem), radial-gradient(circle at 84% 4%, rgba(47, 111, 237, 0.14), transparent 30rem), linear-gradient(180deg, #071017 0%, #081a19 38%, #0f151b 72%, #071017 100%);
    --grid-lines: linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    --ambient-glow: linear-gradient(115deg, rgba(89, 240, 189, 0.08), transparent 30%), linear-gradient(245deg, rgba(121, 168, 255, 0.08), transparent 34%);
    --hero-overlay: linear-gradient(90deg, rgba(5, 10, 16, 0.96) 0%, rgba(6, 18, 20, 0.88) 42%, rgba(5, 10, 16, 0.46) 100%);
    --shadow-soft: 0 22px 58px rgba(0, 0, 0, 0.22);
    --shadow-strong: 0 28px 80px rgba(0, 0, 0, 0.30);
    --footer-bg: rgba(7, 16, 23, 0.95);
    --footer-text: #ffffff;
    --footer-muted: rgba(255, 255, 255, 0.55);
    --premium-bg: var(--page-bg);
    --premium-bg-soft: var(--page-bg-soft);
    --premium-panel: var(--panel-bg);
    --premium-panel-strong: var(--panel-bg-strong);
    --premium-line: var(--panel-border);
    --premium-line-strong: var(--panel-border-strong);
    --premium-text: var(--page-text);
    --premium-muted: var(--muted-text);
    --premium-soft: var(--soft-text);
    --premium-green: #59f0bd;
    --premium-blue: #79a8ff;
}

html[data-theme="light"] {
    color-scheme: light;
    --paper: #F6FAF8;
    --line: rgba(11, 107, 87, 0.16);
    --page-bg: #f4f8f7;
    --page-bg-soft: #eaf3f1;
    --page-text: #121318;
    --muted-text: rgba(35, 49, 59, 0.78);
    --soft-text: rgba(35, 49, 59, 0.68);
    --panel-bg: rgba(255, 255, 255, 0.68);
    --panel-bg-strong: rgba(255, 255, 255, 0.86);
    --panel-border: rgba(11, 107, 87, 0.18);
    --panel-border-strong: rgba(11, 107, 87, 0.32);
    --input-bg: rgba(255, 255, 255, 0.82);
    --input-text: #121318;
    --input-border: rgba(11, 107, 87, 0.20);
    --nav-bg: rgba(248, 250, 252, 0.78);
    --nav-text: rgba(18, 19, 24, 0.76);
    --nav-border: rgba(11, 107, 87, 0.14);
    --menu-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 245, 0.86)), rgba(255, 255, 255, 0.88);
    --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(240, 250, 247, 0.48)), rgba(255, 255, 255, 0.62);
    --glass-bg-strong: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(235, 248, 244, 0.58)), rgba(255, 255, 255, 0.72);
    --page-gradient: radial-gradient(circle at 8% 12%, rgba(20, 184, 134, 0.14), transparent 26rem), radial-gradient(circle at 88% 4%, rgba(47, 111, 237, 0.12), transparent 28rem), linear-gradient(180deg, #f5faf8 0%, #edf6f3 42%, #f8fafc 100%);
    --grid-lines: linear-gradient(90deg, rgba(11, 107, 87, 0.045) 1px, transparent 1px), linear-gradient(0deg, rgba(47, 111, 237, 0.035) 1px, transparent 1px);
    --ambient-glow: linear-gradient(115deg, rgba(20, 184, 134, 0.11), transparent 32%), linear-gradient(245deg, rgba(47, 111, 237, 0.10), transparent 36%);
    --hero-overlay: linear-gradient(90deg, rgba(246, 250, 248, 0.96) 0%, rgba(238, 248, 245, 0.82) 42%, rgba(246, 250, 248, 0.36) 100%);
    --shadow-soft: 0 22px 58px rgba(15, 23, 42, 0.12);
    --shadow-strong: 0 28px 80px rgba(15, 23, 42, 0.16);
    --footer-bg: rgba(247, 250, 249, 0.94);
    --footer-text: #121318;
    --footer-muted: rgba(35, 49, 59, 0.72);
    --premium-green: #0B6B57;
    --premium-blue: #2F6FED;
}

html[data-theme="dark"] {
    color-scheme: dark;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    background: var(--page-gradient);
    color: var(--page-text);
    margin: 0;
}

body::before {
    background: var(--grid-lines);
    background-size: 120px 120px, 96px 96px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(180deg, black 0%, black 62%, transparent 100%);
    pointer-events: none;
    position: fixed;
    z-index: -2;
}

body::after {
    background: var(--ambient-glow);
    content: "";
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1;
}

.numeric {
    font-variant-numeric: tabular-nums;
}

.public-skip-link {
    background: #ffffff;
    border: 2px solid var(--ledger-green);
    border-radius: 8px;
    color: #0b3b31;
    font-size: 0.875rem;
    font-weight: 800;
    left: 1rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: 1rem;
    transform: translateY(-200%);
    transition: transform 120ms ease;
    z-index: 200;
}

.public-skip-link:focus {
    outline: 3px solid rgba(20, 184, 134, 0.35);
    outline-offset: 3px;
    transform: translateY(0);
}

.public-link {
    border-radius: 8px;
    color: var(--nav-text);
    font-size: 0.8125rem;
    font-weight: 650;
    padding: 0.5rem 0.62rem;
}

.public-link:hover {
    background: color-mix(in srgb, var(--premium-green) 12%, transparent);
    color: var(--page-text);
}

.public-link.is-active,
.public-nav-trigger.is-active {
    background: rgba(89, 240, 189, 0.09);
    color: var(--premium-green);
    position: relative;
}

.public-link.is-active::after,
.public-nav-trigger.is-active::after {
    background: linear-gradient(90deg, transparent, var(--premium-green), transparent);
    border-radius: 999px;
    bottom: -0.72rem;
    box-shadow: 0 0 16px rgba(89, 240, 189, 0.62);
    content: "";
    height: 2px;
    left: 0.72rem;
    position: absolute;
    right: 0.72rem;
}

.public-nav-item {
    position: relative;
}

.public-nav-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    gap: 0.28rem;
}

.public-tools-menu {
    backdrop-filter: blur(24px) saturate(150%);
    background: var(--menu-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    box-shadow: var(--shadow-strong);
    display: none;
    left: 50%;
    padding: 1rem;
    position: absolute;
    right: auto;
    top: calc(100% + 0.8rem);
    transform: translateX(-50%);
    width: min(52rem, calc(100vw - 2rem));
    z-index: 70;
}

.public-tools-menu::before {
    content: "";
    height: 0.9rem;
    inset: -0.9rem 0 auto 0;
    position: absolute;
}

.public-nav-item:hover .public-tools-menu,
.public-nav-item:focus-within .public-tools-menu,
.public-nav-item[data-open="true"] .public-tools-menu {
    display: block;
}

.public-tools-menu-header {
    align-items: center;
    border-bottom: 1px solid var(--panel-border);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0 0.25rem 0.9rem;
}

.public-tools-menu-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 1rem;
}

.public-tools-menu-group {
    min-width: 0;
}

.public-tools-menu-title {
    color: var(--premium-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-tools-menu-link {
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--page-text);
    display: flex;
    gap: 0.65rem;
    margin-top: 0.45rem;
    padding: 0.65rem;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.public-tools-menu-link:hover,
.public-tools-menu-link:focus-visible {
    background: color-mix(in srgb, var(--premium-green) 10%, transparent);
    border-color: var(--panel-border-strong);
    outline: none;
    transform: translateY(-1px);
}

.public-tools-menu-icon {
    align-items: center;
    background: rgba(89, 240, 189, 0.11);
    border-radius: 8px;
    color: var(--premium-green);
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    width: 2rem;
    flex-shrink: 0;
}

.public-tools-menu.public-market-menu {
    left: 0;
    transform: none;
    width: min(43rem, calc(100vw - 2rem));
}

.public-tools-menu.public-market-menu .public-tools-menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1024px) {
    .public-shell-header .public-header-inner {
        flex-wrap: nowrap;
        gap: 0.65rem;
    }

    .public-shell-header .public-link {
        font-size: 0.78rem;
        padding: 0.46rem 0.5rem;
        white-space: nowrap;
    }

    .public-shell-header .public-nav-trigger {
        gap: 0.18rem;
    }

    .public-shell-header .public-icon-button {
        height: 2.35rem;
        width: 2.35rem;
    }
}

@media (min-width: 1536px) {
    .public-shell-header .public-header-inner {
        gap: 0.8rem;
    }

    .public-shell-header .public-link {
        font-size: 0.8125rem;
        padding: 0.5rem 0.62rem;
    }

    .public-shell-header .public-icon-button {
        height: 2.5rem;
        width: 2.5rem;
    }
}

.public-mobile-rankings-menu {
    width: 100%;
}

.public-mobile-rankings-menu summary {
    list-style: none;
}

.public-mobile-rankings-menu summary::-webkit-details-marker {
    display: none;
}

.public-mobile-rankings-panel {
    display: grid;
    gap: 0.25rem;
    padding: 0.25rem 0 0.35rem 0.75rem;
}

.section-shell {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: 80rem;
    min-width: 0;
    padding-inline: 1rem;
    width: 100%;
}

main *,
.section-shell > * {
    min-width: 0;
}

h1,
h2,
h3,
p,
a,
button {
    overflow-wrap: anywhere;
}

.portal-input {
    background: var(--input-bg);
    border: 1px solid var(--input-border);
    border-radius: 8px;
    color: var(--input-text);
    min-height: 3rem;
    padding: 0.75rem 1rem;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
    width: 100%;
}

.portal-input::placeholder {
    color: var(--soft-text);
}

.portal-input:focus {
    background: var(--input-bg);
    border-color: var(--panel-border-strong);
    box-shadow: 0 0 0 3px rgba(89, 240, 189, 0.13), var(--shadow-soft);
    outline: none;
}

.asset-table th {
    color: rgba(223, 235, 235, 0.62);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    overflow: visible;
    padding: 0.72rem 0.75rem;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.asset-sort-link,
.asset-sort-label {
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.asset-sort-link {
    line-height: 1.1;
    text-decoration: none;
}

.asset-sort-icon {
    color: currentColor;
    opacity: 0.78;
}

.asset-sort-link:hover .asset-sort-icon,
.asset-sort-link[data-sort-state="asc"] .asset-sort-icon,
.asset-sort-link[data-sort-state="desc"] .asset-sort-icon {
    opacity: 1;
}

.public-tooltip {
    overflow: visible;
}

.public-tooltip-panel {
    display: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-transform: none;
    white-space: normal;
    z-index: 90;
}

.public-tooltip:hover .public-tooltip-panel,
.public-tooltip:focus-within .public-tooltip-panel {
    display: block;
    opacity: 1;
}

.asset-table th .public-tooltip-panel {
    bottom: auto !important;
    left: 50% !important;
    margin-bottom: 0 !important;
    margin-top: 0.5rem !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
}

.asset-table th:first-child .public-tooltip-panel {
    left: 0 !important;
    transform: none !important;
}

.asset-table th:last-child .public-tooltip-panel {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
}

.asset-table td:last-child .public-tooltip-panel {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
}

.metric-card:has(.asset-table) {
    overflow: visible !important;
}

.metric-card.asset-table-card:has(.asset-table) {
    overflow: hidden !important;
}

.asset-table-scroll {
    overflow-x: auto;
    padding-bottom: 0.25rem;
    width: 100%;
}

.asset-table {
    min-width: 100%;
    table-layout: fixed;
}

.asset-table td {
    border-top: 1px solid rgba(208, 244, 232, 0.10);
    padding: 0.78rem 0.75rem;
    vertical-align: middle;
}

.asset-table--compact th {
    font-size: 0.68rem;
    letter-spacing: 0.045em;
    padding-inline: 0.55rem;
}

.asset-table--compact td {
    padding-inline: 0.55rem;
}

.asset-table--compact .asset-sort-link {
    gap: 0.2rem;
}

.asset-table--compact .asset-sort-icon {
    height: 0.78rem;
    width: 0.78rem;
}

.asset-table--compact th .public-tooltip-trigger {
    height: 0.9rem;
    width: 0.9rem;
}

.asset-table--compact th .public-tooltip-trigger svg {
    height: 0.76rem;
    width: 0.76rem;
}

.asset-table td.numeric {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .asset-table {
        min-width: var(--asset-table-min-width, 820px);
        table-layout: auto;
    }
}

.asset-table tbody tr {
    transition: background 160ms ease;
}

.asset-table tbody tr:hover {
    background: rgba(89, 240, 189, 0.06);
}

.market-strip-item {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
}

.hero-background {
    background:
        var(--hero-overlay),
        var(--hero-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

@supports (background-image: image-set(url("") type("image/webp"))) {
    .hero-background {
        background:
            var(--hero-overlay),
            var(--hero-image-modern, var(--hero-image));
    }

    @media (max-width: 768px) {
        .hero-background {
            background:
                var(--hero-overlay),
                var(--hero-image-mobile, var(--hero-image-modern, var(--hero-image)));
        }
    }
}

.hero-background::after {
    background:
        radial-gradient(circle at 22% 26%, rgba(89, 240, 189, 0.14), transparent 26rem),
        radial-gradient(circle at 78% 36%, rgba(121, 168, 255, 0.12), transparent 28rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%, rgba(7, 16, 23, 0.92) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.hero-glass,
.hero-glass-dark {
    backdrop-filter: blur(24px) saturate(155%);
    border-radius: 8px;
    box-shadow: var(--shadow-strong);
}

.hero-glass {
    background: var(--glass-bg);
    border: 1px solid var(--panel-border);
    color: var(--premium-text);
}

.hero-glass-dark {
    background: var(--glass-bg-strong);
    border: 1px solid var(--panel-border);
    color: var(--page-text);
}

.hero-stat-card {
    backdrop-filter: blur(18px) saturate(145%);
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    color: var(--page-text);
    box-shadow: var(--shadow-soft);
}

.hero-stat-card .hero-stat-label {
    color: var(--soft-text);
    font-size: 0.72rem;
    font-weight: 750;
}

.surface-band {
    background:
        linear-gradient(135deg, rgba(47, 111, 237, 0.10), transparent 38%),
        linear-gradient(225deg, rgba(89, 240, 189, 0.10), transparent 42%),
        var(--panel-bg);
}

.ink-band {
    background:
        linear-gradient(135deg, rgba(89, 240, 189, 0.13), transparent 36%),
        linear-gradient(225deg, rgba(47, 111, 237, 0.15), transparent 42%),
        rgba(7, 16, 23, 0.92);
    color: #f7fbfb;
}

.glass-panel,
.metric-card {
    backdrop-filter: blur(20px) saturate(150%);
    background: var(--glass-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    color: var(--premium-text);
}

.glass-panel-dark {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
}

.visual-frame {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46)),
        rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(221, 229, 237, 0.82);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    padding: 0.5rem;
}

.visual-frame.is-dark {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
        rgba(15, 23, 42, 0.2);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
}

.visual-image {
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.media-tile {
    background:
        linear-gradient(135deg, rgba(89, 240, 189, 0.12), transparent 42%),
        linear-gradient(225deg, rgba(47, 111, 237, 0.12), transparent 46%),
        var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.asset-mark {
    align-items: center;
    background: var(--alpha-ink);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
}

.data-chip {
    align-items: center;
    border: 1px solid rgba(208, 244, 232, 0.15);
    border-radius: 8px;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 650;
    gap: 0.35rem;
    padding: 0.45rem 0.65rem;
}

.tint-blue {
    background: rgba(121, 168, 255, 0.12);
    color: #b9d0ff;
}

.tint-green {
    background: rgba(89, 240, 189, 0.12);
    color: #86ffd1;
}

.tint-violet {
    background: rgba(181, 156, 255, 0.12);
    color: #d6c9ff;
}

.tint-amber {
    background: rgba(217, 119, 6, 0.12);
    color: #ffd38a;
}

.mini-bar {
    background: linear-gradient(180deg, var(--data-blue), var(--ledger-green));
    border-radius: 999px 999px 3px 3px;
    min-height: 18px;
}

.heat-cell {
    border: 1px solid rgba(221, 229, 237, 0.85);
    border-radius: 8px;
    min-height: 5.25rem;
    padding: 0.75rem;
}

.lift-card {
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lift-card:hover {
    border-color: rgba(89, 240, 189, 0.42);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.30);
    transform: translateY(-2px);
}

.investor-hero-copy {
    max-width: 45rem;
}

.investor-hero-kicker {
    color: var(--premium-green);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.investor-hero-title {
    color: var(--page-text);
    font-size: clamp(2.55rem, 5vw, 4.45rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.02;
}

.investor-hero-lead {
    color: var(--muted-text);
    font-size: 1.05rem;
    line-height: 1.75;
}

.market-dashboard-strip,
.investor-filter-bar,
.investor-glass-panel {
    backdrop-filter: blur(26px) saturate(165%);
    background: var(--glass-bg-strong);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    box-shadow: var(--shadow-strong);
    color: var(--premium-text);
}

.market-dashboard-strip {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    padding: 0.7rem;
}

.market-dashboard-item {
    border-right: 1px solid var(--panel-border);
    min-width: 0;
    padding: 0.25rem 0.75rem;
}

.market-dashboard-item:last-child {
    border-right: 0;
}

.market-dashboard-label,
.investor-card-label {
    color: var(--soft-text);
    font-size: 0.72rem;
    font-weight: 760;
}

.market-dashboard-value {
    color: var(--page-text);
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.15;
}

.investor-pill {
    align-items: center;
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    color: var(--page-text);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 760;
    gap: 0.42rem;
    min-height: 2.65rem;
    padding: 0.7rem 0.85rem;
}

.investor-pill:hover {
    background: color-mix(in srgb, var(--premium-green) 10%, var(--panel-bg));
    border-color: var(--panel-border-strong);
    color: var(--page-text);
}

.investor-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.investor-class-card,
.investor-tool-card,
.investor-ranking-card {
    backdrop-filter: blur(22px) saturate(150%);
    background: var(--glass-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    color: var(--premium-text);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.investor-class-card:hover,
.investor-tool-card:hover,
.investor-ranking-card:hover {
    border-color: var(--panel-border-strong);
    box-shadow: var(--shadow-strong);
    transform: translateY(-2px);
}

.investor-icon-box {
    align-items: center;
    background: rgba(89, 240, 189, 0.12);
    border: 1px solid rgba(89, 240, 189, 0.24);
    border-radius: 8px;
    color: var(--premium-green);
    display: inline-flex;
    height: 2.55rem;
    justify-content: center;
    width: 2.55rem;
}

.investor-form-grid {
    display: grid;
    gap: 0.75rem;
}

.investor-form-grid label {
    color: rgba(247, 251, 251, 0.78) !important;
    font-size: 0.78rem;
    font-weight: 760;
}

.investor-filter-bar :where(.bg-white\/95, .bg-white\/82, .bg-white\/80, .bg-white\/72),
.investor-filter-bar :where(input, select, textarea, .portal-input) {
    background: rgba(7, 16, 23, 0.78) !important;
    border-color: rgba(208, 244, 232, 0.18) !important;
    color: #ffffff !important;
}

.investor-filter-bar :where(input, textarea, .portal-input)::placeholder {
    color: rgba(223, 235, 235, 0.48) !important;
}

.investor-filter-bar option {
    background: #071017;
    color: #ffffff;
}

.investor-field-shell {
    background: rgba(7, 16, 23, 0.72);
    border: 1px solid rgba(208, 244, 232, 0.16);
    border-radius: 8px;
    color: rgba(247, 251, 251, 0.88);
    min-height: 3.1rem;
    padding: 0.78rem 0.9rem;
}

@media (max-width: 900px) {
    .market-dashboard-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .market-dashboard-item {
        border-right: 0;
        border-bottom: 1px solid rgba(208, 244, 232, 0.12);
    }
}

.legal-stack section {
    backdrop-filter: blur(18px) saturate(150%);
    background: var(--glass-bg);
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    color: var(--premium-text);
    padding: 1.25rem;
}

.legal-stack section :where(h2, h3, h4, strong, a) {
    color: var(--premium-text) !important;
}

.legal-stack section a {
    background: rgba(89, 240, 189, 0.09) !important;
    border-color: rgba(89, 240, 189, 0.22) !important;
    color: var(--premium-text) !important;
}

.legal-stack section a * {
    color: currentColor !important;
}

.legal-stack section :where(p, li, dd, dt, span) {
    color: var(--muted-text) !important;
}

.public-shell-header {
    backdrop-filter: blur(24px) saturate(160%);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--nav-border);
    box-shadow: var(--shadow-soft);
}

.public-shell-header .portal-input {
    background: var(--input-bg);
    border-color: var(--input-border);
    min-height: 2.75rem;
}

.public-icon-button {
    align-items: center;
    border: 1px solid var(--panel-border);
    border-radius: 8px;
    color: var(--nav-text);
    display: inline-flex;
    height: 2.55rem;
    justify-content: center;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
    width: 2.55rem;
}

.public-icon-button:hover,
.public-icon-button:focus-visible {
    background: color-mix(in srgb, var(--premium-green) 10%, transparent);
    border-color: var(--panel-border-strong);
    box-shadow: 0 0 0 3px rgba(89, 240, 189, 0.10);
    color: var(--page-text);
    outline: none;
}

.public-user-button {
    border-color: rgba(89, 240, 189, 0.34);
    color: var(--premium-green);
    box-shadow: 0 0 34px rgba(89, 240, 189, 0.16);
}

.theme-logo {
    display: block;
}

.theme-logo-light,
html[data-theme="light"] .theme-logo-dark,
html[data-theme="dark"] .theme-icon-moon,
html[data-theme="light"] .theme-icon-sun {
    display: none;
}

html[data-theme="light"] .theme-logo-light,
html[data-theme="dark"] .theme-logo-dark,
html[data-theme="dark"] .theme-icon-sun,
html[data-theme="light"] .theme-icon-moon {
    display: block;
}

[data-theme-toggle] {
    cursor: pointer;
}

button.public-link {
    appearance: none;
    background: transparent;
    border: 0;
    font-family: inherit;
}

.public-theme-toggle-mobile {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

.public-footer {
    backdrop-filter: blur(18px) saturate(145%);
    background: var(--footer-bg);
    border-color: var(--nav-border);
    color: var(--footer-text);
}

.public-footer :where(.text-white, .text-white\/55, .text-white\/45) {
    color: var(--footer-muted) !important;
}

.public-footer :where(.font-semibold, .hover\:text-\[var\(--ledger-green\)\]:hover) {
    color: var(--footer-text) !important;
}

[data-public-feedback-toast] {
    background: var(--panel-bg-strong) !important;
    border-color: var(--panel-border) !important;
    color: var(--ledger-green) !important;
}

[data-public-feedback-panel] > div {
    backdrop-filter: blur(24px) saturate(155%);
    background: var(--panel-bg-strong) !important;
    border-color: var(--panel-border) !important;
    color: var(--page-text) !important;
}

[data-public-feedback-panel] :where(.text-slate-950, .text-slate-900, .text-slate-800, label) {
    color: var(--page-text) !important;
}

[data-public-feedback-panel] :where(.text-slate-700, .text-slate-600, .text-slate-500) {
    color: var(--muted-text) !important;
}

[data-public-feedback-panel] :where(input, textarea) {
    background: var(--input-bg) !important;
    border-color: var(--input-border) !important;
    color: var(--input-text) !important;
}

[data-public-feedback-panel] :where(input, textarea)::placeholder {
    color: var(--soft-text) !important;
}

@media (max-width: 640px) {
    [data-public-feedback-trigger] {
        align-items: center;
        bottom: auto !important;
        height: 3rem;
        justify-content: center;
        margin: 1rem 1rem 0 auto;
        padding: 0 1rem;
        position: relative !important;
        right: auto !important;
        width: fit-content;
    }

    [data-public-feedback-trigger] .public-feedback-label {
        display: inline;
    }
}

@media (max-width: 1023px) {
    .public-shell-header .public-header-inner {
        gap: 0.5rem;
        min-height: 0;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .public-shell-header .theme-logo {
        height: 2rem;
    }

    [data-public-mobile-nav] {
        flex-wrap: nowrap !important;
        gap: 0.125rem;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-top: 0.375rem;
        scrollbar-width: thin;
    }

    [data-public-mobile-nav] > *,
    [data-public-mobile-nav] .public-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    [data-public-mobile-nav] .public-link {
        font-size: 0.75rem;
        padding: 0.4rem 0.5rem;
    }

    [data-public-mobile-nav] .public-mobile-rankings-menu {
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.public-tools-menu .text-\[var\(--alpha-ink\)\],
.public-tools-menu .text-slate-950,
.public-tools-menu .text-slate-900 {
    color: #f7fbfb !important;
}

.public-tools-menu .text-slate-500,
.public-tools-menu .text-slate-600 {
    color: rgba(223, 235, 235, 0.62) !important;
}

body > main .text-\[var\(--alpha-ink\)\],
body > main h1,
body > main h2,
body > main h3 {
    color: var(--premium-text);
}

body > main .text-slate-300,
body > main .text-slate-400,
body > main .text-slate-500,
body > main .text-slate-600,
body > main .text-slate-700 {
    color: var(--premium-muted) !important;
}

body > main:not(.asset-page-premium) .text-\[var\(--ledger-green\)\],
body > main:not(.asset-page-premium) .hover\:text-\[var\(--ledger-green\)\]:hover {
    color: var(--premium-green) !important;
}

body > main:not(.asset-page-premium) .text-emerald-700 {
    color: #86ffd1 !important;
}

body > main:not(.asset-page-premium) .text-red-600 {
    color: #ff9aa4 !important;
}

body > main:not(.asset-page-premium) .text-\[var\(--loss-red\)\] {
    color: #ff9aa4 !important;
}

body > main:not(.asset-page-premium) .text-amber-700,
body > main:not(.asset-page-premium) .text-\[var\(--risk-amber\)\] {
    color: #ffd38a !important;
}

body > main .bg-white\/86,
body > main > section.bg-white\/86,
body > main > section.bg-\[var\(--paper\)\] {
    background:
        linear-gradient(135deg, rgba(121, 168, 255, 0.06), transparent 36%),
        rgba(7, 16, 23, 0.76) !important;
}

body > main .border-\[var\(--line\)\] {
    border-color: rgba(208, 244, 232, 0.13) !important;
}

body > main .bg-\[var\(--paper\)\] {
    background: rgba(255, 255, 255, 0.07) !important;
}

body > main .bg-\[var\(--alpha-ink\)\] {
    background: rgba(89, 240, 189, 0.14) !important;
}

body > main a.hover\:bg-slate-50:hover,
body > main a.hover\:bg-emerald-50\/50:hover {
    background: rgba(89, 240, 189, 0.08) !important;
}

body > main:not(.asset-page-premium) .text-\[var\(--alpha-ink\)\],
body > main:not(.asset-page-premium) .text-slate-950,
body > main:not(.asset-page-premium) .text-slate-900,
body > main:not(.asset-page-premium) .text-slate-800,
body > main:not(.asset-page-premium) h1,
body > main:not(.asset-page-premium) h2,
body > main:not(.asset-page-premium) h3,
body > main:not(.asset-page-premium) h4,
body > main:not(.asset-page-premium) label,
body > main:not(.asset-page-premium) summary {
    color: var(--premium-text) !important;
}

body > main:not(.asset-page-premium) :where(.bg-white, .bg-white\/55, .bg-white\/60, .bg-white\/70, .bg-white\/72, .bg-white\/78, .bg-white\/80, .bg-white\/82, .bg-white\/84, .bg-white\/86, .bg-white\/88, .bg-white\/90, .bg-white\/92, .bg-white\/95, .bg-slate-50, .bg-slate-50\/80, .bg-slate-100, .bg-zinc-50, .bg-blue-50, .bg-indigo-50, .bg-cyan-50, .bg-emerald-50, .bg-emerald-50\/40, .bg-emerald-50\/50, .bg-emerald-50\/75, .bg-emerald-100, .bg-green-50, .bg-amber-50, .bg-red-50, .bg-rose-50):not(a):not(button):not(input):not(textarea):not(select) {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
        rgba(7, 16, 23, 0.66) !important;
    border-color: rgba(208, 244, 232, 0.16) !important;
    color: var(--premium-text) !important;
}

body > main:not(.asset-page-premium) :where(.bg-white, .bg-white\/55, .bg-white\/60, .bg-white\/70, .bg-white\/72, .bg-white\/78, .bg-white\/80, .bg-white\/82, .bg-white\/84, .bg-white\/86, .bg-white\/88, .bg-white\/90, .bg-white\/92, .bg-white\/95, .bg-slate-50, .bg-slate-50\/80, .bg-slate-100, .bg-zinc-50, .bg-blue-50, .bg-indigo-50, .bg-cyan-50, .bg-emerald-50, .bg-emerald-50\/40, .bg-emerald-50\/50, .bg-emerald-50\/75, .bg-emerald-100, .bg-green-50, .bg-amber-50, .bg-red-50, .bg-rose-50):not(a):not(button) :where(.text-slate-950, .text-slate-900, .text-slate-800, .text-slate-700, .text-blue-950, .text-blue-800, .text-blue-700, .text-emerald-950, .text-emerald-900, .text-emerald-800, .text-amber-950, .text-amber-900, .text-amber-800, .text-red-700, .text-\[var\(--alpha-ink\)\]) {
    color: var(--premium-text) !important;
}

body > main:not(.asset-page-premium) :where(.bg-white, .bg-white\/55, .bg-white\/60, .bg-white\/70, .bg-white\/72, .bg-white\/78, .bg-white\/80, .bg-white\/82, .bg-white\/84, .bg-white\/86, .bg-white\/88, .bg-white\/90, .bg-white\/92, .bg-white\/95, .bg-slate-50, .bg-slate-50\/80, .bg-slate-100, .bg-zinc-50, .bg-blue-50, .bg-indigo-50, .bg-cyan-50, .bg-emerald-50, .bg-emerald-50\/40, .bg-emerald-50\/50, .bg-emerald-50\/75, .bg-emerald-100, .bg-green-50, .bg-amber-50, .bg-red-50, .bg-rose-50):not(a):not(button) :where(.text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600) {
    color: rgba(223, 235, 235, 0.72) !important;
}

body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100) {
    background: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: var(--alpha-ink) !important;
}

body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100).text-\[var\(--ledger-green\)\],
body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100).text-\[var\(--alpha-ink\)\],
body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100) .text-\[var\(--ledger-green\)\],
body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100) .text-\[var\(--alpha-ink\)\] {
    color: var(--alpha-ink) !important;
}

body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100) * {
    color: currentColor !important;
}

body > main:not(.asset-page-premium) .legal-stack section a.bg-white\/78 {
    background: rgba(89, 240, 189, 0.09) !important;
    border-color: rgba(89, 240, 189, 0.22) !important;
    color: var(--premium-text) !important;
}

body > main:not(.asset-page-premium) .legal-stack section a.bg-white\/78 * {
    color: currentColor !important;
}

body > main:not(.asset-page-premium) a.bg-white,
body > main:not(.asset-page-premium) a.bg-white.text-\[var\(--alpha-ink\)\],
body > main:not(.asset-page-premium) a.bg-white.text-white,
body > main:not(.asset-page-premium) button.bg-white,
body > main:not(.asset-page-premium) button.bg-white.text-\[var\(--alpha-ink\)\],
body > main:not(.asset-page-premium) button.bg-white.text-white {
    background: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: var(--alpha-ink) !important;
}

body > main:not(.asset-page-premium) a.bg-white *,
body > main:not(.asset-page-premium) button.bg-white * {
    color: currentColor !important;
}

body > main:not(.asset-page-premium) :where(input:not([type="checkbox"]):not([type="radio"]), textarea, select, .portal-input) {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
        rgba(7, 16, 23, 0.80) !important;
    border-color: rgba(208, 244, 232, 0.18) !important;
    color: #ffffff !important;
}

body > main:not(.asset-page-premium) :where(input, textarea, .portal-input)::placeholder {
    color: rgba(223, 235, 235, 0.48) !important;
}

body > main:not(.asset-page-premium) :where(input[type="checkbox"], input[type="radio"]) {
    accent-color: var(--ledger-green);
    color: var(--premium-green) !important;
}

body > main:not(.asset-page-premium) select option {
    background: #071017;
    color: #ffffff;
}

[data-public-search-listbox] {
    backdrop-filter: blur(22px) saturate(150%);
    background:
        linear-gradient(145deg, rgba(18, 31, 44, 0.98), rgba(7, 16, 23, 0.96)) !important;
    border-color: rgba(208, 244, 232, 0.18) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

[data-public-search-listbox] button {
    background: transparent !important;
    color: var(--premium-text);
}

[data-public-search-listbox] button:hover,
[data-public-search-listbox] button[aria-selected="true"] {
    background: rgba(89, 240, 189, 0.10) !important;
}

[data-public-search-listbox] .text-slate-950,
[data-public-search-listbox] .text-slate-900 {
    color: #ffffff !important;
}

[data-public-search-listbox] .text-slate-500,
[data-public-search-listbox] .text-slate-600 {
    color: rgba(223, 235, 235, 0.60) !important;
}

html[data-theme="light"] .public-tools-menu .text-\[var\(--alpha-ink\)\],
html[data-theme="light"] .public-tools-menu .text-slate-950,
html[data-theme="light"] .public-tools-menu .text-slate-900 {
    color: var(--page-text) !important;
}

html[data-theme="light"] .public-tools-menu .text-slate-500,
html[data-theme="light"] .public-tools-menu .text-slate-600 {
    color: var(--muted-text) !important;
}

html[data-theme="light"] body > main .text-\[var\(--alpha-ink\)\],
html[data-theme="light"] body > main h1,
html[data-theme="light"] body > main h2,
html[data-theme="light"] body > main h3 {
    color: var(--page-text) !important;
}

html[data-theme="light"] body > main .text-slate-300,
html[data-theme="light"] body > main .text-slate-400,
html[data-theme="light"] body > main .text-slate-500,
html[data-theme="light"] body > main .text-slate-600,
html[data-theme="light"] body > main .text-slate-700 {
    color: var(--muted-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .text-\[var\(--ledger-green\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .text-\[var\(--alpha-lime\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .hover\:text-\[var\(--ledger-green\)\]:hover,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-emerald-200,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-emerald-300,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-emerald-700 {
    color: #064e3b !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .text-red-600,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-\[var\(--loss-red\)\] {
    color: var(--loss-red) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .text-amber-700,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-\[var\(--risk-amber\)\] {
    color: var(--risk-amber) !important;
}

html[data-theme="light"] body > main .bg-white\/86,
html[data-theme="light"] body > main > section.bg-white\/86,
html[data-theme="light"] body > main > section.bg-\[var\(--paper\)\],
html[data-theme="light"] body > main .bg-\[var\(--paper\)\] {
    background: var(--panel-bg) !important;
}

html[data-theme="light"] body > main .border-\[var\(--line\)\] {
    border-color: var(--panel-border) !important;
}

html[data-theme="light"] body > main .bg-\[var\(--alpha-ink\)\] {
    background: var(--ledger-green) !important;
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .bg-slate-950 {
    background: #121318 !important;
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .bg-slate-950 * {
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .text-\[var\(--alpha-ink\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .text-slate-950,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-slate-900,
html[data-theme="light"] body > main:not(.asset-page-premium) .text-slate-800,
html[data-theme="light"] body > main:not(.asset-page-premium) h1,
html[data-theme="light"] body > main:not(.asset-page-premium) h2,
html[data-theme="light"] body > main:not(.asset-page-premium) h3,
html[data-theme="light"] body > main:not(.asset-page-premium) h4,
html[data-theme="light"] body > main:not(.asset-page-premium) label,
html[data-theme="light"] body > main:not(.asset-page-premium) summary {
    color: var(--page-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) :where(.bg-white, .bg-white\/55, .bg-white\/60, .bg-white\/70, .bg-white\/72, .bg-white\/78, .bg-white\/80, .bg-white\/82, .bg-white\/84, .bg-white\/86, .bg-white\/88, .bg-white\/90, .bg-white\/92, .bg-white\/95, .bg-slate-50, .bg-slate-50\/80, .bg-slate-100, .bg-zinc-50, .bg-blue-50, .bg-indigo-50, .bg-cyan-50, .bg-emerald-50, .bg-emerald-50\/40, .bg-emerald-50\/50, .bg-emerald-50\/75, .bg-emerald-100, .bg-green-50, .bg-amber-50, .bg-red-50, .bg-rose-50):not(a):not(button):not(input):not(textarea):not(select) {
    background: var(--panel-bg-strong) !important;
    border-color: var(--panel-border) !important;
    color: var(--page-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) :where(.bg-white, .bg-white\/55, .bg-white\/60, .bg-white\/70, .bg-white\/72, .bg-white\/78, .bg-white\/80, .bg-white\/82, .bg-white\/84, .bg-white\/86, .bg-white\/88, .bg-white\/90, .bg-white\/92, .bg-white\/95, .bg-slate-50, .bg-slate-50\/80, .bg-slate-100, .bg-zinc-50, .bg-blue-50, .bg-indigo-50, .bg-cyan-50, .bg-emerald-50, .bg-emerald-50\/40, .bg-emerald-50\/50, .bg-emerald-50\/75, .bg-emerald-100, .bg-green-50, .bg-amber-50, .bg-red-50, .bg-rose-50):not(a):not(button) :where(.text-slate-950, .text-slate-900, .text-slate-800, .text-slate-700, .text-blue-950, .text-blue-800, .text-blue-700, .text-emerald-950, .text-emerald-900, .text-emerald-800, .text-amber-950, .text-amber-900, .text-amber-800, .text-red-700, .text-\[var\(--alpha-ink\)\]) {
    color: var(--page-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) :where(.bg-white, .bg-white\/55, .bg-white\/60, .bg-white\/70, .bg-white\/72, .bg-white\/78, .bg-white\/80, .bg-white\/82, .bg-white\/84, .bg-white\/86, .bg-white\/88, .bg-white\/90, .bg-white\/92, .bg-white\/95, .bg-slate-50, .bg-slate-50\/80, .bg-slate-100, .bg-zinc-50, .bg-blue-50, .bg-indigo-50, .bg-cyan-50, .bg-emerald-50, .bg-emerald-50\/40, .bg-emerald-50\/50, .bg-emerald-50\/75, .bg-emerald-100, .bg-green-50, .bg-amber-50, .bg-red-50, .bg-rose-50):not(a):not(button) :where(.text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600) {
    color: var(--muted-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) :where(a.bg-white, a.bg-white\/70, a.bg-white\/72, a.bg-white\/78, a.bg-white\/80, a.bg-white\/82, a.bg-white\/84, a.bg-white\/86, a.bg-white\/88, a.bg-white\/90, a.bg-white\/92, a.bg-white\/95, button.bg-white, button.bg-white\/70, button.bg-white\/72, button.bg-white\/78, button.bg-white\/80, button.bg-white\/82, button.bg-white\/84, button.bg-white\/86, button.bg-white\/88, button.bg-white\/90, button.bg-white\/92, button.bg-white\/95, a.bg-slate-50, a.bg-slate-100, button.bg-slate-50, button.bg-slate-100, a.bg-emerald-50, a.bg-emerald-100, button.bg-emerald-50, button.bg-emerald-100) {
    background: rgba(255, 255, 255, 0.86) !important;
    border-color: var(--panel-border) !important;
    color: var(--page-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .legal-stack section a.bg-white\/78 {
    background: rgba(11, 107, 87, 0.08) !important;
    border-color: rgba(11, 107, 87, 0.18) !important;
    color: var(--page-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) :where(input:not([type="checkbox"]):not([type="radio"]), textarea, select, .portal-input) {
    background: var(--input-bg) !important;
    border-color: var(--input-border) !important;
    color: var(--input-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) :where(input, textarea, .portal-input)::placeholder {
    color: var(--soft-text) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) select option {
    background: #ffffff;
    color: var(--page-text);
}

html[data-theme="light"] [data-public-search-listbox] {
    background: var(--menu-bg) !important;
    border-color: var(--panel-border) !important;
    box-shadow: var(--shadow-strong) !important;
}

html[data-theme="light"] [data-public-search-listbox] button {
    color: var(--page-text) !important;
}

html[data-theme="light"] [data-public-search-listbox] button:hover,
html[data-theme="light"] [data-public-search-listbox] button[aria-selected="true"] {
    background: rgba(11, 107, 87, 0.08) !important;
}

html[data-theme="light"] [data-public-search-listbox] .text-slate-950,
html[data-theme="light"] [data-public-search-listbox] .text-slate-900 {
    color: var(--page-text) !important;
}

html[data-theme="light"] [data-public-search-listbox] .text-slate-500,
html[data-theme="light"] [data-public-search-listbox] .text-slate-600 {
    color: var(--muted-text) !important;
}

html[data-theme="light"] .hero-background::after {
    background:
        radial-gradient(circle at 22% 26%, rgba(20, 184, 134, 0.12), transparent 25rem),
        radial-gradient(circle at 78% 36%, rgba(47, 111, 237, 0.10), transparent 27rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 36%, rgba(248, 250, 252, 0.86) 100%);
}

html[data-theme="light"] .indices-market-hero.hero-background::after {
    background:
        radial-gradient(circle at 22% 26%, rgba(20, 184, 134, 0.18), transparent 25rem),
        radial-gradient(circle at 78% 36%, rgba(47, 111, 237, 0.16), transparent 27rem),
        linear-gradient(90deg, rgba(5, 10, 16, 0.86) 0%, rgba(6, 18, 20, 0.70) 42%, rgba(5, 10, 16, 0.38) 100%),
        linear-gradient(180deg, rgba(5, 10, 16, 0.20), transparent 42%, rgba(248, 250, 252, 0.72) 100%);
}

html[data-theme="light"] .indices-market-hero :where(h1, .text-white) {
    color: #ffffff !important;
}

html[data-theme="light"] .indices-market-hero :where(.text-slate-200, p) {
    color: rgba(226, 232, 240, 0.94) !important;
}

html[data-theme="light"] .indices-market-hero :where(.text-emerald-300) {
    color: #6ee7b7 !important;
}

html[data-theme="light"] :where(.hero-glass, .hero-glass-dark, .hero-stat-card, .metric-card, .glass-panel, .investor-glass-panel, .investor-ranking-card, .market-dashboard-strip, .investor-filter-bar) :where(.text-white, .text-white\/84) {
    color: var(--page-text) !important;
}

html[data-theme="light"] :where(.hero-glass, .hero-glass-dark, .hero-stat-card, .metric-card, .glass-panel, .investor-glass-panel, .investor-ranking-card, .market-dashboard-strip, .investor-filter-bar) :where(.text-white\/45, .text-white\/50, .text-white\/55, .text-white\/60, .text-white\/70, .text-white\/72, .text-white\/75, .text-white\/80, .text-slate-200, .text-slate-300, .text-slate-400, .text-slate-500, .text-slate-600) {
    color: var(--muted-text) !important;
}

html[data-theme="light"] .asset-table th {
    color: rgba(18, 19, 24, 0.62) !important;
}

html[data-theme="light"] .asset-table td {
    border-color: rgba(18, 19, 24, 0.08) !important;
    color: var(--page-text);
}

html[data-theme="light"] .asset-table :where(a.text-white, .text-white) {
    color: var(--page-text) !important;
}

html[data-theme="light"] .asset-table :where(.text-white\/45, .text-white\/50, .text-white\/55, .text-white\/60, .text-white\/70, .text-white\/72, .text-white\/75, .text-white\/80, .text-slate-400, .text-slate-500, .text-slate-600) {
    color: var(--muted-text) !important;
}

html[data-theme="light"] :where(.metric-card, .glass-panel, .asset-table, .investor-glass-panel, .investor-ranking-card) .public-tooltip-panel[data-tone="dark"] {
    color: #f8fafc !important;
}

html[data-theme="light"] .tint-green {
    background: rgba(11, 107, 87, 0.10) !important;
    border-color: rgba(11, 107, 87, 0.18) !important;
    color: var(--ledger-green) !important;
}

html[data-theme="light"] .tint-blue {
    background: rgba(47, 111, 237, 0.10) !important;
    border-color: rgba(47, 111, 237, 0.18) !important;
    color: var(--alpha-blue) !important;
}

html[data-theme="light"] .tint-amber {
    background: rgba(217, 119, 6, 0.10) !important;
    border-color: rgba(217, 119, 6, 0.18) !important;
    color: #9a5b05 !important;
}

html[data-theme="light"] body > main :where(.bg-\[var\(--ledger-green\)\], .bg-\[\#0b6b57\]) {
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band {
    background:
        linear-gradient(135deg, rgba(89, 240, 189, 0.18), transparent 36%),
        linear-gradient(225deg, rgba(47, 111, 237, 0.18), transparent 42%),
        rgba(7, 36, 32, 0.96);
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band h1,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band h2,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band h3,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band h4,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band strong,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/84,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-950,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-900,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-800,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-\[var\(--alpha-ink\)\] {
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band p,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band li,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band span,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band small,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/45,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/50,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/55,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/60,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/70,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/72,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/75,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-white\/80,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-200,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-300,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-400,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-500,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-slate-600 {
    color: rgba(247, 251, 251, 0.76) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-emerald-200,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-emerald-300,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-\[var\(--alpha-lime\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .text-\[var\(--ledger-green\)\] {
    color: #9ff7ce !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a:not(.bg-white):not(.bg-white\/70):not(.bg-white\/72):not(.bg-white\/78):not(.bg-white\/80):not(.bg-white\/82):not(.bg-white\/84):not(.bg-white\/86):not(.bg-white\/88):not(.bg-white\/90):not(.bg-white\/92):not(.bg-white\/95),
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button:not(.bg-white):not(.bg-white\/70):not(.bg-white\/72):not(.bg-white\/78):not(.bg-white\/80):not(.bg-white\/82):not(.bg-white\/84):not(.bg-white\/86):not(.bg-white\/88):not(.bg-white\/90):not(.bg-white\/92):not(.bg-white\/95) {
    color: #f7fbfb !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a:not(.bg-white):not(.bg-white\/70):not(.bg-white\/72):not(.bg-white\/78):not(.bg-white\/80):not(.bg-white\/82):not(.bg-white\/84):not(.bg-white\/86):not(.bg-white\/88):not(.bg-white\/90):not(.bg-white\/92):not(.bg-white\/95) *,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button:not(.bg-white):not(.bg-white\/70):not(.bg-white\/72):not(.bg-white\/78):not(.bg-white\/80):not(.bg-white\/82):not(.bg-white\/84):not(.bg-white\/86):not(.bg-white\/88):not(.bg-white\/90):not(.bg-white\/92):not(.bg-white\/95) * {
    color: currentColor !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a:not(.bg-white) .text-emerald-200,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a:not(.bg-white) .text-emerald-300,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a:not(.bg-white) .text-\[var\(--alpha-lime\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a:not(.bg-white) .text-\[var\(--ledger-green\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button:not(.bg-white) .text-emerald-200,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button:not(.bg-white) .text-emerald-300,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button:not(.bg-white) .text-\[var\(--alpha-lime\)\],
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button:not(.bg-white) .text-\[var\(--ledger-green\)\] {
    color: #9ff7ce !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a.bg-white,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button.bg-white {
    background: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: var(--alpha-ink) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band a.bg-white *,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band button.bg-white * {
    color: currentColor !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .bg-white\/10,
html[data-theme="light"] body > main:not(.asset-page-premium) .ink-band .bg-white\/15 {
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #f7fbfb !important;
}

body > main [data-etf-market-tab][aria-current="page"] {
    background: #ecfdf5 !important;
    border-color: var(--ledger-green) !important;
    color: var(--alpha-ink) !important;
}

body > main [data-etf-market-tab][aria-current="page"] [data-etf-market-tab-label] {
    color: var(--alpha-ink) !important;
}

body > main [data-etf-market-tab][aria-current="page"] [data-etf-market-tab-count] {
    color: var(--ledger-green) !important;
}

body > main [data-etf-market-tab][aria-current="page"] [data-etf-market-tab-description] {
    color: #475569 !important;
}

body > main [data-search-class-card][aria-current="page"] {
    background: #ecfdf5 !important;
    border-color: var(--ledger-green) !important;
    color: var(--alpha-ink) !important;
}

body > main [data-search-class-card][aria-current="page"] [data-search-class-card-title] {
    color: var(--alpha-ink) !important;
}

body > main [data-search-class-card][aria-current="page"] [data-search-class-card-description] {
    color: #475569 !important;
}

body > main [data-search-class-card][aria-current="page"] [data-search-class-card-action] {
    color: var(--ledger-green) !important;
}

body > main [data-search-class-card][aria-current="page"] [data-search-class-card-count] {
    background: #475569 !important;
    border-color: rgba(71, 85, 105, 0.22) !important;
    color: #ffffff !important;
}

body > main.asset-page-premium :where(a.bg-emerald-50, button.bg-emerald-50) {
    color: var(--ledger-green) !important;
}

body > main.asset-page-premium :where(a.bg-emerald-50, button.bg-emerald-50) * {
    color: currentColor !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .indices-market-hero h1,
html[data-theme="light"] body > main:not(.asset-page-premium) .indices-market-hero .text-white {
    color: #ffffff !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .indices-market-hero .text-slate-200,
html[data-theme="light"] body > main:not(.asset-page-premium) .indices-market-hero p {
    color: rgba(226, 232, 240, 0.94) !important;
}

html[data-theme="light"] body > main:not(.asset-page-premium) .indices-market-hero .text-emerald-300 {
    color: #6ee7b7 !important;
}

@media (min-width: 640px) {
    .section-shell {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-shell {
        padding-inline: 2rem;
    }
}
