.lion-scope-unique {
        --bg: #0b0c0f;
        --foreground: #0b2943;
        --text: #111827;
        --muted: #6b7280;
        --primary: #2563eb;
        --secondary: #9333ea;
        --accent: #10b981;
        --border: #e5e7eb;
        --surface: #ffffff;
    }

    .lion-scope-unique .market-dashboard-section,
    .market-dashboard-section {
        background:
            linear-gradient(135deg, rgba(238, 249, 251, .98) 0%, rgba(247, 251, 255, .98) 46%, rgba(238, 240, 255, .96) 100%);
        border-top: 1px solid rgba(11, 41, 67, .08);
        border-bottom: 1px solid rgba(11, 41, 67, .08);
        padding: clamp(44px, 6vw, 72px) 0;
    }

    .lion-scope-unique .market-dashboard-header,
    .market-dashboard-header {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
        gap: clamp(20px, 4vw, 48px);
        align-items: end;
        margin-bottom: clamp(24px, 4vw, 36px);
    }

    .lion-scope-unique .market-eyebrow,
    .market-eyebrow {
        margin: 0 0 10px;
        color: #2563eb;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .lion-scope-unique .market-eyebrow.dark,
    .market-eyebrow.dark {
        color: #0f766e;
    }

    .lion-scope-unique .market-heading,
    .market-heading {
        max-width: 720px;
        margin: 0;
        color: #0b2943;
        font-size: clamp(32px, 4.2vw, 52px);
        font-weight: 500;
        line-height: 1.04;
        letter-spacing: 0;
    }

    .lion-scope-unique .market-summary,
    .market-summary {
        margin: 0;
        color: #526177;
        font-size: clamp(15px, 1.6vw, 18px);
        font-weight: 400;
        line-height: 1.55;
    }

    .lion-scope-unique .market-stat-grid,
    .market-stat-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        align-items: stretch;
        margin-bottom: 18px;
    }

    .lion-scope-unique .market-stat-card,
    .market-stat-card {
        min-height: 190px;
        border-color: rgba(11, 41, 67, .12);
        background: rgba(255, 255, 255, .88);
        box-shadow: 0 18px 48px rgba(11, 41, 67, .08);
        backdrop-filter: blur(10px);
    }

    .lion-scope-unique .market-stat-card .card-content,
    .market-stat-card .card-content {
        justify-content: flex-end;
    }

    .lion-scope-unique .market-stat-label,
    .market-stat-label {
        margin: 0;
        color: #0b2943;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .lion-scope-unique .market-stat-value,
    .market-stat-value {
        color: #0b2943;
        font-size: clamp(30px, 3vw, 42px);
        font-weight: 500;
        line-height: 1;
    }

    .lion-scope-unique .market-stat-meta,
    .market-stat-meta {
        margin-top: 10px;
        color: #526177;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
    }

    .lion-scope-unique .market-stat-note,
    .market-stat-note {
        margin-top: 6px;
        color: #7a8798;
        font-size: 12px;
        line-height: 1.35;
    }

    .lion-scope-unique .market-mpi-card,
    .market-mpi-card {
        border-color: rgba(11, 41, 67, .2);
        background: #0b2943;
        color: #ffffff;
        box-shadow: 0 20px 54px rgba(11, 41, 67, .16);
    }

    .lion-scope-unique .market-mpi-card .market-stat-label,
    .lion-scope-unique .market-mpi-card .card-desc,
    .lion-scope-unique .market-mpi-copy,
    .market-mpi-card .market-stat-label,
    .market-mpi-card .card-desc,
    .market-mpi-copy {
        color: #ffffff;
    }

    .lion-scope-unique .market-mpi-copy,
    .market-mpi-copy {
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 1.45;
        opacity: .86;
    }

    .lion-scope-unique .market-mpi-card .btn,
    .market-mpi-card .btn {
        min-height: 42px;
        justify-content: center;
        background: #ffffff;
        color: #0b2943;
        font-weight: 600;
    }

    .lion-scope-unique .market-mpi-card .btn:hover,
    .market-mpi-card .btn:hover {
        background: #c8f3ff;
        color: #0b2943;
    }

    .lion-scope-unique .market-performance-card,
    .market-performance-card {
        border-color: rgba(11, 41, 67, .12);
        background: rgba(255, 255, 255, .95);
        box-shadow: 0 22px 60px rgba(11, 41, 67, .1);
    }

    .lion-scope-unique .market-performance-header,
    .market-performance-header {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding-bottom: 0;
    }

    .lion-scope-unique .market-performance-header h3,
    .market-performance-header h3 {
        margin: 0;
        color: #0b2943;
        font-size: clamp(24px, 2.4vw, 34px);
        font-weight: 500;
        line-height: 1.12;
    }

    .lion-scope-unique .market-return-pill,
    .market-return-pill {
        min-height: 96px;
        padding: 18px 16px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        background: #f8fbff;
        text-align: center;
    }

    .lion-scope-unique .market-return-pill p,
    .market-return-pill p {
        margin: 0 0 8px;
        color: #64748b;
        font-size: 14px;
        line-height: 1.2;
    }

    .lion-scope-unique .market-return-pill strong,
    .market-return-pill strong {
        display: block;
        color: #0b2943;
        font-size: clamp(24px, 2.8vw, 34px);
        font-weight: 500;
        line-height: 1;
    }

    .lion-scope-unique .market-dashboard-section [data-asx-performance-widget] .performance-chart-shell,
    .market-dashboard-section [data-asx-performance-widget] .performance-chart-shell {
        height: clamp(360px, 34vw, 480px);
        background: linear-gradient(180deg, #fbfdff 0%, #f3f8fb 100%);
    }

    @media (max-width: 1024px) {
        .lion-scope-unique .market-dashboard-header,
        .market-dashboard-header,
        .lion-scope-unique .market-stat-grid,
        .market-stat-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 768px) {
        .lion-scope-unique .market-dashboard-header,
        .market-dashboard-header,
        .lion-scope-unique .market-stat-grid,
        .market-stat-grid {
            grid-template-columns: 1fr;
        }

        .lion-scope-unique .market-stat-card,
        .market-stat-card {
            min-height: 160px;
        }

        .lion-scope-unique .market-dashboard-section [data-asx-performance-widget] .performance-chart-shell,
        .market-dashboard-section [data-asx-performance-widget] .performance-chart-shell {
            height: 340px;
        }
    }
    .lion-scope-unique {
        margin: 0;
        padding: 0;
        color: var(--text);
        background: #f8fafc;
    }
    .lion-scope-unique img,
    .lion-scope-unique svg {
        display: block;
    }
    /* Utilities */
    .lion-scope-unique .container {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 16px;
    }
    .lion-scope-unique .section {
        padding: 40px 0;
    }
    .lion-scope-unique .center {
        text-align: center;
    }
    .lion-scope-unique .grid {
        display: grid;
        gap: 24px;
        place-items: stretch;
        padding-top: 0;
        padding-bottom: 0;
        grid-auto-rows: 1fr;
    }
    .lion-scope-unique .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lion-scope-unique .grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lion-scope-unique .grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    @media (max-width: 1024px) {
        .lion-scope-unique .grid-lg-2 {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 768px) {
        .lion-scope-unique .grid-2,
        .lion-scope-unique .grid-3,
        .lion-scope-unique .grid-4 {
            grid-template-columns: 1fr;
        }
        .lion-scope-unique .hero-title {
            font-size: 40px !important;
        }
    }
    /* Buttons */
    .lion-scope-unique .btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: .625rem;
        border: 1px solid transparent;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
        transition: background .2s, color .2s, border-color .2s, opacity .2s;
    }
    .lion-scope-unique .btn-primary {
        background: var(--primary);
        color: #fff;
    }
    .lion-scope-unique .btn-primary:hover {
        background: #1d4ed8;
    }
    .lion-scope-unique .btn-outline {
        background: transparent;
        color: var(--text);
        border-color: #0b2943;
    }
    .lion-scope-unique .btn-outline:hover {
        background: #0b2943;
        color: #ffffff;
    }
    .lion-scope-unique .btn-ghost {
        background: transparent;
        color: var(--text);
    }
    .lion-scope-unique .btn-ghost:hover {
        background: #f8fafc;
    }
    /* Cards */
    .lion-scope-unique .card {
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: 12px;
        overflow: hidden;
    }
    .lion-scope-unique .card.soft {
        background: rgba(255, 255, 255, .6);
        backdrop-filter: blur(6px);
    }
    .lion-scope-unique .card-header {
        padding: 20px 20px 0 20px;
    }
    .lion-scope-unique .card-title {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        color: #0b2943;
    }
    .lion-scope-unique .card-content {
        padding: 16px 20px 20px 20px;
    }
    .lion-scope-unique .card-desc {
        margin-top: 6px;
        font-size: 14px;
        color: #6b7280;
        font-weight: 500;
    }
    .lion-scope-unique .hero-title {
        font-weight: 500;
        font-size: 56px;
        color: #0b2943;
        line-height: 1.1;
        margin: 8px 0 12px;
    }
    .lion-scope-unique .lead {
        font-size: 20px;
        color: #0b2943;
        line-height: 1.2;
        font-weight: 500;
    }
    .lion-scope-unique .muted {
        color: #737b8c;
        font-weight: 400;
    }
    .lion-scope-unique .muted-strong {
        color: #475569;
        font-weight: 500;
    }
    .lion-scope-unique .kpi {
        font-size: 30px;
        font-weight: 500;
        color: var(--primary);
    }
    .lion-scope-unique .kpi-2 {
        font-size: 24px;
        font-weight: 500;
        color: #0b2943;
    }
    /* Layout pieces */
    .lion-scope-unique .hero-bg {
        background-image: url("/images/image-6-1_1.webp");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .lion-scope-unique .soft-gradient {
        background: linear-gradient(135deg, hsl(260 60% 96%) 0%, hsl(200 70% 96%) 100%);
    }
    .lion-scope-unique .cta-gradient {
        background: linear-gradient(135deg, hsl(195 85% 45%) 0%, hsl(260 60% 65%) 100%);
        color: #fff;
    }
    .lion-scope-unique .footer {
        background: hsl(220 30% 15%);
        color: #fff;
    }
    .lion-scope-unique .footer a {
        color: #fff;
        opacity: .75;
        text-decoration: none;
    }
    .lion-scope-unique .footer a:hover {
        opacity: 1;
    }
    .lion-scope-unique .footer small {
        opacity: .7;
    }
    /* Simple list rows */
    .lion-scope-unique .rows {
        display: grid;
        gap: 12px;
    }
    .lion-scope-unique .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid var(--border);
    }
    .lion-scope-unique .row:last-child {
        border-bottom: none;
    }
    /* Document tile */
    .lion-scope-unique .doc-tile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 16px;
        border: 1px solid var(--border);
        border-radius: 10px;
        transition: background .2s;
        cursor: pointer;
    }
    .lion-scope-unique .doc-tile:hover {
        background: #f8fafc;
    }
    .lion-scope-unique .doc-title {
        margin: 0;
        font-weight: 500;
        color: var(--text);
    }
    .lion-scope-unique .doc-meta {
        margin: 2px 0 0;
        font-size: 13px;
        color: #6b7280;
        font-weight: 500;
    }
    /* Badges */
    .lion-scope-unique .pill {
        display: inline-block;
        padding: 4px 10px;
        border: 1px solid #fecaca;
        background: #fff1f2;
        color: #b91c1c;
        border-radius: 9999px;
        font-size: 13px;
    }
    /* Simple separators */
    .lion-scope-unique .sep {
        height: 1px;
        background: #0ea5e9;
        opacity: .15;
        margin: 8px 0 0;
    }
    /* Helper */
    .lion-scope-unique .flex {
        display: flex;
    }
    .lion-scope-unique .items-center {
        align-items: center;
    }
    .lion-scope-unique .justify-between {
        justify-content: space-between;
    }
    .lion-scope-unique .gap-4 {
        gap: 16px;
    }
    .lion-scope-unique .gap-6 {
        gap: 24px;
    }
    .lion-scope-unique .badge {
        font-size: 14px;
        color: #0b2943;
    }

:root {
        --bg: #0b0c0f;
        --foreground: #0b2943;
        --text: #111827;
        --muted: #6b7280;
        --primary: #2563eb;
        --secondary: #9333ea;
        --accent: #10b981;
        --border: #e5e7eb;
        --surface: #ffffff;
    }
    * {
        box-sizing: border-box;
    }
    html,
    body {
        margin: 0;
        padding: 0;
        color: var(--text);
        background: #f8fafc;
    }
    img,
    svg {
        display: block;
    }
    /* Utilities */
    .container {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 16px;
    }
    .section {
        padding: 40px 0;
    }
    .center {
        text-align: center;
    }
    .grid {
        display: grid;
        gap: 24px;
        place-items: stretch;
        padding-top: 0;
        padding-bottom: 0;
        grid-auto-rows: 1fr;
    }
    .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    @media (max-width: 1024px) {
        .grid-lg-2 {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 768px) {
        .grid-2,
        .grid-3,
        .grid-4 {
            grid-template-columns: 1fr;
        }
        .hero-title {
            font-size: 40px !important;
        }
    }
    /* Buttons */
    .btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: .625rem;
        border: 1px solid transparent;
        cursor: pointer;
        text-decoration: none;
        font-weight: 400;
        transition: background .2s, color .2s, border-color .2s, opacity .2s;
    }
    .btn-primary {
        background: var(--primary);
        color: #fff;
    }
    .btn-primary:hover {
        background: #1d4ed8;
    }
    .btn-outline {
        background: transparent;
        color: var(--text);
        border-color: #0b2943;
    }
    .btn-outline:hover {
        background: #0b2943;
        color: #ffffff;
    }
    .btn-ghost {
        background: transparent;
        color: var(--text);
    }
    .btn-ghost:hover {
        background: #f8fafc;
    }
    /* Cards */
    .card {
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: 12px;
        overflow: hidden;
    }
    .card.soft {
        background: rgba(255, 255, 255, .6);
        backdrop-filter: blur(6px);
    }
    .card-header {
        padding: 20px 20px 0 20px;
    }
    .card-title {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        color: #0b2943;
    }
    .card-content {
        padding: 16px 20px 20px 20px;
    }
    .card-desc {
        margin-top: 6px;
        font-size: 14px;
        color: #6b7280;
        font-weight: 500;
    }
    /* Text */
    .eyebrow {
        display: inline-block;
        padding: 6px 10px;
        background: rgba(255, 255, 255, .6);
        backdrop-filter: blur(6px);
        border-radius: 9999px;
        font-size: 14px;
        font-weight: 500;
        color: #111827;
    }
    .hero-title {
        font-weight: 500;
        font-size: 56px;
        color: #0b2943;
        line-height: 1.1;
        margin: 8px 0 12px;
    }
    .lead {
        font-size: 20px;
        color: #0b2943;
        line-height: 1.2;
        font-weight: 500;
    }
    .muted {
        color: #737b8c;
        font-weight: 400;
    }
    .muted-strong {
        color: #475569;
        font-weight: 500;
    }
    .kpi {
        font-size: 30px;
        font-weight: 500;
        color: var(--primary);
    }
    .kpi-2 {
        font-size: 24px;
        font-weight: 500;
        color: #0b2943;
    }
    /* Layout pieces */
    .hero-bg {
        background-image: url("/images/image-6-1_1.webp");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .soft-gradient {
        background: linear-gradient(135deg, hsl(260 60% 96%) 0%, hsl(200 70% 96%) 100%);
    }
    .cta-gradient {
        background: linear-gradient(135deg, hsl(195 85% 45%) 0%, hsl(260 60% 65%) 100%);
        color: #fff;
    }
    .footer {
        background: hsl(220 30% 15%);
        color: #fff;
    }
    .footer a {
        color: #fff;
        opacity: .75;
        text-decoration: none;
    }
    .footer a:hover {
        opacity: 1;
    }
    .footer small {
        opacity: .7;
    }
    /* Simple list rows */
    .rows {
        display: grid;
        gap: 12px;
    }
    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid var(--border);
    }
    .row:last-child {
        border-bottom: none;
    }
    /* Document tile */
    .doc-tile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 16px;
        border: 1px solid var(--border);
        border-radius: 10px;
        transition: background .2s;
        cursor: pointer;
    }
    .doc-tile:hover {
        background: #f8fafc;
    }
    .doc-title {
        margin: 0;
        font-weight: 500;
        color: var(--text);
    }
    .doc-meta {
        margin: 2px 0 0;
        font-size: 13px;
        color: #6b7280;
        font-weight: 500;
    }
    /* Badges */
    .pill {
        display: inline-block;
        padding: 4px 10px;
        border: 1px solid #fecaca;
        background: #fff1f2;
        color: #b91c1c;
        border-radius: 9999px;
        font-size: 13px;
    }
    /* Simple separators */
    .sep {
        height: 1px;
        background: #0ea5e9;
        opacity: .15;
        margin: 8px 0 0;
    }
    /* Helper */
    .flex {
        display: flex;
    }
    .items-center {
        align-items: center;
    }
    .justify-between {
        justify-content: space-between;
    }
    .gap-4 {
        gap: 16px;
    }
    .gap-6 {
        gap: 24px;
    }
    .badge {
        font-size: 14px;
        color: #0b2943;
    }
    /* Card grid alignment */
    .card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .card-content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
    }
    .metric-grid,
    .fund-basics-grid,
    .admin-card-grid,
    .document-card-grid,
    .faq-card-grid {
        align-items: stretch !important;
        justify-items: stretch;
    }
    .metric-grid {
        grid-auto-rows: minmax(140px, 1fr);
    }
    .metric-grid .card {
        height: 140px;
        min-height: 140px;
    }
    .fund-basics-grid .card,
    .admin-card-grid .card {
        min-height: 160px;
    }
    .document-card-grid .card {
        min-height: 160px;
    }
    .faq-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .faq-card-grid .card {
        min-height: 132px;
        width: 100%;
    }
    @media (max-width: 1024px) {
        .hero-layout-grid {
            grid-template-columns: minmax(0, 1fr) !important;
        }
    }
    @media (max-width: 768px) {
        .metric-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-auto-rows: minmax(132px, 1fr);
        }
        .metric-grid .card {
            height: 132px;
            min-height: 132px;
        }
    }
    /* Tabs */
    .tabs-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        max-width: 420px;
        margin: 0 auto 24px;
    }
    .tabs-trigger {
        appearance: none;
        background: #e5e7eb;
        color: #111827;
        border: 1px solid #d1d5db;
        border-radius: .625rem;
        padding: 10px 14px;
        cursor: pointer;
        font: inherit;
        font-weight: 400;
    }
    .tabs-trigger:hover {
        background: #0b2943;
        color: #ffffff;
    }
    .tabs-trigger.active {
        background: #0b2943;
        color: #fff;
        border-color: #0b2943;
    }
    .tab-panel {
        display: none;
    }
    .tab-panel.active {
        display: block;
    }

    .uui-logo_component .logo-text {
        display: none !important;
    }
    .uui-logo_component .lion-logo {
        width: auto !important;
        height: 2.75rem !important;
        max-width: none !important;
        max-height: none !important;
    }
    .test-data-label {
        display: inline-flex;
        align-items: center;
        min-height: 1.5rem;
        margin-left: .5rem;
        padding: .2rem .5rem;
        border: 1px solid rgba(255, 255, 255, .45);
        border-radius: 999px;
        color: #ffffff;
        font-size: .72rem;
        font-weight: 600;
        letter-spacing: .08em;
        line-height: 1;
        vertical-align: middle;
    }
    .test-data-label.dark,
    .test-data-label.tab {
        border-color: rgba(11, 41, 67, .2);
        background: rgba(37, 99, 235, .08);
        color: #0b2943;
    }
    .test-data-label.tab {
        min-height: 1.25rem;
        margin-left: .35rem;
        padding: .15rem .4rem;
        font-size: .62rem;
    }

    .fund-details-content {
        display: block;
        flex: 0 0 auto;
        min-height: 0;
        padding-top: 22px;
    }

    [data-asx-performance-widget] {
        height: auto;
    }

    [data-asx-performance-widget] .performance-card-content {
        display: block;
        flex: 0 0 auto;
        min-height: 0;
    }

    [data-asx-performance-widget] .performance-metrics-grid {
        grid-auto-rows: auto;
        align-items: start;
        gap: clamp(12px, 2vw, 24px);
        margin-bottom: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }

    [data-asx-performance-widget] .performance-chart-shell {
        height: clamp(340px, 30vw, 420px);
        min-height: 0;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #f8fafc;
        overflow: hidden;
    }

    [data-asx-performance-widget] [data-asx-performance-chart] {
        display: block;
        width: 100%;
        height: 100%;
    }

    .fund-details-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(28px, 5vw, 72px);
    }

    .fund-detail-item {
        display: grid;
        grid-template-columns: minmax(132px, .72fr) minmax(0, 1.28fr);
        align-items: start;
        gap: 18px;
        min-height: 64px;
        padding: 15px 0;
        border-bottom: 1px solid var(--border, #e5e7eb);
    }

    .fund-detail-item:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .fund-detail-label,
    .fund-detail-value {
        min-width: 0;
        color: #526177;
        font-size: clamp(15px, 1.45vw, 18px);
        font-weight: 500;
        line-height: 1.35;
    }

    .fund-detail-value {
        text-align: right;
        overflow-wrap: anywhere;
    }

    @media (max-width: 768px) {
        [data-asx-performance-widget] .performance-metrics-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        [data-asx-performance-widget] .performance-chart-shell {
            height: 300px;
        }

        .fund-details-grid {
            grid-template-columns: 1fr;
        }

        .fund-detail-item {
            grid-template-columns: minmax(116px, .8fr) minmax(0, 1.2fr);
            min-height: 0;
        }

        .fund-detail-item:nth-last-child(2) {
            border-bottom: 1px solid var(--border, #e5e7eb);
        }
    }

    .lion-scope-unique .market-mpi-card.card,
    .market-mpi-card.card {
        border-color: rgba(11, 41, 67, .2);
        background: #0b2943;
        color: #ffffff;
        box-shadow: 0 20px 54px rgba(11, 41, 67, .16);
    }

    .lion-scope-unique .market-mpi-card.card .market-stat-label,
    .lion-scope-unique .market-mpi-card.card .card-desc,
    .lion-scope-unique .market-mpi-card.card .market-mpi-copy,
    .market-mpi-card.card .market-stat-label,
    .market-mpi-card.card .card-desc,
    .market-mpi-card.card .market-mpi-copy {
        color: #ffffff;
    }

    .lion-scope-unique .market-mpi-card.card .btn,
    .market-mpi-card.card .btn {
        background: #ffffff;
        color: #0b2943;
    }

    .lion-scope-unique .market-mpi-copy,
    .market-mpi-copy,
    .lion-scope-unique .market-summary,
    .market-summary {
        overflow-wrap: anywhere;
    }

    .lion-scope-unique,
    .lion-scope-unique *,
    .hero-bg,
    .hero-bg *,
    .market-dashboard-section,
    .market-dashboard-section *,
    .container {
        box-sizing: border-box;
    }

    @media (max-width: 768px) {
        .lion-scope-unique,
        body {
            overflow-x: hidden;
        }

        .lion-scope-unique .hero-layout-grid,
        .hero-layout-grid {
            grid-template-columns: minmax(0, 1fr) !important;
        }

        .lion-scope-unique .hero-layout-grid > *,
        .hero-layout-grid > * {
            min-width: 0;
        }

        .lion-scope-unique .hero-bg .flex.gap-4,
        .hero-bg .flex.gap-4 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px !important;
            width: 100%;
            max-width: 280px;
        }

        .lion-scope-unique .hero-bg .button,
        .lion-scope-unique .hero-bg .btn,
        .hero-bg .button,
        .hero-bg .btn {
            min-height: 46px;
            justify-content: center;
            text-align: center;
        }

        .lion-scope-unique .metric-grid,
        .metric-grid {
            grid-template-columns: 1fr !important;
            grid-auto-rows: auto;
        }

        .lion-scope-unique .metric-grid .card,
        .metric-grid .card {
            height: auto;
            min-height: 132px;
        }

        .lion-scope-unique .market-heading,
        .market-heading {
            font-size: clamp(30px, 10vw, 38px);
            line-height: 1.08;
        }
    }
