/**
 * Homepage editorial layout — scoped to body.hidden-e9ba only.
 * Light surface + slate/teal accents (distinct from previous brown “casino card” UI).
 */

body.hidden-e9ba {
    background: #e8edf3;
    color: #1e293b;
    font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.65;
    padding-top: 0;
}

/* —— Menu principal + Registrar-se / Entrar fixos no topo (pt-BR), sem repasse de peso nos CTAs —— */
body.hidden-e9ba .module_fast_1835.primary-liquid-5a1e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10050;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-top: calc(0.2rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0.2rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.28);
    overflow: visible;
}

body.hidden-e9ba .primary-liquid-5a1e > .full-9b5f {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.65rem;
    row-gap: 0.4rem;
}

body.hidden-e9ba .primary-liquid-5a1e .texture_187f {
    order: 1;
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
}

body.hidden-e9ba .primary-liquid-5a1e .tiny_1054 {
    order: 5;
}

body.hidden-e9ba .progress-b061 {
    order: 2;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin-left: auto;
}

body.hidden-e9ba .sort_purple_64e5 {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
}

body.hidden-e9ba .sort_purple_64e5:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 2px;
}

body.hidden-e9ba .sort_purple_64e5:active {
    transform: scale(0.98);
}

body.hidden-e9ba .pagination-right-6ab9 {
    background: #14b8a6;
    color: #0f172a !important;
    box-shadow: 0 2px 10px rgba(20, 184, 166, 0.35);
}

body.hidden-e9ba .pagination-right-6ab9:hover {
    background: #2dd4bf;
    color: #0f172a !important;
}

body.hidden-e9ba .avatar_over_36af {
    background: transparent;
    color: #e2e8f0 !important;
    border: 2px solid rgba(148, 163, 184, 0.55);
}

body.hidden-e9ba .avatar_over_36af:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: #5eead4;
    color: #f8fafc !important;
}

