/* Home: estilos especificos do index.html */

.tracking-pixel {
    display: none;
}

.tracking-frame {
    display: none;
    visibility: hidden;
}

.is-hidden {
    display: none !important;
}

.titulo-promo-logo-img {
    width: min(100%, 540px);
}

.titulo-promo-carros-picture {
    display: block;
    width: 100%;
}

.titulo-promo-carros-img {
    width: 90%;
}

.ganhadores-logo-home {
    width: min(100%, 540px);
}

.section-faq-hidden {
    display: none;
}

/* Secao: consulte seus numeros da sorte */
#section-numeros-sorte {
    background: #003641;
}

.numeros-busca-area {
    padding: 3.25rem 0 2.75rem;
}

.numeros-busca-layout {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.numeros-titulo {
    color: #00c1b5;
    font-size: clamp(1.9rem, 8vw, 2.2rem);
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 1.25rem;
}

.numeros-input-shell {
    width: 100%;
    max-width: none;
}

.numeros-input {
    width: 100%;
    display: block;
    background: transparent;
    border: 1.5px solid #c9d200;
    border-radius: 0.75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 0.9rem 1rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.numeros-input::placeholder {
    color: #fff;
    opacity: 1;
}

.numeros-input:focus {
    border-color: #d8e048;
    box-shadow: 0 0 0 3px rgba(201, 210, 0, 0.14);
}

.numeros-btn-buscar {
    background: #00c1b5;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 10.25rem;
    padding: 0.85rem 1rem;
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    margin-top: 1.5rem;
    transition: background 0.2s, transform 0.2s;
}

.numeros-btn-buscar:hover {
    background: #00ab9f;
    transform: translateY(-1px);
}

.numeros-btn-buscar:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.numeros-erro {
    color: #ff8d8d;
    max-width: 22rem;
    font-size: 0.88rem;
    min-height: 1.35rem;
    margin: 0.9rem auto 0;
}

#numeros-resultados {
    background: #003641;
    padding: 2.5rem 0 3rem;
}

.numeros-secao-titulo {
    color: #fff;
    font-size: clamp(1.7rem, 7.5vw, 2.1rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.05;
    margin-bottom: 1.15rem;
}

.numeros-secao-titulo-instantaneo {
    font-size: clamp(2rem, 8vw, 2.45rem);
}

.numeros-secao-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.numeros-secao-toggle:hover {
    color: #fff;
    transform: translateY(-0.0625rem);
}

.numeros-secao-toggle:focus {
    outline: none;
}

.numeros-secao-toggle.is-active {
    color: #fff;
}

.numeros-panel-content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.45s ease, opacity 0.3s ease;
}

.numeros-panel-content-inner {
    min-height: 0;
    overflow: hidden;
}

.numeros-panel.is-active .numeros-panel-content {
    grid-template-rows: 1fr;
    opacity: 1;
}

.numeros-table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0.25rem;
    margin: 0 auto 2.75rem;
}

.numeros-table th,
.numeros-table td {
    text-align: center;
    vertical-align: middle;
}

.numeros-table th {
    background: #c9d200;
    color: #003641;
    padding: 0.95rem 0.6rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.08;
    text-transform: uppercase;
    white-space: normal;
}

.numeros-table td {
    background: transparent;
    color: #fff;
    padding: 0.95rem 0.55rem;
    border: 1px solid #c9d200;
    font-size: 0.92rem;
    font-weight: 700;
}

.numeros-table th:first-child,
.numeros-table td:first-child {
    width: 63%;
}

.numeros-table th:last-child,
.numeros-table td:last-child {
    width: 37%;
}

.numeros-table-numero {
    letter-spacing: 0.01em;
}

.numeros-table-numero-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    max-width: 100%;
}

.numeros-table-numero-value {
    line-height: 1;
    white-space: nowrap;
}

.numeros-copy-btn {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
    appearance: none;
    box-shadow: none;
}

.numeros-copy-btn::before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9d200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.numeros-copy-btn:hover {
    background: transparent;
    opacity: 0.85;
    transform: translateY(-0.0625rem);
}

.numeros-copy-btn:disabled,
.numeros-copy-btn.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

