/**
 * Homepage editorial layout — scoped to body.highlight-c581 only.
 * Light surface + slate/teal accents (distinct from previous brown “casino card” UI).
 */

body.highlight-c581 {
    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.highlight-c581 .center-e647.main-silver-255f {
    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.highlight-c581 .main-silver-255f > .carousel-out-f5af {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.65rem;
    row-gap: 0.4rem;
}

body.highlight-c581 .main-silver-255f .card-6c08 {
    order: 1;
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
}

body.highlight-c581 .main-silver-255f .south_70f4 {
    order: 5;
}

body.highlight-c581 .progress_south_d586 {
    order: 2;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin-left: auto;
}

body.highlight-c581 .steel-18d0 {
    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.highlight-c581 .steel-18d0:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 2px;
}

body.highlight-c581 .steel-18d0:active {
    transform: scale(0.98);
}

body.highlight-c581 .footer_ba75 {
    background: #14b8a6;
    color: #0f172a !important;
    box-shadow: 0 2px 10px rgba(20, 184, 166, 0.35);
}

body.highlight-c581 .footer_ba75:hover {
    background: #2dd4bf;
    color: #0f172a !important;
}

body.highlight-c581 .shade-wide-efbd {
    background: transparent;
    color: #e2e8f0 !important;
    border: 2px solid rgba(148, 163, 184, 0.55);
}

body.highlight-c581 .shade-wide-efbd:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: #5eead4;
    color: #f8fafc !important;
}

@media (min-width: 769px) {
    body.highlight-c581 .main-silver-255f .south_70f4 {
        order: 3;
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    body.highlight-c581 .progress_south_d586 {
        order: 10;
    }

    body.highlight-c581 .main-silver-255f .out_ac75 {
        z-index: 10060;
    }
}

@media (max-width: 768px) {
    body.highlight-c581 .main-silver-255f > .carousel-out-f5af {
        justify-content: space-between;
    }

    body.highlight-c581 .main-silver-255f .south_70f4 {
        order: 20;
        flex: 1 1 100%;
        width: 100%;
    }

    body.highlight-c581 .progress_south_d586 {
        margin-left: 0;
    }
}

.first_548c {
    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;
}

.first_548c:focus {
    left: 0;
    outline: 3px solid #14b8a6;
    outline-offset: 2px;
}

body.highlight-c581 a {
    color: #0f766e;
}

body.highlight-c581 a:hover {
    color: #115e59;
}

/* —— Header (abaixo da barra de navegação fixa) —— */
body.highlight-c581 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.highlight-c581 header {
        margin-top: calc(3.65rem + env(safe-area-inset-top, 0px));
    }
}

body.highlight-c581 header .message_d19b {
    gap: 1rem;
}

body.highlight-c581 header img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.highlight-c581 header .progress_silver_d7bc {
    background: #0f172a;
    color: #f8fafc;
    box-shadow: none;
}

body.highlight-c581 header .progress_silver_d7bc:hover {
    background: #1e293b;
    color: #fff;
}

body.highlight-c581 header .fresh_bae5 {
    background: #0d9488;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

body.highlight-c581 header .fresh_bae5:hover {
    background: #0f766e;
}

body.highlight-c581 .center-e647 .row_purple_e2dd:first-child .caption-abd6::after {
    background: #14b8a6;
}

/* —— Nav —— */
body.highlight-c581 .center-e647 {
    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.highlight-c581 .center-e647 .caption-abd6 {
    color: #e2e8f0;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    font-weight: 600;
}

body.highlight-c581 .center-e647 .caption-abd6:hover {
    background: rgba(20, 184, 166, 0.2);
    color: #5eead4;
    box-shadow: none;
    transform: none;
}

body.highlight-c581 .center-e647 .out_ac75,
body.highlight-c581 .center-e647 .out_ac75::before {
    background: #1e293b;
    border-color: #334155;
}

body.highlight-c581 .center-e647 .main-focused-9cfc {
    color: #e2e8f0;
}

body.highlight-c581 .center-e647 .main-focused-9cfc:hover {
    background: rgba(13, 148, 136, 0.25);
    color: #99f6e4;
    transform: none;
}

body.highlight-c581 .card-6c08 {
    background: rgba(30, 41, 59, 0.9);
}

body.highlight-c581 .card-6c08 span {
    color: #cbd5e1;
    text-shadow: none;
}

body.highlight-c581 .disabled_yellow_f333 {
    background: rgba(20, 184, 166, 0.15);
    border-color: rgba(20, 184, 166, 0.45);
}

body.highlight-c581 .disabled_yellow_f333 span {
    background: #5eead4;
    box-shadow: none;
}

@media (max-width: 768px) {
    body.highlight-c581 .south_70f4 {
        background: #1e293b;
    }

    body.highlight-c581 .south_70f4 .caption-abd6 {
        color: #f1f5f9;
    }

    body.highlight-c581 .south_70f4 .out_ac75 {
        background: #0f172a;
        border-color: #334155;
    }

    body.highlight-c581 .south_70f4 .main-focused-9cfc {
        color: #cbd5e1;
    }
}

/* —— Main & hero —— */
body.highlight-c581 main {
    display: block;
}

body.highlight-c581 .hidden_gas_9856 {
    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.highlight-c581 .hidden_gas_9856::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.highlight-c581 .hidden_gas_9856 .carousel-out-f5af {
    position: relative;
    z-index: 1;
}

body.highlight-c581 .hidden_gas_9856 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.highlight-c581 .hidden_gas_9856 p {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 38rem;
}

body.highlight-c581 .hidden_gas_9856 strong {
    color: #5eead4;
    font-weight: 700;
}

body.highlight-c581 .hidden_gas_9856 .fresh_bae5 {
    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.highlight-c581 .hidden_gas_9856 .fresh_bae5:hover {
    background: #2dd4bf;
    color: #0f172a;
}

body.highlight-c581 .hidden_gas_9856 .down-7ce9 {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

body.highlight-c581 .hidden_gas_9856 .block-basic-e138 {
    max-width: 38rem;
    font-size: 0.95rem;
}

body.highlight-c581 .hidden_gas_9856 .block-basic-e138 a {
    color: rgba(226, 232, 240, 0.92);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.highlight-c581 .hidden_gas_9856 .block-basic-e138 a:hover {
    color: #99f6e4;
}

/* —— E-E-A-T: aviso no hero + bloco de transparência —— */
body.highlight-c581 .content-lite-ac9d {
    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.highlight-c581 .content-lite-ac9d a {
    color: #5eead4;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.highlight-c581 .content-lite-ac9d a:hover {
    color: #99f6e4;
}

/* Faixa editorial (E-E-A-T: quem publica, data, links legais) */
body.highlight-c581 .main-e025 {
    background: #f1f5f9;
    border-bottom: 1px solid #cbd5e1;
    padding: 0.55rem 0;
}

body.highlight-c581 .feature_top_4eb1 {
    max-width: 100%;
}

body.highlight-c581 .media-static-6f29 {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #475569;
    text-align: center;
}

body.highlight-c581 .media-static-6f29 a {
    color: #0d9488;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.highlight-c581 .media-static-6f29 a:hover {
    color: #0f766e;
}

body.highlight-c581 .pattern_1b71 {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

body.highlight-c581 .alert-out-12b3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* APK page: passo a passo + checklist (E-E-A-T) */
body.highlight-c581 .modal_b2b8.highlight-short-c7d6 .heading-warm-7733 {
    color: #64748b;
    font-size: 0.95rem;
}

body.highlight-c581 .message-50a9 {
    margin: 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.highlight-c581 .message-50a9 li {
    margin-bottom: 0.65rem;
}

body.highlight-c581 .table_c272 {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

body.highlight-c581 .filter-bottom-46e3 {
    margin: 1rem 0 0 0;
    padding-left: 1.25rem;
    color: #334155;
    line-height: 1.7;
}

body.highlight-c581 .filter-bottom-46e3 li {
    margin-bottom: 0.6rem;
}

body.highlight-c581 .filter-bottom-46e3 a {
    color: #0d9488;
    font-weight: 600;
}

body.highlight-c581 .slow_487d .easy-f498 {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
}

body.highlight-c581 .shadow-wood-4255 {
    color: #64748b;
    font-size: 0.92rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

body.highlight-c581 .alert-0838 {
    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.highlight-c581 .outline-6468 {
    list-style: decimal;
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.35rem;
    color: #FFF9C4;
    line-height: 1.65;
}

body.highlight-c581 .box_b308 {
    background: #e2e8f0;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

body.highlight-c581 .highlight-short-c7d6 {
    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.highlight-c581 .highlight-short-c7d6 .hidden-glass-e7b2 {
    text-align: left;
    margin-bottom: 0.75rem;
}

body.highlight-c581 .popup-68e2 {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

body.highlight-c581 .highlight-short-c7d6 > p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.highlight-c581 .input-paper-9787 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem 0 0.75rem 0;
}

body.highlight-c581 .yellow_5b25 {
    margin: 0 0 1rem 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.highlight-c581 .yellow_5b25 li {
    margin-bottom: 0.6rem;
}

body.highlight-c581 .article-rough-16ea {
    font-size: 0.92rem;
    color: #475569;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 0 !important;
}

/* —— Section rhythm —— */
body.highlight-c581 .hidden-glass-e7b2 {
    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.highlight-c581 .heading-warm-7733 {
    color: #64748b;
    opacity: 1;
    font-size: 1.05rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

body.highlight-c581 .large-fadb {
    background: linear-gradient(90deg, #0d9488, #0f766e) !important;
    padding: 1rem 0 !important;
    border: none;
}

body.highlight-c581 .large-fadb h2 {
    color: #ecfdf5 !important;
    font-weight: 700;
    margin: 0;
    font-size: 1.25rem;
}

/* —— Feature cards —— */
body.highlight-c581 .info_hot_3bc9 {
    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.highlight-c581 .info_hot_3bc9:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.12);
}

body.highlight-c581 .surface-eab5 {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

body.highlight-c581 .in-6fb5 {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.highlight-c581 .black-7754 {
    color: #334155;
    list-style: none;
    padding: 0;
    margin: 0;
}

body.highlight-c581 .lower_8630 {
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

body.highlight-c581 .lower_8630::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14b8a6;
}

body.highlight-c581 .main_f3c8,
body.highlight-c581 .texture-acaf {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

/* —— RTP block —— */
body.highlight-c581 .list_bronze_49a8 {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.25rem;
}

body.highlight-c581 .title_plasma_c499 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.highlight-c581 .input_new_b8a4 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

body.highlight-c581 .input_new_b8a4 caption {
    caption-side: bottom;
    padding: 1rem 0.5rem 0;
    color: #64748b;
    font-size: 0.85rem;
    text-align: left;
}

body.highlight-c581 .input_new_b8a4 thead th {
    background: #0f172a;
    color: #f8fafc;
    padding: 0.85rem 0.65rem;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #14b8a6;
}

body.highlight-c581 .input_new_b8a4 tbody td {
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

body.highlight-c581 .input_new_b8a4 tbody tr:nth-child(even) {
    background: #f8fafc;
}

body.highlight-c581 .button_easy_2bc9 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.highlight-c581 .thick_dd87 {
    background: #fee2e2;
    color: #991b1b;
}

body.highlight-c581 .info_5e9f {
    background: #ffedd5;
    color: #9a3412;
}

body.highlight-c581 .media-slow-613c {
    background: #d1fae5;
    color: #065f46;
}

body.highlight-c581 .logo_rough_0f2f {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 1rem;
}

/* —— Winners —— */
body.highlight-c581 .status_short_8afe {
    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.highlight-c581 .gallery-black-c8e1 {
    row-gap: 0.65rem !important;
}

body.highlight-c581 .accent-3f3a {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

body.highlight-c581 .item_prev_acee {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

body.highlight-c581 .nav-motion-eca7 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.35rem;
    border-left: 4px solid #14b8a6;
}

body.highlight-c581 .nav-motion-eca7 h4 {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
}

body.highlight-c581 .pressed_b7c5 {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

body.highlight-c581 .next-6927 {
    background: #0d9488;
    color: #fff;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.highlight-c581 .thumbnail-41c7 {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0.85rem 0;
}

body.highlight-c581 .preview-stale-e4c2 {
    color: #475569;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

body.highlight-c581 .preview-stale-e4c2 strong {
    color: #0f766e;
}

body.highlight-c581 .full-b596 {
    color: #64748b;
    font-size: 0.82rem;
    font-style: italic;
    margin: 0.75rem 0 0 0;
}

body.highlight-c581 .down_89ff {
    color: #0f766e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* —— FAQ —— */
body.highlight-c581 .container_0b81 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.5rem;
}

body.highlight-c581 .card-01a3 {
    background: #f8fafc;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

body.highlight-c581 .card-01a3:last-child {
    margin-bottom: 0;
}

body.highlight-c581 .card-01a3 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.highlight-c581 .card-01a3 summary::-webkit-details-marker {
    display: none;
}

body.highlight-c581 .filter-166b {
    color: #0d9488;
    font-size: 0.85rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

body.highlight-c581 .card-01a3[open] .filter-166b {
    transform: rotate(180deg);
}

body.highlight-c581 .focused_5421 {
    padding: 0 1.25rem 1.25rem;
    color: #334155;
    line-height: 1.75;
    border-top: 1px solid #e2e8f0;
}

body.highlight-c581 .focused_5421 p,
body.highlight-c581 .focused_5421 li {
    color: #475569;
}

body.highlight-c581 .focused_5421 strong,
body.highlight-c581 .container_0b81 strong {
    color: #0f172a !important;
}

body.highlight-c581 .focused_5421 h4 {
    color: #0f172a;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
}

body.highlight-c581 .focused_5421 ul,
body.highlight-c581 .focused_5421 ol {
    color: #475569;
}

body.highlight-c581 .focused_5421 a {
    color: #0f766e;
}

body.highlight-c581 .label-in-732c {
    margin-top: 0.5rem;
}

body.highlight-c581 .hidden-rough-d9ad {
    margin: 1rem 0;
    padding-left: 1.35rem;
    color: #475569;
}

body.highlight-c581 .focused_5421 li {
    margin-bottom: 0.65rem;
}

body.highlight-c581 .pattern_edbb {
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    border-left: 4px solid #14b8a6;
    background: #ecfdf5;
}

body.highlight-c581 .fresh_a592 {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

body.highlight-c581 .east-e09f {
    border-left-color: #0ea5e9;
    background: #f0f9ff;
}

/* —— Stats —— */
body.highlight-c581 .container_brown_e4d2 {
    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.highlight-c581 .container_brown_e4d2 .hidden-glass-e7b2,
body.highlight-c581 .container_brown_e4d2 h2 {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.highlight-c581 .container_brown_e4d2 .heading-warm-7733,
body.highlight-c581 .shadow_b918 {
    color: #94a3b8 !important;
}

body.highlight-c581 .overlay_focused_fe3a {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid #475569;
    border-radius: 12px;
    padding: 1.35rem 1rem;
    height: 100%;
    text-align: center;
}

body.highlight-c581 .notice_fbea {
    font-size: 2rem;
    font-weight: 800;
    color: #5eead4;
    margin-bottom: 0.35rem;
    line-height: 1.1;
}

body.highlight-c581 .orange_f9aa {
    font-size: 0.9rem;
    color: #e2e8f0;
    font-weight: 600;
}

body.highlight-c581 .green-e2ae {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.35rem;
}

body.highlight-c581 .modal_inner_afe8 {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 900px;
    margin: 0 auto;
}

body.highlight-c581 .modal_inner_afe8 strong {
    color: #5eead4;
}

/* —— Responsible —— */
body.highlight-c581 .easy-f498 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.5rem;
}

body.highlight-c581 .easy-f498 h2 {
    color: #0f172a;
    font-weight: 800;
}

body.highlight-c581 .easy-f498 > .status-b951 > p {
    color: #64748b;
}

body.highlight-c581 .header-8e9d {
    padding: 1.5rem;
    border-radius: 12px;
    height: 100%;
}

body.highlight-c581 .list_5619 {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
}

body.highlight-c581 .caption-8141 {
    background: #fffbeb;
    border-left: 4px solid #d97706;
}

body.highlight-c581 .header-8e9d h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0f172a;
}

body.highlight-c581 .header-8e9d ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #334155;
    line-height: 1.9;
}

body.highlight-c581 .header-8e9d li {
    margin-bottom: 0.5rem;
}

body.highlight-c581 .header-8e9d strong {
    color: #0f172a;
}

body.highlight-c581 .short-e858 {
    background: #fef2f2;
    border: 2px solid #f87171;
    border-radius: 10px;
    padding: 1.2rem;
    margin-top: 1.25rem;
}

body.highlight-c581 .short-e858 p {
    margin: 0;
    color: #7f1d1d;
    font-weight: 600;
}

body.highlight-c581 .short-e858 p + p {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 0.95rem;
}

body.highlight-c581 .lite_d9e7 {
    font-size: 1.35rem;
    font-weight: 700;
    opacity: 0.9;
}

/* —— Grid helpers (page uses Bootstrap-like class names) —— */
@media (min-width: 768px) {
    body.highlight-c581 .shadow-2ad5 .light_db2c {
        flex: 0 0 auto;
        width: 50%;
    }

    body.highlight-c581 .shadow-2ad5 .hero-silver-ea7c {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

body.highlight-c581 .shadow-2ad5 .detail-hot-a8f7 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    body.highlight-c581 .shadow-2ad5 .current-fb84 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    body.highlight-c581 .shadow-2ad5 .pink_6409 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    body.highlight-c581 .shadow-2ad5 .icon-hard-938c {
        flex: 0 0 auto;
        width: 50%;
    }
}

body.highlight-c581 .text_right_3924 {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

body.highlight-c581 .text_right_3924 strong {
    color: #0f172a;
}

/* —— CTA strip —— */
body.highlight-c581 .dirty_0c33 {
    background: #0d9488 !important;
    padding: 1.25rem 0 !important;
}

body.highlight-c581 .dirty_0c33 .fresh_bae5 {
    background: #0f172a;
    color: #f8fafc;
    border-radius: 10px;
    font-weight: 800;
}

body.highlight-c581 .dirty_0c33 .fresh_bae5:hover {
    background: #1e293b;
}

/* —— Footer & legal —— */
body.highlight-c581 footer {
    background: #ffffff;
    border-top: 1px solid #cbd5e1;
    margin-top: 0;
    backdrop-filter: none;
}

body.highlight-c581 footer a {
    color: #0f766e;
}

body.highlight-c581 footer a:hover {
    color: #115e59;
}

body.highlight-c581 .white-2543 {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

body.highlight-c581 .white-2543 h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: 1.35rem;
}

body.highlight-c581 .white-2543 p {
    color: #475569;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}

body.highlight-c581 .iron-6760 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem auto 0.75rem;
    max-width: 65ch;
    text-align: left;
}

body.highlight-c581 .panel-f4db {
    max-width: 65ch;
    margin: 0 auto 1rem;
    padding-left: 1.35rem;
    color: #475569;
    line-height: 1.75;
    text-align: left;
}

body.highlight-c581 .panel-f4db li {
    margin-bottom: 0.5rem;
}

/* —— Utilities —— */
body.highlight-c581 .brown_f36c {
    gap: 0.75rem;
}

body.highlight-c581 .widget_east_48f5 {
    gap: 1rem;
}

@media (max-width: 768px) {
    body.highlight-c581 .hidden_gas_9856 p {
        max-width: none;
    }
}

/* —— RTP: override legacy table inline styles inside wrap —— */
body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 table,
body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 table.input_new_b8a4 {
    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.highlight-c581 .list_bronze_49a8 .title_plasma_c499 thead tr {
    background: transparent !important;
}

body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 th {
    background: #0f172a !important;
    color: #f8fafc !important;
    padding: 0.85rem 0.65rem !important;
    border-bottom: 2px solid #14b8a6 !important;
    font-weight: 700 !important;
}

body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 tbody tr {
    background: transparent !important;
}

body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 tbody tr:nth-child(even) {
    background: #f8fafc !important;
}

body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 td {
    padding: 0.75rem 0.65rem !important;
    color: #334155 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    vertical-align: middle !important;
}

body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 tbody tr:nth-child(even) td {
    background: #f8fafc !important;
}

body.highlight-c581 .list_bronze_49a8 .title_plasma_c499 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.highlight-c581 main > section.carousel-out-f5af.notification-mini-7658 {
    padding-top: clamp(1.25rem, 3.2vw, 1.85rem) !important;
    padding-bottom: clamp(1.25rem, 3.2vw, 1.85rem) !important;
}

body.highlight-c581 main > section.carousel-out-f5af.notification-mini-7658.box_b308 {
    padding-top: clamp(1rem, 2.5vw, 1.45rem) !important;
    padding-bottom: clamp(1rem, 2.5vw, 1.45rem) !important;
}

body.highlight-c581 main > section.carousel-out-f5af.notification-mini-7658.container_brown_e4d2 {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.highlight-c581 main > section.carousel-out-f5af.notification-mini-7658:has(.easy-f498) {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.highlight-c581 main .status-b951.background-silver-1ea8 {
    margin-bottom: 1rem !important;
}

/* Hero mais compacto */
body.highlight-c581 .hidden_gas_9856 {
    padding: clamp(1.1rem, 3.5vw, 2.25rem) 0 !important;
}

body.highlight-c581 .hidden_gas_9856 h1 {
    margin-bottom: 0.5rem !important;
    font-size: clamp(1.55rem, 4vw, 2.15rem) !important;
}

body.highlight-c581 .hidden_gas_9856 p:not(.content-lite-ac9d) {
    margin-bottom: 0.75rem !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

body.highlight-c581 .hidden_gas_9856 .texture_medium_9398 {
    margin-top: 0.35rem !important;
    padding: 0.65rem 1.15rem !important;
    font-size: 0.95rem !important;
}

body.highlight-c581 .content-lite-ac9d {
    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.highlight-c581 .hidden_gas_9856 .icon-hard-938c a .down-7ce9,
body.highlight-c581 .hidden_gas_9856 .black_025e.icon-hard-938c:last-child .down-7ce9 {
    max-width: min(100%, 260px) !important;
    margin: 0.5rem auto 0 !important;
}

@media (min-width: 992px) {
    body.highlight-c581 .hidden_gas_9856 .icon-hard-938c a .down-7ce9,
    body.highlight-c581 .hidden_gas_9856 .black_025e.icon-hard-938c:last-child .down-7ce9 {
        max-width: min(100%, 300px) !important;
        margin-top: 0 !important;
    }
}

/* Faixa entre seções */
body.highlight-c581 .large-fadb.alert_b61a {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

body.highlight-c581 .large-fadb h2 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: 0.02em;
}

/* Bloco E-E-A-T */
body.highlight-c581 .highlight-short-c7d6 {
    padding: 1.25rem 1.15rem !important;
    border-radius: 12px !important;
}

body.highlight-c581 .highlight-short-c7d6 .hidden-glass-e7b2 {
    font-size: clamp(1.2rem, 2.8vw, 1.55rem) !important;
    margin-bottom: 0.35rem !important;
}

body.highlight-c581 .popup-68e2 {
    margin-bottom: 0.85rem !important;
    font-size: 0.82rem !important;
}

body.highlight-c581 .highlight-short-c7d6 > p {
    font-size: 0.92rem !important;
    margin-bottom: 0.75rem !important;
}

body.highlight-c581 .input-paper-9787 {
    font-size: 1rem !important;
    margin: 1rem 0 0.45rem 0 !important;
}

body.highlight-c581 .yellow_5b25 {
    font-size: 0.88rem !important;
    padding-left: 1.15rem !important;
}

body.highlight-c581 .yellow_5b25 li {
    margin-bottom: 0.4rem !important;
}

body.highlight-c581 .article-rough-16ea {
    font-size: 0.85rem !important;
    padding-top: 0.4rem !important;
}

/* Imagens “hero” entre seções — largura limitada, menos sombra */
body.highlight-c581 .main_f3c8 {
    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.highlight-c581 .texture-acaf {
    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.highlight-c581 .info_hot_3bc9 {
    padding: 1.1rem 1.15rem !important;
    border-radius: 12px !important;
}

body.highlight-c581 .surface-eab5 {
    font-size: 1.05rem !important;
    margin-bottom: 0.5rem !important;
}

body.highlight-c581 .in-6fb5 {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.65rem !important;
}

body.highlight-c581 .lower_8630 {
    font-size: 0.82rem !important;
    margin-bottom: 0.35rem !important;
}

/* Grid de cards — afastamento horizontal/vertical menor */
body.highlight-c581 main .shadow-2ad5.widget_east_48f5 {
    row-gap: 0.75rem !important;
}

body.highlight-c581 main .shadow-2ad5.widget_east_48f5 > [class*="col-"] {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

body.highlight-c581 .widget_east_48f5 {
    gap: 0.65rem !important;
}

/* Títulos de seção globais um pouco mais contidos */
body.highlight-c581 .hidden-glass-e7b2 {
    font-size: clamp(1.28rem, 2.8vw, 1.75rem) !important;
    margin-bottom: 0.35rem !important;
}

body.highlight-c581 .heading-warm-7733 {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.25rem !important;
}

/* RTP / painéis escuros */
body.highlight-c581 .list_bronze_49a8 {
    padding: 1.15rem 0.85rem !important;
    border-radius: 12px !important;
}

body.highlight-c581 .accent-3f3a {
    padding: 1.15rem !important;
    border-radius: 12px !important;
}

body.highlight-c581 .nav-motion-eca7 {
    padding: 1rem !important;
}

body.highlight-c581 .thumbnail-41c7 {
    font-size: 1.45rem !important;
    margin: 0.5rem 0 !important;
}

body.highlight-c581 .container_0b81 {
    padding: 1rem !important;
    border-radius: 12px !important;
}

body.highlight-c581 .card-01a3 summary {
    padding: 0.85rem 1rem !important;
    font-size: 0.92rem !important;
}

body.highlight-c581 .focused_5421 {
    padding: 0 1rem 1rem !important;
    font-size: 0.88rem !important;
}

body.highlight-c581 .container_brown_e4d2 .status-b951.background-silver-1ea8 {
    margin-bottom: 0.75rem !important;
}

body.highlight-c581 .container_brown_e4d2 .main_f3c8 {
    margin-top: 0.35rem !important;
    margin-bottom: 0.65rem !important;
}

body.highlight-c581 .overlay_focused_fe3a {
    padding: 0.85rem 0.65rem !important;
    border-radius: 10px !important;
}

body.highlight-c581 .notice_fbea {
    font-size: 1.45rem !important;
}

body.highlight-c581 .orange_f9aa {
    font-size: 0.8rem !important;
}

body.highlight-c581 .green-e2ae {
    font-size: 0.68rem !important;
}

body.highlight-c581 .easy-f498 {
    padding: 1.35rem 1.1rem !important;
    border-radius: 12px !important;
}

body.highlight-c581 .header-8e9d {
    padding: 1.15rem !important;
}

body.highlight-c581 .white-2543 h2 {
    font-size: 1.2rem !important;
}

body.highlight-c581 .iron-6760 {
    font-size: 1rem !important;
    margin: 1rem auto 0.5rem !important;
}

body.highlight-c581 .white-2543 p,
body.highlight-c581 .panel-f4db {
    font-size: 0.88rem !important;
}

/* CTA inferior */
body.highlight-c581 .dirty_0c33 .texture_medium_9398 {
    padding: 0.55rem 1.25rem !important;
    font-size: 0.95rem !important;
}

/* Cabeçalho logo — menos altura útil */
body.highlight-c581 header {
    padding: 0.45rem 0 !important;
}

body.highlight-c581 header img {
    width: 56px !important;
    height: 56px !important;
}

/* css-noise: e53c */
.promo-block-k2 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