@media (min-width: 769px) {
    body.hidden-e9ba .primary-liquid-5a1e .tiny_1054 {
        order: 3;
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    body.hidden-e9ba .progress-b061 {
        order: 10;
    }

    body.hidden-e9ba .primary-liquid-5a1e .hero-hovered-492a {
        z-index: 10060;
    }
}

@media (max-width: 768px) {
    body.hidden-e9ba .primary-liquid-5a1e > .full-9b5f {
        justify-content: space-between;
    }

    body.hidden-e9ba .primary-liquid-5a1e .tiny_1054 {
        order: 20;
        flex: 1 1 100%;
        width: 100%;
    }

    body.hidden-e9ba .progress-b061 {
        margin-left: 0;
    }
}

.item_warm_e85e {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10100;
    padding: 0.75rem 1.25rem;
    background: #0f172a;
    color: #f8fafc;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 8px 0;
}

.item_warm_e85e:focus {
    left: 0;
    outline: 3px solid #14b8a6;
    outline-offset: 2px;
}

body.hidden-e9ba a {
    color: #0f766e;
}

body.hidden-e9ba a:hover {
    color: #115e59;
}

/* —— Header (abaixo da barra de navegação fixa) —— */
body.hidden-e9ba header {
    background: #ffffff;
    border-bottom: 1px solid #cbd5e1;
    padding: 0.65rem 0;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
    margin-top: calc(3.15rem + env(safe-area-inset-top, 0px));
}

@media (min-width: 992px) {
    body.hidden-e9ba header {
        margin-top: calc(3.65rem + env(safe-area-inset-top, 0px));
    }
}

body.hidden-e9ba header .input-next-0b71 {
    gap: 1rem;
}

body.hidden-e9ba header img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.hidden-e9ba header .glass_955c {
    background: #0f172a;
    color: #f8fafc;
    box-shadow: none;
}

body.hidden-e9ba header .glass_955c:hover {
    background: #1e293b;
    color: #fff;
}

body.hidden-e9ba header .fixed_47ca {
    background: #0d9488;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

body.hidden-e9ba header .fixed_47ca:hover {
    background: #0f766e;
}

body.hidden-e9ba .module_fast_1835 .widget-basic-50b5:first-child .carousel_2d38::after {
    background: #14b8a6;
}

/* —— Nav —— */
body.hidden-e9ba .module_fast_1835 {
    background: #0f172a;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #14b8a6;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.15);
}

body.hidden-e9ba .module_fast_1835 .carousel_2d38 {
    color: #e2e8f0;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    font-weight: 600;
}

body.hidden-e9ba .module_fast_1835 .carousel_2d38:hover {
    background: rgba(20, 184, 166, 0.2);
    color: #5eead4;
    box-shadow: none;
    transform: none;
}

body.hidden-e9ba .module_fast_1835 .hero-hovered-492a,
body.hidden-e9ba .module_fast_1835 .hero-hovered-492a::before {
    background: #1e293b;
    border-color: #334155;
}

body.hidden-e9ba .module_fast_1835 .stale_4b99 {
    color: #e2e8f0;
}

body.hidden-e9ba .module_fast_1835 .stale_4b99:hover {
    background: rgba(13, 148, 136, 0.25);
    color: #99f6e4;
    transform: none;
}

body.hidden-e9ba .texture_187f {
    background: rgba(30, 41, 59, 0.9);
}

body.hidden-e9ba .texture_187f span {
    color: #cbd5e1;
    text-shadow: none;
}

body.hidden-e9ba .menu-89f2 {
    background: rgba(20, 184, 166, 0.15);
    border-color: rgba(20, 184, 166, 0.45);
}

body.hidden-e9ba .menu-89f2 span {
    background: #5eead4;
    box-shadow: none;
}

@media (max-width: 768px) {
    body.hidden-e9ba .tiny_1054 {
        background: #1e293b;
    }

    body.hidden-e9ba .tiny_1054 .carousel_2d38 {
        color: #f1f5f9;
    }

    body.hidden-e9ba .tiny_1054 .hero-hovered-492a {
        background: #0f172a;
        border-color: #334155;
    }

    body.hidden-e9ba .tiny_1054 .stale_4b99 {
        color: #cbd5e1;
    }
}

/* —— Main & hero —— */
body.hidden-e9ba main {
    display: block;
}

body.hidden-e9ba .shade-9367 {
    background: linear-gradient(145deg, #0f172a 0%, #134e4a 48%, #115e59 100%);
    margin: 0;
    padding: clamp(2rem, 5vw, 4rem) 0;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

body.hidden-e9ba .shade-9367::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 100% 0%, rgba(45, 212, 191, 0.12), transparent 55%),
                radial-gradient(ellipse 60% 40% at 0% 100%, rgba(56, 189, 248, 0.08), transparent 50%);
    pointer-events: none;
}

body.hidden-e9ba .shade-9367 .full-9b5f {
    position: relative;
    z-index: 1;
}

body.hidden-e9ba .shade-9367 h1 {
    color: #f8fafc;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-shadow: none;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
}

body.hidden-e9ba .shade-9367 p {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 38rem;
}

body.hidden-e9ba .shade-9367 strong {
    color: #5eead4;
    font-weight: 700;
}

body.hidden-e9ba .shade-9367 .fixed_47ca {
    background: #14b8a6;
    color: #0f172a;
    font-weight: 800;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
}

body.hidden-e9ba .shade-9367 .fixed_47ca:hover {
    background: #2dd4bf;
    color: #0f172a;
}

body.hidden-e9ba .shade-9367 .aside_7962 {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

body.hidden-e9ba .shade-9367 .column-new-c615 {
    max-width: 38rem;
    font-size: 0.95rem;
}

body.hidden-e9ba .shade-9367 .column-new-c615 a {
    color: rgba(226, 232, 240, 0.92);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.hidden-e9ba .shade-9367 .column-new-c615 a:hover {
    color: #99f6e4;
}

/* —— E-E-A-T: aviso no hero + bloco de transparência —— */
body.hidden-e9ba .over_ee4e {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.45);
    border-left: 4px solid #14b8a6;
    padding: 0.85rem 1.1rem;
    border-radius: 10px;
    max-width: 40rem;
    margin-bottom: 1rem;
}

body.hidden-e9ba .over_ee4e a {
    color: #5eead4;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.hidden-e9ba .over_ee4e a:hover {
    color: #99f6e4;
}

/* Faixa editorial (E-E-A-T: quem publica, data, links legais) */
body.hidden-e9ba .menu_inner_fca9 {
    background: #f1f5f9;
    border-bottom: 1px solid #cbd5e1;
    padding: 0.55rem 0;
}

body.hidden-e9ba .south_b81d {
    max-width: 100%;
}

body.hidden-e9ba .element_red_c96b {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #475569;
    text-align: center;
}

body.hidden-e9ba .element_red_c96b a {
    color: #0d9488;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.hidden-e9ba .element_red_c96b a:hover {
    color: #0f766e;
}

body.hidden-e9ba .filter-orange-b525 {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

body.hidden-e9ba .list_326a {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* APK page: passo a passo + checklist (E-E-A-T) */
body.hidden-e9ba .active-plasma-1ce2.warm_8b8d .hero-a4b7 {
    color: #64748b;
    font-size: 0.95rem;
}

body.hidden-e9ba .hover_b7d4 {
    margin: 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.hidden-e9ba .hover_b7d4 li {
    margin-bottom: 0.65rem;
}

body.hidden-e9ba .cool-7a20 {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

body.hidden-e9ba .container_advanced_b447 {
    margin: 1rem 0 0 0;
    padding-left: 1.25rem;
    color: #334155;
    line-height: 1.7;
}

body.hidden-e9ba .container_advanced_b447 li {
    margin-bottom: 0.6rem;
}

body.hidden-e9ba .container_advanced_b447 a {
    color: #0d9488;
    font-weight: 600;
}

body.hidden-e9ba .picture_center_ad09 .menu_73a2 {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
}

body.hidden-e9ba .bright-3d6d {
    color: #64748b;
    font-size: 0.92rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

body.hidden-e9ba .center_e53f {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(15, 23, 42, 0.35);
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border-left: 3px solid #94a3b8;
    margin: 1rem 0 0 0;
}

body.hidden-e9ba .notice-north-cb08 {
    list-style: decimal;
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.35rem;
    color: #FFF9C4;
    line-height: 1.65;
}

body.hidden-e9ba .left_484e {
    background: #e2e8f0;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

body.hidden-e9ba .warm_8b8d {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

body.hidden-e9ba .warm_8b8d .gradient_down_2a3d {
    text-align: left;
    margin-bottom: 0.75rem;
}

body.hidden-e9ba .first_f507 {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

body.hidden-e9ba .warm_8b8d > p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.hidden-e9ba .brown-fc2a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem 0 0.75rem 0;
}

body.hidden-e9ba .inner_7d41 {
    margin: 0 0 1rem 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.hidden-e9ba .inner_7d41 li {
    margin-bottom: 0.6rem;
}

body.hidden-e9ba .focus_c1e9 {
    font-size: 0.92rem;
    color: #475569;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 0 !important;
}

/* —— Section rhythm —— */
body.hidden-e9ba .gradient_down_2a3d {
    color: #0f172a;
    font-weight: 800;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: #0f172a;
    background-clip: border-box;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    letter-spacing: -0.02em;
}

body.hidden-e9ba .hero-a4b7 {
    color: #64748b;
    opacity: 1;
    font-size: 1.05rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

body.hidden-e9ba .purple-ebf1 {
    background: linear-gradient(90deg, #0d9488, #0f766e) !important;
    padding: 1rem 0 !important;
    border: none;
}

body.hidden-e9ba .purple-ebf1 h2 {
    color: #ecfdf5 !important;
    font-weight: 700;
    margin: 0;
    font-size: 1.25rem;
}

/* —— Feature cards —— */
body.hidden-e9ba .modal_tall_86dc {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 1.5rem 1.65rem;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.hidden-e9ba .modal_tall_86dc:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.12);
}

body.hidden-e9ba .outer_5b99 {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

body.hidden-e9ba .detail-253e {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.hidden-e9ba .hidden_clean_767f {
    color: #334155;
    list-style: none;
    padding: 0;
    margin: 0;
}

body.hidden-e9ba .border-f6b4 {
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

body.hidden-e9ba .border-f6b4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14b8a6;
}

body.hidden-e9ba .white-893b,
body.hidden-e9ba .avatar_easy_4648 {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

/* —— RTP block —— */
body.hidden-e9ba .status-4189 {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.25rem;
}

body.hidden-e9ba .blue-26ae {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.hidden-e9ba .avatar-lite-0611 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

body.hidden-e9ba .avatar-lite-0611 caption {
    caption-side: bottom;
    padding: 1rem 0.5rem 0;
    color: #64748b;
    font-size: 0.85rem;
    text-align: left;
}

body.hidden-e9ba .avatar-lite-0611 thead th {
    background: #0f172a;
    color: #f8fafc;
    padding: 0.85rem 0.65rem;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #14b8a6;
}

body.hidden-e9ba .avatar-lite-0611 tbody td {
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

body.hidden-e9ba .avatar-lite-0611 tbody tr:nth-child(even) {
    background: #f8fafc;
}

body.hidden-e9ba .top-bcaa {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.hidden-e9ba .disabled-7d5a {
    background: #fee2e2;
    color: #991b1b;
}

body.hidden-e9ba .center_0873 {
    background: #ffedd5;
    color: #9a3412;
}

body.hidden-e9ba .iron_edae {
    background: #d1fae5;
    color: #065f46;
}

body.hidden-e9ba .outline-4653 {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 1rem;
}

/* —— Winners —— */
body.hidden-e9ba .frame_static_19c4 {
    font-size: 0.8rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 48rem;
    margin: 0 auto 0.85rem;
    padding: 0.55rem 0.75rem;
    background: #f1f5f9;
    border-radius: 8px;
    border-left: 3px solid #94a3b8;
    text-align: left;
}

body.hidden-e9ba .box-6e47 {
    row-gap: 0.65rem !important;
}

body.hidden-e9ba .fluid-ba0f {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

body.hidden-e9ba .video-8523 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

body.hidden-e9ba .button_acd8 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.35rem;
    border-left: 4px solid #14b8a6;
}

body.hidden-e9ba .button_acd8 h4 {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
}

body.hidden-e9ba .backdrop-745d {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

body.hidden-e9ba .box-inner-fce2 {
    background: #0d9488;
    color: #fff;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.hidden-e9ba .pink-9daf {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0.85rem 0;
}

body.hidden-e9ba .form_last_09ac {
    color: #475569;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

body.hidden-e9ba .form_last_09ac strong {
    color: #0f766e;
}

body.hidden-e9ba .hidden_steel_100c {
    color: #64748b;
    font-size: 0.82rem;
    font-style: italic;
    margin: 0.75rem 0 0 0;
}

body.hidden-e9ba .video_8f1f {
    color: #0f766e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* —— FAQ —— */
body.hidden-e9ba .dynamic-d45f {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.5rem;
}

body.hidden-e9ba .dynamic_37c1 {
    background: #f8fafc;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

body.hidden-e9ba .dynamic_37c1:last-child {
    margin-bottom: 0;
}

body.hidden-e9ba .dynamic_37c1 summary {
    padding: 1.15rem 1.25rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
}

body.hidden-e9ba .dynamic_37c1 summary::-webkit-details-marker {
    display: none;
}

body.hidden-e9ba .bottom_0ea9 {
    color: #0d9488;
    font-size: 0.85rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

body.hidden-e9ba .dynamic_37c1[open] .bottom_0ea9 {
    transform: rotate(180deg);
}

body.hidden-e9ba .breadcrumb_top_bfb5 {
    padding: 0 1.25rem 1.25rem;
    color: #334155;
    line-height: 1.75;
    border-top: 1px solid #e2e8f0;
}

body.hidden-e9ba .breadcrumb_top_bfb5 p,
body.hidden-e9ba .breadcrumb_top_bfb5 li {
    color: #475569;
}

body.hidden-e9ba .breadcrumb_top_bfb5 strong,
body.hidden-e9ba .dynamic-d45f strong {
    color: #0f172a !important;
}

body.hidden-e9ba .breadcrumb_top_bfb5 h4 {
    color: #0f172a;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
}

body.hidden-e9ba .breadcrumb_top_bfb5 ul,
body.hidden-e9ba .breadcrumb_top_bfb5 ol {
    color: #475569;
}

body.hidden-e9ba .breadcrumb_top_bfb5 a {
    color: #0f766e;
}

body.hidden-e9ba .iron-d496 {
    margin-top: 0.5rem;
}

body.hidden-e9ba .feature-up-790b {
    margin: 1rem 0;
    padding-left: 1.35rem;
    color: #475569;
}

body.hidden-e9ba .breadcrumb_top_bfb5 li {
    margin-bottom: 0.65rem;
}

body.hidden-e9ba .pagination-bc1a {
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    border-left: 4px solid #14b8a6;
    background: #ecfdf5;
}

body.hidden-e9ba .module-cold-a66e {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

body.hidden-e9ba .frame_top_5218 {
    border-left-color: #0ea5e9;
    background: #f0f9ff;
}

/* —— Stats —— */
body.hidden-e9ba .thick-9d54 {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    border-radius: 16px;
    border: 1px solid #334155;
    padding: 2rem 1.5rem;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.2);
}

body.hidden-e9ba .thick-9d54 .gradient_down_2a3d,
body.hidden-e9ba .thick-9d54 h2 {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.hidden-e9ba .thick-9d54 .hero-a4b7,
body.hidden-e9ba .border-fcd7 {
    color: #94a3b8 !important;
}

body.hidden-e9ba .label_black_d545 {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid #475569;
    border-radius: 12px;
    padding: 1.35rem 1rem;
    height: 100%;
    text-align: center;
}

body.hidden-e9ba .main-advanced-1945 {
    font-size: 2rem;
    font-weight: 800;
    color: #5eead4;
    margin-bottom: 0.35rem;
    line-height: 1.1;
}

body.hidden-e9ba .feature_5e6b {
    font-size: 0.9rem;
    color: #e2e8f0;
    font-weight: 600;
}

body.hidden-e9ba .footer_2899 {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.35rem;
}

body.hidden-e9ba .soft-49ba {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 900px;
    margin: 0 auto;
}

body.hidden-e9ba .soft-49ba strong {
    color: #5eead4;
}

/* —— Responsible —— */
body.hidden-e9ba .menu_73a2 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.5rem;
}

body.hidden-e9ba .menu_73a2 h2 {
    color: #0f172a;
    font-weight: 800;
}

body.hidden-e9ba .menu_73a2 > .orange_0e4e > p {
    color: #64748b;
}

body.hidden-e9ba .banner_red_48a2 {
    padding: 1.5rem;
    border-radius: 12px;
    height: 100%;
}

body.hidden-e9ba .last_a2e9 {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
}

body.hidden-e9ba .green-6b74 {
    background: #fffbeb;
    border-left: 4px solid #d97706;
}

body.hidden-e9ba .banner_red_48a2 h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0f172a;
}

body.hidden-e9ba .banner_red_48a2 ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #334155;
    line-height: 1.9;
}

body.hidden-e9ba .banner_red_48a2 li {
    margin-bottom: 0.5rem;
}

body.hidden-e9ba .banner_red_48a2 strong {
    color: #0f172a;
}

body.hidden-e9ba .hover-south-dd0a {
    background: #fef2f2;
    border: 2px solid #f87171;
    border-radius: 10px;
    padding: 1.2rem;
    margin-top: 1.25rem;
}

body.hidden-e9ba .hover-south-dd0a p {
    margin: 0;
    color: #7f1d1d;
    font-weight: 600;
}

body.hidden-e9ba .hover-south-dd0a p + p {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 0.95rem;
}

body.hidden-e9ba .banner_prev_f736 {
    font-size: 1.35rem;
    font-weight: 700;
    opacity: 0.9;
}

/* —— Grid helpers (page uses Bootstrap-like class names) —— */
@media (min-width: 768px) {
    body.hidden-e9ba .iron_ba18 .grid-tiny-ca18 {
        flex: 0 0 auto;
        width: 50%;
    }

    body.hidden-e9ba .iron_ba18 .next_f54e {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

body.hidden-e9ba .iron_ba18 .disabled_warm_e2fd {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    body.hidden-e9ba .iron_ba18 .tabs_smooth_d440 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    body.hidden-e9ba .iron_ba18 .wrapper-orange-9ad0 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    body.hidden-e9ba .iron_ba18 .hero_stale_3e0e {
        flex: 0 0 auto;
        width: 50%;
    }
}

body.hidden-e9ba .photo_a99a {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

body.hidden-e9ba .photo_a99a strong {
    color: #0f172a;
}

/* —— CTA strip —— */
body.hidden-e9ba .progress_51bc {
    background: #0d9488 !important;
    padding: 1.25rem 0 !important;
}

body.hidden-e9ba .progress_51bc .fixed_47ca {
    background: #0f172a;
    color: #f8fafc;
    border-radius: 10px;
    font-weight: 800;
}

body.hidden-e9ba .progress_51bc .fixed_47ca:hover {
    background: #1e293b;
}

/* —— Footer & legal —— */
body.hidden-e9ba footer {
    background: #ffffff;
    border-top: 1px solid #cbd5e1;
    margin-top: 0;
    backdrop-filter: none;
}

body.hidden-e9ba footer a {
    color: #0f766e;
}

body.hidden-e9ba footer a:hover {
    color: #115e59;
}

body.hidden-e9ba .hero_middle_d414 {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

body.hidden-e9ba .hero_middle_d414 h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: 1.35rem;
}

body.hidden-e9ba .hero_middle_d414 p {
    color: #475569;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}

body.hidden-e9ba .border_2349 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem auto 0.75rem;
    max-width: 65ch;
    text-align: left;
}

body.hidden-e9ba .backdrop_d662 {
    max-width: 65ch;
    margin: 0 auto 1rem;
    padding-left: 1.35rem;
    color: #475569;
    line-height: 1.75;
    text-align: left;
}

body.hidden-e9ba .backdrop_d662 li {
    margin-bottom: 0.5rem;
}

/* —— Utilities —— */
body.hidden-e9ba .logo-f63c {
    gap: 0.75rem;
}

body.hidden-e9ba .chip_gas_e092 {
    gap: 1rem;
}

@media (max-width: 768px) {
    body.hidden-e9ba .shade-9367 p {
        max-width: none;
    }
}

/* —— RTP: override legacy table inline styles inside wrap —— */
body.hidden-e9ba .status-4189 .blue-26ae table,
body.hidden-e9ba .status-4189 .blue-26ae table.avatar-lite-0611 {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    border-spacing: 0 !important;
}

body.hidden-e9ba .status-4189 .blue-26ae thead tr {
    background: transparent !important;
}

body.hidden-e9ba .status-4189 .blue-26ae th {
    background: #0f172a !important;
    color: #f8fafc !important;
    padding: 0.85rem 0.65rem !important;
    border-bottom: 2px solid #14b8a6 !important;
    font-weight: 700 !important;
}

body.hidden-e9ba .status-4189 .blue-26ae tbody tr {
    background: transparent !important;
}

body.hidden-e9ba .status-4189 .blue-26ae tbody tr:nth-child(even) {
    background: #f8fafc !important;
}

body.hidden-e9ba .status-4189 .blue-26ae td {
    padding: 0.75rem 0.65rem !important;
    color: #334155 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    vertical-align: middle !important;
}

body.hidden-e9ba .status-4189 .blue-26ae tbody tr:nth-child(even) td {
    background: #f8fafc !important;
}

body.hidden-e9ba .status-4189 .blue-26ae tbody tr:nth-child(odd) td {
    background: #fff !important;
}

/* =============================================================================
   Densidade e refinamento visual — menos altura, imagens proporcionais, mais limpo
   ============================================================================= */

/* Seções: menos padding vertical que o utilitário py-5 padrão */
body.hidden-e9ba main > section.full-9b5f.content_inner_1e5e {
    padding-top: clamp(1.25rem, 3.2vw, 1.85rem) !important;
    padding-bottom: clamp(1.25rem, 3.2vw, 1.85rem) !important;
}

body.hidden-e9ba main > section.full-9b5f.content_inner_1e5e.left_484e {
    padding-top: clamp(1rem, 2.5vw, 1.45rem) !important;
    padding-bottom: clamp(1rem, 2.5vw, 1.45rem) !important;
}

body.hidden-e9ba main > section.full-9b5f.content_inner_1e5e.thick-9d54 {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.hidden-e9ba main > section.full-9b5f.content_inner_1e5e:has(.menu_73a2) {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.hidden-e9ba main .orange_0e4e.sort_lite_e80c {
    margin-bottom: 1rem !important;
}

/* Hero mais compacto */
body.hidden-e9ba .shade-9367 {
    padding: clamp(1.1rem, 3.5vw, 2.25rem) 0 !important;
}

body.hidden-e9ba .shade-9367 h1 {
    margin-bottom: 0.5rem !important;
    font-size: clamp(1.55rem, 4vw, 2.15rem) !important;
}

body.hidden-e9ba .shade-9367 p:not(.over_ee4e) {
    margin-bottom: 0.75rem !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

body.hidden-e9ba .shade-9367 .static_6e93 {
    margin-top: 0.35rem !important;
    padding: 0.65rem 1.15rem !important;
    font-size: 0.95rem !important;
}

body.hidden-e9ba .over_ee4e {
    font-size: 0.82rem !important;
    padding: 0.65rem 0.85rem !important;
    margin-bottom: 0.65rem !important;
    max-width: 100% !important;
}

/* Imagem do hero: não domina a dobra */
body.hidden-e9ba .shade-9367 .hero_stale_3e0e a .aside_7962,
body.hidden-e9ba .shade-9367 .avatar-aaaa.hero_stale_3e0e:last-child .aside_7962 {
    max-width: min(100%, 260px) !important;
    margin: 0.5rem auto 0 !important;
}

@media (min-width: 992px) {
    body.hidden-e9ba .shade-9367 .hero_stale_3e0e a .aside_7962,
    body.hidden-e9ba .shade-9367 .avatar-aaaa.hero_stale_3e0e:last-child .aside_7962 {
        max-width: min(100%, 300px) !important;
        margin-top: 0 !important;
    }
}

/* Faixa entre seções */
body.hidden-e9ba .purple-ebf1.in_893d {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

body.hidden-e9ba .purple-ebf1 h2 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: 0.02em;
}

/* Bloco E-E-A-T */
body.hidden-e9ba .warm_8b8d {
    padding: 1.25rem 1.15rem !important;
    border-radius: 12px !important;
}

body.hidden-e9ba .warm_8b8d .gradient_down_2a3d {
    font-size: clamp(1.2rem, 2.8vw, 1.55rem) !important;
    margin-bottom: 0.35rem !important;
}

body.hidden-e9ba .first_f507 {
    margin-bottom: 0.85rem !important;
    font-size: 0.82rem !important;
}

body.hidden-e9ba .warm_8b8d > p {
    font-size: 0.92rem !important;
    margin-bottom: 0.75rem !important;
}

body.hidden-e9ba .brown-fc2a {
    font-size: 1rem !important;
    margin: 1rem 0 0.45rem 0 !important;
}

body.hidden-e9ba .inner_7d41 {
    font-size: 0.88rem !important;
    padding-left: 1.15rem !important;
}

body.hidden-e9ba .inner_7d41 li {
    margin-bottom: 0.4rem !important;
}

body.hidden-e9ba .focus_c1e9 {
    font-size: 0.85rem !important;
    padding-top: 0.4rem !important;
}

/* Imagens “hero” entre seções — largura limitada, menos sombra */
body.hidden-e9ba .white-893b {
    max-width: min(100%, 440px) !important;
    width: 100% !important;
    height: auto !important;
    margin: 0.5rem auto 0.75rem !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08) !important;
}

/* Cards: imagem tipo banner baixo, texto ganha protagonismo */
body.hidden-e9ba .avatar_easy_4648 {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 140px !important;
    height: 140px !important;
    margin: 0 0 0.75rem 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07) !important;
}

body.hidden-e9ba .modal_tall_86dc {
    padding: 1.1rem 1.15rem !important;
    border-radius: 12px !important;
}

body.hidden-e9ba .outer_5b99 {
    font-size: 1.05rem !important;
    margin-bottom: 0.5rem !important;
}

body.hidden-e9ba .detail-253e {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.65rem !important;
}

body.hidden-e9ba .border-f6b4 {
    font-size: 0.82rem !important;
    margin-bottom: 0.35rem !important;
}

/* Grid de cards — afastamento horizontal/vertical menor */
body.hidden-e9ba main .iron_ba18.chip_gas_e092 {
    row-gap: 0.75rem !important;
}

body.hidden-e9ba main .iron_ba18.chip_gas_e092 > [class*="col-"] {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

body.hidden-e9ba .chip_gas_e092 {
    gap: 0.65rem !important;
}

/* Títulos de seção globais um pouco mais contidos */
body.hidden-e9ba .gradient_down_2a3d {
    font-size: clamp(1.28rem, 2.8vw, 1.75rem) !important;
    margin-bottom: 0.35rem !important;
}

body.hidden-e9ba .hero-a4b7 {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.25rem !important;
}

/* RTP / painéis escuros */
body.hidden-e9ba .status-4189 {
    padding: 1.15rem 0.85rem !important;
    border-radius: 12px !important;
}

body.hidden-e9ba .fluid-ba0f {
    padding: 1.15rem !important;
    border-radius: 12px !important;
}

body.hidden-e9ba .button_acd8 {
    padding: 1rem !important;
}

body.hidden-e9ba .pink-9daf {
    font-size: 1.45rem !important;
    margin: 0.5rem 0 !important;
}

body.hidden-e9ba .dynamic-d45f {
    padding: 1rem !important;
    border-radius: 12px !important;
}

body.hidden-e9ba .dynamic_37c1 summary {
    padding: 0.85rem 1rem !important;
    font-size: 0.92rem !important;
}

body.hidden-e9ba .breadcrumb_top_bfb5 {
    padding: 0 1rem 1rem !important;
    font-size: 0.88rem !important;
}

body.hidden-e9ba .thick-9d54 .orange_0e4e.sort_lite_e80c {
    margin-bottom: 0.75rem !important;
}

body.hidden-e9ba .thick-9d54 .white-893b {
    margin-top: 0.35rem !important;
    margin-bottom: 0.65rem !important;
}

body.hidden-e9ba .label_black_d545 {
    padding: 0.85rem 0.65rem !important;
    border-radius: 10px !important;
}

body.hidden-e9ba .main-advanced-1945 {
    font-size: 1.45rem !important;
}

body.hidden-e9ba .feature_5e6b {
    font-size: 0.8rem !important;
}

body.hidden-e9ba .footer_2899 {
    font-size: 0.68rem !important;
}

body.hidden-e9ba .menu_73a2 {
    padding: 1.35rem 1.1rem !important;
    border-radius: 12px !important;
}

body.hidden-e9ba .banner_red_48a2 {
    padding: 1.15rem !important;
}

body.hidden-e9ba .hero_middle_d414 h2 {
    font-size: 1.2rem !important;
}

body.hidden-e9ba .border_2349 {
    font-size: 1rem !important;
    margin: 1rem auto 0.5rem !important;
}

body.hidden-e9ba .hero_middle_d414 p,
body.hidden-e9ba .backdrop_d662 {
    font-size: 0.88rem !important;
}

/* CTA inferior */
body.hidden-e9ba .progress_51bc .static_6e93 {
    padding: 0.55rem 1.25rem !important;
    font-size: 0.95rem !important;
}

/* Cabeçalho logo — menos altura útil */
body.hidden-e9ba header {
    padding: 0.45rem 0 !important;
}

body.hidden-e9ba header img {
    width: 56px !important;
    height: 56px !important;
}

/* css-noise: b799 */
.shadow-element-d7 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