.numeros-copy-btn:disabled::before,
.numeros-copy-btn.is-disabled::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8c2b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E") center / contain no-repeat;
}

.numeros-copy-btn:disabled:hover,
.numeros-copy-btn.is-disabled:hover {
    opacity: 0.35;
    transform: none;
}

.numeros-copy-btn:focus-visible {
    outline: 0.125rem solid #fff;
    outline-offset: 0.125rem;
}

.numeros-table-status {
    text-transform: uppercase;
    font-size: 0.9rem;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.14;
}

.numeros-table-empty td {
    width: auto !important;
    white-space: normal;
}

.numeros-pag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.numeros-pag button {
    border: 1.5px solid #c9d200;
    color: #fff;
    background: transparent;
    max-width: 8.25rem;
    padding: 0.7rem 0.95rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    appearance: none;
}

.numeros-pag button:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.numeros-pag button.disabled {
    color: #fff;
    border-color: rgba(201, 210, 0, 0.45);
    background: transparent;
    opacity: 1;
    pointer-events: none;
    cursor: default;
}

.numeros-pag button.disabled:hover {
    color: #fff;
    background: transparent;
}

.numeros-pag span {
    color: #c9d200;
    font-weight: 700;
    font-size: 0.95rem;
    min-width: 2.4rem;
    text-align: center;
}

#numeros-carrega img {
    width: 4rem;
}

.numeros-copy-toast {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    z-index: 10000;
    width: max-content;
    max-width: calc(100vw - 1rem);
    padding: 0.75rem 1rem;
    border: 1px solid #c9d200;
    border-radius: 999px;
    background: rgba(0, 54, 65, 0.95);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 22, 27, 0.3);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 1rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.numeros-copy-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* Painel flutuante */
@keyframes pf-neon {
    0%,
    100% {
        filter: drop-shadow(0 0 0.65rem rgba(201, 210, 0, 0.25));
    }

    50% {
        filter: drop-shadow(0 0 1rem rgba(201, 210, 0, 0.45));
    }
}

#painel-flutuante {
    position: fixed;
    right: 0.5rem;
    bottom: 0.75rem;
    z-index: 9999;
    width: min(13.75rem, calc(100vw - 1rem));
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: right bottom;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.pf-opener {
    appearance: none;
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8.3rem;
    height: 1.65rem;
    margin-bottom: -0.08rem;
    padding: 0;
    background: var(--verdec, #c9d200);
    border: 0;
    border-radius: 0.35rem 0.35rem 0 0;
    box-shadow: 0 0.08rem 0 rgba(146, 160, 0, 0.95), 0 0.3rem 0.75rem rgba(0, 22, 27, 0.18);
    cursor: pointer;
}

.pf-resize {
    width: 0;
    height: 0;
    border-top: 0.48rem solid var(--verdee, #003641);
    border-right: 0.26rem solid transparent;
    border-left: 0.26rem solid transparent;
    transition: transform 0.3s ease-in-out;
}

#painel-flutuante.open .pf-resize {
    transform: rotate(180deg);
}

.pf-shell {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: pf-neon 2.5s infinite ease-in-out;
}

.pf-topo {
    width: 100%;
    position: relative;
    z-index: 2;
}

.pf-image {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0.45rem 0.85rem rgba(0, 22, 27, 0.16));
}

.pf-closed-cta-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -0.42rem;
    max-height: 8.5rem;
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out, transform 0.3s ease-in-out;
}

.pf-closed-cta-wrap:hover,
.pf-closed-cta-wrap:focus-within {
    transform: translateY(-0.125rem);
}

