.ngx-card {
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, Canvas 96%, currentColor 4%);
    margin: 0 0 1rem;
    overflow: hidden;
}

.ngx-card__header,
.ngx-card__toolbar,
.ngx-card__body {
    padding: 0.9rem 1rem;
}

.ngx-card__header {
    border-bottom: 1px solid color-mix(in srgb, currentColor 10%, transparent);
}

.ngx-card__title {
    margin: 0;
    font: inherit;
    font-weight: 700;
}

.ngx-card__toolbar {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid color-mix(in srgb, currentColor 8%, transparent);
}

.ngx-search-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font: inherit;
    font-size: 0.92em;
}

.ngx-search-empty-state {
    margin-left: 0.75rem;
    font-size: 0.84em;
    opacity: 0.78;
}

@media (max-width: 768px) {
    .ngx-search-empty-state {
        display: block;
        margin-left: 0;
        margin-top: 0.4rem;
    }
}

.ngx-table-search {
    font: inherit;
    color: inherit;
    background: transparent;
    border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
    min-width: 200px;
}

.ngx-table {
    width: 100%;
    border-collapse: collapse;
    font: inherit;
    min-width: 720px;
}

.ngx-table th,
.ngx-table td {
    padding: 0.65rem 0.55rem;
    border-bottom: 1px solid color-mix(in srgb, currentColor 8%, transparent);
    text-align: left;
    vertical-align: top;
}

.ngx-density-compact .ngx-card__header,
.ngx-density-compact .ngx-card__toolbar,
.ngx-density-compact .ngx-card__body {
    padding: 0.6rem 0.75rem;
}

.ngx-density-compact .ngx-table th,
.ngx-density-compact .ngx-table td {
    padding: 0.42rem 0.45rem;
}

.ngx-density-compact .ngx-table-search {
    min-width: 160px;
    padding: 0.25rem 0.45rem;
}

.ngx-density-compact .ngx-meta {
    margin-top: 0.5rem;
    font-size: 0.86em;
}

@media (max-width: 768px) {
    .ngx-density-auto .ngx-card__header,
    .ngx-density-auto .ngx-card__toolbar,
    .ngx-density-auto .ngx-card__body {
        padding: 0.6rem 0.75rem;
    }

    .ngx-density-auto .ngx-table th,
    .ngx-density-auto .ngx-table td {
        padding: 0.42rem 0.45rem;
    }

    .ngx-density-auto .ngx-table-search {
        min-width: 160px;
        padding: 0.25rem 0.45rem;
    }

    .ngx-density-auto .ngx-meta {
        margin-top: 0.5rem;
        font-size: 0.86em;
    }
}

.ngx-table thead th {
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    position: sticky;
    top: 0;
    background: color-mix(in srgb, Canvas 96%, currentColor 4%);
    z-index: 1;
}

.ngx-table thead th[data-sort-direction="asc"]::after {
    content: " ▲";
    font-size: 0.8em;
}

.ngx-table thead th[data-sort-direction="desc"]::after {
    content: " ▼";
    font-size: 0.8em;
}

.ngx-table tbody tr:hover {
    background: color-mix(in srgb, currentColor 6%, transparent);
}

.ngx-row {
    cursor: pointer;
}

.ngx-symbol {
    font-weight: 700;
}

.ngx-volume {
    font-size: 0.9em;
}

.ngx-muted {
    opacity: 0.78;
}

.ngx-positive {
    color: #0f9d58;
}

.ngx-negative {
    color: #d93025;
}

.ngx-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.ngx-cell-positive {
    color: #0f9d58;
    font-weight: 600;
}

.ngx-cell-negative {
    color: #d93025;
    font-weight: 600;
}

.ngx-market-movers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ngx-market-movers-grid--stack {
    grid-template-columns: 1fr;
}

.ngx-homepage-exchange-widget {
    margin: 0 0 1.25rem;
}

.ngx-homepage-exchange-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.75rem;
}

.ngx-homepage-exchange-widget__title {
    margin: 0;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 700;
}

.ngx-toggle-actions {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    flex-wrap: wrap;
}

