/* Homepage only — overrides shared.purple-96b7 when body has .accordion-current-b131 (light editorial layout) */
@charset "UTF-8";

/* index.purple-96b7 só no index — não esconder overflow no html (corta texto/imagem em vez de reflow) */
html {
    max-width: 100%;
}

/* Âncoras (#destaques etc.): não ficar por baixo do bloco sticky */
html:has(body.accordion-current-b131) {
    scroll-padding-top: 9.5rem;
}

@media (max-width: 1023px) {
    html:has(body.accordion-current-b131) {
        scroll-padding-top: 8.25rem;
    }
}

body.accordion-current-b131 {
    /* Altura aproximada: barra de marca + menu (evita TOC/âncoras por baixo do sticky) */
    --ph-sticky-head-height: 9.5rem;
    --ph-bg: #eef1f4;
    --ph-surface: #ffffff;
    --ph-ink: #12151a;
    --ph-muted: #5c6570;
    --ph-line: #d8dee6;
    --ph-accent: #0f766e;
    --ph-accent-hover: #0d9488;
    --ph-warn: #b45309;
    --ph-radius: 14px;
    --ph-radius-sm: 10px;
    --ph-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
    --ph-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
    --ph-serif: Georgia, "Times New Roman", serif;
    background: var(--ph-bg);
    color: var(--ph-ink);
    font-family: var(--ph-font);
    line-height: 1.6;
}

body.accordion-current-b131 a {
    color: var(--ph-accent);
    text-decoration: none;
}

body.accordion-current-b131 a:hover {
    text-decoration: underline;
    color: var(--ph-accent-hover);
}

/* Skip link: visually hidden without off-screen position (avoids horizontal scroll) */
.section-f0d1:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.section-f0d1:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 10000;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    background: var(--ph-ink);
    color: #fff;
    border-radius: var(--ph-radius-sm);
    outline: 3px solid var(--ph-accent);
}

/* Shell */
.alert_ba98 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
    box-sizing: border-box;
}

/* Filhos de grid/flex com min-width:auto não encolhem → texto/imagem “passa” da tela; min-width:0 permite quebra correta */
body.accordion-current-b131 main.alert_ba98,
body.accordion-current-b131 .form_ef8d,
body.accordion-current-b131 .form_ef8d > aside,
body.accordion-current-b131 .form_ef8d > div,
body.accordion-current-b131 .mask-focused-7242,
body.accordion-current-b131 .mask-focused-7242 > * {
    min-width: 0;
}

body.accordion-current-b131 .yellow-dd55 li {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.accordion-current-b131 .mask-focused-7242 h1,
body.accordion-current-b131 .over-3759,
body.accordion-current-b131 .outline-north-f324 h2,
body.accordion-current-b131 .outline-north-f324 p {
    overflow-wrap: anywhere;
}

/* Barra superior + menu: um único sticky (evita o menu subir por cima do conteúdo com z-index maior) */
body.accordion-current-b131 .shadow-left-e081 {
    position: sticky;
    top: 0;
    z-index: 900;
    background: var(--ph-bg);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.accordion-current-b131 .shadow-left-e081 .image-huge-5df6 {
    position: relative;
    z-index: 2;
}

/* Masthead */
.message-south-dc18 {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--ph-line);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.wide-9eb8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    flex-wrap: wrap;
}

.block-bronze-2d58 {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
}

.block-bronze-2d58:hover {
    text-decoration: none;
}

.block-bronze-2d58 img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: contain;
    border: 1px solid var(--ph-line);
}

.column_fresh_5cb0 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.image-0deb {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.hovered-7566 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 500;
}

.hero-bronze-0e70 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

/* 手机端：品牌区与按钮居中 */
@media (max-width: 768px) {
    .wide-9eb8 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }

    .block-bronze-2d58 {
        justify-content: center;
        width: 100%;
    }

    .column_fresh_5cb0 {
        align-items: center;
        text-align: center;
    }

    .hero-bronze-0e70 {
        flex-basis: 100%;
        width: 100%;
        justify-content: center;
    }
}

body.accordion-current-b131 .hero-ed25 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

body.accordion-current-b131 .hero-ed25:focus-visible {
    outline: 2px solid var(--ph-accent);
    outline-offset: 2px;
}

body.accordion-current-b131 .hero-ed25.hero-409e {
    background: transparent;
    color: var(--ph-ink);
    border-color: var(--ph-line);
}

body.accordion-current-b131 .hero-ed25.hero-409e:hover {
    background: #f8fafc;
    color: var(--ph-ink);
    text-decoration: none;
}