.pf-closed-cta-wrap::before {
    content: "";
    width: 4.75rem;
    height: 0.95rem;
    margin-bottom: -0.08rem;
    background: linear-gradient(180deg, #37d5d0 0%, #00ae9d 100%);
    border-bottom: transparent;
    border: 0.09rem solid #c9d200;
    border-bottom: transparent;
    border-top: 0;
    border-radius: 0 0 0.22rem 0.22rem;
}

.pf-btn-closed {
    min-width: 10.6rem;
    margin-top: 0;
    padding: 0.78rem 1rem;
    background: linear-gradient(180deg, #004953 0%, #003641 100%);
    color: var(--verdec, #c9d200);
    border: 0.09375rem solid #9fd000;
    border-radius: 0.3rem;
    overflow: hidden;
}

.pf-btn-closed:hover {
    color: var(--verdec, #c9d200);
    transform: none;
    background: linear-gradient(180deg, #00515c 0%, #003a45 100%);
    box-shadow: inset 0 0 0 0.0625rem rgba(57, 211, 207, 0.22), 0 0.2rem 0.5rem rgba(0, 53, 63, 0.24);
}

.pf-content {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 24rem;
    padding-top: 0.85rem;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: max-height 0.35s ease-in-out, opacity 0.25s ease-in-out, padding-top 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.pf-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 5rem;
    height: 0.85rem;
    background: linear-gradient(180deg, #38d3cf 0%, #00ae9d 100%);
    border-radius: 0 0 0.375rem 0.375rem;
    transform: translateX(-50%);
}

.pf-body {
    width: min(10.45rem, 80%);
    min-height: 13rem;
    padding: 1.15rem 0.75rem 0.95rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #6ac845 0%, #18baa9 100%);
    border: 0.1rem solid var(--verdec, #c9d200);
    border-radius: 0 0 0.45rem 0.45rem;
    box-shadow: 0 0.8rem 1.4rem rgba(0, 39, 46, 0.28);
}

.pf-state {
    width: 100%;
}

.pf-state-idle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

.pf-state-result {
    display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    text-align: center;
    --pf-reveal-progress: 0;
    --pf-reveal-shift: 0px;
}

.pf-body.has-result .pf-state-idle {
    display: none;
}

.pf-body.has-result .pf-state-result {
    display: flex;
}

.pf-text {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
}

.pf-input {
    width: 100%;
    padding: 0.72rem 0.55rem;
    border: 0;
    border-radius: 0.35rem;
    background: #f5f3d9;
    color: var(--verdee, #003641);
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    outline: 0;
    box-shadow: inset 0 -0.16rem 0 rgba(0, 54, 65, 0.12);
}

.pf-input::placeholder {
    color: var(--verdee, #003641);
    opacity: 1;
}

.pf-input:focus {
    outline: 0.125rem solid rgba(255, 255, 255, 0.9);
    outline-offset: 0.1rem;
}

.pf-input:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.pf-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.6rem;
    padding: 0.78rem 0.85rem;
    background: #C9D200;
    background: linear-gradient(108deg, rgba(201, 210, 0, 0.4) -10%, rgba(0, 174, 157, 0.5) 24%, rgba(0, 54, 65, 0.8) 86%);
    color: var(--verdec, #c9d200);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 0.35rem;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    appearance: none;
    cursor: pointer;
}

.pf-btn:hover {
    color: var(--verdec, #c9d200);
    transform: translateY(-0.125rem);
    background: #C9D200;
    background: linear-gradient(108deg, rgba(201, 210, 0, 0.4) -10%, rgba(0, 174, 157, 0.5) 24%, rgba(0, 54, 65, 0.8) 86%);
}

.pf-btn:focus-visible {
    outline: 0.125rem solid #fff;
    outline-offset: 0.2rem;
}

.pf-btn:disabled {
    cursor: wait;
    opacity: 0.92;
    transform: none;
}

.pf-btn:disabled:hover {
    transform: none;
    box-shadow: 0 0.35rem 0 rgba(0, 53, 63, 0.65);
}

.pf-btn.is-loading::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.55rem;
    border: 0.125rem solid rgba(201, 210, 0, 0.28);
    border-top-color: #c9d200;
    border-radius: 50%;
    animation: pf-spin 0.75s linear infinite;
}

.pf-feedback {
    margin: 0;
    width: 100%;
    padding: 0.55rem 0.65rem 0;
    color: #fff;
    min-height: 2.2rem;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.pf-feedback.is-visible {
    opacity: 1;
}

.pf-feedback.is-success {
    color: #fef7af;
}

.pf-feedback.is-info,
.pf-feedback.is-warning {
    color: #ffffff;
}

.pf-feedback.is-error {
    color: #fff2f2;
}

.pf-result-title {
    margin: 0;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 0.95;
    text-align: center;
    white-space: pre-line;
    text-shadow: 0 0.15rem 0 rgba(0, 54, 65, 0.18), 0 0 0.9rem rgba(255, 255, 190, 0.28);
}

.pf-result-title,
.pf-result-card,
.pf-reset-btn {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.pf-state-result.is-success .pf-result-title {
    color: #d8ea1d;
    font-size: 2.05rem;
    line-height: 0.9;
    letter-spacing: 0.015em;
    text-shadow: 0 0.16rem 0 rgba(166, 177, 0, 0.6), 0 0 0.85rem rgba(255, 239, 117, 0.5);
}

.pf-state-result.is-fail .pf-result-title,
.pf-state-result.is-warning .pf-result-title,
.pf-state-result.is-error .pf-result-title {
    font-size: 1.45rem;
    line-height: 1.02;
}

.pf-state-result.is-fail .pf-result-title {
    color: #fffef2;
    font-size: 1.95rem;
    line-height: 0.96;
    letter-spacing: 0.01em;
    text-shadow: 0 0.14rem 0 rgba(173, 150, 36, 0.62), 0 0 0.72rem rgba(255, 233, 119, 0.38);
}

.pf-result-card {
    width: 100%;
    padding: 1rem 0.85rem 0.9rem;
    background: #d8e300;
    border-radius: 0.28rem;
    box-shadow: inset 0 -0.14rem 0 rgba(0, 54, 65, 0.12);
}

.pf-result-message,
.pf-result-highlight,
.pf-result-detail {
    margin: 0;
    color: #003641;
    text-align: center;
    white-space: pre-line;
}

.pf-result-message {
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.12;
}

.pf-result-highlight {
    display: none;
}

.pf-result-detail {
    margin-top: 0.35rem;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.25;
}

.pf-state-result.is-success .pf-result-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 10.5rem);
    padding: 0.95rem 0.7rem 0.9rem;
    border-radius: 0.22rem;
    box-shadow: inset 0 -0.14rem 0 rgba(0, 54, 65, 0.12), 0 0.25rem 0.55rem rgba(0, 54, 65, 0.08);
}

.pf-state-result.is-success .pf-result-message {
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.02;
}

.pf-state-result.is-success .pf-result-highlight {
    display: block;
    margin-top: 0.22rem;
    color: #003641;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 0.98;
}

.pf-state-result.is-success .pf-result-detail {
    max-width: 8rem;
    margin: 0.34rem auto 0;
    color: #003641;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.16;
}

.pf-state-result.is-fail .pf-result-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 10.65rem);
    padding: 0.95rem 0.72rem 0.92rem;
    border-radius: 0.22rem;
    box-shadow: inset 0 -0.14rem 0 rgba(0, 54, 65, 0.12), 0 0.25rem 0.55rem rgba(0, 54, 65, 0.08);
}

.pf-state-result.is-fail .pf-result-message {
    color: #003641;
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 1.08;
}

.pf-state-result.is-fail .pf-result-highlight {
    display: block;
    margin-top: 0.18rem;
    color: #003641;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.02;
}

.pf-state-result.is-fail .pf-result-detail {
    max-width: 8.1rem;
    margin: 0.18rem auto 0;
    color: #003641;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.08;
}

.pf-reset-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
    appearance: none;
}

.pf-reset-btn:focus-visible {
    outline: 0.125rem solid #fff;
    outline-offset: 0.2rem;
}

.pf-reveal-card {
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: 0.28rem;
    box-shadow: 0 0.35rem 0 rgba(0, 54, 65, 0.18);
    overflow: hidden;
    transform: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    touch-action: none;
    user-select: none;
    cursor: crosshair;
}

.pf-reveal-card.is-scratching {
    cursor: grabbing;
}

.pf-reveal-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.pf-state-result.is-pending-reveal .pf-result-title,
.pf-state-result.is-pending-reveal .pf-result-card {
    opacity: 1;
    transform: none;
}

.pf-state-result.is-pending-reveal .pf-reset-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.5rem);
}

.pf-state-result:not(.is-pending-reveal) .pf-reveal-card {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.96);
}

#painel-flutuante:not(.open) .pf-content {
    max-height: 0;
    padding-top: 0;
    opacity: 0;
    transform: translateY(-0.75rem);
}

#painel-flutuante.open .pf-closed-cta-wrap {
    max-height: 0;
    opacity: 0;
    transform: translateY(-0.85rem);
    pointer-events: none;
}

#painel-flutuante.open .pf-content {
    max-height: 24rem;
}

