html[data-theme="dark"],
html[data-theme="dark"] body,
html:not([data-theme]) {
    background: #0c0814;
    color-scheme: dark;
}

html[data-theme="light"],
html[data-theme="light"] body {
    background: #eeeaf6;
    color-scheme: light;
}

.landing-shell {
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    min-height: 100vh;
    max-width: 100%;
    color: #f5f3ff;
    background: #0c0814;
    font-family: Inter, Arial, sans-serif;
}

.landing-aurora {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: min(72vh, 640px);
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 28%, #000 35%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 28%, #000 35%, transparent 78%);
}

.landing-aurora-core {
    position: absolute;
    left: 50%;
    top: 22%;
    width: min(58vw, 560px);
    height: 220px;
    translate: -50% 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.22), rgba(109, 40, 217, 0.08) 52%, transparent 74%);
    opacity: 0.9;
}

.landing-nav,
.landing-shell > main,
.landing-footer {
    position: relative;
    z-index: 1;
}

.landing-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 20px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 24px;
}

.landing-brand,
.jt-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    font-family: Outfit, Inter, sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.landing-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #a78bfa, #6d28d9);
    color: #ffffff;
    font-size: 12px;
}

.landing-nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.landing-nav-burger {
    display: none;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(196, 181, 253, 0.22);
    color: #ddd6fe;
    cursor: pointer;
}

.landing-nav-burger-close {
    display: none;
}

.landing-nav-toggle:checked ~ .landing-nav-burger .landing-nav-burger-open {
    display: none;
}

.landing-nav-toggle:checked ~ .landing-nav-burger .landing-nav-burger-close {
    display: block;
}

