/**
 * Homepage editorial layout — scoped to body.copper_37e8 only.
 * Light surface + slate/teal accents (distinct from previous brown “casino card” UI).
 */

body.copper_37e8 {
    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.copper_37e8 .search-c578.wrapper-pressed-4e1c {
    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.copper_37e8 .wrapper-pressed-4e1c > .primary_1f2e {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.65rem;
    row-gap: 0.4rem;
}

body.copper_37e8 .wrapper-pressed-4e1c .secondary-ba34 {
    order: 1;
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
}

body.copper_37e8 .wrapper-pressed-4e1c .popup-stone-e595 {
    order: 5;
}

body.copper_37e8 .shade_a823 {
    order: 2;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin-left: auto;
}

body.copper_37e8 .tooltip_d4e3 {
    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.copper_37e8 .tooltip_d4e3:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 2px;
}

body.copper_37e8 .tooltip_d4e3:active {
    transform: scale(0.98);
}

body.copper_37e8 .next-ef4f {
    background: #14b8a6;
    color: #0f172a !important;
    box-shadow: 0 2px 10px rgba(20, 184, 166, 0.35);
}

body.copper_37e8 .next-ef4f:hover {
    background: #2dd4bf;
    color: #0f172a !important;
}

body.copper_37e8 .block_in_126e {
    background: transparent;
    color: #e2e8f0 !important;
    border: 2px solid rgba(148, 163, 184, 0.55);
}

body.copper_37e8 .block_in_126e:hover {
    background: rgba(30, 41, 59, 0.9);
    border-color: #5eead4;
    color: #f8fafc !important;
}

@media (min-width: 769px) {
    body.copper_37e8 .wrapper-pressed-4e1c .popup-stone-e595 {
        order: 3;
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    body.copper_37e8 .shade_a823 {
        order: 10;
    }

    body.copper_37e8 .wrapper-pressed-4e1c .orange-b271 {
        z-index: 10060;
    }
}

@media (max-width: 768px) {
    body.copper_37e8 .wrapper-pressed-4e1c > .primary_1f2e {
        justify-content: space-between;
    }

    body.copper_37e8 .wrapper-pressed-4e1c .popup-stone-e595 {
        order: 20;
        flex: 1 1 100%;
        width: 100%;
    }

    body.copper_37e8 .shade_a823 {
        margin-left: 0;
    }
}

.background-8736 {
    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;
}

.background-8736:focus {
    left: 0;
    outline: 3px solid #14b8a6;
    outline-offset: 2px;
}

body.copper_37e8 a {
    color: #0f766e;
}

body.copper_37e8 a:hover {
    color: #115e59;
}

/* —— Header (abaixo da barra de navegação fixa) —— */
body.copper_37e8 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.copper_37e8 header {
        margin-top: calc(3.65rem + env(safe-area-inset-top, 0px));
    }
}

body.copper_37e8 header .clean_43c8 {
    gap: 1rem;
}

body.copper_37e8 header img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.copper_37e8 header .button-4b52 {
    background: #0f172a;
    color: #f8fafc;
    box-shadow: none;
}

body.copper_37e8 header .button-4b52:hover {
    background: #1e293b;
    color: #fff;
}

body.copper_37e8 header .pro_1ebd {
    background: #0d9488;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

body.copper_37e8 header .pro_1ebd:hover {
    background: #0f766e;
}

body.copper_37e8 .search-c578 .chip_d243:first-child .menu_29f4::after {
    background: #14b8a6;
}

/* —— Nav —— */
body.copper_37e8 .search-c578 {
    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.copper_37e8 .search-c578 .menu_29f4 {
    color: #e2e8f0;
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    font-weight: 600;
}

body.copper_37e8 .search-c578 .menu_29f4:hover {
    background: rgba(20, 184, 166, 0.2);
    color: #5eead4;
    box-shadow: none;
    transform: none;
}

body.copper_37e8 .search-c578 .orange-b271,
body.copper_37e8 .search-c578 .orange-b271::before {
    background: #1e293b;
    border-color: #334155;
}

body.copper_37e8 .search-c578 .feature_liquid_62a5 {
    color: #e2e8f0;
}

body.copper_37e8 .search-c578 .feature_liquid_62a5:hover {
    background: rgba(13, 148, 136, 0.25);
    color: #99f6e4;
    transform: none;
}

body.copper_37e8 .secondary-ba34 {
    background: rgba(30, 41, 59, 0.9);
}

body.copper_37e8 .secondary-ba34 span {
    color: #cbd5e1;
    text-shadow: none;
}

body.copper_37e8 .notification_bright_e8c5 {
    background: rgba(20, 184, 166, 0.15);
    border-color: rgba(20, 184, 166, 0.45);
}

body.copper_37e8 .notification_bright_e8c5 span {
    background: #5eead4;
    box-shadow: none;
}

@media (max-width: 768px) {
    body.copper_37e8 .popup-stone-e595 {
        background: #1e293b;
    }

    body.copper_37e8 .popup-stone-e595 .menu_29f4 {
        color: #f1f5f9;
    }

    body.copper_37e8 .popup-stone-e595 .orange-b271 {
        background: #0f172a;
        border-color: #334155;
    }

    body.copper_37e8 .popup-stone-e595 .feature_liquid_62a5 {
        color: #cbd5e1;
    }
}

/* —— Main & hero —— */
body.copper_37e8 main {
    display: block;
}

body.copper_37e8 .stale_fecb {
    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.copper_37e8 .stale_fecb::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.copper_37e8 .stale_fecb .primary_1f2e {
    position: relative;
    z-index: 1;
}

body.copper_37e8 .stale_fecb 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.copper_37e8 .stale_fecb p {
    color: #cbd5e1;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 38rem;
}

body.copper_37e8 .stale_fecb strong {
    color: #5eead4;
    font-weight: 700;
}

body.copper_37e8 .stale_fecb .pro_1ebd {
    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.copper_37e8 .stale_fecb .pro_1ebd:hover {
    background: #2dd4bf;
    color: #0f172a;
}

body.copper_37e8 .stale_fecb .avatar_fcdb {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

body.copper_37e8 .stale_fecb .status-in-533d {
    max-width: 38rem;
    font-size: 0.95rem;
}

body.copper_37e8 .stale_fecb .status-in-533d a {
    color: rgba(226, 232, 240, 0.92);
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.copper_37e8 .stale_fecb .status-in-533d a:hover {
    color: #99f6e4;
}

/* —— E-E-A-T: aviso no hero + bloco de transparência —— */
body.copper_37e8 .first-d719 {
    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.copper_37e8 .first-d719 a {
    color: #5eead4;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.copper_37e8 .first-d719 a:hover {
    color: #99f6e4;
}

/* Faixa editorial (E-E-A-T: quem publica, data, links legais) */
body.copper_37e8 .breadcrumb_a016 {
    background: #f1f5f9;
    border-bottom: 1px solid #cbd5e1;
    padding: 0.55rem 0;
}

body.copper_37e8 .logo-hard-c842 {
    max-width: 100%;
}

body.copper_37e8 .action_8e99 {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #475569;
    text-align: center;
}

body.copper_37e8 .action_8e99 a {
    color: #0d9488;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.copper_37e8 .action_8e99 a:hover {
    color: #0f766e;
}

body.copper_37e8 .slider-green-8786 {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

body.copper_37e8 .in-9d16 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

/* APK page: passo a passo + checklist (E-E-A-T) */
body.copper_37e8 .box-medium-e373.next_f96e .red-ef71 {
    color: #64748b;
    font-size: 0.95rem;
}

body.copper_37e8 .hero_huge_0bda {
    margin: 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.copper_37e8 .hero_huge_0bda li {
    margin-bottom: 0.65rem;
}

body.copper_37e8 .down-7849 {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

body.copper_37e8 .mask_dfcf {
    margin: 1rem 0 0 0;
    padding-left: 1.25rem;
    color: #334155;
    line-height: 1.7;
}

body.copper_37e8 .mask_dfcf li {
    margin-bottom: 0.6rem;
}

body.copper_37e8 .mask_dfcf a {
    color: #0d9488;
    font-weight: 600;
}

body.copper_37e8 .message-soft-3c7a .current-51af {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
}

body.copper_37e8 .filter_steel_c0b0 {
    color: #64748b;
    font-size: 0.92rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

body.copper_37e8 .caption-2bd9 {
    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.copper_37e8 .card-694b {
    list-style: decimal;
    margin: 0.5rem 0 1rem 0;
    padding-left: 1.35rem;
    color: #FFF9C4;
    line-height: 1.65;
}

body.copper_37e8 .paper-5bbf {
    background: #e2e8f0;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

body.copper_37e8 .next_f96e {
    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.copper_37e8 .next_f96e .outer_b6ae {
    text-align: left;
    margin-bottom: 0.75rem;
}

body.copper_37e8 .pro_f5e0 {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

body.copper_37e8 .next_f96e > p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.copper_37e8 .item-wide-8e1e {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem 0 0.75rem 0;
}

body.copper_37e8 .accordion-518e {
    margin: 0 0 1rem 0;
    padding-left: 1.35rem;
    color: #334155;
    line-height: 1.75;
}

body.copper_37e8 .accordion-518e li {
    margin-bottom: 0.6rem;
}

body.copper_37e8 .banner_1276 {
    font-size: 0.92rem;
    color: #475569;
    padding-top: 0.5rem;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 0 !important;
}

/* —— Section rhythm —— */
body.copper_37e8 .outer_b6ae {
    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.copper_37e8 .red-ef71 {
    color: #64748b;
    opacity: 1;
    font-size: 1.05rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

body.copper_37e8 .disabled-paper-b706 {
    background: linear-gradient(90deg, #0d9488, #0f766e) !important;
    padding: 1rem 0 !important;
    border: none;
}

body.copper_37e8 .disabled-paper-b706 h2 {
    color: #ecfdf5 !important;
    font-weight: 700;
    margin: 0;
    font-size: 1.25rem;
}

/* —— Feature cards —— */
body.copper_37e8 .tooltip_complex_c9f3 {
    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.copper_37e8 .tooltip_complex_c9f3:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 28px -8px rgba(15, 23, 42, 0.12);
}

body.copper_37e8 .header-old-5761 {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

body.copper_37e8 .status-03ce {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1rem;
}

body.copper_37e8 .up_db4f {
    color: #334155;
    list-style: none;
    padding: 0;
    margin: 0;
}

body.copper_37e8 .backdrop_fixed_8cdb {
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

body.copper_37e8 .backdrop_fixed_8cdb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14b8a6;
}

body.copper_37e8 .tag-145a,
body.copper_37e8 .grid-orange-ac6b {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

/* —— RTP block —— */
body.copper_37e8 .feature-2b8a {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.25rem;
}

body.copper_37e8 .hidden_hard_175f {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.copper_37e8 .outer-1b58 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

body.copper_37e8 .outer-1b58 caption {
    caption-side: bottom;
    padding: 1rem 0.5rem 0;
    color: #64748b;
    font-size: 0.85rem;
    text-align: left;
}

body.copper_37e8 .outer-1b58 thead th {
    background: #0f172a;
    color: #f8fafc;
    padding: 0.85rem 0.65rem;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #14b8a6;
}

body.copper_37e8 .outer-1b58 tbody td {
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

body.copper_37e8 .outer-1b58 tbody tr:nth-child(even) {
    background: #f8fafc;
}

body.copper_37e8 .stone-aec7 {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.copper_37e8 .wrapper_silver_3270 {
    background: #fee2e2;
    color: #991b1b;
}

body.copper_37e8 .basic_8af1 {
    background: #ffedd5;
    color: #9a3412;
}

body.copper_37e8 .thick_87ac {
    background: #d1fae5;
    color: #065f46;
}

body.copper_37e8 .focus_old_90d4 {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 1rem;
}

/* —— Winners —— */
body.copper_37e8 .tag-9ddd {
    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.copper_37e8 .thick-3560 {
    row-gap: 0.65rem !important;
}

body.copper_37e8 .gradient-ae5e {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
}

body.copper_37e8 .shade-bright-c3c4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

body.copper_37e8 .stone_7ba8 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.35rem;
    border-left: 4px solid #14b8a6;
}

body.copper_37e8 .stone_7ba8 h4 {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
}

body.copper_37e8 .static-dbc4 {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

body.copper_37e8 .notice-0f06 {
    background: #0d9488;
    color: #fff;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.copper_37e8 .hot_0fba {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0.85rem 0;
}

body.copper_37e8 .progress-down-3f26 {
    color: #475569;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

body.copper_37e8 .progress-down-3f26 strong {
    color: #0f766e;
}

body.copper_37e8 .bottom-0566 {
    color: #64748b;
    font-size: 0.82rem;
    font-style: italic;
    margin: 0.75rem 0 0 0;
}

body.copper_37e8 .left_3b46 {
    color: #0f766e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* —— FAQ —— */
body.copper_37e8 .shade_55d9 {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 1.5rem;
}

body.copper_37e8 .tag_advanced_7fac {
    background: #f8fafc;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

body.copper_37e8 .tag_advanced_7fac:last-child {
    margin-bottom: 0;
}

body.copper_37e8 .tag_advanced_7fac 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.copper_37e8 .tag_advanced_7fac summary::-webkit-details-marker {
    display: none;
}

body.copper_37e8 .steel-72bc {
    color: #0d9488;
    font-size: 0.85rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

body.copper_37e8 .tag_advanced_7fac[open] .steel-72bc {
    transform: rotate(180deg);
}

body.copper_37e8 .overlay_middle_428e {
    padding: 0 1.25rem 1.25rem;
    color: #334155;
    line-height: 1.75;
    border-top: 1px solid #e2e8f0;
}

body.copper_37e8 .overlay_middle_428e p,
body.copper_37e8 .overlay_middle_428e li {
    color: #475569;
}

body.copper_37e8 .overlay_middle_428e strong,
body.copper_37e8 .shade_55d9 strong {
    color: #0f172a !important;
}

body.copper_37e8 .overlay_middle_428e h4 {
    color: #0f172a;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
}

body.copper_37e8 .overlay_middle_428e ul,
body.copper_37e8 .overlay_middle_428e ol {
    color: #475569;
}

body.copper_37e8 .overlay_middle_428e a {
    color: #0f766e;
}

body.copper_37e8 .preview_30ec {
    margin-top: 0.5rem;
}

body.copper_37e8 .menu_5a88 {
    margin: 1rem 0;
    padding-left: 1.35rem;
    color: #475569;
}

body.copper_37e8 .overlay_middle_428e li {
    margin-bottom: 0.65rem;
}

body.copper_37e8 .component-simple-2569 {
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    border-left: 4px solid #14b8a6;
    background: #ecfdf5;
}

body.copper_37e8 .out_67b4 {
    border-left-color: #f59e0b;
    background: #fffbeb;
}

body.copper_37e8 .blue-91c7 {
    border-left-color: #0ea5e9;
    background: #f0f9ff;
}

/* —— Stats —— */
body.copper_37e8 .active_d4e2 {
    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.copper_37e8 .active_d4e2 .outer_b6ae,
body.copper_37e8 .active_d4e2 h2 {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.copper_37e8 .active_d4e2 .red-ef71,
body.copper_37e8 .label_black_e0c0 {
    color: #94a3b8 !important;
}

body.copper_37e8 .column_action_ce69 {
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid #475569;
    border-radius: 12px;
    padding: 1.35rem 1rem;
    height: 100%;
    text-align: center;
}

body.copper_37e8 .focused-61d8 {
    font-size: 2rem;
    font-weight: 800;
    color: #5eead4;
    margin-bottom: 0.35rem;
    line-height: 1.1;
}

body.copper_37e8 .active_4300 {
    font-size: 0.9rem;
    color: #e2e8f0;
    font-weight: 600;
}

body.copper_37e8 .purple-146e {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.35rem;
}

body.copper_37e8 .breadcrumb_8d08 {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 900px;
    margin: 0 auto;
}

body.copper_37e8 .breadcrumb_8d08 strong {
    color: #5eead4;
}

/* —— Responsible —— */
body.copper_37e8 .current-51af {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 2rem 1.5rem;
}

body.copper_37e8 .current-51af h2 {
    color: #0f172a;
    font-weight: 800;
}

body.copper_37e8 .current-51af > .secondary_easy_cb9a > p {
    color: #64748b;
}

body.copper_37e8 .pagination_fresh_fd60 {
    padding: 1.5rem;
    border-radius: 12px;
    height: 100%;
}

body.copper_37e8 .down-5ce1 {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
}

body.copper_37e8 .popup-79a0 {
    background: #fffbeb;
    border-left: 4px solid #d97706;
}

body.copper_37e8 .pagination_fresh_fd60 h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #0f172a;
}

body.copper_37e8 .pagination_fresh_fd60 ul {
    margin: 0;
    padding-left: 1.2rem;
    color: #334155;
    line-height: 1.9;
}

body.copper_37e8 .pagination_fresh_fd60 li {
    margin-bottom: 0.5rem;
}

body.copper_37e8 .pagination_fresh_fd60 strong {
    color: #0f172a;
}

body.copper_37e8 .section-stale-f8d7 {
    background: #fef2f2;
    border: 2px solid #f87171;
    border-radius: 10px;
    padding: 1.2rem;
    margin-top: 1.25rem;
}

body.copper_37e8 .section-stale-f8d7 p {
    margin: 0;
    color: #7f1d1d;
    font-weight: 600;
}

body.copper_37e8 .section-stale-f8d7 p + p {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 0.95rem;
}

body.copper_37e8 .motion_bcfe {
    font-size: 1.35rem;
    font-weight: 700;
    opacity: 0.9;
}

/* —— Grid helpers (page uses Bootstrap-like class names) —— */
@media (min-width: 768px) {
    body.copper_37e8 .progress-liquid-6d2b .sort-complex-5548 {
        flex: 0 0 auto;
        width: 50%;
    }

    body.copper_37e8 .progress-liquid-6d2b .logo_green_c08a {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

body.copper_37e8 .progress-liquid-6d2b .nav_up_bb43 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    body.copper_37e8 .progress-liquid-6d2b .hover-30b8 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    body.copper_37e8 .progress-liquid-6d2b .item_ba44 {
        flex: 0 0 auto;
        width: 33.333333%;
    }

    body.copper_37e8 .progress-liquid-6d2b .container-bcb1 {
        flex: 0 0 auto;
        width: 50%;
    }
}

body.copper_37e8 .modal_selected_7828 {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

body.copper_37e8 .modal_selected_7828 strong {
    color: #0f172a;
}

/* —— CTA strip —— */
body.copper_37e8 .shade_over_cca5 {
    background: #0d9488 !important;
    padding: 1.25rem 0 !important;
}

body.copper_37e8 .shade_over_cca5 .pro_1ebd {
    background: #0f172a;
    color: #f8fafc;
    border-radius: 10px;
    font-weight: 800;
}

body.copper_37e8 .shade_over_cca5 .pro_1ebd:hover {
    background: #1e293b;
}

/* —— Footer & legal —— */
body.copper_37e8 footer {
    background: #ffffff;
    border-top: 1px solid #cbd5e1;
    margin-top: 0;
    backdrop-filter: none;
}

body.copper_37e8 footer a {
    color: #0f766e;
}

body.copper_37e8 footer a:hover {
    color: #115e59;
}

body.copper_37e8 .container-783a {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

body.copper_37e8 .container-783a h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: 1.35rem;
}

body.copper_37e8 .container-783a p {
    color: #475569;
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
}

body.copper_37e8 .heading-clean-d05b {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 1.5rem auto 0.75rem;
    max-width: 65ch;
    text-align: left;
}

body.copper_37e8 .prev-1e43 {
    max-width: 65ch;
    margin: 0 auto 1rem;
    padding-left: 1.35rem;
    color: #475569;
    line-height: 1.75;
    text-align: left;
}

body.copper_37e8 .prev-1e43 li {
    margin-bottom: 0.5rem;
}

/* —— Utilities —— */
body.copper_37e8 .button_7acb {
    gap: 0.75rem;
}

body.copper_37e8 .list-pro-f053 {
    gap: 1rem;
}

@media (max-width: 768px) {
    body.copper_37e8 .stale_fecb p {
        max-width: none;
    }
}

/* —— RTP: override legacy table inline styles inside wrap —— */
body.copper_37e8 .feature-2b8a .hidden_hard_175f table,
body.copper_37e8 .feature-2b8a .hidden_hard_175f table.outer-1b58 {
    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.copper_37e8 .feature-2b8a .hidden_hard_175f thead tr {
    background: transparent !important;
}

body.copper_37e8 .feature-2b8a .hidden_hard_175f th {
    background: #0f172a !important;
    color: #f8fafc !important;
    padding: 0.85rem 0.65rem !important;
    border-bottom: 2px solid #14b8a6 !important;
    font-weight: 700 !important;
}

body.copper_37e8 .feature-2b8a .hidden_hard_175f tbody tr {
    background: transparent !important;
}

body.copper_37e8 .feature-2b8a .hidden_hard_175f tbody tr:nth-child(even) {
    background: #f8fafc !important;
}

body.copper_37e8 .feature-2b8a .hidden_hard_175f td {
    padding: 0.75rem 0.65rem !important;
    color: #334155 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    vertical-align: middle !important;
}

body.copper_37e8 .feature-2b8a .hidden_hard_175f tbody tr:nth-child(even) td {
    background: #f8fafc !important;
}

body.copper_37e8 .feature-2b8a .hidden_hard_175f 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.copper_37e8 main > section.primary_1f2e.frame_bronze_77d3 {
    padding-top: clamp(1.25rem, 3.2vw, 1.85rem) !important;
    padding-bottom: clamp(1.25rem, 3.2vw, 1.85rem) !important;
}

body.copper_37e8 main > section.primary_1f2e.frame_bronze_77d3.paper-5bbf {
    padding-top: clamp(1rem, 2.5vw, 1.45rem) !important;
    padding-bottom: clamp(1rem, 2.5vw, 1.45rem) !important;
}

body.copper_37e8 main > section.primary_1f2e.frame_bronze_77d3.active_d4e2 {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.copper_37e8 main > section.primary_1f2e.frame_bronze_77d3:has(.current-51af) {
    padding-top: clamp(1.1rem, 2.8vw, 1.55rem) !important;
    padding-bottom: clamp(1.1rem, 2.8vw, 1.55rem) !important;
}

body.copper_37e8 main .secondary_easy_cb9a.aside_cool_2018 {
    margin-bottom: 1rem !important;
}

/* Hero mais compacto */
body.copper_37e8 .stale_fecb {
    padding: clamp(1.1rem, 3.5vw, 2.25rem) 0 !important;
}

body.copper_37e8 .stale_fecb h1 {
    margin-bottom: 0.5rem !important;
    font-size: clamp(1.55rem, 4vw, 2.15rem) !important;
}

body.copper_37e8 .stale_fecb p:not(.first-d719) {
    margin-bottom: 0.75rem !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
}

body.copper_37e8 .stale_fecb .shade_91e8 {
    margin-top: 0.35rem !important;
    padding: 0.65rem 1.15rem !important;
    font-size: 0.95rem !important;
}

body.copper_37e8 .first-d719 {
    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.copper_37e8 .stale_fecb .container-bcb1 a .avatar_fcdb,
body.copper_37e8 .stale_fecb .table-iron-760d.container-bcb1:last-child .avatar_fcdb {
    max-width: min(100%, 260px) !important;
    margin: 0.5rem auto 0 !important;
}

@media (min-width: 992px) {
    body.copper_37e8 .stale_fecb .container-bcb1 a .avatar_fcdb,
    body.copper_37e8 .stale_fecb .table-iron-760d.container-bcb1:last-child .avatar_fcdb {
        max-width: min(100%, 300px) !important;
        margin-top: 0 !important;
    }
}

/* Faixa entre seções */
body.copper_37e8 .disabled-paper-b706.logo_orange_38a4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

body.copper_37e8 .disabled-paper-b706 h2 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: 0.02em;
}

/* Bloco E-E-A-T */
body.copper_37e8 .next_f96e {
    padding: 1.25rem 1.15rem !important;
    border-radius: 12px !important;
}

body.copper_37e8 .next_f96e .outer_b6ae {
    font-size: clamp(1.2rem, 2.8vw, 1.55rem) !important;
    margin-bottom: 0.35rem !important;
}

body.copper_37e8 .pro_f5e0 {
    margin-bottom: 0.85rem !important;
    font-size: 0.82rem !important;
}

body.copper_37e8 .next_f96e > p {
    font-size: 0.92rem !important;
    margin-bottom: 0.75rem !important;
}

body.copper_37e8 .item-wide-8e1e {
    font-size: 1rem !important;
    margin: 1rem 0 0.45rem 0 !important;
}

body.copper_37e8 .accordion-518e {
    font-size: 0.88rem !important;
    padding-left: 1.15rem !important;
}

body.copper_37e8 .accordion-518e li {
    margin-bottom: 0.4rem !important;
}

body.copper_37e8 .banner_1276 {
    font-size: 0.85rem !important;
    padding-top: 0.4rem !important;
}

/* Imagens “hero” entre seções — largura limitada, menos sombra */
body.copper_37e8 .tag-145a {
    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.copper_37e8 .grid-orange-ac6b {
    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.copper_37e8 .tooltip_complex_c9f3 {
    padding: 1.1rem 1.15rem !important;
    border-radius: 12px !important;
}

body.copper_37e8 .header-old-5761 {
    font-size: 1.05rem !important;
    margin-bottom: 0.5rem !important;
}

body.copper_37e8 .status-03ce {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.65rem !important;
}

body.copper_37e8 .backdrop_fixed_8cdb {
    font-size: 0.82rem !important;
    margin-bottom: 0.35rem !important;
}

/* Grid de cards — afastamento horizontal/vertical menor */
body.copper_37e8 main .progress-liquid-6d2b.list-pro-f053 {
    row-gap: 0.75rem !important;
}

body.copper_37e8 main .progress-liquid-6d2b.list-pro-f053 > [class*="col-"] {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

body.copper_37e8 .list-pro-f053 {
    gap: 0.65rem !important;
}

/* Títulos de seção globais um pouco mais contidos */
body.copper_37e8 .outer_b6ae {
    font-size: clamp(1.28rem, 2.8vw, 1.75rem) !important;
    margin-bottom: 0.35rem !important;
}

body.copper_37e8 .red-ef71 {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.25rem !important;
}

/* RTP / painéis escuros */
body.copper_37e8 .feature-2b8a {
    padding: 1.15rem 0.85rem !important;
    border-radius: 12px !important;
}

body.copper_37e8 .gradient-ae5e {
    padding: 1.15rem !important;
    border-radius: 12px !important;
}

body.copper_37e8 .stone_7ba8 {
    padding: 1rem !important;
}

body.copper_37e8 .hot_0fba {
    font-size: 1.45rem !important;
    margin: 0.5rem 0 !important;
}

body.copper_37e8 .shade_55d9 {
    padding: 1rem !important;
    border-radius: 12px !important;
}

body.copper_37e8 .tag_advanced_7fac summary {
    padding: 0.85rem 1rem !important;
    font-size: 0.92rem !important;
}

body.copper_37e8 .overlay_middle_428e {
    padding: 0 1rem 1rem !important;
    font-size: 0.88rem !important;
}

body.copper_37e8 .active_d4e2 .secondary_easy_cb9a.aside_cool_2018 {
    margin-bottom: 0.75rem !important;
}

body.copper_37e8 .active_d4e2 .tag-145a {
    margin-top: 0.35rem !important;
    margin-bottom: 0.65rem !important;
}

body.copper_37e8 .column_action_ce69 {
    padding: 0.85rem 0.65rem !important;
    border-radius: 10px !important;
}

body.copper_37e8 .focused-61d8 {
    font-size: 1.45rem !important;
}

body.copper_37e8 .active_4300 {
    font-size: 0.8rem !important;
}

body.copper_37e8 .purple-146e {
    font-size: 0.68rem !important;
}

body.copper_37e8 .current-51af {
    padding: 1.35rem 1.1rem !important;
    border-radius: 12px !important;
}

body.copper_37e8 .pagination_fresh_fd60 {
    padding: 1.15rem !important;
}

body.copper_37e8 .container-783a h2 {
    font-size: 1.2rem !important;
}

body.copper_37e8 .heading-clean-d05b {
    font-size: 1rem !important;
    margin: 1rem auto 0.5rem !important;
}

body.copper_37e8 .container-783a p,
body.copper_37e8 .prev-1e43 {
    font-size: 0.88rem !important;
}

/* CTA inferior */
body.copper_37e8 .shade_over_cca5 .shade_91e8 {
    padding: 0.55rem 1.25rem !important;
    font-size: 0.95rem !important;
}

/* Cabeçalho logo — menos altura útil */
body.copper_37e8 header {
    padding: 0.45rem 0 !important;
}

body.copper_37e8 header img {
    width: 56px !important;
    height: 56px !important;
}

/* css-noise: 2cf6 */
.widget-item-x7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