@keyframes pf-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 576px) {
    .numeros-busca-area {
        padding: 3.75rem 0 3.25rem;
    }

    .numeros-busca-layout {
        max-width: 26rem;
    }

    .numeros-titulo {
        font-size: clamp(2.1rem, 6vw, 2.45rem);
        margin-bottom: 1.4rem;
    }

    .numeros-input-shell {
        max-width: 23rem;
    }

    .numeros-btn-buscar {
        width: auto;
        min-width: 6rem;
    }

    #numeros-resultados {
        padding: 3rem 0 3.5rem;
    }

    .numeros-table {
        max-width: 34rem;
        border-spacing: 0.3rem;
        margin-bottom: 3rem;
    }

    .numeros-table th {
        padding: 1rem 0.75rem;
        font-size: 1.15rem;
        white-space: nowrap;
    }

    .numeros-table td {
        padding: 1rem 0.75rem;
        font-size: 1rem;
    }

    .numeros-table-numero-content {
        gap: 0.6rem;
    }

    .numeros-copy-btn {
        width: 1.6rem;
        height: 1.6rem;
    }

    .numeros-pag button {
        max-width: 8.75rem;
    }

    .numeros-pag span {
        font-size: 1rem;
    }

    .numeros-copy-toast {
        bottom: 1.25rem;
        max-width: calc(100vw - 2rem);
    }

    #painel-flutuante {
        right: 0.75rem;
        bottom: 0.9rem;
        width: min(15.25rem, calc(100vw - 1.5rem));
    }

    .pf-opener {
        width: 9.1rem;
        height: 1.85rem;
    }

    .pf-closed-cta-wrap::before {
        width: 5.35rem;
        height: 1.05rem;
    }

    .pf-btn {
        min-width: 10.3rem;
        padding: 0.82rem 0.9rem;
        font-size: 0.93rem;
    }

    .pf-btn-closed {
        min-width: 11.5rem;
        padding: 0.82rem 1rem;
    }

    .pf-content::before {
        width: 6rem;
        height: 0.95rem;
    }

    .pf-body {
        width: min(11.35rem, 80%);
        min-height: 13.5rem;
        padding: 1.3rem 0.8rem 1rem;
    }

    .pf-state-idle {
        gap: 0.95rem;
    }

    .pf-text {
        font-size: 0.85rem;
    }

    .pf-input {
        padding: 0.75rem 0.6rem;
        font-size: 0.82rem;
    }

    .pf-feedback {
        min-height: 2.4rem;
        font-size: 0.72rem;
    }

    .pf-result-title {
        font-size: 1.55rem;
    }

    .pf-state-result.is-success .pf-result-title {
        font-size: 2.2rem;
    }

    .pf-state-result.is-fail .pf-result-title {
        font-size: 2.12rem;
    }

    .pf-result-message {
        font-size: 0.82rem;
    }

    .pf-state-result.is-success .pf-result-message {
        font-size: 0.76rem;
    }

    .pf-state-result.is-fail .pf-result-message {
        font-size: 0.62rem;
    }

    .pf-state-result.is-success .pf-result-highlight {
        font-size: 1.22rem;
    }

    .pf-state-result.is-fail .pf-result-highlight {
        font-size: 0.88rem;
    }

    .pf-result-detail {
        font-size: 0.58rem;
    }

    .pf-state-result.is-success .pf-result-detail {
        max-width: 8.8rem;
        font-size: 0.61rem;
    }

    .pf-state-result.is-fail .pf-result-detail {
        max-width: 8.45rem;
        font-size: 0.64rem;
    }

    .pf-reset-btn {
        font-size: 0.72rem;
    }
}