.landing-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.landing-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.landing-links a,
.landing-link-btn,
.landing-footer a {
    color: #c4b5fd;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.landing-links a:hover,
.landing-link-btn:hover,
.landing-footer a:hover {
    color: #f5f3ff;
}

.landing-cta,
.landing-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.landing-cta {
    background: linear-gradient(135deg, #a78bfa, #6d28d9);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(109, 40, 217, 0.28);
}

.landing-cta:hover {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6);
    color: #ffffff;
}

.landing-ghost {
    border: 1px solid rgba(167, 139, 250, 0.45);
    color: #ddd6fe;
}

.landing-ghost:hover {
    border-color: #a78bfa;
    background: rgba(139, 92, 246, 0.12);
    color: #ffffff;
}

.hero,
.landing-section,
.stats-band,
.feature-grid,
.pricing,
.faq,
.landing-cta-band {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 24px;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: clamp(44px, 7vw, 80px);
    padding-bottom: 24px;
    text-align: center;
}

.hero-kicker {
    color: #c4b5fd;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1,
.landing-section-head h1,
.landing-section-head h2,
.pricing h1,
.pricing h2,
.faq h1,
.faq h2,
.landing-cta-card h2 {
    font-family: Outfit, Inter, sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.hero h1 {
    margin: 12px 0 20px;
    max-width: 16ch;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.hero h1 span {
    display: block;
    color: #ddd6fe;
}

.hero-lead,
.landing-section-head p,
.pricing > p:not(.pricing-note),
.faq > .hero-lead,
.landing-cta-card p:not(.hero-kicker) {
    max-width: 640px;
    margin: 0 auto 28px;
    color: #a1a1aa;
    font-size: 1.05rem;
}

.hero-lead {
    max-width: 48ch;
    margin-bottom: 28px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.landing-section-head {
    margin-bottom: 28px;
    text-align: center;
}

.landing-section-head h1,
.landing-section-head h2 {
    margin: 10px 0 12px;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
}

.landing-section-follow {
    margin-top: clamp(48px, 7vw, 72px);
}

.extension-flow .how-grid {
    margin-top: 8px;
}

.extension-flow .how-grid li {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.feature-grid article,
.how-grid li,
.stats-band div,
.pricing-grid article {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(196, 181, 253, 0.14);
    border-radius: 22px;
    background: rgba(22, 16, 34, 0.55);
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(139, 92, 246, 0.16);
    color: #c4b5fd;
}

.feature-grid h3,
.how-grid h3,
.pricing-grid h3 {
    margin: 0 0 8px;
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.feature-grid p,
.how-grid p {
    margin: 0;
    color: #a1a1aa;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.how-step {
    display: inline-block;
    margin-bottom: 10px;
    color: #a78bfa;
    font-family: Outfit, Inter, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.landing-cta-band {
    padding-bottom: 24px;
}

.landing-cta-card {
    padding: 36px 28px;
    border-radius: 28px;
    border: 1px solid rgba(167, 139, 250, 0.28);
    background:
        radial-gradient(520px 180px at 50% 0%, rgba(139, 92, 246, 0.16), transparent 70%),
        rgba(22, 16, 34, 0.72);
    text-align: center;
}

.landing-cta-actions {
    margin-bottom: 0;
}

.dash-preview {
    display: grid;
    grid-template-columns: 188px minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    min-height: 380px;
    overflow: hidden;
    border-radius: 28px;
    color: #f5f3ff;
    background: #161022;
    border: 1px solid #2e2150;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.dash-preview-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 14px;
    background: #120c1c;
}

.dash-preview-logo {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, #a78bfa, #6d28d9);
    color: #ffffff;
    font-weight: 800;
}

.dash-preview-nav span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 0.85rem;
}

.dash-preview-nav .is-active {
    background: rgba(139, 92, 246, 0.2);
}

.dash-preview-main {
    min-width: 0;
    padding: 18px;
}

.dash-preview-top,
.dash-preview-table > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.dash-preview-top strong {
    font-family: Outfit, Inter, sans-serif;
}

.dash-preview-top span,
.dash-preview-table span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dash-preview-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.dash-preview-stats div,
.dash-preview-table {
    padding: 12px;
    border-radius: 16px;
    background: #120c1c;
}

.dash-preview-stats small {
    display: block;
    opacity: 0.65;
}

.dash-preview-stats b {
    font-size: 1.35rem;
}

.dash-preview-body {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.dash-preview-ring {
    position: relative;
    width: 140px;
    height: 140px;
}

.dash-preview-ring svg {
    width: 100%;
    height: 100%;
}

.dash-preview-ring-track {
    stroke: rgba(196, 181, 253, 0.16);
    stroke-width: 12;
}

.dash-preview-ring-progress {
    stroke-width: 12;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 90px 90px;
    stroke-dasharray: 402 490;
}

.dash-preview-ring-label {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    text-align: center;
}

.dash-preview-ring-label strong {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}

.dash-preview-table {
    display: grid;
    gap: 8px;
}

.dash-preview-table em {
    flex: 0 0 auto;
    font-style: normal;
    font-size: 0.8rem;
    color: #8b5cf6;
}

.stats-band,
.pricing-grid {
    display: grid;
    gap: 16px;
}

.stats-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing {
    font-family: "Plus Jakarta Sans", Outfit, sans-serif;
    padding-top: clamp(56px, 8vw, 88px);
    padding-bottom: clamp(64px, 9vw, 96px);
}

.pricing .pricing-head {
    margin-bottom: clamp(36px, 5vw, 52px);
}

.pricing .pricing-head h1,
.pricing .pricing-head h2 {
    font-family: Outfit, "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2rem, 4vw, 2.85rem);
    margin: 0 0 16px;
}

.pricing .pricing-head p {
    max-width: 42ch;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 1.65;
    font-weight: 500;
}

.pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 380px));
    justify-content: center;
    gap: 28px;
    align-items: stretch;
}

.pricing-grid .pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(28px, 3.5vw, 36px);
    border: 1px solid rgba(196, 181, 253, 0.16);
    border-radius: 28px;
    background: rgba(22, 16, 34, 0.62);
}

.pricing-grid .pricing-card.is-popular {
    border-color: rgba(167, 139, 250, 0.55);
    box-shadow: 0 18px 48px rgba(76, 29, 149, 0.22);
}

.pricing-popular-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.22);
    border: 1px solid rgba(196, 181, 253, 0.35);
    color: #e9e2ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pricing-card-top {
    margin-bottom: 28px;
}

.pricing-card.is-popular .pricing-card-top {
    padding-right: 124px;
    margin-bottom: 20px;
}

.pricing-card.is-popular h3 {
    margin-bottom: 0;
}

.pricing-grid .pricing-card h3 {
    margin: 0 0 12px;
    font-family: "Plus Jakarta Sans", Outfit, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ddd6fe;
}

.pricing-grid .price {
    margin: 0;
    font-family: Outfit, "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.6rem, 4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.pricing-features {
    display: grid;
    gap: 14px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
}

.pricing-card.is-popular .pricing-features {
    margin-bottom: 0;
}

.pricing-feature {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #e4e4e7;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.55;
}

.pricing-feature::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 999px;
    background: rgba(139, 92, 246, 0.18);
    color: #c4b5fd;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.pricing-cta {
    width: 100%;
    margin-top: auto;
    text-align: center;
    justify-content: center;
}

.pricing-note {
    margin: clamp(64px, 9vw, 96px) auto 0;
    max-width: 52ch;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.6;
    color: #a1a1aa;
}

.pricing-note a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.trust-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    display: grid;
    gap: 12px;
}