/* Must beat `body.accordion-current-b131 a` so text stays visible on teal background */
body.accordion-current-b131 .hero-ed25.text-0980 {
    background: var(--ph-accent);
    color: #fff;
}

body.accordion-current-b131 .hero-ed25.text-0980:hover {
    background: var(--ph-accent-hover);
    color: #fff;
    text-decoration: none;
}

/* Nav overrides — same DOM for navigation.pagination_bronze_cdc2 */
body.accordion-current-b131 .image-huge-5df6 {
    background: #f8fafc;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--ph-line);
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
}

body.accordion-current-b131 .image-huge-5df6 .wrapper-8736 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.15rem;
    padding: 0.35rem 0.75rem;
    scrollbar-width: thin;
    min-width: 0;
    max-width: 100%;
}

/* 电脑端：菜单居中；手机端保持左对齐便于横向滑动 */
@media (min-width: 769px) {
    body.accordion-current-b131 .image-huge-5df6 .wrapper-8736 {
        justify-content: center;
        overflow-x: visible;
    }
}

body.accordion-current-b131 .image-huge-5df6 .slider-ba42 {
    color: var(--ph-ink);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
}

body.accordion-current-b131 .image-huge-5df6 .slider-ba42:hover {
    background: #e2e8f0;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.accordion-current-b131 .image-huge-5df6 .slider-ba42::before {
    display: none;
}

body.accordion-current-b131 .image-huge-5df6 .label-794b {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    box-shadow: var(--ph-shadow);
    border-radius: var(--ph-radius-sm);
}

body.accordion-current-b131 .image-huge-5df6 .label-794b::before {
    border-bottom-color: var(--ph-surface);
}

body.accordion-current-b131 .image-huge-5df6 .header-wide-1672 {
    color: var(--ph-ink);
    margin: 0.15rem 0.35rem;
}

body.accordion-current-b131 .image-huge-5df6 .header-wide-1672:hover {
    background: #f1f5f9;
    color: var(--ph-ink);
    transform: none;
    box-shadow: none;
}

body.accordion-current-b131 .article_4b5c {
    background: #e2e8f0;
}

body.accordion-current-b131 .article_4b5c span {
    color: var(--ph-ink);
    text-shadow: none;
}

body.accordion-current-b131 .border_6fce {
    background: #fff;
    border-color: var(--ph-line);
}

body.accordion-current-b131 .border_6fce span {
    background: var(--ph-ink);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.accordion-current-b131 .aside-old-b03d {
        background: #f8fafc;
    }

    body.accordion-current-b131 .aside-old-b03d .slider-ba42 {
        color: var(--ph-ink);
    }

    body.accordion-current-b131 .aside-old-b03d .label-794b {
        background: #fff;
        border: 1px solid var(--ph-line);
    }

    body.accordion-current-b131 .aside-old-b03d .header-wide-1672 {
        color: var(--ph-ink);
    }
}

/* Main layout: sidebar + content on large screens */
.form_ef8d {
    display: grid;
    gap: 2rem;
    padding: 1.75rem 0 3rem;
}

@media (min-width: 1024px) {
    .form_ef8d {
        grid-template-columns: 220px 1fr;
        align-items: start;
    }
}

.label_paper_3a49 {
    position: sticky;
    top: 5.5rem;
    align-self: start;
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1rem 1.1rem;
    box-shadow: var(--ph-shadow);
}

/* 手机/平板窄屏：目录随页面滚动，不 sticky 挡内容 */
@media (max-width: 1023px) {
    .label_paper_3a49 {
        position: static;
        top: auto;
        align-self: stretch;
    }
}

/* 桌面：目录 sticky 须让出整块顶栏（品牌行 + 主导航） */
@media (min-width: 1024px) {
    body.accordion-current-b131 .label_paper_3a49 {
        top: var(--ph-sticky-head-height);
    }
}

.label_paper_3a49 h2 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ph-muted);
    margin: 0 0 0.75rem;
    font-weight: 700;
}

.label_paper_3a49 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.label_paper_3a49 li {
    margin-bottom: 0.35rem;
}

.label_paper_3a49 a {
    font-size: 0.88rem;
    font-weight: 500;
    display: block;
    padding: 0.35rem 0;
    border-left: 3px solid transparent;
    padding-left: 0.5rem;
    margin-left: -0.5rem;
}

.label_paper_3a49 a:hover {
    border-left-color: var(--ph-accent);
    text-decoration: none;
    background: #f8fafc;
}

/* Hero */
.mask-focused-7242 {
    display: grid;
    gap: 2rem;
    padding: 2rem 0 1rem;
}

@media (min-width: 900px) {
    .mask-focused-7242 {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
    }
}