@media (min-width: 768px) {
    .numeros-busca-area {
        padding: 4rem 0 3.5rem;
    }

    .numeros-busca-layout {
        max-width: 45rem;
    }

    .numeros-titulo {
        font-size: 2.45rem;
        margin-bottom: 1.6rem;
    }

    .numeros-input-shell {
        max-width: 20rem;
    }

    .numeros-input {
        padding: 0.95rem 1.5rem;
        font-size: 1.05rem;
    }

    .numeros-btn-buscar {
        margin-top: 1.75rem;
        padding: 0.85rem 1.15rem;
        font-size: 0.98rem;
    }

    .numeros-erro {
        max-width: none;
        font-size: 0.92rem;
    }

    #numeros-resultados {
        padding: 3.5rem 0 4rem;
    }

    .numeros-secao-titulo {
        font-size: 2.1rem;
        margin-bottom: 1.4rem;
    }

    .numeros-secao-titulo-instantaneo {
        font-size: 2.6rem;
    }

    .numeros-table {
        max-width: 38.75rem;
        border-spacing: 0.35rem;
        margin-bottom: 3.5rem;
    }

    .numeros-table th {
        padding: 1.05rem 0.9rem;
        font-size: 1.35rem;
    }

    .numeros-table td {
        padding: 1.1rem 0.9rem;
        font-size: 1.05rem;
    }

    .numeros-table th:first-child,
    .numeros-table td:first-child {
        width: 68%;
    }

    .numeros-table th:last-child,
    .numeros-table td:last-child {
        width: 32%;
    }

    .numeros-copy-btn {
        width: 1.65rem;
        height: 1.65rem;
    }

    .numeros-table-status {
        font-size: 1rem;
    }

    .numeros-pag {
        gap: 0.9rem;
    }

    .numeros-pag button {
        max-width: 9rem;
        padding: 0.75rem 1.15rem;
        font-size: 0.93rem;
    }

    .numeros-pag span {
        font-size: 1rem;
        min-width: 2.8rem;
    }

    .numeros-copy-toast {
        bottom: 1.5rem;
        font-size: 0.9rem;
    }

    #painel-flutuante {
        right: 0.75rem;
        bottom: 1rem;
        width: min(17rem, calc(100vw - 1.5rem));
    }

    #painel-flutuante:not(.open) {
        transform: scale(0.9);
    }

    #painel-flutuante.open {
        transform: scale(1);
    }

    .pf-opener {
        width: 9.65rem;
        height: 1.8rem;
    }

    .pf-closed-cta-wrap::before {
        width: 6rem;
        height: 1.2rem;
    }

    .pf-btn {
        min-width: 10.8rem;
        padding: 0.85rem 0.95rem;
        font-size: 0.96rem;
    }

    .pf-btn-closed {
        min-width: 12.4rem;
        padding: 0.88rem 1.15rem;
    }

    .pf-content::before {
        width: 6.8rem;
        height: 1.05rem;
    }

    .pf-body {
        width: min(12.1rem, 80%);
        min-height: 14rem;
        padding: 1.45rem 0.9rem 1rem;
    }

    .pf-text {
        font-size: 0.89rem;
    }

    .pf-input {
        padding: 0.78rem 0.65rem;
        font-size: 0.86rem;
    }

    .pf-feedback {
        font-size: 0.74rem;
    }

    .pf-result-title {
        font-size: 1.7rem;
    }

    .pf-state-result.is-success .pf-result-title {
        font-size: 2.32rem;
    }

    .pf-state-result.is-fail .pf-result-title {
        font-size: 2.2rem;
    }

    .pf-state-result.is-success .pf-result-card {
        width: min(100%, 11.1rem);
        padding: 1rem 0.78rem 0.92rem;
    }

    .pf-state-result.is-success .pf-result-message {
        font-size: 0.8rem;
    }

    .pf-state-result.is-success .pf-result-highlight {
        font-size: 1.28rem;
    }

    .pf-state-result.is-success .pf-result-detail {
        max-width: 9rem;
        font-size: 0.64rem;
    }

    .pf-state-result.is-fail .pf-result-card {
        width: min(100%, 11.2rem);
        padding: 0.98rem 0.76rem 0.94rem;
    }

    .pf-state-result.is-fail .pf-result-message {
        font-size: 0.64rem;
    }

    .pf-state-result.is-fail .pf-result-highlight {
        font-size: 0.92rem;
    }

    .pf-state-result.is-fail .pf-result-detail {
        max-width: 8.75rem;
        font-size: 0.66rem;
    }
}