.trust-list li {
    margin: 0;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #a1a1aa;
    line-height: 1.55;
}

.trust-more {
    margin: 20px auto 0;
    max-width: 640px;
    text-align: center;
}

.trust-more a {
    color: #e4e4e7;
    text-decoration: underline;
    text-underline-offset: 2px;
}

html[data-theme="light"] .trust-list li {
    border-color: rgba(24, 24, 27, 0.08);
    background: rgba(24, 24, 27, 0.03);
    color: #52525b;
}

html[data-theme="light"] .trust-more a {
    color: #18181b;
}

.legal-list {
    margin: 0 0 12px;
    padding-left: 1.2rem;
    color: #a1a1aa;
    line-height: 1.65;
}

.legal-list li {
    margin: 0 0 8px;
}

html[data-theme="light"] .legal-list {
    color: #52525b;
}

.legal-block {
    max-width: 780px;
    margin: 0 auto 28px;
}

.legal-block h3 {
    margin: 0 0 10px;
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.legal-block p {
    margin: 0 0 12px;
    color: #a1a1aa;
    line-height: 1.65;
}

.legal-table-wrap {
    overflow-x: auto;
    margin: 0 0 12px;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.legal-table th,
.legal-table td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(196, 181, 253, 0.14);
}

.legal-table th {
    font-weight: 600;
    white-space: nowrap;
}

.legal-table td {
    color: #a1a1aa;
}

html[data-theme="light"] .legal-block p,
html[data-theme="light"] .legal-table td,
html[data-theme="light"] .pricing-note {
    color: #52525b;
}

html[data-theme="light"] .pricing .pricing-head h1,
html[data-theme="light"] .pricing .pricing-head h2 {
    color: #111827;
}

html[data-theme="light"] .pricing .pricing-head p {
    color: #52525b;
}

html[data-theme="light"] .pricing-grid .pricing-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(109, 40, 217, 0.12);
}

html[data-theme="light"] .pricing-grid .pricing-card.is-popular {
    border-color: rgba(109, 40, 217, 0.28);
    box-shadow: 0 16px 40px rgba(76, 29, 149, 0.1);
}

html[data-theme="light"] .pricing-popular-pill {
    background: #ede9fe;
    border-color: rgba(109, 40, 217, 0.2);
    color: #5b21b6;
}

html[data-theme="light"] .pricing-grid .pricing-card h3 {
    color: #6d28d9;
}

html[data-theme="light"] .pricing-feature {
    color: #374151;
}

html[data-theme="light"] .pricing-feature::before {
    background: #ede9fe;
    color: #6d28d9;
}

html[data-theme="light"] .legal-table th,
html[data-theme="light"] .legal-table td {
    border-bottom-color: rgba(109, 40, 217, 0.12);
}