.layout-orange-ae95 {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ph-accent);
    margin: 0 0 0.5rem;
}

.mask-focused-7242 h1 {
    font-family: var(--ph-serif);
    font-size: clamp(1.85rem, 4vw, 2.45rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
    color: var(--ph-ink);
}

/* Só telefone (≤768px): imagem logo após o H1, centrada; evita duplicar com .left_5af6 */
.large-1f2a {
    display: none;
    margin: 0 auto 1.15rem;
    max-width: min(320px, 88vw);
}

.large-1f2a a {
    display: block;
}

.large-1f2a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
    vertical-align: bottom;
}

@media (max-width: 768px) {
    .large-1f2a {
        display: block;
    }

    body.accordion-current-b131 .left_5af6 {
        display: none;
    }
}

.over-3759 {
    font-size: 1.05rem;
    color: var(--ph-muted);
    margin: 0 0 1.25rem;
    max-width: min(52ch, 100%);
}

.yellow-dd55 {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.yellow-dd55 li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.95rem;
    padding: 0.5rem 0.65rem;
    background: #f8fafc;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
}

.yellow-dd55 li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 0.45rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--ph-accent);
}

.left_5af6 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
    box-shadow: var(--ph-shadow);
}

.left_5af6 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    display: block;
    vertical-align: bottom;
}

/* shared.purple-96b7 桌面端 .tertiary-focused-0578 .label-97de { margin-left: 1rem } 会把右侧图推偏 */
@media (min-width: 992px) {
    body.accordion-current-b131 .tertiary-focused-0578 .label-97de {
        margin-left: 0;
        margin-right: 0;
    }
}

.left_5af6 a {
    display: block;
    width: 100%;
}

.alert-blue-5a62 {
    font-size: 0.8rem;
    color: var(--ph-muted);
    margin-top: 0.75rem;
}

body.accordion-current-b131 .alert-blue-5a62 time {
    color: var(--ph-ink);
    font-weight: 600;
}

.background-b78b {
    margin: 0.75rem 0 0;
    font-size: 0.92rem;
}

.stone-db3e time {
    color: var(--ph-ink);
    font-weight: 600;
}

/* Sections */
.link-b1d9 {
    margin-bottom: 2.75rem;
    scroll-margin-top: var(--ph-sticky-head-height);
}

.outline-north-f324 {
    margin-bottom: 1.25rem;
    max-width: min(70ch, 100%);
}

.outline-north-f324 h2 {
    font-family: var(--ph-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.outline-north-f324 p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 1rem;
}

.last_8859 {
    margin: 0 0 1.5rem;
    border-radius: var(--ph-radius);
    overflow: hidden;
    border: 1px solid var(--ph-line);
    background: var(--ph-surface);
    min-width: 0;
    max-width: 100%;
}

.last_8859 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    vertical-align: bottom;
}

/* Feature cards — grid, no brown gradients */
.video_fast_93da {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    min-width: 0;
}

@media (min-width: 640px) {
    .video_fast_93da {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .video_fast_93da {
        grid-template-columns: repeat(3, 1fr);
    }
}

.label-5077 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
    box-shadow: var(--ph-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.label-5077 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--ph-radius-sm);
    margin-bottom: 1rem;
    border: 1px solid var(--ph-line);
}

.label-5077 h3 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    color: var(--ph-ink);
}

.label-5077 p {
    font-size: 0.92rem;
    color: var(--ph-muted);
    margin: 0 0 0.75rem;
    flex: 1;
}

.label-5077 ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.label-5077 ul li {
    margin-bottom: 0.35rem;
}

/* Table */
.content_static_c07e {
    overflow-x: auto;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    background: var(--ph-surface);
    box-shadow: var(--ph-shadow);
}

.info_fluid_2034 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.info_fluid_2034 caption {
    caption-side: bottom;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: var(--ph-muted);
    text-align: left;
    border-top: 1px solid var(--ph-line);
}

.info_fluid_2034 th,
.info_fluid_2034 td {
    padding: 0.65rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid var(--ph-line);
}

.info_fluid_2034 th {
    background: #f1f5f9;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ph-muted);
}

.info_fluid_2034 tbody tr:nth-child(even) {
    background: #fafbfc;
}

.info_fluid_2034 td:nth-child(n + 3) {
    text-align: center;
}

.sort_up_6aa8 {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #e2e8f0;
    color: var(--ph-ink);
}

.south-cd35 {
    background: #fee2e2;
    color: #991b1b;
}

.paragraph-bottom-4e9a {
    background: #ffedd5;
    color: #9a3412;
}

.gallery-motion-89c9 {
    background: #dcfce7;
    color: #166534;
}