.ngx-toggle-totals {
    font-size: 0.85em;
    opacity: 0.78;
    margin-left: 0.35rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ngx-toggle-totals .ngx-count.is-active {
    font-weight: 700;
    opacity: 1;
}

.ngx-toggle-btn,
.ngx-page-btn {
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    background: transparent;
    color: inherit;
    border-radius: 8px;
    padding: 0.28rem 0.55rem;
    font: inherit;
    cursor: pointer;
}

.ngx-toggle-btn.is-active,
.ngx-page-btn.is-active {
    background: color-mix(in srgb, currentColor 12%, transparent);
    font-weight: 600;
}

.ngx-table-footer {
    margin-top: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.ngx-table-pagination {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ngx-table-controls label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9em;
}

.ngx-page-size {
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0.25rem 0.45rem;
}

.ngx-table-summary {
    opacity: 0.82;
}

.ngx-meta {
    margin: 0.75rem 0 0;
    font-size: 0.92em;
    opacity: 0.85;
}

.ngx-data-message {
    padding: 0.85rem 1rem;
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    border-radius: 10px;
    margin: 0 0 1rem;
}

.ngx-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    margin: 0 0 1rem;
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    background: color-mix(in srgb, Canvas 96%, currentColor 4%);
    line-height: 1.55;
}

.ngx-notice__icon {
    flex: 0 0 auto;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
}

.ngx-notice__text {
    margin: 0;
}

.ngx-notice--pending {
    border-color: color-mix(in srgb, #c9a227 45%, transparent);
    background: color-mix(in srgb, #fff9e8 88%, #c9a227 12%);
}

.ngx-notice--pending .ngx-notice__icon {
    background: #c9a227;
    color: #fff;
}

.ngx-notice--error {
    border-color: color-mix(in srgb, #d93025 35%, transparent);
    background: color-mix(in srgb, #fff5f4 90%, #d93025 10%);
}

.ngx-notice--error .ngx-notice__icon {
    background: #d93025;
    color: #fff;
}

.ngx-notice--info {
    border-color: color-mix(in srgb, #0f2b5b 25%, transparent);
    background: color-mix(in srgb, #f8fbff 92%, #0f2b5b 8%);
}

.ngx-notice--info .ngx-notice__icon {
    background: #0f2b5b;
    color: #fff;
}

.ngx-equity-symbol {
    display: block;
    font-weight: 700;
    color: #0f2b5b;
}

.ngx-equity-company {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.82em;
    color: #64748b;
    line-height: 1.35;
}

.ngx-market-now.ngx-card {
    border-radius: 14px;
    box-shadow: 0 10px 30px color-mix(in srgb, #000 8%, transparent);
}

.ngx-market-now .ngx-toggle-actions {
    gap: 0.5rem;
}

.ngx-market-now .ngx-toggle-btn {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ngx-market-now .ngx-toggle-btn.is-active {
    background: var(--ngx-brand-primary, #124b90);
    color: #fff;
    border-color: var(--ngx-brand-primary, #124b90);
}

.ngx-rank {
    width: 2.25rem;
    text-align: center;
    font-weight: 700;
    color: color-mix(in srgb, var(--ngx-brand-primary, #124b90) 55%, #64748b);
}

.ngx-modal[hidden] {
    display: none;
}

.ngx-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.ngx-modal-content {
    width: min(680px, 96vw);
    background: #fff;
    color: #111;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
}

.ngx-modal-close {
    position: absolute;
    right: 0.6rem;
    top: 0.45rem;
    border: 0;
    background: transparent;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

.ngx-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
    margin: 0;
}

.ngx-modal-grid dt {
    font-weight: 600;
}

.ngx-modal-grid dd {
    margin: 0.2rem 0 0;
}

@media (max-width: 768px) {
    .ngx-market-movers-grid--split {
        grid-template-columns: 1fr;
    }
}

.ngx-market-ticker {
    --ngx-brand-primary: #124b90;
    --ngx-brand-primary-soft: #e8f1fa;
    --ngx-ticker-bg: #ffffff;
    --ngx-ticker-fg: #1a1a1a;
    --ngx-ticker-muted: #5c6670;
    --ngx-ticker-border: #e3e9ef;
    --ngx-ticker-accent: var(--ngx-brand-primary);
    --ngx-ticker-speed: 50s;
    margin: 0 0 1rem;
    border: 1px solid var(--ngx-ticker-border);
    border-radius: 12px;
    background: var(--ngx-ticker-bg);
    color: var(--ngx-ticker-fg);
    overflow: hidden;
    box-shadow: 0 4px 18px color-mix(in srgb, var(--ngx-brand-primary) 8%, transparent);
}

.ngx-market-ticker[data-theme="dark"] {
    --ngx-ticker-bg: #0b3d4a;
    --ngx-ticker-fg: #f4fbfc;
    --ngx-ticker-muted: color-mix(in srgb, var(--ngx-ticker-fg) 72%, transparent);
    --ngx-ticker-border: color-mix(in srgb, var(--ngx-ticker-fg) 18%, transparent);
    --ngx-ticker-accent: #7eb8e8;
    box-shadow: 0 8px 24px color-mix(in srgb, #000 12%, transparent);
}

.ngx-market-ticker[data-theme="light"] {
    --ngx-ticker-bg: #f7f9fc;
    --ngx-ticker-fg: #1a1a1a;
    --ngx-ticker-muted: #5c6670;
    --ngx-ticker-border: #dde4eb;
    --ngx-ticker-accent: var(--ngx-brand-primary);
}

/* Break out of Elementor/theme boxed containers — edge-to-edge ticker */
.ngx-header-ticker-wrap {
    position: relative;
    z-index: 390;
    margin: 0;
}

.ngx-header-ticker-wrap .ngx-market-ticker {
    margin-bottom: 0;
}

.ngx-market-ticker--full-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

.ngx-market-ticker--full-bleed .ngx-market-ticker__viewport {
    mask-image: linear-gradient(90deg, transparent 0, #000 1.5%, #000 98.5%, transparent 100%);
}

.ngx-market-ticker__viewport {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.ngx-market-ticker__marquee {
    display: flex;
    width: max-content;
    animation: ngx-ticker-marquee var(--ngx-ticker-speed) linear infinite;
}

.ngx-market-ticker:hover .ngx-market-ticker__marquee {
    animation-play-state: paused;
}

.ngx-market-ticker__list {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ngx-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem 1.1rem;
    border-inline-end: 1px solid var(--ngx-ticker-border);
    font-size: 0.92rem;
    line-height: 1.2;
    white-space: nowrap;
}

.ngx-tradingview-ticker,
.ngx-tv-indices-ticker,
.ngx-tv-chart,
.ngx-tv-symbol-info,
.ngx-tv-market-overview,
.ngx-tv-screener {
    margin: 0 0 1rem;
    min-height: 46px;
}

.ngx-tv-chart,
.ngx-tv-market-overview,
.ngx-tv-screener {
    min-height: 320px;
}

.ngx-tv-market-overview--tall {
    min-height: 640px;
}

.ngx-tv-market-overview--tall .tradingview-widget-container__widget {
    min-height: 560px;
}

.ngx-tv-market-overview .tradingview-widget-container__widget {
    pointer-events: auto;
}

.ngx-market-overview-guide {
    margin: 0 0 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.ngx-market-overview-guide__title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    color: #0f2b5b;
}

.ngx-market-overview-guide__lead {
    margin: 0 0 0.65rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
}

.ngx-market-overview-guide__tips,
.ngx-market-overview-guide__symbol-list {
    margin: 0 0 0.65rem;
    padding-left: 1.2rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #52647a;
}

.ngx-market-overview-guide__symbols {
    margin: 0 0 0.25rem;
    font-size: 0.88rem;
    color: #0f2b5b;
}

.ngx-market-overview-guide__meta {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.ngx-market-overview-api-panel {
    margin-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

.ngx-market-overview-api-panel__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #0f2b5b;
}

.ngx-market-overview-api-panel__note {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    color: #64748b;
}

.ngx-dividend-tracker__setup-steps {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: #334155;
}

.ngx-dividend-tracker__setup-steps li {
    margin-bottom: 0.45rem;
}

.ngx-dividend-tracker__intro {
    border: 1px solid #124b90;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    background: rgba(18, 75, 144, 0.04);
}

.ngx-dividend-tracker__intro-title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    color: #124b90;
}

.ngx-dividend-tracker__header {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.ngx-dividend-tracker__sector-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
}

.ngx-dividend-tracker__search {
    min-width: 220px;
    flex: 1 1 200px;
}

.ngx-dividend-tracker__views {
    display: inline-flex;
    gap: 0.35rem;
}

.ngx-dividend-tracker__view-btn {
    border: 1px solid #d0d7e2;
    background: #fff;
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    cursor: pointer;
}

.ngx-dividend-tracker__view-btn.is-active {
    background: #124b90;
    border-color: #124b90;
    color: #fff;
}

.ngx-dividend-tracker__panel {
    display: none;
}

.ngx-dividend-tracker__panel.is-active {
    display: block;
}

.ngx-dividend-tracker__footer {
    margin-top: 0.75rem;
}

.ngx-dividend-calendar__month {
    margin-bottom: 1.25rem;
}

.ngx-dividend-calendar__month-title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    color: #124b90;
}

.ngx-dividend-calendar__item {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #eef1f6;
}

.ngx-dividend-calendar__amount {
    font-weight: 600;
}

.ngx-te-matrix__grid {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

.ngx-te-matrix--split .ngx-te-matrix__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ngx-te-matrix__col {
    min-width: 0;
}

.ngx-te-matrix__title {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
}

.ngx-te-matrix__embed {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(11, 26, 34, 0.04);
}

.ngx-te-matrix__embed .te-embed,
.ngx-te-matrix__embed .ngx-te-embed {
    display: block;
    width: 100%;
    min-height: inherit;
}

.ngx-te-charts-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ngx-te-chart-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 0.55rem 0.65rem 0.75rem;
    background: rgba(0, 0, 0, 0.15);
}

.ngx-te-chart-card__title {
    margin: 0 0 0.45rem;
    font-size: 0.82rem;
    font-weight: 600;
}

.ngx-te-chart-card__embed {
    min-height: 200px;
}

.ngx-te-calendar-wrap {
    width: 100%;
}

.ngx-te-matrix__note {
    margin: 0.55rem 0 0;
    font-size: 0.78rem;
    opacity: 0.75;
}

.ngx-te-matrix__hint {
    margin: 0.85rem 0 0;
    font-size: 0.82rem;
    line-height: 1.45;
    opacity: 0.8;
}

@media (max-width: 960px) {
    .ngx-te-matrix--split .ngx-te-matrix__grid {
        grid-template-columns: 1fr;
    }

    .ngx-te-charts-grid {
        grid-template-columns: 1fr;
    }
}

.ngx-investing-fx__frame {
    display: block;
    border: 0;
    border-radius: 10px;
    min-height: 280px;
    background: #0b1a22;
}

.ngx-investing-fx__credit {
    margin: 0.45rem 0 0;
    font-size: 0.78rem;
    opacity: 0.75;
}

.ngx-market-ticker--indices {
    --ngx-ticker-bg: #f7f9fc;
}

.ngx-ticker-item__logo {
    flex: 0 0 auto;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    object-fit: contain;
    background: var(--ngx-brand-primary-soft);
    border: 1px solid var(--ngx-ticker-border);
}

.ngx-ticker-item__avatar {
    flex: 0 0 auto;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    background: var(--ngx-ticker-accent);
    color: #fff;
}

.ngx-ticker-item__symbol {
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ngx-ticker-item__price {
    font-variant-numeric: tabular-nums;
    color: var(--ngx-ticker-muted);
    font-weight: 500;
}

.ngx-ticker-item__change {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: var(--ngx-brand-primary-soft);
}

.ngx-ticker-item__change.ngx-positive {
    color: #0d7a43;
    background: #e8f6ee;
}

.ngx-ticker-item__change.ngx-negative {
    color: #b42318;
    background: #fdecea;
}

.ngx-market-ticker[data-theme="dark"] .ngx-ticker-item__change.ngx-positive {
    color: #7dffb0;
    background: color-mix(in srgb, #0f9d58 22%, transparent);
}

.ngx-market-ticker[data-theme="dark"] .ngx-ticker-item__change.ngx-negative {
    color: #ff9f9f;
    background: color-mix(in srgb, #d93025 22%, transparent);
}

.ngx-ticker-item__volume {
    font-size: 0.85em;
    opacity: 0.78;
    font-variant-numeric: tabular-nums;
}

.ngx-market-ticker__meta {
    margin: 0;
    padding: 0.45rem 0.9rem 0.55rem;
    font-size: 0.78rem;
    color: var(--ngx-ticker-muted);
    border-top: 1px solid var(--ngx-ticker-border);
    background: color-mix(in srgb, var(--ngx-brand-primary-soft) 55%, transparent);
}

@keyframes ngx-ticker-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ngx-market-ticker__marquee {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
    }

    .ngx-market-ticker__viewport {
        mask-image: none;
        overflow-x: auto;
    }

    .ngx-market-ticker__list[aria-hidden="true"] {
        display: none;
    }
}

@media (max-width: 768px) {
    .ngx-ticker-item {
        font-size: 0.84rem;
        padding: 0.62rem 0.85rem;
        gap: 0.45rem;
    }
}

.ngx-todays-market {
    margin: 0 0 1.5rem;
}

.ngx-todays-market__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.72;
}

.ngx-todays-market__headline {
    margin: 0 0 0.45rem;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.2;
}

.ngx-todays-market__timestamp {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    opacity: 0.82;
}

.ngx-todays-market__pending {
    padding: 1.1rem 1.2rem;
    border-radius: 10px;
    border: 1px dashed color-mix(in srgb, currentColor 24%, transparent);
    background: color-mix(in srgb, Canvas 94%, currentColor 6%);
    line-height: 1.55;
}

.ngx-todays-market__grid {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.4fr) minmax(220px, 1fr);
    gap: 1rem;
    align-items: start;
}

.ngx-asi-home {
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 12px;
    padding: 1rem;
    background: color-mix(in srgb, Canvas 96%, currentColor 4%);
}

.ngx-asi-home__ring {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.65rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
}

.ngx-asi-home__ring.is-open {
    color: #0f9d58;
}

.ngx-asi-home__ring.is-closed {
    color: #d93025;
}

.ngx-asi-home__ring-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: currentColor;
}

.ngx-asi-home__label {
    margin: 0;
    font-size: 0.86rem;
    opacity: 0.8;
}

.ngx-asi-home__value {
    margin: 0.2rem 0 0.35rem;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    font-weight: 800;
    line-height: 1.05;
    font-variant-numeric: tabular-nums;
}

.ngx-asi-home__badge {
    margin: 0 0 0.75rem;
    display: inline-block;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.ngx-asi-home__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0;
}

.ngx-asi-home__stats dt {
    margin: 0;
    font-size: 0.78rem;
    opacity: 0.75;
}

.ngx-asi-home__stats dd {
    margin: 0.15rem 0 0;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.ngx-top5-card {
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 12px;
    padding: 0.85rem;
    background: color-mix(in srgb, Canvas 96%, currentColor 4%);
    margin-bottom: 0.85rem;
}

.ngx-top5-card:last-child {
    margin-bottom: 0;
}

.ngx-top5-card__title {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.ngx-top5-table {
    min-width: 0;
}

.ngx-see-all-link {
    display: inline-block;
    margin-top: 0.55rem;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.ngx-see-all-link:hover {
    text-decoration: underline;
}

.ngx-fx-home {
    border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
    border-radius: 12px;
    padding: 0.85rem;
    background: color-mix(in srgb, Canvas 96%, currentColor 4%);
}

.ngx-fx-home__title {
    margin: 0 0 0.55rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.ngx-fx-table {
    min-width: 0;
}

.ngx-fx-home__sources,
.ngx-fx-home__updated {
    margin: 0.45rem 0 0;
    font-size: 0.78rem;
    opacity: 0.78;
    line-height: 1.45;
}

@media (max-width: 1024px) {
    .ngx-todays-market__grid {
        grid-template-columns: 1fr;
    }
}

.ngx-market-session {
    padding: 1rem 1.15rem;
    border-radius: 12px;
    border: 1px solid rgba(12, 44, 84, 0.12);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    margin-bottom: 1rem;
}

.ngx-market-session__title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.ngx-market-session__status {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.ngx-market-session__dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #94a3b8;
    flex: 0 0 auto;
}

.ngx-market-session--open .ngx-market-session__dot {
    background: #16a34a;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.15);
}

.ngx-market-session--pre_open .ngx-market-session__dot,
.ngx-market-session--closed .ngx-market-session__dot,
.ngx-market-session--weekend .ngx-market-session__dot {
    background: #dc2626;
}

.ngx-market-session__detail,
.ngx-market-session__hours {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    opacity: 0.85;
}

.ngx-change-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    white-space: nowrap;
}

.ngx-change-arrow__icon {
    font-size: 0.82em;
    line-height: 1;
}

.ngx-macro-economics__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.ngx-macro-economics__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.ngx-macro-economics__panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    min-height: 0;
}

.ngx-macro-economics__title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f2b5b;
}

.ngx-macro-table-card {
    margin-bottom: 1rem;
    border: 1px solid rgba(12, 44, 84, 0.1);
    border-radius: 10px;
    padding: 0.75rem;
    background: #fff;
}

.ngx-macro-table-card--uniform {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 0;
    min-height: 0;
}

.ngx-macro-table-card__table {
    flex: 1;
    min-height: 0;
}

.ngx-macro-economics .ngx-table-wrap {
    overflow-x: visible;
}

.ngx-macro-economics .ngx-table {
    min-width: 0;
}

.ngx-macro-layout-table {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 43, 91, 0.04);
}

.ngx-macro-layout-table__grid {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 0;
    background: #fff;
    color: #334155;
    font-size: 0.88rem;
}

.ngx-macro-layout-table__grid th,
.ngx-macro-layout-table__grid td {
    padding: 0.72rem 0.9rem;
    border-bottom: 1px solid #e8eef5;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    word-break: normal;
}

.ngx-macro-layout-table__grid th {
    font-weight: 600;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    background: #f8fbff;
}

.ngx-macro-layout-table__grid tbody tr:last-child td {
    border-bottom: none;
}

.ngx-macro-layout-table__grid tbody tr:hover td {
    background: #f8fbff;
}

.ngx-global-macro-table td:not(:first-child) {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.ngx-market-overview-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 0.85rem;
}

.ngx-market-overview-picker__btn {
    appearance: none;
    border: 1px solid #0f2b5b;
    border-radius: 999px;
    background: #fff;
    color: #0f2b5b;
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.45rem 0.9rem;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ngx-market-overview-picker__btn:hover,
.ngx-market-overview-picker__btn:focus-visible {
    background: #eef4ff;
    outline: none;
}

.ngx-market-overview-picker__btn.is-active,
.ngx-market-overview-picker__btn[aria-pressed="true"] {
    background: #0f2b5b !important;
    border-color: #0f2b5b !important;
    color: #fff !important;
}

.ngx-tv-frame-panel {
    max-width: 1180px;
    margin: 2.5rem auto;
    padding: 1.6rem;
    background: #f7f9ff;
    border: 1px solid #d9e1f2;
    border-radius: 18px;
    box-sizing: border-box;
}

.ngx-tv-frame-panel--compact {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.ngx-tv-frame-panel--compact .ngx-tv-frame-panel__card:first-of-type {
    margin-top: 0;
}

.ngx-tv-frame-panel__title {
    margin: 0 0 0.5rem;
    color: #09004d;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.2;
}

.ngx-tv-frame-panel__lead {
    margin: 0;
    color: #34405f;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ngx-tv-frame-panel__card {
    background: #fff;
    border: 1px solid #d9e1f2;
    border-radius: 14px;
    padding: 1.1rem 1.15rem;
    margin-top: 1.4rem;
}

.ngx-tv-frame-panel__card-title {
    margin: 0 0 0.85rem;
    color: #09004d;
    font-size: 1.35rem;
    font-weight: 700;
}

.ngx-tv-frame-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0 0 1.5rem;
}

.ngx-tv-frame-picker__btn,
#netcap-index-buttons a {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #22166d;
    background: #fff;
    color: #09004d;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ngx-tv-frame-picker__btn:hover,
.ngx-tv-frame-picker__btn:focus-visible,
#netcap-index-buttons a:hover,
#netcap-index-buttons a:focus-visible {
    background: #eef4ff;
    outline: none;
}

.ngx-tv-frame-picker__btn.is-active,
.ngx-tv-frame-picker__btn[aria-pressed="true"],
#netcap-index-buttons a.is-active,
#netcap-index-buttons a[data-active="true"] {
    background: #22166d !important;
    border-color: #22166d !important;
    color: #fff !important;
    text-decoration: none !important;
}

.ngx-tv-frame-panel__chart-wrap {
    width: 100%;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid #e3e7f2;
    border-radius: 10px;
    background: #fff;
}

.ngx-tv-frame-panel__frame {
    width: 100% !important;
    height: 560px !important;
    min-height: 560px !important;
    border: 0 !important;
    display: block !important;
}

.ngx-tv-frame-panel__footnote {
    margin-top: 0.65rem;
    color: #5a6480;
    font-size: 0.82rem;
    line-height: 1.5;
}

.ngx-macro-table {
    table-layout: fixed;
    width: 100%;
}

.ngx-macro-table th,
.ngx-macro-table td {
    word-break: break-word;
}

.ngx-macro-table-card__title {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
}

.ngx-macro-table__meta {
    margin: 0.45rem 0 0;
    font-size: 0.78rem;
    opacity: 0.75;
}

.ngx-dividend-tracker__year-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-right: 0.75rem;
    font-size: 0.85rem;
}

@media (max-width: 960px) {
    .ngx-macro-economics__grid {
        grid-template-columns: 1fr;
    }
}
