/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.notice_cold_1ccc 生效） */

:root {
    --home-bg: #f4f6fb;
    --home-surface: #ffffff;
    --home-text: #0f172a;
    --home-muted: #475569;
    --home-border: #e2e8f0;
    --home-accent: #0d9488;
    --home-accent-2: #1d4ed8;
    --home-warn: #c2410c;
    --home-radius: 14px;
    --home-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 12px 28px rgba(15, 23, 42, 0.08);
    --home-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.notice_cold_1ccc {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.notice_cold_1ccc a {
    color: var(--home-accent-2);
}

body.notice_cold_1ccc a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.icon-dynamic-4c24 {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    padding: 0.75rem 1rem;
    background: var(--home-accent);
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 8px 0;
}

.icon-dynamic-4c24:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.accent-bottom-ad40 {
    background: var(--home-surface);
    border-bottom: 1px solid var(--home-border);
    position: sticky;
    top: 0;
    z-index: 2000;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.aside-b4df {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.grid_yellow_a06c {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.grid_yellow_a06c img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.alert-7a19 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.input-f8a3 {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.disabled-f6e1 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.center-ad89 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

/* Hamburger no header: à direita, após Registrar-se (mobile) */
@media (max-width: 768px) {
    body.notice_cold_1ccc .center-ad89 .block_0ade {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.notice_cold_1ccc .aside-b4df {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.notice_cold_1ccc .grid_yellow_a06c {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.notice_cold_1ccc .center-ad89 {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.notice_cold_1ccc .center-ad89 .new_30cf {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.notice_cold_1ccc .block_0ade {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.heading_8827) ---------- */
body.notice_cold_1ccc .frame-9cbc {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
}

body.notice_cold_1ccc .frame-9cbc .block-soft-27e1 {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.notice_cold_1ccc .frame-9cbc .block-soft-27e1:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.notice_cold_1ccc .frame-9cbc .pink-4d44 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.notice_cold_1ccc .frame-9cbc .pink-4d44::before {
    border-bottom-color: var(--home-surface);
}

body.notice_cold_1ccc .frame-9cbc .simple_ad7c {
    color: var(--home-text);
}

body.notice_cold_1ccc .frame-9cbc .simple_ad7c:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.notice_cold_1ccc .avatar-over-cbf8 {
    background: #f1f5f9;
}

body.notice_cold_1ccc .avatar-over-cbf8 span {
    color: var(--home-text);
    text-shadow: none;
}

body.notice_cold_1ccc .popup-current-9e55 {
    border-color: var(--home-border);
    background: #fff;
}

body.notice_cold_1ccc .popup-current-9e55 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.notice_cold_1ccc .focus_75f3 {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.notice_cold_1ccc .focus_75f3 .block-soft-27e1 {
        color: var(--home-text);
    }

    body.notice_cold_1ccc .focus_75f3 .pink-4d44 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.notice_cold_1ccc .focus_75f3 .simple_ad7c {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.notice_cold_1ccc.paper_d46e .accent-bottom-ad40 {
        z-index: 10070;
    }

    body.notice_cold_1ccc .frame-9cbc {
        z-index: 10065;
    }

    body.notice_cold_1ccc .frame-9cbc .in_6b9c {
        padding-left: 0;
        padding-right: 0;
    }

    body.notice_cold_1ccc .frame-9cbc .focus_75f3.fn-show-70df {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: var(--mobile-menu-top, 4.25rem) !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        display: block !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
        z-index: 10060 !important;
        min-height: calc(100dvh - var(--mobile-menu-top, 4.25rem)) !important;
        box-sizing: border-box !important;
        border-top: 1px solid var(--home-border);
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
}

/* Página atual (Início) */
body.notice_cold_1ccc .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.breadcrumb_4ca3 & app.breadcrumb_4ca3 & baixar.breadcrumb_4ca3 & download.breadcrumb_4ca3 & instalar.breadcrumb_4ca3: destacar Mobile em vez de Início */
body.box-up-19f2 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.focus-brown-bf09 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.gradient_small_3e97 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.wide_b801 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.preview-yellow-f408 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.box-up-19f2 .frame-9cbc .video_right_8ebc .block-soft-27e1,
body.focus-brown-bf09 .frame-9cbc .video_right_8ebc .block-soft-27e1,
body.gradient_small_3e97 .frame-9cbc .video_right_8ebc .block-soft-27e1,
body.wide_b801 .frame-9cbc .video_right_8ebc .block-soft-27e1,
body.preview-yellow-f408 .frame-9cbc .video_right_8ebc .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.box-up-19f2 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.focus-brown-bf09 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.gradient_small_3e97 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.wide_b801 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.preview-yellow-f408 .frame-9cbc .simple_ad7c[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.breadcrumb_4ca3: destacar Apostas em vez de Início */
/* bet.breadcrumb_4ca3, plataforma.breadcrumb_4ca3 & win.breadcrumb_4ca3: destacar Apostas em vez de Início */
body.hot_7e43 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.icon_7d7b .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.description_eb5a .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.hot_7e43 .frame-9cbc .article-106b .block-soft-27e1,
body.icon_7d7b .frame-9cbc .article-106b .block-soft-27e1,
body.description_eb5a .frame-9cbc .article-106b .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.hot_7e43 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.icon_7d7b .frame-9cbc .simple_ad7c[aria-current="page"],
    body.description_eb5a .frame-9cbc .simple_ad7c[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.breadcrumb_4ca3: destacar Bônus */
body.banner_over_2602 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.banner_over_2602 .frame-9cbc .hero-1171 .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.breadcrumb_4ca3, login.breadcrumb_4ca3 & vip.breadcrumb_4ca3: destacar Conta em vez de Início */
body.complex-af1f .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.under-92a4 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.form_7cc2 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.complex-af1f .frame-9cbc .column-be4a .block-soft-27e1,
body.under-92a4 .frame-9cbc .column-be4a .block-soft-27e1,
body.form_7cc2 .frame-9cbc .column-be4a .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.complex-af1f .frame-9cbc .simple_ad7c[aria-current="page"],
    body.under-92a4 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.form_7cc2 .frame-9cbc .simple_ad7c[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.breadcrumb_4ca3, lottery.breadcrumb_4ca3 & slot.breadcrumb_4ca3: destacar Jogos em vez de Início */
body.disabled_wood_a666 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.thick-f1c9 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.gallery_west_bdd8 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.disabled_wood_a666 .frame-9cbc .tiny-ad19 .block-soft-27e1,
body.thick-f1c9 .frame-9cbc .tiny-ad19 .block-soft-27e1,
body.gallery_west_bdd8 .frame-9cbc .tiny-ad19 .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.disabled_wood_a666 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.thick-f1c9 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.gallery_west_bdd8 .frame-9cbc .simple_ad7c[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.breadcrumb_4ca3 & telegram.breadcrumb_4ca3: destacar Social em vez de Início */
body.header_hard_9d03 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1,
body.backdrop-d025 .frame-9cbc .header-smooth-da26:first-child .block-soft-27e1 {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.header_hard_9d03 .frame-9cbc .tall-3193 .block-soft-27e1,
body.backdrop-d025 .frame-9cbc .tall-3193 .block-soft-27e1 {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.header_hard_9d03 .frame-9cbc .simple_ad7c[aria-current="page"],
    body.backdrop-d025 .frame-9cbc .simple_ad7c[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.large-7260 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.modal_d4c9 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .modal_d4c9 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.west-3188 {
    min-width: 0;
}

.gradient-981f {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.red_aebd {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 10px;
    font-size: 0.82rem;
    color: var(--home-muted);
}

.red_aebd strong {
    color: var(--home-text);
    font-weight: 700;
}

.hero_in_b466 {
    margin-top: 2rem;
}

.stale-fd27 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .stale-fd27 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .stale-fd27 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.menu_75e5 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem 1.05rem;
    font-size: 0.9rem;
    line-height: 1.55;
}

.menu_75e5 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.menu_75e5 p {
    margin: 0;
    color: #334155;
}

.up-9595 {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--home-muted);
    background: #f8fafc;
    border-left: 4px solid var(--home-accent);
    border-radius: 0 10px 10px 0;
}

/* ---------- Hero (split editorial) ---------- */
.west-38ac {
    padding: 2.25rem 0 1rem;
}

.summary_in_2843 {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .summary_in_2843 {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.content_black_2ef0 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-accent);
    margin-bottom: 0.75rem;
}

.west-38ac h1 {
    font-size: clamp(1.75rem, 2.8vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: var(--home-text);
}

.avatar-fixed-ec06 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.old_50e2 {
    font-size: 0.98rem;
    color: #334155;
}

.old_50e2 p {
    margin-bottom: 1rem;
}

.steel-bb3b {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.item_479c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    border-radius: 12px;
    font-weight: 700;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(13, 148, 136, 0.35);
}

.item_479c:hover {
    filter: brightness(1.05);
}

.plasma-37a2 {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid var(--home-border);
    background: #fff;
    color: var(--home-text) !important;
    text-decoration: none !important;
}

.over-1dad {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.over-1dad img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.secondary_765c {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.text-outer-7634 {
    margin-bottom: 1.25rem;
}

.text-outer-7634 h2 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.35rem;
    color: var(--home-text);
}

.slider-action-6ff2 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.paragraph_selected_4b11 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    box-shadow: var(--home-shadow);
    padding: 1.25rem 1.35rem;
}

/* ---------- Stat strip ---------- */
.texture-wood-9ee0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .texture-wood-9ee0 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.component-48eb {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.component-48eb strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.component-48eb span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.alert_liquid_cc52 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .alert_liquid_cc52 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .alert_liquid_cc52 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature_467e {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.feature_467e:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.feature_467e img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.feature_467e h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.feature_467e p,
.feature_467e li {
    font-size: 0.92rem;
    color: #334155;
}

.feature_467e ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.hovered-5476 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.center-0922 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.center-0922 thead th {
    text-align: left;
    padding: 0.75rem 0.65rem;
    background: #f8fafc;
    border-bottom: 1px solid var(--home-border);
    font-weight: 700;
    white-space: nowrap;
}

.center-0922 tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.center-0922 tbody tr:nth-child(even) {
    background: #fcfdff;
}

.advanced-bb21 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.label-east-5718 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .label-east-5718 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hard_d4c9 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.form-76bf {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.hard_d4c9 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.hard_d4c9 .component-north-bb57 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.light_7c56 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.sidebar_motion_6db7 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.sidebar_motion_6db7 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.sidebar_motion_6db7 summary::-webkit-details-marker {
    display: none;
}

.sidebar_motion_6db7 .mask_iron_39cd {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.sidebar_motion_6db7 .mask_iron_39cd p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.badge_4106 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1.1rem;
    box-shadow: var(--home-shadow);
    margin-bottom: 1rem;
}

.badge_4106 h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.badge_4106 ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.video-3d94 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.popup-ceda {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.gallery_34ac {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.shade_c892 {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.gallery_34ac a {
    font-weight: 600;
}

.green_2913 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.green_2913 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.green_2913 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.tooltip-911e {
    margin-top: 2rem;
    padding: 1.25rem;
    border-radius: var(--home-radius);
    background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.tooltip-911e a {
    color: #fff !important;
}

.tooltip-911e h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.green-6d6b {
    margin: 1rem 0 0;
}

.green-6d6b img {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
    border: 1px solid var(--home-border);
}

/* ---------- Overrides: hero legacy class from shared ---------- */
body.notice_cold_1ccc .table-94f6 {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.notice_cold_1ccc .table-94f6 h1 {
    color: inherit;
    text-shadow: none;
}

body.notice_cold_1ccc .table-94f6 p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.overlay_cold_f5a2 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .overlay_cold_f5a2 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.outline_855b {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.outline_855b .pagination_simple_686b {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.outline_855b .under-90a1 {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.input_ddfb {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .input_ddfb {
        grid-template-columns: 1fr 1fr;
    }
}

.modal-hard-de57 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.modal-hard-de57 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.hot-db88 {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.notice_cold_1ccc .frame-9cbc,
    body.notice_cold_1ccc .center-ad89,
    .tooltip-911e {
        display: none !important;
    }
}

/* css-noise: 1050 */
.ghost-box-i7 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.1;
}