/* Wins */
.slider-ce96 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .slider-ce96 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.status_tiny_e33a {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.1rem 1.2rem;
    border-left: 4px solid var(--ph-accent);
}

.status_tiny_e33a h4 {
    margin: 0;
    font-size: 1rem;
}

.yellow_4249 {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.5rem 0;
    letter-spacing: -0.02em;
}

.status_tiny_e33a p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ph-muted);
}

.status_tiny_e33a .complex-63b0 {
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--ph-muted);
}

/* FAQ */
.shadow-b209 {
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    overflow: hidden;
    background: var(--ph-surface);
    box-shadow: var(--ph-shadow);
}

body.accordion-current-b131 .shadow-b209 details {
    border-bottom: 1px solid var(--ph-line);
    margin: 0;
    background: transparent;
    border-radius: 0;
}

body.accordion-current-b131 .shadow-b209 details:last-child {
    border-bottom: none;
}

body.accordion-current-b131 .shadow-b209 summary {
    padding: 1rem 1.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ph-ink);
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
}

body.accordion-current-b131 .shadow-b209 summary::-webkit-details-marker {
    display: none;
}

body.accordion-current-b131 .shadow-b209 details[open] summary {
    background: #f8fafc;
}

body.accordion-current-b131 .shadow-b209 .card_gold_ae41 {
    padding: 0 1.15rem 1.1rem;
    color: var(--ph-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    border-top: 1px solid var(--ph-line);
}

body.accordion-current-b131 .shadow-b209 .card_gold_ae41 p,
body.accordion-current-b131 .shadow-b209 .card_gold_ae41 ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Stats */
.wrapper_fresh_3c71 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .wrapper_fresh_3c71 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.backdrop-f179 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    padding: 1rem;
    text-align: center;
}

.link_brown_1250 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ph-accent);
    letter-spacing: -0.02em;
}

.motion_e5a7 {
    font-size: 0.78rem;
    color: var(--ph-muted);
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Responsible two-column */
.prev-4af1 {
    display: grid;
    gap: 1.25rem;
}

.motion-d49f .prev-4af1 + .prev-4af1 {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .prev-4af1 {
        grid-template-columns: 1fr 1fr;
    }
}

.label_up_9b89 {
    background: var(--ph-surface);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    padding: 1.25rem;
}

.label_up_9b89 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.label_up_9b89 ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--ph-muted);
    font-size: 0.92rem;
}

.list-b11c {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--ph-radius-sm);
    padding: 1rem;
    font-size: 0.9rem;
    color: var(--ph-warn);
    margin-top: 1rem;
}

/* CTA strip */
.article_dim_fc50 {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    border-radius: var(--ph-radius);
    color: #fff;
    margin: 2rem 0;
}

.article_dim_fc50 a {
    color: #fff;
    text-decoration: none;
}

body.accordion-current-b131 .article_dim_fc50 .text-0980 {
    background: #fff;
    color: var(--ph-accent);
    margin-top: 0.5rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
}

body.accordion-current-b131 .article_dim_fc50 .text-0980:hover {
    background: #f0fdfa;
    color: var(--ph-accent);
    text-decoration: none;
}

/* Footer */
body.accordion-current-b131 .image-last-d497 {
    background: #0f172a;
    border-top: 1px solid #1e293b;
    margin-top: 0;
    padding: 1.25rem 0;
}

body.accordion-current-b131 .image-last-d497 a {
    color: #cbd5e1;
}

body.accordion-current-b131 .image-last-d497 a:hover {
    color: #fff;
}

.notice_1eb2 {
    padding: 2rem 0 3rem;
    max-width: 720px;
}

.notice_1eb2 h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.notice_1eb2 p {
    color: var(--ph-muted);
    font-size: 0.95rem;
}

/* Hide old utility clashes */
body.accordion-current-b131 .message_d395.video_large_5eb2 {
    background: transparent !important;
    padding: 0 !important;
}

body.accordion-current-b131 .tertiary-focused-0578 {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

body.accordion-current-b131 .tertiary-focused-0578 h1,
body.accordion-current-b131 .tertiary-focused-0578 p {
    color: inherit;
}

body.accordion-current-b131 .mini-a33f.dim-d863 {
    color: #cbd5e1 !important;
}

/* shared.purple-96b7 define body { overflow-x: hidden } no mobile — corta conteúdo; no homepage preferimos reflow */
@media (max-width: 768px) {
    body.accordion-current-b131 {
        max-width: 100%;
        width: 100%;
        overflow-x: visible;
    }
}

/* css-noise: e755 */
.phantom-card-p8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.1;
}