@media (min-width: 1025px) {
    .numeros-busca-area {
        padding: 4.25rem 0 4rem;
    }

    .numeros-busca-layout {
        max-width: 45rem;
    }

    .numeros-titulo {
        font-size: 2.7rem;
        line-height: 1.12;
    }

    #numeros-resultados {
        padding: 3.75rem 0 4.5rem;
    }

    .numeros-secao-titulo {
        font-size: 2.35rem;
        margin-bottom: 1.55rem;
    }

    .numeros-secao-titulo-instantaneo {
        font-size: 2.5rem;
    }

    .numeros-table th {
        padding: 1.15rem 1rem;
        font-size: 1.5rem;
    }

    .numeros-table td {
        padding: 1.2rem 1rem;
        font-size: 1.125rem;
    }

    .numeros-table th:first-child,
    .numeros-table td:first-child {
        width: 70%;
    }

    .numeros-table th:last-child,
    .numeros-table td:last-child {
        width: 30%;
    }

    .numeros-table-status {
        font-size: 1.125rem;
    }

    .numeros-pag button {
        font-size: 0.95rem;
        padding: 0.75rem 1.35rem;
    }

    .numeros-pag span {
        font-size: 1.05rem;
        min-width: 3rem;
    }

    .numeros-copy-toast {
        bottom: 2rem;
        font-size: 0.95rem;
        padding: 0.85rem 1.25rem;
    }

    #painel-flutuante {
        right: 1rem;
        bottom: 1.5rem;
        width: min(20rem, calc(100vw - 2rem));
    }

    #painel-flutuante:not(.open),
    #painel-flutuante.open {
        transform: none;
    }

    .pf-opener {
        width: 10.2rem;
        height: 1.5rem;
        margin-bottom: -0.12rem;
    }

    .pf-resize {
        border-top-width: 0.6rem;
        border-right-width: 0.31rem;
        border-left-width: 0.31rem;
    }

    .pf-closed-cta-wrap::before {
        width: 7rem;
        height: 1.55rem;
    }

    .pf-btn {
        min-width: 11.75rem;
        padding: 0.9rem 1rem;
        font-size: 1.05rem;
    }

    .pf-btn-closed {
        min-width: 14.2rem;
        padding: 0.98rem 1.45rem;
    }

    .pf-content::before {
        width: 8rem;
        height: 1.25rem;
    }

    .pf-body {
        width: min(13.9rem, 78%);
        min-height: 14.25rem;
        padding: 1.75rem 1rem 1.1rem;
    }

    .pf-state-idle {
        gap: 1.15rem;
    }

    .pf-text {
        font-size: 0.95rem;
    }

    .pf-input {
        padding: 0.82rem 0.75rem;
        font-size: 0.95rem;
    }

    .pf-feedback {
        min-height: 0;
        font-size: 0.78rem;
    }

    .pf-result-title {
        font-size: 1.9rem;
    }

    .pf-state-result.is-success .pf-result-title {
        font-size: 2.65rem;
    }

    .pf-state-result.is-fail .pf-result-title {
        font-size: 2.45rem;
    }

    .pf-result-message {
        font-size: 0.95rem;
    }

    .pf-result-detail {
        font-size: 0.65rem;
    }

    .pf-state-result.is-success .pf-result-card {
        width: min(100%, 12.15rem);
        padding: 1.08rem 0.85rem 0.98rem;
    }

    .pf-state-result.is-success .pf-result-message {
        font-size: 0.88rem;
    }

    .pf-state-result.is-success .pf-result-highlight {
        font-size: 1.52rem;
    }

    .pf-state-result.is-success .pf-result-detail {
        max-width: 10.2rem;
        font-size: 0.68rem;
    }

    .pf-state-result.is-fail .pf-result-card {
        width: min(100%, 12.2rem);
        padding: 1.04rem 0.78rem 1rem;
    }

    .pf-state-result.is-fail .pf-result-message {
        font-size: 0.68rem;
    }

    .pf-state-result.is-fail .pf-result-highlight {
        font-size: 0.96rem;
    }

    .pf-state-result.is-fail .pf-result-detail {
        max-width: 9.75rem;
        font-size: 0.72rem;
    }

    .pf-reset-btn {
        font-size: 0.78rem;
    }
}
