/* 首页 v2 — 与旧版棕金赌场风完全不同的编辑型布局（仅 body.shade_over_19a2 生效） */

: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.shade_over_19a2 {
    background: var(--home-bg);
    color: var(--home-text);
    font-family: var(--home-font);
    line-height: 1.6;
}

body.shade_over_19a2 a {
    color: var(--home-accent-2);
}

body.shade_over_19a2 a:hover {
    color: #1e40af;
}

/* ---------- Skip link (a11y) ---------- */
.hot-ce97 {
    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;
}

.hot-ce97:focus {
    left: 0;
    outline: 3px solid #fde047;
}

/* ---------- Top bar ---------- */
.texture_bright_0806 {
    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);
}

.active_70fb {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.dynamic_d410 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.dynamic_d410 img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.table-0567 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.nav-f41d {
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}

.sort-clean-d080 {
    font-size: 0.75rem;
    color: var(--home-muted);
    font-weight: 500;
}

.text_742b {
    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.shade_over_19a2 .text_742b .icon-focused-36bb {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
        background: transparent;
        justify-content: center;
        align-items: center;
    }

    body.shade_over_19a2 .active_70fb {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    body.shade_over_19a2 .dynamic_d410 {
        min-width: 0;
        flex: 1 1 auto;
    }

    body.shade_over_19a2 .text_742b {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    body.shade_over_19a2 .text_742b .thick-1937 {
        padding: 0.45rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (min-width: 769px) {
    body.shade_over_19a2 .icon-focused-36bb {
        display: none !important;
    }
}

/* ---------- Nav overrides (estrutura mantida para navigation.right-fd15) ---------- */
body.shade_over_19a2 .texture_3378 {
    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.shade_over_19a2 .texture_3378 .hero_over_62cd {
    color: var(--home-text);
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 10px;
}

body.shade_over_19a2 .texture_3378 .hero_over_62cd:hover {
    background: #f1f5f9;
    color: var(--home-text);
    box-shadow: none;
    transform: none;
}

body.shade_over_19a2 .texture_3378 .hot_0bc5 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    box-shadow: var(--home-shadow);
}

body.shade_over_19a2 .texture_3378 .hot_0bc5::before {
    border-bottom-color: var(--home-surface);
}

body.shade_over_19a2 .texture_3378 .tertiary_west_b05b {
    color: var(--home-text);
}

body.shade_over_19a2 .texture_3378 .tertiary_west_b05b:hover {
    background: #f8fafc;
    color: var(--home-text);
    transform: none;
    box-shadow: none;
}

body.shade_over_19a2 .tertiary-iron-1b39 {
    background: #f1f5f9;
}

body.shade_over_19a2 .tertiary-iron-1b39 span {
    color: var(--home-text);
    text-shadow: none;
}

body.shade_over_19a2 .gas-e3e1 {
    border-color: var(--home-border);
    background: #fff;
}

body.shade_over_19a2 .gas-e3e1 span {
    background: var(--home-text);
    box-shadow: none;
}

@media (max-width: 768px) {
    body.shade_over_19a2 .heading-yellow-08dd {
        background: #fff;
        border-top: 1px solid var(--home-border);
    }

    body.shade_over_19a2 .heading-yellow-08dd .hero_over_62cd {
        color: var(--home-text);
    }

    body.shade_over_19a2 .heading-yellow-08dd .hot_0bc5 {
        background: #f8fafc;
        border-top: 1px solid var(--home-border);
    }

    body.shade_over_19a2 .heading-yellow-08dd .tertiary_west_b05b {
        color: var(--home-text);
    }

    /* Menu aberto: painel ocupa o restante da tela; fundo não rola (JS trava body) */
    body.shade_over_19a2.backdrop-basic-4d01 .texture_bright_0806 {
        z-index: 10070;
    }

    body.shade_over_19a2 .texture_3378 {
        z-index: 10065;
    }

    body.shade_over_19a2 .texture_3378 .image-91a3 {
        padding-left: 0;
        padding-right: 0;
    }

    body.shade_over_19a2 .texture_3378 .heading-yellow-08dd.fn-show-0a93 {
        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.shade_over_19a2 .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* apk.breadcrumb-a2ef & app.breadcrumb-a2ef & baixar.breadcrumb-a2ef & download.breadcrumb-a2ef & instalar.breadcrumb-a2ef: destacar Mobile em vez de Início */
body.nav-c877 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.hard_1386 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.blue-c094 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.input_fluid_05ac .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.container_1c6b .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.nav-c877 .texture_3378 .popup_0b2d .hero_over_62cd,
body.hard_1386 .texture_3378 .popup_0b2d .hero_over_62cd,
body.blue-c094 .texture_3378 .popup_0b2d .hero_over_62cd,
body.input_fluid_05ac .texture_3378 .popup_0b2d .hero_over_62cd,
body.container_1c6b .texture_3378 .popup_0b2d .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.nav-c877 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.hard_1386 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.blue-c094 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.input_fluid_05ac .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.container_1c6b .texture_3378 .tertiary_west_b05b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bet.breadcrumb-a2ef: destacar Apostas em vez de Início */
/* bet.breadcrumb-a2ef, plataforma.breadcrumb-a2ef & win.breadcrumb-a2ef: destacar Apostas em vez de Início */
body.yellow-7a43 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.card_bronze_9e26 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.slider-ec41 .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.yellow-7a43 .texture_3378 .narrow_5231 .hero_over_62cd,
body.card_bronze_9e26 .texture_3378 .narrow_5231 .hero_over_62cd,
body.slider-ec41 .texture_3378 .narrow_5231 .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.yellow-7a43 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.card_bronze_9e26 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.slider-ec41 .texture_3378 .tertiary_west_b05b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* bonus.breadcrumb-a2ef: destacar Bônus */
body.mask-f9d6 .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.mask-f9d6 .texture_3378 .purple_0f73 .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

/* cadastro.breadcrumb-a2ef, login.breadcrumb-a2ef & vip.breadcrumb-a2ef: destacar Conta em vez de Início */
body.icon_cd53 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.dropdown-next-657f .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.table_new_00b5 .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.icon_cd53 .texture_3378 .grid-33ec .hero_over_62cd,
body.dropdown-next-657f .texture_3378 .grid-33ec .hero_over_62cd,
body.table_new_00b5 .texture_3378 .grid-33ec .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.icon_cd53 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.dropdown-next-657f .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.table_new_00b5 .texture_3378 .tertiary_west_b05b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* cassino.breadcrumb-a2ef, lottery.breadcrumb-a2ef & slot.breadcrumb-a2ef: destacar Jogos em vez de Início */
body.notice-warm-d743 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.pro_940a .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.content-e673 .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.notice-warm-d743 .texture_3378 .top-23a8 .hero_over_62cd,
body.pro_940a .texture_3378 .top-23a8 .hero_over_62cd,
body.content-e673 .texture_3378 .top-23a8 .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.notice-warm-d743 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.pro_940a .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.content-e673 .texture_3378 .tertiary_west_b05b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* facebook.breadcrumb-a2ef & telegram.breadcrumb-a2ef: destacar Social em vez de Início */
body.medium_6e22 .texture_3378 .section-6dcc:first-child .hero_over_62cd,
body.mask-3bb7 .texture_3378 .section-6dcc:first-child .hero_over_62cd {
    background: transparent;
    color: var(--home-text) !important;
    box-shadow: none;
}

body.medium_6e22 .texture_3378 .complex_1481 .hero_over_62cd,
body.mask-3bb7 .texture_3378 .complex_1481 .hero_over_62cd {
    background: #ecfeff;
    color: #0f766e !important;
    box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.25);
}

@media (max-width: 768px) {
    body.medium_6e22 .texture_3378 .tertiary_west_b05b[aria-current="page"],
    body.mask-3bb7 .texture_3378 .tertiary_west_b05b[aria-current="page"] {
        background: rgba(13, 148, 136, 0.15);
        font-weight: 800;
        color: #0f766e !important;
    }
}

/* ---------- Layout shell ---------- */
.right-743e {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

.cold_5a68 {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1100px) {
    .cold_5a68 {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.icon-old-5664 {
    min-width: 0;
}

.tag_complex_802d {
    position: sticky;
    top: 5.5rem;
    align-self: start;
}

/* ---------- Editorial: byline e metodologia ---------- */
.hero_0e3e {
    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);
}

.hero_0e3e strong {
    color: var(--home-text);
    font-weight: 700;
}

.thick-4b44 {
    margin-top: 2rem;
}

.surface-out-152c {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .surface-out-152c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .surface-out-152c {
        grid-template-columns: repeat(4, 1fr);
    }
}

.sidebar_black_14dd {
    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;
}

.sidebar_black_14dd h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    color: var(--home-accent);
    letter-spacing: 0.02em;
}

.sidebar_black_14dd p {
    margin: 0;
    color: #334155;
}

.title-ec45 {
    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) ---------- */
.accent-down-2ec4 {
    padding: 2.25rem 0 1rem;
}

.mask_north_f32a {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 900px) {
    .mask_north_f32a {
        grid-template-columns: 1.05fr 0.95fr;
    }
}

.bright-cd42 {
    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;
}

.accent-down-2ec4 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);
}

.smooth-3497 {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 1.25rem;
}

.logo-ac87 {
    font-size: 0.98rem;
    color: #334155;
}

.logo-ac87 p {
    margin-bottom: 1rem;
}

.under_fe0b {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.first-4a12 {
    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);
}

.first-4a12:hover {
    filter: brightness(1.05);
}

.frame_24f5 {
    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;
}

.tooltip_7508 {
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--home-shadow);
}

.tooltip_7508 img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* ---------- Bands / sections ---------- */
.form-c316 {
    margin-top: 2.5rem;
    scroll-margin-top: 5rem;
}

.icon-gas-4ccf {
    margin-bottom: 1.25rem;
}

.icon-gas-4ccf 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);
}

.dropdown-fresh-4c54 {
    margin: 0;
    color: var(--home-muted);
    font-size: 0.95rem;
}

.description_liquid_9905 {
    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 ---------- */
.container_2133 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .container_2133 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.progress-1789 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: center;
}

.progress-1789 strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--home-accent-2);
}