.faq-item {
    margin-bottom: 10px;
    padding: 16px 18px;
    border: 1px solid rgba(196, 181, 253, 0.14);
    border-radius: 16px;
    background: rgba(22, 16, 34, 0.55);
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.faq-item p {
    margin: 10px 0 0;
    color: #a1a1aa;
}

.landing-footer {
    display: block;
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 24px 36px;
    border-top: 1px solid rgba(196, 181, 253, 0.12);
    color: #a1a1aa;
}

.landing-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.landing-footer-brand p {
    max-width: 36ch;
    margin: 12px 0 0;
}

.landing-footer-grid strong {
    display: block;
    margin-bottom: 10px;
    color: #f5f3ff;
}

.landing-footer-grid a {
    display: block;
    margin-top: 8px;
}

.landing-footer-copy {
    margin: 24px 0 0;
}

.auth-shell {
    min-height: 100vh;
    padding: 32px 16px 64px;
    background: #0c0814;
}

html[data-theme="light"] .auth-shell {
    background: #f6f3ff;
}

.auth-brand {
    max-width: 480px;
    margin: 0 auto 24px;
}

.auth-card-wrap {
    max-width: 480px;
    margin: 0 auto;
}

.faq-panels .mud-expand-panel {
    background: rgba(255, 255, 255, 0.03) !important;
    color: #f4f4f5 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px !important;
    margin-bottom: 8px;
}

.mud-button-filled.mud-theme-primary,
.mud-button-filled-primary {
    background: linear-gradient(135deg, #a78bfa, #6d28d9) !important;
    color: #ffffff !important;
}

.mud-button-filled.mud-theme-primary:hover,
.mud-button-filled-primary:hover {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6) !important;
}

.mud-button-outlined-primary {
    color: #8b5cf6 !important;
    border-color: #8b5cf6 !important;
}

@media (max-width: 960px) {
    .feature-grid,
    .stats-band,
    .landing-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .how-grid {
        grid-template-columns: 1fr;
    }

    .dash-preview-body {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media (max-width: 840px) {
    .landing-nav-burger {
        display: grid;
        order: 2;
        margin-left: auto;
    }

    .landing-nav-actions {
        order: 3;
        width: 100%;
        justify-content: space-between;
    }

    .landing-links {
        display: none;
        order: 4;
        width: 100%;
        flex-direction: column;
        padding: 8px 0 4px;
    }

    .landing-nav-toggle:checked ~ .landing-links {
        display: flex;
    }

    .dash-preview {
        grid-template-columns: 1fr;
    }

    .dash-preview-nav {
        display: none;
    }

    .feature-grid,
    .how-grid,
    .stats-band,
    .pricing-grid,
    .landing-footer-grid {
        grid-template-columns: 1fr;
    }

    .dash-preview-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .landing-nav,
    .hero,
    .landing-section,
    .pricing,
    .faq,
    .landing-cta-band,
    .landing-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-link-btn {
        display: none;
    }

    .hero h1 {
        max-width: none;
    }

    .landing-cta-card {
        padding: 28px 18px;
    }
}

html[data-theme="light"] .landing-shell {
    color: #111827;
    background: #eeeaf6;
}

html[data-theme="light"] .landing-aurora-core {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.16), rgba(167, 139, 250, 0.06) 52%, transparent 74%);
}

html[data-theme="light"] .hero h1 span,
html[data-theme="light"] .hero-lead,
html[data-theme="light"] .landing-section-head p,
html[data-theme="light"] .pricing > p:not(.pricing-note),
html[data-theme="light"] .feature-grid p,
html[data-theme="light"] .how-grid p,
html[data-theme="light"] .faq-item p,
html[data-theme="light"] .landing-cta-card p:not(.hero-kicker),
html[data-theme="light"] .landing-links a,
html[data-theme="light"] .landing-link-btn,
html[data-theme="light"] .landing-footer,
html[data-theme="light"] .landing-footer a {
    color: #4b5563;
}

html[data-theme="light"] .hero-kicker,
html[data-theme="light"] .how-step {
    color: #6d28d9;
}

html[data-theme="light"] .landing-ghost {
    color: #5b21b6;
    border-color: rgba(109, 40, 217, 0.35);
}

html[data-theme="light"] .landing-nav-burger {
    border-color: #ddd6fe;
    color: #5b21b6;
}

html[data-theme="light"] .feature-grid article,
html[data-theme="light"] .how-grid li,
html[data-theme="light"] .stats-band div,
html[data-theme="light"] .pricing-grid article,
html[data-theme="light"] .faq-item,
html[data-theme="light"] .landing-cta-card {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(109, 40, 217, 0.12);
}

html[data-theme="light"] .landing-cta-card {
    background:
        radial-gradient(520px 180px at 50% 0%, rgba(139, 92, 246, 0.1), transparent 70%),
        rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .feature-icon {
    background: #ede9fe;
    color: #6d28d9;
}

html[data-theme="light"] .landing-footer {
    border-top-color: #ede9fe;
}

html[data-theme="light"] .landing-footer-grid strong {
    color: #111827;
}

html[data-theme="light"] .dash-preview {
    color: #111827;
    background: #ffffff;
    border-color: #ede9fe;
}

html[data-theme="light"] .dash-preview-nav {
    background: #120c1c;
    color: #ede9fe;
}

html[data-theme="light"] .dash-preview-stats div,
html[data-theme="light"] .dash-preview-table {
    background: #f7f4ff;
    border: 1px solid #ede9fe;
}

html[data-theme="light"] .faq-panels .mud-expand-panel {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #111827 !important;
    border-color: rgba(109, 40, 217, 0.12);
}