.progress-1789 span {
    font-size: 0.78rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Feature grid (bento) ---------- */
.outline_hard_3729 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .outline_hard_3729 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .outline_hard_3729 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.list_69f2 {
    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;
}

.list_69f2:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow);
}

.list_69f2 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.list_69f2 h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    color: var(--home-text);
}

.list_69f2 p,
.list_69f2 li {
    font-size: 0.92rem;
    color: #334155;
}

.list_69f2 ul {
    margin: 0;
    padding-left: 1.1rem;
}

/* ---------- Tables ---------- */
.copper_47f0 {
    overflow-x: auto;
    margin-top: 1rem;
    border-radius: 12px;
    border: 1px solid var(--home-border);
}

.basic-d35d {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 720px;
}

.basic-d35d 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;
}

.basic-d35d tbody td {
    padding: 0.65rem;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.basic-d35d tbody tr:nth-child(even) {
    background: #fcfdff;
}

.card_orange_2226 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #e0f2fe;
    color: #075985;
}

/* ---------- Win cards ---------- */
.west_9a86 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 720px) {
    .west_9a86 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.current-4293 {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius);
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.icon_iron_8ae6 {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.current-4293 h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.current-4293 .logo-cf43 {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0.35rem 0;
}

.pressed_2f33 {
    background: #dcfce7;
    color: #166534;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ---------- FAQ ---------- */
.tag-80b6 details {
    border: 1px solid var(--home-border);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.tag-80b6 summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    list-style: none;
    color: var(--home-text);
}

.tag-80b6 summary::-webkit-details-marker {
    display: none;
}

.tag-80b6 .plasma-19b0 {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid var(--home-border);
    color: #334155;
    font-size: 0.95rem;
}

.tag-80b6 .plasma-19b0 p:last-child {
    margin-bottom: 0;
}

/* ---------- Aside trust ---------- */
.widget-bright-ddcb {
    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;
}

.widget-bright-ddcb h3 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.widget-bright-ddcb ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--home-muted);
    font-size: 0.88rem;
}

.card_c8e1 a {
    display: block;
    padding: 0.35rem 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
}

.header_9770 {
    font-size: 0.8rem;
    color: var(--home-muted);
    margin-top: 0.5rem;
}

/* ---------- Footer area ---------- */
.icon_out_00c2 {
    border-top: 1px solid var(--home-border);
    background: #fff;
    margin-top: 2rem;
    padding: 2rem 1rem;
}

.menu-fresh-c62f {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.icon_out_00c2 a {
    font-weight: 600;
}

.section_a3d8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.section_a3d8 h2 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.section_a3d8 p {
    color: #334155;
}

/* ---------- CTA bar ---------- */
.hard-f247 {
    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);
}

.hard-f247 a {
    color: #fff !important;
}

.hard-f247 h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

/* ---------- Feature / section images ---------- */
.cool-0788 {
    margin: 1rem 0 0;
}

.cool-0788 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.shade_over_19a2 .caption-selected-b4fe {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

body.shade_over_19a2 .caption-selected-b4fe h1 {
    color: inherit;
    text-shadow: none;
}

body.shade_over_19a2 .caption-selected-b4fe p {
    color: inherit;
}

/* ---------- Numbers grid (bottom stats) ---------- */
.feature-pro-1721 {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .feature-pro-1721 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.filter_current_5bd7 {
    background: #fff;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.filter_current_5bd7 .upper_00ed {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--home-accent);
}

.filter_current_5bd7 .complex-90fe {
    font-size: 0.8rem;
    color: var(--home-muted);
    font-weight: 600;
}

/* ---------- Responsible two-col ---------- */
.logo_cold_29d9 {
    display: grid;
    gap: 1rem;
}

@media (min-width: 800px) {
    .logo_cold_29d9 {
        grid-template-columns: 1fr 1fr;
    }
}

.mask_a897 {
    background: #f8fafc;
    border: 1px solid var(--home-border);
    border-radius: 12px;
    padding: 1.1rem;
}

.mask_a897 h3 {
    margin-top: 0;
    font-size: 1.05rem;
}

.frame_hot_8f7d {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #7f1d1d;
}

/* ---------- Print ---------- */
@media print {
    body.shade_over_19a2 .texture_3378,
    body.shade_over_19a2 .text_742b,
    .hard-f247 {
        display: none !important;
    }
}

/* css-noise: b538 */
.widget-item-q5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
