/* _content/Xttdenc.Web/Pages/Account/ChangePassword.razor.rz.scp.css */
.shared-chars-disclaimer[b-0wp0vhj4qs] {
    background-color: var(--theme-50);
    border: 1px solid var(--theme-900);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.25rem;
}

.shared-chars-disclaimer--icon[b-0wp0vhj4qs] {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 1rem;
    color: var(--theme-900);
}

.shared-chars-disclaimer--text[b-0wp0vhj4qs] {
    margin: 0;
    line-height: 1.5;
}
/* _content/Xttdenc.Web/Pages/Account/Classic/IndexClassic.razor.rz.scp.css */
/* Estilos do formulário Classic - definidos em AccountLayoutContentClassic.razor.css
   com ::deep pois o conteúdo é renderizado como ChildContent do layout. */
/* _content/Xttdenc.Web/Pages/Account/Index.razor.rz.scp.css */
/* Estilos da página de conta (tema global) */
/* _content/Xttdenc.Web/Pages/Account/UserBalance.razor.rz.scp.css */
[b-53gc7sz5ae] .div-button-recharge {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

[b-53gc7sz5ae] .recharge-text {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: end;
    position: absolute;
    top: 65%;
    text-shadow: -1px -1px 0 #004a6b, 1px -1px 0 #004a6b, -1px 1px 0 #004a6b, 1px 1px 0 #004a6b;
}

[b-53gc7sz5ae] .menu-button {
    position: relative;
    display: block;
    width: 150px;
    height: 40px;
    margin-bottom: 16px;
    pointer-events: auto;
    transition: 0.3s;
}
/* _content/Xttdenc.Web/Pages/Classic/DownloadsAllClassic.razor.rz.scp.css */
/* DownloadsAllClassic - Todas as opções de download do tema Classic */
/* Paleta Classic: #674426 (texto), #e1d6ba (fundo card), #896a6c (borda) */

.downloads-all-classic__header[b-ura5k9wtkn] {
    margin-bottom: 2rem;
}

.downloads-all-classic__title[b-ura5k9wtkn] {
    color: #674426;
}

.downloads-all-classic__summary[b-ura5k9wtkn] {
    color: #674426;
}

.downloads-all-classic__main[b-ura5k9wtkn] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.downloads-all-classic__section[b-ura5k9wtkn] {
    display: flex;
    min-width: 0;
}

[b-ura5k9wtkn] .downloads-all-classic__card {
    width: 100%;
}

.downloads-all-classic__card-title[b-ura5k9wtkn] {
    color: #674426;
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.downloads-all-classic__card-desc[b-ura5k9wtkn] {
    color: #674426;
    margin: 0 0 1rem 0;
}

.downloads-all-classic__buttons[b-ura5k9wtkn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    margin-top: auto;
}

.downloads-all-classic__buttons a[b-ura5k9wtkn] {
    text-decoration: none;
}

.downloads-all-classic__btn[b-ura5k9wtkn] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    max-width: 100%;
}

.downloads-all-classic__btn-text[b-ura5k9wtkn] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.downloads-all-classic__dotnet[b-ura5k9wtkn] {
    margin-top: 1rem;
}

@media (max-width: 1200px) {
    .downloads-all-classic__main[b-ura5k9wtkn] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .downloads-all-classic__main[b-ura5k9wtkn] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .downloads-all-classic__main[b-ura5k9wtkn] {
        grid-template-columns: 1fr;
    }
}
/* _content/Xttdenc.Web/Pages/Classic/DownloadsClassic.razor.rz.scp.css */
/* DownloadsClassic - Página de download do tema Classic */
/* Paleta Classic: #674426 (texto), #e1d6ba (fundo card), #896a6c (borda) */

.downloads-classic__section[b-ywsexhn2um] {
    margin-bottom: 3rem;
}

.downloads-classic__panel[b-ywsexhn2um] {
    padding: 2rem;
}

.downloads-classic__inner[b-ywsexhn2um] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.downloads-classic__figure[b-ywsexhn2um] {
    margin: 0;
    flex: 1 1 300px;
    max-width: 500px;
}

.downloads-classic__img[b-ywsexhn2um] {
    display: block;
    border-radius: 8px;
}

.downloads-classic__content[b-ywsexhn2um] {
    flex: 1 1 280px;
    max-width: 400px;
}

.downloads-classic__title[b-ywsexhn2um] {
    color: #674426;
    font-size: 1.5rem;
}

.downloads-classic__subtitle[b-ywsexhn2um] {
    color: #674426;
    font-size: 1rem;
}

.downloads-classic__btn[b-ywsexhn2um] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
}

.downloads-classic__btn-icon[b-ywsexhn2um] {
    font-size: 1.25rem;
}

.downloads-classic__link-wrapper a[b-ywsexhn2um] {
    color: #684007;
}

.downloads-classic__link-wrapper a:hover[b-ywsexhn2um] {
    color: #4A2B00;
}

.downloads-classic__article[b-ywsexhn2um] {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .downloads-classic__inner[b-ywsexhn2um] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .downloads-classic__content[b-ywsexhn2um] {
        text-align: center;
    }

    .downloads-classic__title[b-ywsexhn2um] {
        text-align: center;
    }

    .downloads-classic__subtitle[b-ywsexhn2um] {
        text-align: center;
    }
}
/* _content/Xttdenc.Web/Pages/Classic/LauncherClassic.razor.rz.scp.css */
.launcher-classic[b-tsxbr6h5jh] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: #FFF5E0;
    overflow-x: hidden;
    padding-bottom: 2.5rem;
    min-width: 900px;
    overflow: auto;
}

.launcher-classic__hero[b-tsxbr6h5jh] {
    position: relative;
    width: calc(100% - 1.1rem);
    background: #141414;
    border-radius: 0.55rem;
    margin: 0.55rem;
    height: calc(55vh - 1.1rem);
    background-image: url("/img/classic_theme/launcher/bg-hero-launcher.webp");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.launcher-classic__hero-actions[b-tsxbr6h5jh] {
    position: absolute;
    bottom: 2.5rem;
    left: 2rem;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.65rem;
}

[b-tsxbr6h5jh] .launcher-classic__hero-actions .btn-classic-wrapper {
    min-width: 11rem;
}

.launcher-classic__hero-actions .btn-classic[b-tsxbr6h5jh] {
    font-size: 1.15rem;
    text-transform: uppercase;
}

.launcher-classic__news[b-tsxbr6h5jh] {
    margin-top: 1rem;
}

.launcher-classic__news-title[b-tsxbr6h5jh] {
    margin: 0 0 1rem;
    color: #f8e7bf;
}

.launcher-classic__news-empty[b-tsxbr6h5jh] {
    color: #fff;
    text-align: center;
}

.launcher-classic__news-carousel[b-tsxbr6h5jh] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.launcher-classic__news-track[b-tsxbr6h5jh] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    
}

.launcher-classic__news-card[b-tsxbr6h5jh] {
    min-width: 0;
}

.launcher-classic__news-image-link[b-tsxbr6h5jh] {
    display: block;
    height: 100%;
    text-decoration: none;
}

.launcher-classic__news-image[b-tsxbr6h5jh] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.launcher-classic__news-arrow[b-tsxbr6h5jh] {
    display: inline-block;
    width: 44px;
    height: 160px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.launcher-classic__news-arrow--prev[b-tsxbr6h5jh] {
    margin-right: 0.5rem;
}

.launcher-classic__news-arrow--next[b-tsxbr6h5jh] {
    margin-left: 0.5rem;
}

.launcher-classic__news-arrow img[b-tsxbr6h5jh] {
    display: block;
    height: 100%;
    object-fit: contain;
}

.launcher-classic__news-arrow:disabled[b-tsxbr6h5jh] {
    opacity: 0.4;
    cursor: not-allowed;
}

.launcher-classic__news-arrow:focus[b-tsxbr6h5jh] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
    border-radius: 50%;
}

/* _content/Xttdenc.Web/Pages/Classic/LauncherLoginClassic.razor.rz.scp.css */
.launcher-login-classic[b-nzg782sduj] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    width: 100%;
    background: #101010;
}

.launcher-login-classic__window-controls[b-nzg782sduj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 6px;
    padding: 10px 10px 0 0;
}

.launcher-login-classic__trailer-wrapper[b-nzg782sduj]{
    width: 100%;
    height: 100%;
    background-image: url("/img/classic_theme/launcher/bg-trailer.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.launcher-login-classic__window-btn[b-nzg782sduj] {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.launcher-login-classic__window-btn img[b-nzg782sduj] {
    display: block;
    width: 29px;
    height: 29px;
    min-height: auto;
}

.launcher-login-classic__window-btn:focus[b-nzg782sduj] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.launcher-login-classic__left[b-nzg782sduj] {
    position: relative;
    z-index: 2;
    width: 320px;
    min-width: 320px;
    padding: 20px 16px;
    background: #f7edd7;
    border-radius: 0 0 10px 10px;
}

.launcher-login-classic__logo[b-nzg782sduj] {
    display: block;
    width: 100%;
    height: auto;
    margin: 8px auto 16px;
}

.launcher-login-classic__panel[b-nzg782sduj] {
    color: #4b2b16;
}

.launcher-login-classic__title[b-nzg782sduj] {
    margin: 0 0 12px;
    font-family: "Mitr", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.launcher-login-classic__form[b-nzg782sduj] {
    display: block;
}

.launcher-login-classic__input[b-nzg782sduj] {
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    padding: 7px 10px;
    border: 1px solid #a49473;
    border-radius: 12px;
    box-sizing: border-box;
    background: #efe6d2;
    color: #4a4031;
    font-size: 13px;
    line-height: 18px;
    appearance: none;
    -webkit-appearance: none;
}

.launcher-login-classic__input:focus[b-nzg782sduj] {
    outline: none;
    border-color: #8a6f2d;
    box-shadow: 0 0 0 2px rgba(138, 111, 45, 0.25);
}

.launcher-login-classic__remember[b-nzg782sduj] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin: 2px 0 8px;
    color: #4b2b16;
    font-size: 11px;
}

.launcher-login-classic__remember input[b-nzg782sduj] {
    margin: 0;
}

.launcher-login-classic__error[b-nzg782sduj] {
    margin: 0 0 8px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(180, 40, 40, 0.18);
    border: 1px solid #b43030;
    color: #f08080;
    font-size: 0.82rem;
    line-height: 1.4;
}

.launcher-login-classic__social[b-nzg782sduj] {
    margin-top: 10px;
}

.launcher-login-classic__social-btn[b-nzg782sduj] {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.launcher-login-classic__social-btn img[b-nzg782sduj] {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
}

.launcher-login-classic__submit[b-nzg782sduj] {
    display: block;
    width: 100%;
    height: 52px;
    margin: 8px 0 10px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(to bottom, #5cae14 0%, #2b6e10 100%);
    color: #fff;
    font-family: "Mitr", Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 0 #1b3f0a;
    cursor: pointer;
}

.launcher-login-classic__submit:hover[b-nzg782sduj] {
    filter: brightness(1.06);
}

.launcher-login-classic__submit:focus[b-nzg782sduj] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 128, 16, 0.35);
}

.launcher-login-classic__footer-links[b-nzg782sduj] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.launcher-login-classic__footer-links a[b-nzg782sduj] {
    color: #2e1f13;
    font-size: 12px;
    text-decoration: none;
}

.launcher-login-classic__footer-links a:hover[b-nzg782sduj] {
    text-decoration: underline;
}

.launcher-login-classic__hero[b-nzg782sduj] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    background: #121212;
}

.launcher-login-classic__hero img[b-nzg782sduj] {
    display: block;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}

.launcher-login-classic__video[b-nzg782sduj] {
    display: block;
    width: 100%;
    min-height: 100vh;
    border: 0;
}

.launcher-login-classic__play-btn[b-nzg782sduj] {
    position: absolute;
    left: 50%;
    top: 44%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

.launcher-login-classic__play-btn img[b-nzg782sduj] {
    display: block;
    width: 160px;
    height: 160px;
    min-height: auto;
}

.launcher-login-classic__play-btn:focus[b-nzg782sduj] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(109, 195, 29, 0.45);
    border-radius: 50%;
}

@media (max-width: 900px) {
    .launcher-login-classic[b-nzg782sduj] {
        display: block;
    }

    .launcher-login-classic__left[b-nzg782sduj] {
        width: auto;
        min-width: 0;
        border-radius: 0;
    }

    .launcher-login-classic__window-controls[b-nzg782sduj] {
        padding: 8px 8px 0 0;
    }

    .launcher-login-classic__hero[b-nzg782sduj] {
        min-height: 260px;
    }

    .launcher-login-classic__play-btn img[b-nzg782sduj] {
        width: 120px;
        height: 120px;
    }
}
/* _content/Xttdenc.Web/Pages/Classic/LauncherLogoutClassic.razor.rz.scp.css */
.launcher-logout-classic[b-ex3wxvuct6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 2rem;
}

.launcher-logout-classic__message[b-ex3wxvuct6] {
    margin-bottom: 1rem;
    color: #f8e7bf;
    font-size: 1.1rem;
}
/* _content/Xttdenc.Web/Pages/Classic/NewsIndexClassic.razor.rz.scp.css */
/* NewsIndexClassic */

.news-index-classic__content[b-ut76sud6rr] {
    min-height: 60vh;
}
/* _content/Xttdenc.Web/Pages/Classic/NewsListClassic.razor.rz.scp.css */
/* NewsListClassic */

.news-list-classic__title[b-vgi6dg0zck] {
    margin: 0 0 1rem;
}

.news-list-classic__grid[b-vgi6dg0zck] {
    gap: 1.5rem;
}
/* _content/Xttdenc.Web/Pages/Classic/PassClassic.razor.rz.scp.css */
/* PassClassic - Página promocional do Passe Clássico */
/* Paleta Classic: #c37000 (título), #8a6a3a (texto secundário), #95866f (borda), #fff5e0 (fundo) */

.pass-classic__section[b-38z12g20ml] {
    margin-bottom: 3rem;
}



.pass-classic__section:last-child[b-38z12g20ml] {
    margin-bottom: 0;
}

h2[b-38z12g20ml]{
    color: #674426;
}

.pass-classic__section-subtitle[b-38z12g20ml] {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #c37000;
}

.pass-classic__section-text[b-38z12g20ml] {
    margin: 1rem 0 0;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    color: #000;
}

/* Hero */
.pass-classic__hero-img[b-38z12g20ml] {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Trailer */
.pass-classic__trailer-wrapper[b-38z12g20ml] {
    padding: 1.5rem 0;
}

.pass-classic__trailer-play[b-38z12g20ml] {
    max-width: 400px;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.pass-classic__trailer-play:hover[b-38z12g20ml] {
    transform: scale(1.02);
}

.pass-classic__trailer-play:focus-visible[b-38z12g20ml] {
    outline: 2px solid #c37000;
    outline-offset: 4px;
}

/* Features */
.pass-classic__features[b-38z12g20ml] {
    padding: 2rem;
}

.pass-classic__features-row[b-38z12g20ml] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.pass-classic__feature[b-38z12g20ml] {
    display: flex;
    gap: 2rem;
    align-items: center;
}



.pass-classic__feature-img[b-38z12g20ml] {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}

.pass-classic__feature-text[b-38z12g20ml] {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #000;
    font-style: italic;
}

.heading-3[b-38z12g20ml] {
    display: block;
    font-size: 1.75rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 0.5rem;
}



/* Highlights */
.pass-classic__highlights[b-38z12g20ml] {
    gap: 0rem;
}

.pass-classic__highlight[b-38z12g20ml] {
    width: 25%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #674426;
    background-color: #fff;
    box-shadow: rgb(255, 245, 224) 0px 0px 20px 10px inset;
    border: 1px solid #E6D8C2;
}

/* Section images */
.pass-classic__section-img[b-38z12g20ml] {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.pass-classic__timeline[b-38z12g20ml] {
    max-width: 1200px;
    margin: -1rem auto 2rem;
}

/* Play way */
.pass-classic__play-way[b-38z12g20ml] {
    padding: 2rem;
}

.pass-classic__play-way-row[b-38z12g20ml] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.pass-classic__play-way-text[b-38z12g20ml] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.pass-classic__play-way-text p[b-38z12g20ml] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #8a6a3a;
}

/* CTA */
.pass-classic__cta[b-38z12g20ml] {
    padding-bottom: 2rem;
}

/* Modal de vídeo */
.meet-project-classic__video-wrapper[b-38z12g20ml] {
    width: 100%;
    max-width: 100%;
}

.meet-project-classic__video-iframe[b-38z12g20ml] {
    aspect-ratio: 560/315;
    display: block;
}

/* _content/Xttdenc.Web/Pages/Classic/PlayGame/PlayGameClassic.razor.rz.scp.css */
.classic-playgame__online-icon[b-u7ed7yo7hy] {
    color: #66bb6a;
    font-size: 0.75rem;
}

.classic-playgame-characters[b-u7ed7yo7hy] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem 0.5rem;
}

.classic-playgame-characters__col[b-u7ed7yo7hy] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 0.5rem);
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Filtros */
.classic-playgame-filters[b-u7ed7yo7hy] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem 1rem;
}

.classic-playgame-filters__search[b-u7ed7yo7hy] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 180px;
    margin-right: 0.75rem;
    margin-bottom: 0.25rem;
}

.classic-playgame-filters__input[b-u7ed7yo7hy] {
    width: 100%;
    background: rgba(0, 0, 0, 0.45) !important;
    border-color: rgba(255, 200, 80, 0.6) !important;
    color: #f5e0a0 !important;
}

.classic-playgame-filters__input[b-u7ed7yo7hy]::placeholder {
    color: rgba(245, 224, 160, 0.8) !important;
}

.classic-playgame-filters__right[b-u7ed7yo7hy] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.classic-playgame-filters__right > * + *[b-u7ed7yo7hy] {
    margin-left: 0.5rem;
}

.classic-playgame-filters__servers[b-u7ed7yo7hy] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.classic-playgame-filters__servers > *[b-u7ed7yo7hy] {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
/* _content/Xttdenc.Web/Pages/Classic/PrimeClub/PrimeClubClassic.razor.rz.scp.css */
/* PrimeClubClassic - Página promocional do Clube Prime */
/* Paleta Classic: #c37000 (título), #8a6a3a (texto secundário), #95866f (borda), #fff5e0 (fundo) */

.prime-club-classic__section[b-8uezdl7i77] {
  margin-bottom: 3rem;
  overflow: unset;
}

.prime-club-classic__section:last-child[b-8uezdl7i77] {
  margin-bottom: 0;
}

.prime-club-classic h3[b-8uezdl7i77],
.prime-club-classic p[b-8uezdl7i77] {
  color: #fff;
  -webkit-text-stroke: 0.1px black;
  margin: 0;
  padding: 0;
}

/* ================================================
   1. BENEFÍCIOS EXCLUSIVOS - Frame de madeira
   ================================================ */

.prime-club-classic__benefits-frame[b-8uezdl7i77] {
  border: 20px solid transparent;
  border-image: url("/img/classic_theme/prime_club/bg-frame-benefits.webp") 60 fill;
  border-image-repeat: stretch;
  
  background-repeat: no-repeat;
  padding: 20px 10px 0 10px;
  position: relative;

}

.prime-club-classic__benefits-frame[b-8uezdl7i77]::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url("/img/classic_theme/prime_club/bg-benefits.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}


.prime-club-classic__benefits-title[b-8uezdl7i77] {
  margin-top: -70px;
  width: 110%;
  margin-left: -5%;
  color: rgb(255 241 174);
  font-weight: 900;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke: 2px #3e2108;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 0 #3e2108,
    -2px -2px 0 #3e2108,
    2px -2px 0 #3e2108,
    -2px 2px 0 #3e2108,
    0 3px 0 #2a1600,
    0 4px 2px rgba(0, 0, 0, 0.3);
    border: 20px solid transparent;
    border-image-source: url(/img/classic_theme/prime_club/bg-title-benefits.webp);
    border-image-slice: 40 40 40 40 fill;
    border-image-repeat: stretch;
}

.prime-club-classic__benefits-row[b-8uezdl7i77] {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  margin: 20px;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 1px solid rgb(172, 168, 168);
}

.prime-club-classic__benefit-container[b-8uezdl7i77] {
  position: absolute;
  width: 90%;
  max-width: 335px;
  height: 85px;
  top: 115px;
  left: 5%;
  padding: 15px 5px 10px 5px;
  border: 1px solid #aaa8a8;
}

.prime-club-classic__benefit-desc-container[b-8uezdl7i77] {
  position: absolute;
  top: 210px;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.prime-club-classic__benefit-card[b-8uezdl7i77] {
  flex: 1 1 160px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
  position: relative;
}

.prime-club-classic__benefit-img[b-8uezdl7i77] {
  width: 100%;
  max-width: 170px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.prime-club-classic__benefit-title-card[b-8uezdl7i77] {
  font-size: 0.85rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.4rem;
  line-height: 1.3;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.5),
    -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.prime-club-classic__benefit-desc[b-8uezdl7i77] {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  flex-grow: 1;
  margin-bottom: 0.4rem;
  -webkit-text-stroke: 0.1px black;
}

.prime-club-classic__benefit-footer[b-8uezdl7i77] {
  margin-top: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 0.1px black;
  padding: 0.25rem 0.5rem;
  width: 100%;
}

/* ================================================
   2. CLUBE PRIME - Layout de assinatura
   ================================================ */

.prime-club-classic__subscribe-row[b-8uezdl7i77] {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.prime-club-classic__character[b-8uezdl7i77] {
  flex: 0 1 350px;
  display: flex;
  justify-content: center;
}

.prime-club-classic__character-img[b-8uezdl7i77] {
  max-width: 570px;
  height: auto;
  object-fit: contain;
}

.prime-club-classic__subscribe-panel[b-8uezdl7i77] {
  flex: 0 1 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.prime-club-classic__subscribe-frame[b-8uezdl7i77] {
  border: 20px solid transparent;
  border-image: url("/img/classic_theme/prime_club/prime_frame.webp") 40 fill;
  border-image-repeat: stretch;
  padding: 20px;
  min-height: 480px;
  width: 100%;
}

.prime-club-classic__subscribe-header[b-8uezdl7i77] {
  position: absolute;
  top: 6px;
  left: 9.5px;
  right: 9.5px;
  max-height: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.prime-club-classic__crown-icon[b-8uezdl7i77] {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.prime-club-classic__subscribe-title[b-8uezdl7i77] {
  font-size: 2rem;
  font-weight: 800;
  color: #502502;
}

/* Botões do plano: sobrescrever max-width do ButtonClassic wrapper */
.prime-club-classic__plans[b-8uezdl7i77] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  overflow: visible;
}

.prime-club-classic__plans[b-8uezdl7i77]  .btn-classic-wrapper {
  max-width: 100%;
}

.prime-club-classic__plan[b-8uezdl7i77] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Badge de plano ativo */
.prime-club-classic__active-badge[b-8uezdl7i77] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  padding: 0.4rem 1rem;
  background: rgba(195, 112, 0, 0.12);
  border: 1px solid rgba(195, 112, 0, 0.4);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #7a4800;
}

.prime-club-classic__active-badge-icon[b-8uezdl7i77] {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* ================================================
   3. OFFER CARD - Card destacado estilo medieval
   ================================================ */

.offer-card[b-8uezdl7i77] {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
}

/* Ribbon de desconto - diagonal no canto superior direito */
.offer-card__ribbon[b-8uezdl7i77] {
  position: absolute;
  top: 12px;
  right: -30px;
  z-index: 2;
  width: 120px;
  padding: 4px 0;
  background: linear-gradient(90deg, #f0c040, #e0a820);
  color: #2a1600;
  font-weight: 900;
  font-size: 0.85rem;
  text-align: center;
  transform: rotate(35deg);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
}

/* Header azul/roxo com gradiente */
.offer-card__header[b-8uezdl7i77] {
  background: linear-gradient(135deg, #1a1a6e 0%, #6a0dad 100%);
  padding: 0.75rem 1rem;
  padding-right: 2.5rem;
  text-align: center;
  border-bottom: 2px solid #f0c040;
}

.offer-card__header-text[b-8uezdl7i77] {
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.offer-card__header-sub[b-8uezdl7i77] {
  display: block;
  color: #f0c040;
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 2px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  overflow: visible;
}

.offer-card[b-8uezdl7i77] {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: visible;
}

.offer-card__button[b-8uezdl7i77] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: visible;
}

.offer-card__desc[b-8uezdl7i77] {
  color: #ffec6a !important;
  font-weight: 700;
  font-size: 0.8rem;
  text-shadow: 1px 1px 0 #450404;
  -webkit-text-stroke: 0.1px #450404;
  paint-order: stroke fill;
}

/* Painel de itens exclusivos — agrupa todos os servidores num único painel */
.offer-card__items-areas[b-8uezdl7i77] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
  padding: 30px 8px 12px 8px;
  z-index: 1;
  width: 100%;
  border-image: url("/img/classic_theme/prime_club/button_itens.webp") 90 70 70 70 fill / 20px / 0 stretch;
}

.offer-card__area-row[b-8uezdl7i77] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 4px 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(180, 130, 60, 0.3);
}

.offer-card__area-row + .offer-card__area-row[b-8uezdl7i77] {
  margin-top: 4px;
}

.offer-card__area-name[b-8uezdl7i77] {
  font-size: 0.6rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0 1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
  white-space: nowrap;
  width: 72px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 6px;
  border-right: 2px solid rgba(200, 150, 60, 0.6);
}

/* Linha de ícones dentro de um servidor */
.offer-card__items[b-8uezdl7i77] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.offer-card--disabled .offer-card__items-areas[b-8uezdl7i77] {
  filter: grayscale(1);
  pointer-events: none;
}

.prime-club-classic__plans[b-8uezdl7i77]  .btn-classic:disabled {
  opacity: 1;
  filter: grayscale(1);
}


/* ================================================
   Responsivo
   ================================================ */

@media (max-width: 1024px) {
  .prime-club-classic__benefits-title[b-8uezdl7i77] {
    font-size: 1.8rem;
  }
}

@media (max-width: 900px) {
  .prime-club-classic__benefits-title[b-8uezdl7i77] {
    font-size: 1.6rem;
  }
}

@media (max-width: 800px) {
  .prime-club-classic__benefits-title[b-8uezdl7i77] {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .prime-club-classic__benefits-row[b-8uezdl7i77] {
    flex-direction: column;
    align-items: center;
  }

  .prime-club-classic__benefit-card[b-8uezdl7i77] {
    max-width: 100%;
  }

  .prime-club-classic__subscribe-row[b-8uezdl7i77] {
    flex-direction: column;
  }

  .prime-club-classic__character[b-8uezdl7i77] {
    width: 100%;
  }

  .prime-club-classic__character-img[b-8uezdl7i77] {
    width: 100%;
  }

  .prime-club-classic__benefits-frame[b-8uezdl7i77],
  .prime-club-classic__subscribe-frame[b-8uezdl7i77] {
    padding: 1rem;
  }

  .prime-club-classic__subscribe-header[b-8uezdl7i77] {
    top: 18px;
  }
}

/* ================================================
   Modal PIX (Pagsmile)
   ================================================ */

.pix-modal-overlay[b-8uezdl7i77] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pixOverlayIn-b-8uezdl7i77 0.2s ease-out;
}

@keyframes pixOverlayIn-b-8uezdl7i77 {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.pix-modal-content[b-8uezdl7i77] {
  background: #fff8f0;
  border-radius: 16px;
  padding: 28px 24px;
  width: 90%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  animation: pixModalIn-b-8uezdl7i77 0.25s ease-out;
}

@keyframes pixModalIn-b-8uezdl7i77 {
  from { transform: scale(0.9) translateY(16px); opacity: 0; }
  to   { transform: scale(1)   translateY(0);    opacity: 1; }
}

.pix-modal-header[b-8uezdl7i77] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pix-modal-title[b-8uezdl7i77] {
  font-family: "Mitr", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3a2a10;
  margin: 0;
  text-align: center;
}

.pix-modal-fields[b-8uezdl7i77] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pix-modal-label[b-8uezdl7i77] {
  display: block;
  font-family: "Mitr", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a3e1b;
  margin-bottom: 4px;
}

.pix-modal-input[b-8uezdl7i77] {
  width: 100%;
}

.pix-modal-actions[b-8uezdl7i77] {
  display: flex;
  gap: 10px;
  justify-content: center;
}
/* _content/Xttdenc.Web/Pages/Classic/PrimeClub/PrimeClubExclusiveItemsClaim.razor.rz.scp.css */
.prime-club-exclusive-claim__loading[b-2iq8k6pjb2] {
    text-align: center;
    padding: 4rem;
    font-size: 2rem;
}

.prime-club-exclusive-claim__empty[b-2iq8k6pjb2] {
    text-align: center;
    padding: 4rem;
}

.prime-club-exclusive-claim__success-icon[b-2iq8k6pjb2] {
    font-size: 3rem;
    color: #4CAF50;
}

.prime-club-exclusive-claim__success-text[b-2iq8k6pjb2] {
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #5a4a2a;
}

.prime-club-exclusive-claim__success-hint[b-2iq8k6pjb2] {
    color: #8a6a3a;
    font-size: 0.9rem;
}

.prime-club-exclusive-claim__content[b-2iq8k6pjb2] {
    padding: 2rem 0;
}

.prime-club-exclusive-claim__header[b-2iq8k6pjb2] {
    text-align: center;
    margin-bottom: 2rem;
}

.prime-club-exclusive-claim__crown[b-2iq8k6pjb2] {
    width: 64px;
    margin-bottom: 1rem;
}

.prime-club-exclusive-claim__title[b-2iq8k6pjb2] {
    margin-bottom: 0.5rem;
    color: #c37000;
}

.prime-club-exclusive-claim__subtitle[b-2iq8k6pjb2] {
    color: #8a6a3a;
}

.prime-club-exclusive-claim__status[b-2iq8k6pjb2] {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.prime-club-exclusive-claim__status--success[b-2iq8k6pjb2] {
    color: #4CAF50;
}

.prime-club-exclusive-claim__status--error[b-2iq8k6pjb2] {
    color: #e53935;
}

.prime-club-exclusive-claim__plan[b-2iq8k6pjb2] {
    text-align: center;
    background: #fdf8f0;
    border: 1px solid #e8d5b0;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}

.prime-club-exclusive-claim__plan:last-child[b-2iq8k6pjb2] {
    margin-bottom: 0;
}

.prime-club-exclusive-claim__plan-title[b-2iq8k6pjb2] {
    margin-bottom: 0.25rem;
    color: #c37000;
    font-size: 1.1rem;
}

/* (mantido por compatibilidade) */
.prime-club-exclusive-claim__group[b-2iq8k6pjb2] {
    text-align: center;
}

.prime-club-exclusive-claim__group-date[b-2iq8k6pjb2] {
    color: #8a6a3a;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}

/* Linha de colunas por servidor */
.prime-club-exclusive-claim__areas[b-2iq8k6pjb2] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.prime-club-exclusive-claim__area[b-2iq8k6pjb2] {
    flex: 1 1 160px;
    min-width: 140px;
    max-width: 280px;
    text-align: center;
}

.prime-club-exclusive-claim__area-name[b-2iq8k6pjb2] {
    font-weight: 700;
    color: #c37000;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #95866f;
    padding-bottom: 0.4rem;
}

.prime-club-exclusive-claim__group-action[b-2iq8k6pjb2] {
    text-align: center;
}

.prime-club-exclusive-claim__plan-title-row[b-2iq8k6pjb2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.prime-club-exclusive-claim__exclusive-badge[b-2iq8k6pjb2] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(135deg, #b8860b, #d4a017);
    padding: 2px 8px;
    border-radius: 10px;
    white-space: nowrap;
}
/* _content/Xttdenc.Web/Pages/Classic/RankedClassic.razor.rz.scp.css */
/* RankedClassic - Página promocional da Liga dos Exploradores */
/* Paleta Classic: #c37000 (título), #8a6a3a (texto secundário), #95866f (borda), #fff5e0 (fundo) */

.ranked-classic__section[b-ethm67c4j2] {
    margin-bottom: 3rem;
}

.bg-card-ranked[b-ethm67c4j2]{
    background-color: #e1d6ba;
    border-radius: 24px;
    padding: 1rem;
    border: 1px solid #896a6c;
}

.ranked-classic__section:last-child[b-ethm67c4j2] {
    margin-bottom: 0;
}

.ranked-classic h2[b-ethm67c4j2], h3[b-ethm67c4j2], h4[b-ethm67c4j2], p[b-ethm67c4j2] {
    color: #674426;
    margin: 0;
    padding: 0;
}

/* Hero */
.ranked-classic__hero-img[b-ethm67c4j2] {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Trailer */
.ranked-classic__trailer-wrapper[b-ethm67c4j2] {
    padding: 1.5rem 0;
}

.ranked-classic__trailer-play[b-ethm67c4j2] {
    max-width: 400px;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.ranked-classic__trailer-play:hover[b-ethm67c4j2] {
    transform: scale(1.02);
}

.ranked-classic__trailer-play:focus-visible[b-ethm67c4j2] {
    outline: 2px solid #c37000;
    outline-offset: 4px;
}

/* Section images */
.ranked-classic__section-img[b-ethm67c4j2] {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Slides (legado, mantido se necessário) */
.ranked-classic__slides[b-ethm67c4j2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.ranked-classic__slide[b-ethm67c4j2] {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}

/* Carousel Interface Ranqueada (igual ao de notícias, sem dots) */
@keyframes ranked-carousel-transition-b-ethm67c4j2 {
    from {
        opacity: 0;
        transform: scale(0.97);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ranked-classic__carousel-container[b-ethm67c4j2] {
    padding: 4rem;
}

.ranked-classic__carousel[b-ethm67c4j2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    min-height: 320px;
}

.ranked-classic__track[b-ethm67c4j2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    position: relative;
}

.ranked-classic__card[b-ethm67c4j2] {
    flex-shrink: 0;
    width: 28%;
    max-width: 280px;
    min-height: 200px;
    border-radius: 24px;
    transition: width 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease, z-index 0s;
    position: relative;
    z-index: 0;
    aspect-ratio: 1.5/1;
}

.ranked-classic__card--active[b-ethm67c4j2] {
    width: 44%;
    max-width: 420px;
    z-index: 1;
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.ranked-classic__card-inner[b-ethm67c4j2] {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    animation: ranked-carousel-transition-b-ethm67c4j2 0.4s ease-out;
}



.ranked-classic__arrow[b-ethm67c4j2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s ease;
    background: none;
    z-index: -1;
}
.ranked-classic__arrow img[b-ethm67c4j2] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ranked-classic__arrow:hover[b-ethm67c4j2] {
    filter: brightness(1.2);
}

.ranked-classic__arrow--prev[b-ethm67c4j2] {
    left: -30px;
}

.ranked-classic__arrow--next[b-ethm67c4j2] {
    right: -30px;
}

@media (max-width: 768px) {
    .ranked-classic__carousel[b-ethm67c4j2] {
        padding: 0 1rem;
        min-height: 280px;
    }

    .ranked-classic__card[b-ethm67c4j2] {
        display: none;
    }

    .ranked-classic__card--active[b-ethm67c4j2] {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .ranked-classic__arrow[b-ethm67c4j2] {
        width: 40px;
        height: 40px;
    }

    .ranked-classic__arrow--prev[b-ethm67c4j2] {
        left: -1.75rem;
    }

    .ranked-classic__arrow--next[b-ethm67c4j2] {
        right: -1.75rem;
    }
}

/* Feature cards (O que é a Liga dos Exploradores) */
.ranked-classic__feature-cards[b-ethm67c4j2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    align-items: center;
}

.ranked-classic__feature-card[b-ethm67c4j2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 600px;
}

.ranked-classic__feature-card-icon[b-ethm67c4j2] {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.ranked-classic__feature-card-text[b-ethm67c4j2] {
    font-size: 1rem;
    font-weight: 600;
    color: #674426;
}

/* Icons (legado, se necessário em outros trechos) */
.ranked-classic__icons[b-ethm67c4j2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    padding: 1rem 0;
}

.ranked-classic__icon[b-ethm67c4j2] {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Elo reward cards (Recompensas por Elo) */
.ranked-classic__elo-cards[b-ethm67c4j2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.ranked-classic__elo-card[b-ethm67c4j2] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
}

.bond-card-content[b-ethm67c4j2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}

.bond-card-icon[b-ethm67c4j2] {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
}

.bond-name[b-ethm67c4j2] {
    font-weight: 900;
}

.bond-name.thane[b-ethm67c4j2] {
    color: #044C98;
}

.bond-name.king[b-ethm67c4j2] {
    color: #612BA3;
}

.ranked-classic__elo-card-content[b-ethm67c4j2] {
    flex: 1;
}

.ranked-classic__elo-card-title[b-ethm67c4j2] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.ranked-classic__elo-card-desc[b-ethm67c4j2] {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #674426;
}

/* Benefits */
.ranked-classic__benefits[b-ethm67c4j2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.ranked-classic__benefit[b-ethm67c4j2] {
    flex: 1 1 25%;
    min-width: 150px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #674426;
    background-color: #fff;
    box-shadow: rgb(255, 245, 224) 0px 0px 20px 10px inset;
    border: 1px solid #e6d8c2;
}

/* CTA */
.ranked-classic__cta[b-ethm67c4j2] {
    padding-bottom: 2rem;
}
/* _content/Xttdenc.Web/Pages/Classic/RechargeClassic.razor.rz.scp.css */
/* RechargeClassic - Header, tabs e grid de produtos no tema Classic */

.recharge-classic__header[b-qwvlxadcg5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.recharge-classic__title[b-qwvlxadcg5] {
  margin: 0;
  color: #674426;
}

.recharge-classic__characters[b-qwvlxadcg5] {
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  width: 600px;
}

.recharge-classic__tabs[b-qwvlxadcg5] {
  display: flex;
  gap: 0.25rem;
  align-self: self-start;
}

.recharge-classic__tab[b-qwvlxadcg5] {
  padding: 0.5rem 1rem;
  border: 2px solid #95866f;
  background: #fff5e0;
  color: #8a6a3a;
  font-weight: 600;
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.recharge-classic__tab:hover[b-qwvlxadcg5] {
  background: #ffecd2;
}

.recharge-classic__tab--active[b-qwvlxadcg5] {
  background: #e8d4a8;
  border-color: #8a6a3a;
  color: #5c4a2a;
}

.recharge-classic__grid[b-qwvlxadcg5] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .recharge-classic__grid[b-qwvlxadcg5] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .recharge-classic__grid[b-qwvlxadcg5] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .recharge-classic__grid[b-qwvlxadcg5] {
    grid-template-columns: 1fr;
  }
}

.recharge-classic__card-content[b-qwvlxadcg5] {
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

/* Título/quantidade (ex: "1.000 Cupons") */
.recharge-classic__card-amount[b-qwvlxadcg5] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #720000;
  text-align: center;
}

/* Ícone do produto (mesmo do global) */
.recharge-classic__card-icon[b-qwvlxadcg5] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
}

.recharge-classic__card-icon img[b-qwvlxadcg5] {
  max-width: 80px;
  max-height: 64px;
  object-fit: contain;
}

/* Área do preço */
.recharge-classic__card-price[b-qwvlxadcg5] {
  padding: 0.5rem 0;
  margin: 0.25rem 0;
  background: none;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: visible;
}

/* Novo preço com cupom — label inclinado animado */
.recharge-classic__card-price-coupon[b-qwvlxadcg5] {
  display: inline-block;
  background: linear-gradient(135deg, #e53935, #b71c1c);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transform: rotate(-5deg);
  transform-origin: center;
  position: relative;
  margin: 8px 0 4px;
  animation: classicCouponPricePop-b-qwvlxadcg5 0.4s ease-out;
}

.recharge-classic__card-price-coupon[b-qwvlxadcg5]::before,
.recharge-classic__card-price-coupon[b-qwvlxadcg5]::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.recharge-classic__card-price-coupon[b-qwvlxadcg5]::before { left: 4px; }
.recharge-classic__card-price-coupon[b-qwvlxadcg5]::after  { right: 4px; }

@keyframes classicCouponPricePop-b-qwvlxadcg5 {
  from {
    transform: rotate(-5deg) scale(0.5);
    opacity: 0;
  }
  to {
    transform: rotate(-5deg) scale(1);
    opacity: 1;
  }
}

/* Preço (R$ X,XX) */
.recharge-classic__card-price-value[b-qwvlxadcg5] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3d2e1f;
  text-align: center;
}

.recharge-classic__currency-symbol[b-qwvlxadcg5] {
  color: #3d2e1f;
}

/* Tipo de moeda (Reais/créditos) - menor, verde */
.recharge-classic__card-currency[b-qwvlxadcg5] {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2d5a27;
  text-align: center;
}

/* Promoção */
.recharge-classic__card-promo[b-qwvlxadcg5] {
  margin: 0;
  font-size: 0.85rem;
  color: #5c4a2a;
}

.recharge-classic__promo-label[b-qwvlxadcg5] {
  color: #c94a7a;
}

.recharge-classic__card-action[b-qwvlxadcg5] {
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ── Character search-select ────────────────────────────────────── */

.char-search-select[b-qwvlxadcg5] {
    position: relative;
}

.char-search-select--trigger[b-qwvlxadcg5] {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    min-height: 38px;
}

.char-search-select--placeholder[b-qwvlxadcg5] {
    color: #999;
}

.char-search-select--arrow[b-qwvlxadcg5] {
    font-size: 11px;
    opacity: 0.5;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.char-search-select--trigger_open .char-search-select--arrow[b-qwvlxadcg5] {
    transform: rotate(180deg);
}

.char-search-select--backdrop[b-qwvlxadcg5] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.char-search-select--dropdown[b-qwvlxadcg5] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff5e0;
    border: 1px solid #95866f;
    border-top: none;
    border-radius: 0 0 6px 6px;
    z-index: 100;
    overflow: hidden;
}

.char-search-select--search[b-qwvlxadcg5] {
    background-color: #fff5e0;
    border-bottom: 1px solid #95866f;
    padding: 6px 8px;
}

.char-search-select--search-input[b-qwvlxadcg5] {
    width: 100%;
    border: 1px solid #95866f;
    border-radius: 4px;
    padding: 5px 8px;
    background: #fffdf7;
    color: #5c4a2a;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
}

.char-search-select--search-input[b-qwvlxadcg5]::placeholder {
    color: rgba(92, 74, 42, 0.5);
}

.char-search-select--options[b-qwvlxadcg5] {
    max-height: 180px;
    overflow-y: auto;
}

.char-search-select--option[b-qwvlxadcg5] {
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #5c4a2a;
    transition: background 0.1s;
}

.char-search-select--option:hover[b-qwvlxadcg5] {
    background: rgba(139, 106, 58, 0.12);
}

.char-search-select--option_selected[b-qwvlxadcg5] {
    background: rgba(201, 138, 40, 0.15);
    color: #5c4a2a;
    font-weight: 600;
}

/* ── Card: selecionado ─────────────────────────────────────────── */

.recharge-classic__card[b-qwvlxadcg5] {
  position: relative;
  cursor: pointer;
  border-radius: 32px;
  transition: box-shadow 0.15s ease;
}

.recharge-classic__card:hover[b-qwvlxadcg5] {
  box-shadow: 0 0 0 2px rgba(180, 120, 30, 0.35);
}

.recharge-classic__card--selected[b-qwvlxadcg5] {
  box-shadow: 0 0 0 3px #c98a28, 0 2px 12px rgba(180, 120, 30, 0.25);
}

/* Badge de desconto — label inclinado estilo tíquete */
.recharge-classic__card-discount-badge[b-qwvlxadcg5] {
  position: absolute;
  top: 14px;
  right: -2px;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(135deg, #e53935, #b71c1c);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  transform: rotate(-12deg);
  transform-origin: center;
  animation: classicDiscountPop-b-qwvlxadcg5 0.4s ease-out;
}

.recharge-classic__card-discount-badge[b-qwvlxadcg5]::before,
.recharge-classic__card-discount-badge[b-qwvlxadcg5]::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.recharge-classic__card-discount-badge[b-qwvlxadcg5]::before { left: 4px; }
.recharge-classic__card-discount-badge[b-qwvlxadcg5]::after  { right: 4px; }

@keyframes classicDiscountPop-b-qwvlxadcg5 {
  from {
    transform: rotate(-12deg) scale(0.6);
    opacity: 0;
  }
  to {
    transform: rotate(-12deg) scale(1);
    opacity: 1;
  }
}

/* Preço original riscado */
.recharge-classic__card-price-original[b-qwvlxadcg5] {
  margin: 0;
  font-size: 0.82rem;
  color: #9a8070;
  text-decoration: line-through;
  text-align: center;
}

/* Ícone de check no card selecionado — absoluto para não alterar a altura */
.recharge-classic__card-check[b-qwvlxadcg5] {
  position: absolute;
  bottom: 14px;
  left: 16px;
  color: #2d8a3e;
  font-size: 1.3rem;
  pointer-events: none;
}

/* ── Barra de créditos do usuário ──────────────────────────────── */

.recharge-classic__credit-bar[b-qwvlxadcg5] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: #fff8ec;
  border: 1px solid #e0ccaa;
  border-radius: 10px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}

.recharge-classic__credit-balance[b-qwvlxadcg5] {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.recharge-classic__credit-toggle[b-qwvlxadcg5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5c4a2a;
  user-select: none;
}

.recharge-classic__credit-toggle input[type="checkbox"][b-qwvlxadcg5] {
  width: 1rem;
  height: 1rem;
  accent-color: #c98a28;
  cursor: pointer;
}

/* ── Grupos de campo (label + input) ───────────────────────────── */

.recharge-classic__field-group[b-qwvlxadcg5] {
  margin-bottom: 1.25rem;
}

.recharge-classic__field-label[b-qwvlxadcg5] {
  margin: 0 0 0.4rem 0;
}

/* ── Character search-select wrapper ───────────────────────────── */

.recharge-classic__char-select[b-qwvlxadcg5] {
  max-width: 400px;
}

/* ── Linha de cupom ────────────────────────────────────────────── */

.recharge-classic__coupon-row[b-qwvlxadcg5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.recharge-classic__coupon-input[b-qwvlxadcg5] {
  flex: 1;
  min-width: 160px;
  max-width: 300px;
}

.recharge-classic__coupon-feedback[b-qwvlxadcg5] {
  margin: 0;
}

/* ── Toggle presente (Créditos) ─────────────────────────────────── */

.recharge-classic__gift-toggle[b-qwvlxadcg5] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.recharge-classic__gift-toggle-box[b-qwvlxadcg5] {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #95866f;
  border-radius: 4px;
  background: #fff5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #2d8a3e;
  transition: background 0.15s, border-color 0.15s;
  flex-shrink: 0;
}

.recharge-classic__gift-toggle-box--active[b-qwvlxadcg5] {
  background: #e8f5ea;
  border-color: #2d8a3e;
}

.recharge-classic__gift-input-wrap[b-qwvlxadcg5] {
  max-width: 380px;
}

.recharge-classic__gift-input[b-qwvlxadcg5] {
  width: 100%;
}

/* ── Resumo do carrinho ─────────────────────────────────────────── */

.recharge-classic__summary[b-qwvlxadcg5] {
  background: #fff8ec;
  border: 1px solid #e0ccaa;
  border-radius: 10px;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1rem;
}

.recharge-classic__summary p[b-qwvlxadcg5] {
  margin: 0;
}

.recharge-classic__summary p + p[b-qwvlxadcg5] {
  margin-top: 0.25rem;
}

/* ── Termos ─────────────────────────────────────────────────────── */

.recharge-classic__terms[b-qwvlxadcg5] {
  margin-bottom: 1rem;
}

.recharge-classic__terms label[b-qwvlxadcg5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.88rem;
}

.recharge-classic__terms input[type="checkbox"][b-qwvlxadcg5] {
  width: 1rem;
  height: 1rem;
  accent-color: #c98a28;
  cursor: pointer;
  flex-shrink: 0;
}

/* ── Botão finalizar ─────────────────────────────────────────────── */

.recharge-classic__submit-row[b-qwvlxadcg5] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

/* Modal PIX (Pagsmile) */
.pix-modal-overlay[b-qwvlxadcg5] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pixOverlayIn-b-qwvlxadcg5 0.2s ease-out;
}

@keyframes pixOverlayIn-b-qwvlxadcg5 {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.pix-modal-content[b-qwvlxadcg5] {
  background: #fff8f0;
  border-radius: 16px;
  padding: 28px 24px;
  width: 90%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  animation: pixModalIn-b-qwvlxadcg5 0.25s ease-out;
}

@keyframes pixModalIn-b-qwvlxadcg5 {
  from { transform: scale(0.9) translateY(16px); opacity: 0; }
  to   { transform: scale(1)   translateY(0);    opacity: 1; }
}

.pix-modal-header[b-qwvlxadcg5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pix-modal-title[b-qwvlxadcg5] {
  font-family: "Mitr", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3a2a10;
  margin: 0;
  text-align: center;
}

.pix-modal-fields[b-qwvlxadcg5] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pix-modal-label[b-qwvlxadcg5] {
  display: block;
  font-family: "Mitr", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5a3e1b;
  margin-bottom: 4px;
}

.pix-modal-input[b-qwvlxadcg5] {
  width: 100%;
}

.pix-modal-actions[b-qwvlxadcg5] {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* Badge de +Itens (ItemReward) */
.recharge-classic__card-item-badge[b-qwvlxadcg5] {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: "Mitr", sans-serif;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-align: center;
  animation: classicItemBadgePop-b-qwvlxadcg5 0.4s ease-out;
}

@keyframes classicItemBadgePop-b-qwvlxadcg5 {
  from { transform: scale(0.5); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* Badge de bônus (Double) */
/* Amount riscado (bônus ativo) */
.recharge-classic__amount-struck[b-qwvlxadcg5] {
  display: block;
  text-decoration: line-through;
  color: #aaa;
  font-size: 0.75em;
  animation: amountStrike-b-qwvlxadcg5 0.3s ease-out;
}

/* Amount normal (sem bônus) */
.recharge-classic__amount-normal[b-qwvlxadcg5] {
  display: block;
  animation: amountNormal-b-qwvlxadcg5 0.3s ease-out;
}

@keyframes amountStrike-b-qwvlxadcg5 {
  from { opacity: 0; transform: scale(1.1); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes amountNormal-b-qwvlxadcg5 {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}

.recharge-classic__card-offer-badge[b-qwvlxadcg5] {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 1;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: #fff;
  font-size: 1.52rem;
  font-weight: 700;
  font-family: "Mitr", sans-serif;
  padding: 3px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  transform: rotate(5deg) translateX(-50%);
  transform-origin: center;
  animation: classicOfferBadgePop-b-qwvlxadcg5 0.4s ease-out;
  text-align: center;
  line-height: 1.2;
}

.recharge-classic__card-offer-badge[b-qwvlxadcg5]::before,
.recharge-classic__card-offer-badge[b-qwvlxadcg5]::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.recharge-classic__card-offer-badge[b-qwvlxadcg5]::before { left: 3px; }
.recharge-classic__card-offer-badge[b-qwvlxadcg5]::after  { right: 3px; }

.recharge-classic__card-offer-badge-unit[b-qwvlxadcg5] {
  font-size: 0.6em;
  letter-spacing: 0.5px;
  line-height: 0.8;
  display: block;
  margin-top: -4px;
}

@keyframes classicOfferBadgePop-b-qwvlxadcg5 {
  from { transform: rotate(12deg) translateX(-50%) scale(0.5); opacity: 0; }
  to   { transform: rotate(12deg) translateX(-50%) scale(1);   opacity: 1; }
}

.recharge-classic__offer-banner[b-qwvlxadcg5] {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  animation: offerPulse-b-qwvlxadcg5 2s ease-in-out infinite;
}

.recharge-classic__offer-banner img[b-qwvlxadcg5] {
  max-height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(255, 165, 0, 0.5));
}

@keyframes offerPulse-b-qwvlxadcg5 {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.04); }
}
/* _content/Xttdenc.Web/Pages/Classic/RechargeOfferClassic.razor.rz.scp.css */
/* ── Wrapper ──────────────────────────────────────────────── */
.ro-wrapper[b-680qsh1k4q] {
    width: 100%;
    position: relative;
    font-family: "Mitr", sans-serif;
    overflow: hidden;
    background-image: url('/img/classic_theme/recharge-offer/top-bg.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 53px;
}

/* ── Topo (background + título) ──────────────────────────── */
.ro-top[b-680qsh1k4q] {
    position: relative;
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ro-title-img[b-680qsh1k4q] {
    position: relative;
    z-index: 1;
    max-height: 130px;
    max-width: 50%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

/* ── Body ────────────────────────────────────────────────── */
.ro-body[b-680qsh1k4q] {
    padding: 24px 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-height: 280px;
    max-width: 1024px;
    margin: 0 auto;
}

/* ── Personagens ─────────────────────────────────────────── */
.ro-char[b-680qsh1k4q] {
    position: absolute;
    bottom: 0;
    width: 220px;
    object-fit: contain;
    z-index: 2;
}

.ro-char--left[b-680qsh1k4q]  { left: 4px; }
.ro-char--right[b-680qsh1k4q] { right: 4px; }


/* ── Caixa de descrição ──────────────────────────────────── */
.ro-desc-box[b-680qsh1k4q] {
    background: #e8dcc8;
    border: 1px solid #c8b89a;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #5a3e1b;
    line-height: 1.5;
    width: 100%;
    max-width: 360px;
}

/* ── Countdown ───────────────────────────────────────────── */
.ro-countdown[b-680qsh1k4q] {
    font-size: 1.4rem;
    color: #3a2a10;
    margin: 56px 0;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}

.ro-countdown strong[b-680qsh1k4q] {
    font-size: 1.6rem;
    color: #2a1a08;
}

.ro-countdown-infinite[b-680qsh1k4q] {
    font-size: 1.1rem;
    color: #7a5a1a;
    font-style: italic;
}

/* ── Responsivo ──────────────────────────────────────────── */
@media (max-width: 768px) {
    .ro-char[b-680qsh1k4q] {
        display: none;
    }

    .ro-body[b-680qsh1k4q] {
        padding: 24px 16px;
    }

    .ro-top[b-680qsh1k4q] {
        min-height: 90px;
    }

    .ro-wrapper[b-680qsh1k4q] {
        background-size: auto;
        padding-top: 133px;
    }
}

/* ── Animações de entrada ────────────────────────────────── */
.ro-anim-title[b-680qsh1k4q] {
    animation: roTitleDrop-b-680qsh1k4q 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes roTitleDrop-b-680qsh1k4q {
    from { transform: translateY(-40px); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
}

.ro-anim-char-left[b-680qsh1k4q] {
    animation: roCharLeft-b-680qsh1k4q 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}

@keyframes roCharLeft-b-680qsh1k4q {
    from { transform: translateX(-60px); opacity: 0; }
    to   { transform: translateX(0);     opacity: 1; }
}

.ro-anim-char-right[b-680qsh1k4q] {
    animation: roCharRight-b-680qsh1k4q 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}

@keyframes roCharRight-b-680qsh1k4q {
    from { transform: translateX(60px); opacity: 0; }
    to   { transform: translateX(0);    opacity: 1; }
}

.ro-anim-fade-up[b-680qsh1k4q] {
    animation: roFadeUp-b-680qsh1k4q 0.5s ease-out both;
}

@keyframes roFadeUp-b-680qsh1k4q {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ── Container de itens (Tela 1) ─────────────────────────── */
.ro-items-container[b-680qsh1k4q] {
    position: relative;
    width: 100%;
    max-width: 360px;
    border: 24px solid transparent;
    border-image: url('/img/classic_theme/recharge-offer/items-container-bg.webp') 24 fill stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ro-slots[b-680qsh1k4q] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 8px;
}

.ro-slot[b-680qsh1k4q] {
    width: 68px;
    height: 68px;
    background-image: url('/img/classic_theme/recharge-offer/item-slot-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ro-slot-img[b-680qsh1k4q] {
    width: 52px;
    height: 52px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* ── Conteúdo dobro (Tela 2) ─────────────────────────────── */
.ro-double-content[b-680qsh1k4q] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ro-double-content img[b-680qsh1k4q] {
    max-width: 380px;
    object-fit: contain;
}

/* ── Link estilizado como botão GreenV2 ──────────────────── */
.ro-btn-link[b-680qsh1k4q] {
    display: inline-block;
    padding: 0 1.5rem;
    border: 12px solid transparent;
    border-image: url('/img/classic_theme/btn-default/btn-bg-green-v2.webp') 34 fill;
    border-image-slice: 34 fill;
    border-image-repeat: stretch;
    background: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #4e1014, -1px -1px 0 #4e1014,
                 1px -1px 0 #4e1014, -1px 1px 0 #4e1014,
                 0 1px 0 #4e1014,    1px 0 0 #4e1014,
                 -1px 0 0 #4e1014,   0 -1px 0 #4e1014;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 200px;
    font-family: "Mitr", sans-serif;
}

.ro-btn-link:hover[b-680qsh1k4q] {
    opacity: 0.95;
    color: #fff;
}

/* ── Botão ───────────────────────────────────────────────── */
.ro-btn-row[b-680qsh1k4q] {
    margin-top: 4px;
}

.ro-btn-row[b-680qsh1k4q]  button {
    min-width: 200px;
    font-size: 1.1rem;
    padding: 10px 32px;
}

/* ── Footer ──────────────────────────────────────────────── */
.ro-footer[b-680qsh1k4q] {
    width: 100%;
    min-height: 213px;
    background-image: url('/img/classic_theme/recharge-offer/footer-bg.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -90px;
}
/* _content/Xttdenc.Web/Pages/Classic/ResgateCodigo/ResgateCodigoClassic.razor.rz.scp.css */
/* ResgateCodigoClassic — Paleta Classic: #c37000 (título), #8a6a3a (secundário), #95866f (borda), #fff5e0 (fundo) */

.resgate-codigo-classic[b-avnyfj0mya] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ================================================
   TÍTULO
   ================================================ */

.resgate-codigo-classic__title[b-avnyfj0mya] {
  font-size: clamp(1.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #674426;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 !important;
}

/* ================================================
   CONTEÚDO: personagem + grid social
   ================================================ */

.resgate-codigo-classic__content[b-avnyfj0mya] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.resgate-codigo-classic__content-inner[b-avnyfj0mya] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

/* ── Personagem ── */

.resgate-codigo-classic__character[b-avnyfj0mya] {
  flex: 0 1 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.resgate-codigo-classic__character-img[b-avnyfj0mya] {
  width: 100%;
  min-width: 500px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

/* Speech bubble */
.resgate-codigo-classic__bubble[b-avnyfj0mya] {
  position: relative;
  background: #fff;
  border: 2px solid #c9b48a;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #3e2108;
  text-align: center;
  line-height: 1.4;
  max-width: 200px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.resgate-codigo-classic__bubble[b-avnyfj0mya]::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 13px 11px 0;
  border-style: solid;
  border-color: #c9b48a transparent transparent;
}

.resgate-codigo-classic__bubble[b-avnyfj0mya]::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

/* ── Painel social ── */

.resgate-codigo-classic__social-panel[b-avnyfj0mya] {
  background-color: #c9af81;
  border-radius: 20px;
  border: 2px solid #80614b;
}

.resgate-codigo-classic-social-item[b-avnyfj0mya] {
  background-color: #eee3cb;
  border-radius: 20px;
  border: 2px solid #80614b;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
}

.resgate-codigo-classic__social-grid[b-avnyfj0mya] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.25rem;
}

.resgate-codigo-classic__social-link[b-avnyfj0mya] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
  text-decoration: none;
}

.resgate-codigo-classic__social-link:hover[b-avnyfj0mya] {
  transform: scale(1.04);
  opacity: 0.9;
}

.resgate-codigo-classic__social-icon[b-avnyfj0mya] {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Badge COMUNIDADE */
.resgate-codigo-classic__social-badge[b-avnyfj0mya] {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  background: #5865f2;
  padding: 3px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.resgate-codigo-classic__social-badge--green[b-avnyfj0mya] {
  background: #25d366;
}

/* ================================================
   FORMULÁRIO
   ================================================ */

.resgate-codigo-classic__form-section[b-avnyfj0mya] {
  max-width: 520px;
  margin: 0 auto 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.resgate-codigo-classic__form-label[b-avnyfj0mya] {
  font-size: 1rem;
  font-weight: 900;
  color: #502502;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}

.resgate-codigo-classic__form-btn[b-avnyfj0mya] {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}

/* Feedback de sucesso / erro */
.resgate-codigo-classic__feedback[b-avnyfj0mya] {
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  border: 2px solid transparent;
}

.resgate-codigo-classic__feedback--success[b-avnyfj0mya] {
  background-color: #d4f5dc;
  border-color: #3a9e5f;
  color: #1a5c35;
}

.resgate-codigo-classic__feedback--error[b-avnyfj0mya] {
  background-color: #fde8e8;
  border-color: #c0392b;
  color: #7b1c1c;
}

/* ================================================
   RESPONSIVO
   ================================================ */

@media (max-width: 768px) {
  .resgate-codigo-classic__content-inner[b-avnyfj0mya] {
    flex-direction: column;
    align-items: center;
  }

  .resgate-codigo-classic__character[b-avnyfj0mya] {
    flex: none;
    width: 100%;
    max-width: 300px;
  }

  .resgate-codigo-classic__social-panel[b-avnyfj0mya] {
    flex: none;
    width: 100%;
    max-width: 340px;
  }

  .resgate-codigo-classic__form-section[b-avnyfj0mya] {
    padding: 0 1rem;
  }
}

/* Conteúdo dentro do ModalClassic (servidor / personagem) */
.resgate-codigo-classic__modal-inner[b-avnyfj0mya] {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.resgate-codigo-classic__modal-select[b-avnyfj0mya] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.resgate-codigo-classic__modal-select--last[b-avnyfj0mya] {
  margin-bottom: 0.5rem;
}

/* Apenas confirmar: largura alinhada aos selects */
.resgate-codigo-classic__modal-actions[b-avnyfj0mya] {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(103, 68, 38, 0.15);
}

.resgate-codigo-classic__modal-actions[b-avnyfj0mya]  .btn-classic-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  width: 100%;
}

.resgate-codigo-classic__modal-actions[b-avnyfj0mya]  .btn-classic {
  width: 100%;
}
/* _content/Xttdenc.Web/Pages/Dashboard/PrizeCodeList.razor.rz.scp.css */
/* Abas estilo “folder” — alinhadas ao painel abaixo */

.prize-code-tabs[b-dzbm6ylyq8] {
  margin-bottom: 0;
}

.prize-code-tabs__nav[b-dzbm6ylyq8] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  position: relative;
  padding: 0;
  margin: 0 0 -1px;
  z-index: 2;
  border-bottom: 1px solid #d4c4a8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
  border-radius: 10px 10px 0 0;
}

.prize-code-tabs__tab[b-dzbm6ylyq8] {
  position: relative;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 1rem 1.5rem 1.05rem;
  line-height: 1.35;
  margin: 0;
  margin-bottom: -1px;
  color: #6b5d4a;
  background: linear-gradient(180deg, #ebe6dc 0%, #e2dbd0 100%);
  border: 1px solid #c9b89a;
  border-bottom-width: 1px;
  border-radius: 10px 10px 0 0;
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.035);
  outline: none;
  transition:
    color 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.prize-code-tabs__tab + .prize-code-tabs__tab[b-dzbm6ylyq8] {
  margin-left: -1px;
}

.prize-code-tabs__tab:hover:not(.prize-code-tabs__tab--active)[b-dzbm6ylyq8] {
  color: #4a3f32;
  background: linear-gradient(180deg, #f2ede4 0%, #e8e2d6 100%);
  border-color: #b8a686;
  z-index: 1;
}

/* Sem anel externo; teclado: leve realce só no hover de foco */
.prize-code-tabs__tab:focus-visible[b-dzbm6ylyq8] {
  outline: none;
  z-index: 3;
}

.prize-code-tabs__tab:focus-visible:not(.prize-code-tabs__tab--active)[b-dzbm6ylyq8] {
  box-shadow: inset 0 0 0 2px rgba(195, 112, 0, 0.35);
}

.prize-code-tabs__tab--active[b-dzbm6ylyq8] {
  color: #3d2918;
  font-weight: 700;
  background: #fffef9;
  border-color: #d4c4a8;
  border-bottom-color: #fffef9;
  box-shadow: none;
  z-index: 4;
  transform: translateY(0);
}

.prize-code-tabs__tab--active:focus[b-dzbm6ylyq8],
.prize-code-tabs__tab--active:focus-visible[b-dzbm6ylyq8] {
  outline: none;
  box-shadow: none;
}

.prize-code-tabs__tab--active[b-dzbm6ylyq8]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #fffef9;
  pointer-events: none;
}

.prize-code-tabs__toolbar[b-dzbm6ylyq8] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  padding-top: 1rem;
  margin-top: 0;
  border-top: none;
}

/* Painel sob as abas — continuidade visual com a aba ativa */
.prize-code-tabs__panel[b-dzbm6ylyq8] {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 0.25rem;
  border: 1px solid #d4c4a8;
  border-top: none;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 0 10px 10px;
  background: #fffef9;
  padding: 1rem 1.25rem 1.25rem;
  box-shadow: 0 4px 20px rgba(61, 41, 24, 0.06);
}

@media (max-width: 576px) {
  .prize-code-tabs__tab[b-dzbm6ylyq8] {
    flex: 1 1 auto;
    text-align: center;
    padding: 0.9rem 0.85rem 0.95rem;
    font-size: 0.875rem;
  }
}
/* _content/Xttdenc.Web/Pages/Index.razor.rz.scp.css */
.local-card-media[b-xlzd0jtccx] {
    padding-bottom: 135%;
    background-image: url(/img/web/background.webp?v=1.0.0);
    background-position: right;
}

.local-card-media-maintenance[b-xlzd0jtccx] {
    padding-bottom: 100%;
    background-image: url(/img/pages/mainlayout/timeline.webp?v=1.0.0);
    background-position: right;
}

.local-card-media-maintenance-3[b-xlzd0jtccx] {
    padding-bottom: 100%;
    background-image: url(/img/pages/index/timeline.webp?v=1.0.0);
    background-position: right;
}

@media (min-width: 576px) {
    .youtube-content[b-xlzd0jtccx] {
        height: 100vh;
    }

    .local-card-media[b-xlzd0jtccx] {
        padding-bottom: 46%;
    }

    .local-card-media-maintenance[b-xlzd0jtccx] {
        background-image: url(/img/pages/mainlayout/maintenance.webp?v=1.0.0);
        padding-bottom: 26%;
    }

    .local-card-media-maintenance-3[b-xlzd0jtccx] {
        background-image: url(/img/pages/index/maintenance.webp?v=1.0.0);
        padding-bottom: 26%;
    }
}

@media (min-width: 768px) {
    .local-card-media[b-xlzd0jtccx] {
        padding-bottom: 36%;
    }

    .local-card-media-maintenance[b-xlzd0jtccx] {
        background-image: url(/img/pages/mainlayout/timeline.webp?v=1.0.0);
        padding-bottom: 100%;
    }

    .local-card-media-maintenance-3[b-xlzd0jtccx] {
        background-image: url(/img/pages/index/timeline.webp?v=1.0.0);
        padding-bottom: 100%;
    }
}

@media (min-width: 992px) {
    .local-card-media[b-xlzd0jtccx] {
        padding-bottom: 26%;
    }

    .local-card-media-maintenance[b-xlzd0jtccx] {
        background-image: url(/img/pages/mainlayout/maintenance.webp?v=1.0.0);
        padding-bottom: 26%;
    }

    .local-card-media-maintenance-3[b-xlzd0jtccx] {
        background-image: url(/img/pages/index/maintenance.webp?v=1.0.0);
        padding-bottom: 26%;
    }
}
/* _content/Xttdenc.Web/Shared/Account/HistoryRechargeOrdersClassic.razor.rz.scp.css */
/* HistoryRechargeOrdersClassic - Cores do tema Classic para o histórico */

.history-recharge-orders__classic[b-dm1eahpo5w] {
  color: #674426;
}

.history-recharge-orders__header[b-dm1eahpo5w] {
  margin-bottom: 1rem;
}

.history-recharge-orders__title[b-dm1eahpo5w] {
  color: #674426;
  margin: 0 0 0.5rem;
}

.history-recharge-orders__highlight[b-dm1eahpo5w] {
  color: #720000;
}

.history-recharge-orders__summary[b-dm1eahpo5w] {
  color: #8a6a3a;
  margin: 0;
}

.history-recharge-orders__content[b-dm1eahpo5w] {
  padding-top: 0;
}

.history-recharge-orders__item[b-dm1eahpo5w] {
  font-size: 1rem;
  color: #674426;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.history-recharge-orders__description[b-dm1eahpo5w] {
  color: #674426;
}

.history-recharge-orders__secondary[b-dm1eahpo5w] {
  color: #8a6a3a;
}
/* _content/Xttdenc.Web/Shared/Account/TransferCreditsDialog.razor.rz.scp.css */
[b-8dapvcx5nw] .div-button-recharge {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

[b-8dapvcx5nw] .recharge-text {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: end;
    position: absolute;
    top: 65%;
    text-shadow: -1px -1px 0 #004a6b, 1px -1px 0 #004a6b, -1px 1px 0 #004a6b, 1px 1px 0 #004a6b;
}

[b-8dapvcx5nw] .menu-button {
    position: relative;
    display: block;
    width: 150px;
    height: 40px;
    margin-bottom: 16px;
    pointer-events: auto;
    transition: 0.3s;
}
/* _content/Xttdenc.Web/Shared/Articles/ArticleCardClassic.razor.rz.scp.css */
/* ArticleCardClassic - Cartão de artigo no tema Classic */

.article-card-classic__content[b-y03imr2bc7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.article-card-classic__media[b-y03imr2bc7] {
    width: 100%;
    aspect-ratio: 6 / 4;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
}

.article-card-classic__header[b-y03imr2bc7] {
    margin: 0;
}

.article-card-classic__title[b-y03imr2bc7] {
    margin: 0 0 0.25rem;
    color: #c37000;
}

.article-card-classic__title-first[b-y03imr2bc7] {
    color: #c37000;
}

.article-card-classic__meta[b-y03imr2bc7] {
    margin: 0 0 0.25rem;
    color: #8a6a3a;
}

.article-card-classic__author[b-y03imr2bc7] {
    margin: 0;
    color: #8a6a3a;
}

.article-card-classic__body[b-y03imr2bc7] {
    color: #8a6a3a;
}

.article-card-classic__body :global(p)[b-y03imr2bc7],
.article-card-classic__body :global(li)[b-y03imr2bc7],
.article-card-classic__body :global(span)[b-y03imr2bc7] {
    color: inherit;
}
/* _content/Xttdenc.Web/Shared/Articles/SmallArticleClassic.razor.rz.scp.css */
/* SmallArticleClassic - Card de artigo pequeno no tema Classic */

.small-article-classic[b-7ic9fg2xew] {
    display: block;
    text-decoration: none;
    color: inherit;
}

.small-article-classic:hover[b-7ic9fg2xew] {
    opacity: 0.95;
}

.small-article-classic__panel[b-7ic9fg2xew] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.small-article-classic__media[b-7ic9fg2xew] {
    width: 100%;
    aspect-ratio: 6 / 4;
    background-size: cover;
    background-position: center;
    position: relative;
}

.small-article-classic__viewed[b-7ic9fg2xew] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    color: #8a6a3a;
}

.small-article-classic__content[b-7ic9fg2xew] {
    padding: 0.75rem;
}

.small-article-classic__title[b-7ic9fg2xew] {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #c37000;
}

.small-article-classic__date[b-7ic9fg2xew] {
    margin: 0;
    color: #8a6a3a;
}
/* _content/Xttdenc.Web/Shared/DragonMenu/DragonMenu.razor.rz.scp.css */
.side-menu-fixed[b-xaf579dkl8] {
    position: fixed;
    bottom: 100px;
    right: 0;
    width: 210px;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
    transition: background-image 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.menu-content[b-xaf579dkl8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 175px;
    justify-content: center;
    transition: background-image 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

    .menu-content.disable[b-xaf579dkl8] {
        display: none;
    }

    .open-menu-button[b-xaf579dkl8] {
        position: fixed;
        right: 15px;
        padding: 10px;
        width: 57px;
        height: 71px;
        bottom: 290px;
        border: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        border-radius: 15px;
    }
    .open-menu-button.menu-opened[b-xaf579dkl8] {
        right: 195px;
        transition: 0.2s;
    }

    .open-menu-button:hover[b-xaf579dkl8] {
        transition: 0.3s;
        cursor: pointer;
        transform: scale(1.05);
    }

.menu-button[b-xaf579dkl8] {
    position: relative;
    display: block;
    width: 150px;
    height: 40px;
    margin-bottom: 16px;
    pointer-events: auto;
    transition: 0.3s;
}

    .menu-button:hover[b-xaf579dkl8] {
        cursor: pointer;
        transform: scale(1.05);
    }

    .button-background[b-xaf579dkl8] {
        width: 100%;
        height: 100%;
        display: block;
    }

.button-icon[b-xaf579dkl8] {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.div-text[b-xaf579dkl8], div-button-recharge[b-xaf579dkl8] {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

    .div-text p[b-xaf579dkl8] {
        margin: 0;
        font-size: 10px;
        color: #004aad;
        text-align:left;
        white-space: nowrap;
    }


.div-button-recharge[b-xaf579dkl8] {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.recharge-text[b-xaf579dkl8] {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: end;
    position: absolute;
    top: 65%;
    text-shadow: -1px -1px 0 #004a6b, 1px -1px 0 #004a6b, -1px 1px 0 #004a6b, 1px 1px 0 #004a6b;
}
/* _content/Xttdenc.Web/Shared/FloatActions/FloatActionsContainer.razor.rz.scp.css */
/* ── Float actions container ─────────────────────────────────────────────── */

.float-actions-container[b-eqw86xwzae] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1001;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.float-actions-container > * + *[b-eqw86xwzae] {
    margin-left: 12px;
}

/* World Cup Quiz 2026 float button */

@keyframes worldcupGlow-b-eqw86xwzae {
    0%, 100% { box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 18px rgba(127,208,245,0.35); }
    50%       { box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 36px rgba(127,208,245,0.7), 0 0 60px rgba(10,71,126,0.5); }
}

@keyframes worldcupBallSpin-b-eqw86xwzae {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes worldcupCircleIn-b-eqw86xwzae {
    0%   { transform: scale(0) rotate(-20deg); opacity: 0; }
    60%  { transform: scale(1.1) rotate(4deg);  opacity: 1; }
    80%  { transform: scale(0.94) rotate(-2deg); }
    100% { transform: scale(1) rotate(0deg);    opacity: 1; }
}

@keyframes worldcupBallDribble-b-eqw86xwzae {
    0%   { transform: translateY(-60px) translateX(0px)   scale(0.2);  opacity: 0; }
    10%  { transform: translateY(-46px) translateX(8px)   scale(0.28); opacity: 1; }
    22%  { transform: translateY(-33px) translateX(-8px)  scale(0.42); }
    34%  { transform: translateY(-22px) translateX(7px)   scale(0.58); }
    46%  { transform: translateY(-12px) translateX(-6px)  scale(0.72); }
    57%  { transform: translateY(-5px)  translateX(5px)   scale(0.85); }
    67%  { transform: translateY(2px)   translateX(-3px)  scale(1.08); }
    78%  { transform: translateY(-1px)  translateX(2px)   scale(0.95); }
    88%  { transform: translateY(1px)   translateX(-1px)  scale(1.03); }
    100% { transform: translateY(0px)   translateX(0px)   scale(1);    opacity: 1; }
}

.worldcup-float-btn[b-eqw86xwzae] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #1e6fb5, #0A477E 60%, #041e3a);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 18px rgba(127,208,245,0.35);
    border: 2.5px solid rgba(127, 208, 245, 0.6);
    cursor: pointer;
    text-decoration: none;
    animation: worldcupCircleIn-b-eqw86xwzae 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both, worldcupGlow-b-eqw86xwzae 2.5s ease-in-out 0.6s infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    gap: 1px;
}

    .worldcup-float-btn:hover[b-eqw86xwzae] {
        transform: scale(1.12);
        box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 36px rgba(127,208,245,0.7), 0 0 60px rgba(10,71,126,0.5);
    }

.worldcup-float-ball[b-eqw86xwzae] {
    font-size: 22px;
    line-height: 1;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
    display: block;
    animation: worldcupBallDribble-b-eqw86xwzae 1.4s ease-out both, worldcupBallSpin-b-eqw86xwzae 6s linear 1.4s infinite;
    transform-origin: center;
}

.worldcup-float-label[b-eqw86xwzae] {
    display: block;
    font-size: 8px;
    font-weight: 700;
    color: #7FD0F5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.25;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
    font-family: 'Raleway', Arial, sans-serif;
}

    .worldcup-float-label strong[b-eqw86xwzae] {
        font-size: 10px;
        letter-spacing: 1px;
        color: #fff;
    }

/* Magic Jar icon */

@keyframes magicJarIconPulse-b-eqw86xwzae {
    0%, 100% { transform: scale(1); }
    50%       { transform: scale(1.05); }
}

@keyframes magicJarIconGlow-b-eqw86xwzae {
    0%, 100% { box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 20px rgba(255,215,0,0.3); }
    50%       { box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 40px rgba(255,215,0,0.6), 0 0 60px rgba(255,215,0,0.4); }
}

@keyframes magicJarIconShine-b-eqw86xwzae {
    0%, 100% { filter: drop-shadow(0 0 10px rgba(255,215,0,0.6)); opacity: 1; }
    50%       { filter: drop-shadow(0 0 20px rgba(255,215,0,0.9)) drop-shadow(0 0 30px rgba(255,215,0,0.6)); opacity: 0.95; }
}

.magic-jar-home-icon[b-eqw86xwzae] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    animation: magicJarIconPulse-b-eqw86xwzae 2s ease-in-out infinite, magicJarIconGlow-b-eqw86xwzae 3s ease-in-out infinite;
    cursor: pointer;
}

    .magic-jar-home-icon:hover[b-eqw86xwzae] {
        transform: scale(1.1);
        animation: magicJarIconPulse-b-eqw86xwzae 1s ease-in-out infinite, magicJarIconGlow-b-eqw86xwzae 2s ease-in-out infinite;
    }

    .magic-jar-home-icon img[b-eqw86xwzae] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.6));
        animation: magicJarIconShine-b-eqw86xwzae 2.5s ease-in-out infinite;
    }

/* Float rescue button */

@keyframes floatRescuePopIn-b-eqw86xwzae {
    0%   { transform: scale(0); opacity: 0; }
    70%  { transform: scale(1.15); opacity: 1; }
    85%  { transform: scale(0.92); }
    100% { transform: scale(1); opacity: 1; }
}

.float-rescue-btn[b-eqw86xwzae] {
    width: 80px;
    height: 80px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    animation: floatRescuePopIn-b-eqw86xwzae 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

    .float-rescue-btn img[b-eqw86xwzae] {
        width: 100%;
        height: 100%;
    }

    .float-rescue-btn:hover[b-eqw86xwzae] {
        transform: scale(1.1);
        transition: transform 0.15s;
    }

@media (max-width: 768px) {
    .float-actions-container[b-eqw86xwzae] {
        bottom: 100px;
        right: 20px;
    }

    .float-actions-container > * + *[b-eqw86xwzae] {
        margin-left: 8px;
    }

    .float-rescue-btn[b-eqw86xwzae] {
        width: 60px;
        height: 60px;
    }

    .magic-jar-home-icon[b-eqw86xwzae] {
        width: 60px;
        height: 60px;
    }

    .worldcup-float-btn[b-eqw86xwzae] {
        width: 60px;
        height: 60px;
    }

    .worldcup-float-ball[b-eqw86xwzae] {
        font-size: 16px;
    }

    .worldcup-float-label[b-eqw86xwzae] {
        font-size: 7px;
    }

        .worldcup-float-label strong[b-eqw86xwzae] {
            font-size: 8px;
        }
}

/* ── Prime Club pending items float button ───────────────────────────────── */

@keyframes primeclubGlow-b-eqw86xwzae {
    0%, 100% { box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 18px rgba(212,175,55,0.35); }
    50%       { box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 36px rgba(212,175,55,0.7), 0 0 60px rgba(120,60,180,0.5); }
}

@keyframes primeclubPopIn-b-eqw86xwzae {
    0%   { transform: scale(0) rotate(-20deg); opacity: 0; }
    60%  { transform: scale(1.1) rotate(4deg);  opacity: 1; }
    80%  { transform: scale(0.94) rotate(-2deg); }
    100% { transform: scale(1) rotate(0deg);    opacity: 1; }
}

@keyframes primeclubGiftBounce-b-eqw86xwzae {
    0%, 100% { transform: translateY(0) scale(1); }
    30%      { transform: translateY(-4px) scale(1.1); }
    60%      { transform: translateY(0) scale(0.95); }
}

.primeclub-pending-float-btn[b-eqw86xwzae] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #9b59b6, #6c3483 60%, #2e0d4e);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 18px rgba(212,175,55,0.35);
    border: 2.5px solid rgba(212, 175, 55, 0.7);
    cursor: pointer;
    text-decoration: none;
    animation: primeclubPopIn-b-eqw86xwzae 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both, primeclubGlow-b-eqw86xwzae 2.5s ease-in-out 0.6s infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    gap: 1px;
}

    .primeclub-pending-float-btn:hover[b-eqw86xwzae] {
        transform: scale(1.12);
        box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 36px rgba(212,175,55,0.7), 0 0 60px rgba(120,60,180,0.5);
    }

.primeclub-pending-float-icon[b-eqw86xwzae] {
    font-size: 22px;
    line-height: 1;
    display: block;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
    animation: primeclubGiftBounce-b-eqw86xwzae 1.8s ease-in-out infinite;
}

.primeclub-pending-float-label[b-eqw86xwzae] {
    display: block;
    font-size: 8px;
    font-weight: 700;
    color: #D4AF37;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.25;
    text-shadow: 0 1px 3px rgba(0,0,0,0.7);
    font-family: 'Raleway', Arial, sans-serif;
}

    .primeclub-pending-float-label strong[b-eqw86xwzae] {
        font-size: 10px;
        letter-spacing: 1px;
        color: #fff;
    }

@media (max-width: 768px) {
    .primeclub-pending-float-btn[b-eqw86xwzae] {
        width: 60px;
        height: 60px;
    }

    .primeclub-pending-float-icon[b-eqw86xwzae] {
        font-size: 16px;
    }

    .primeclub-pending-float-label[b-eqw86xwzae] {
        font-size: 7px;
    }

        .primeclub-pending-float-label strong[b-eqw86xwzae] {
            font-size: 8px;
        }
}

/* ── Redeem modal ─────────────────────────────────────────────────────────── */

.redeem-overlay[b-eqw86xwzae] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.redeem-modal[b-eqw86xwzae] {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 664px;
    aspect-ratio: 804 / 712;
    background-image: url('/img/redeem-modal/bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 54px 0;
    padding-right: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 600px) {
    .redeem-modal[b-eqw86xwzae] {
        max-width: 100%;
        height: 100vw;
        aspect-ratio: 433 / 434;
        background-image: url('/img/redeem-modal/bg-rescue-mobile.png');
        padding: 28px 12px 20px 0;
    }

    .redeem-bottom[b-eqw86xwzae] {
        padding: 0 12px 16px;
        gap: 8px;
    }

    .redeem-content-box[b-eqw86xwzae] {
        padding: 10px 12px;
    }
}

.redeem-bottom[b-eqw86xwzae] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 28px;
    box-sizing: border-box;
}

.redeem-bottom > * + *[b-eqw86xwzae] {
    margin-top: 14px;
}

.redeem-close-btn[b-eqw86xwzae] {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

    .redeem-close-btn img[b-eqw86xwzae] {
        width: 100%;
        height: 100%;
    }

    .redeem-close-btn:hover[b-eqw86xwzae] {
        transform: scale(1.1);
        transition: transform 0.15s;
    }

.redeem-title[b-eqw86xwzae] {
    font-size: 28px;
    font-size: clamp(20px, 5.6vw, 42px);
    font-weight: 900;
    text-align: center;
    color: #e8a000;
    text-shadow: 2px 2px 0 #7a4400, -2px -2px 0 #7a4400, 2px -2px 0 #7a4400, -2px 2px 0 #7a4400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.15;
    padding: 0 16px;
}

.redeem-content-box[b-eqw86xwzae] {
    background: #F1FEFE;
    border: 2.5px solid #0A477E;
    border-radius: 20px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}

.redeem-field-label[b-eqw86xwzae] {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

.redeem-code-label[b-eqw86xwzae] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-size: clamp(16px, 4vw, 30px);
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.redeem-code-label > * + *[b-eqw86xwzae] {
    margin-left: 10px;
}

.redeem-code-icon[b-eqw86xwzae] {
    height: 24px;
    height: clamp(20px, 4vw, 36px);
    width: auto;
}

.redeem-input[b-eqw86xwzae] {
    width: 100%;
    border: 2.5px solid #0A477E;
    border-radius: 20px;
    padding: 8px 14px;
    outline: none;
    background: #E8FCFE;
    box-sizing: border-box;
    color: #0A477E;
    text-align: center;
    text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF,
                 -2px 0 0 #FFF, 2px 0 0 #FFF, 0 -2px 0 #FFF, 0 2px 0 #FFF;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-size: clamp(14px, 4.3vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .redeem-input[b-eqw86xwzae]::placeholder {
        color: #0A477E;
        text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF,
                     -2px 0 0 #FFF, 2px 0 0 #FFF, 0 -2px 0 #FFF, 0 2px 0 #FFF;
        font-family: Arial, sans-serif;
        font-size: 18px;
        font-size: clamp(14px, 4.3vw, 32px);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }

    .redeem-input:focus[b-eqw86xwzae] {
        border-color: #0A477E;
        box-shadow: 0 0 0 3px rgba(10, 71, 126, 0.15);
    }

.redeem-select[b-eqw86xwzae] {
    width: 100%;
    border: 2.5px solid #0A477E;
    border-radius: 20px;
    padding: 8px 14px;
    outline: none;
    background: #E8FCFE;
    box-sizing: border-box;
    margin-bottom: 12px;
    color: #0A477E;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-size: clamp(13px, 2.7vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.redeem-helper-text[b-eqw86xwzae] {
    color: #0A477E;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-size: clamp(11px, 2.1vw, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 6px 0 0;
}

.redeem-error-box[b-eqw86xwzae] {
    background: #fff3f3;
    border: 1px solid #ffcdd2;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: 10px;
}

.redeem-error-text[b-eqw86xwzae] {
    color: #c62828;
    font-size: 12px;
    margin: 0;
}

.redeem-submit-btn[b-eqw86xwzae] {
    position: relative;
    width: 240px;
    height: 64px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url('/img/redeem-modal/btn-rescue-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    font-size: clamp(13px, 2.9vw, 22px);
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #004a6b, 1px -1px 0 #004a6b, -1px 1px 0 #004a6b, 1px 1px 0 #004a6b;
    letter-spacing: 1px;
}

    .redeem-submit-btn:disabled[b-eqw86xwzae] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.redeem-search-select[b-eqw86xwzae] {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.redeem-search-backdrop[b-eqw86xwzae] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.redeem-search-dropdown[b-eqw86xwzae] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #E8FCFE;
    border: 2.5px solid #0A477E;
    border-radius: 16px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 10001;
    box-shadow: 0 4px 16px rgba(10, 71, 126, 0.15);
}

.redeem-search-option[b-eqw86xwzae] {
    padding: 10px 16px;
    color: #0A477E;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-size: clamp(13px, 2.7vw, 20px);
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid rgba(10, 71, 126, 0.1);
    text-align: center;
}

    .redeem-search-option:last-child[b-eqw86xwzae] {
        border-bottom: none;
    }

    .redeem-search-option:hover[b-eqw86xwzae] {
        background: rgba(10, 71, 126, 0.08);
        border-radius: 12px;
    }

    .redeem-search-option--empty[b-eqw86xwzae] {
        color: #888;
        cursor: default;
        font-weight: 400;
    }

.redeem-back-btn[b-eqw86xwzae] {
    background: none;
    border: none;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    display: block;
    margin-top: 10px;
}

.redeem-success-box[b-eqw86xwzae] {
    text-align: center;
}

.redeem-success-message[b-eqw86xwzae] {
    color: #0A477E;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-size: clamp(14px, 3.7vw, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.redeem-join-btn[b-eqw86xwzae] {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid #0A477E;
    background: #7FD0F5;
    padding: 12px 20px;
    cursor: pointer;
    color: #0A477E;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-size: clamp(16px, 4.3vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

    .redeem-join-btn:hover[b-eqw86xwzae] {
        background: #5bbde8;
        transition: background 0.15s;
    }
/* _content/Xttdenc.Web/Shared/GiraDrop/GiraDropInfoModal.razor.rz.scp.css */
/* Overlay */
.gira-drop-info-modal-overlay[b-jrc14g4gws] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: gira-drop-info-modal-fade-in-b-jrc14g4gws 0.3s ease-in-out;
    padding: 20px;
}

@keyframes gira-drop-info-modal-fade-in-b-jrc14g4gws {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Container */
.gira-drop-info-modal-container[b-jrc14g4gws] {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    background-image: url('/img/magic-jar/select-character-modal/modal-bg-mobile.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: gira-drop-info-modal-slide-in-b-jrc14g4gws 0.4s ease-out;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    box-sizing: border-box;
}

@keyframes gira-drop-info-modal-slide-in-b-jrc14g4gws {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Close button */
.gira-drop-info-modal-close-button[b-jrc14g4gws] {
    position: absolute;
    top: -3%;
    right: -2%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('/img/magic-jar/select-character-modal/close-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease;
    z-index: 10;
}

.gira-drop-info-modal-close-button:hover[b-jrc14g4gws] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.gira-drop-info-modal-close-button:active[b-jrc14g4gws] {
    transform: scale(0.95);
}

/* Title */
.gira-drop-info-modal-title-container[b-jrc14g4gws] {
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    aspect-ratio: 6 / 1;
    background-image: url('/img/magic-jar/select-character-modal/title-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gira-drop-info-modal-title[b-jrc14g4gws] {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: clamp(18px, 2.5vw, 21px);
}

/* Content */
.gira-drop-info-modal-content[b-jrc14g4gws] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 6%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.5rem;
    max-height: 100%;
}

.gira-drop-info-modal-content[b-jrc14g4gws]::-webkit-scrollbar {
    width: 8px;
}

.gira-drop-info-modal-content[b-jrc14g4gws]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.gira-drop-info-modal-content[b-jrc14g4gws]::-webkit-scrollbar-thumb {
    background: rgba(255, 215, 0, 0.6);
    border-radius: 4px;
}

.gira-drop-info-modal-content[b-jrc14g4gws]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 215, 0, 0.8);
}

.gira-drop-info-modal-content > div[b-jrc14g4gws] {
    width: 100%;
    padding: 1rem 0;
}

/* Estilos para o conteúdo das raridades */
.gira-drop-info-rarity-container[b-jrc14g4gws] {
    text-align: left;
}

.gira-drop-info-rarity-section[b-jrc14g4gws] {
    margin-bottom: 2rem;
}

.gira-drop-info-rarity-section:last-child[b-jrc14g4gws] {
    margin-bottom: 0;
}

.gira-drop-info-rarity-header[b-jrc14g4gws] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.2em;
}

.gira-drop-info-rarity-header-common[b-jrc14g4gws] {
    background-color: rgba(158, 158, 158, 0.2);
    color: #4a4a4a;
}

.gira-drop-info-rarity-header-uncommon[b-jrc14g4gws] {
    background-color: rgba(76, 175, 80, 0.2);
    color: #2e7d32;
}

.gira-drop-info-rarity-header-rare[b-jrc14g4gws] {
    background-color: rgba(33, 150, 243, 0.2);
    color: #1565c0;
}

.gira-drop-info-rarity-header-epic[b-jrc14g4gws] {
    background-color: rgba(156, 39, 176, 0.2);
    color: #6a1b9a;
}

.gira-drop-info-rarity-header-legendary[b-jrc14g4gws] {
    background-color: rgba(255, 152, 0, 0.2);
    color: #e65100;
}

.gira-drop-info-rarity-name[b-jrc14g4gws] {
    font-size: 1.1em;
    font-weight: 700;
}

.gira-drop-info-rarity-chance[b-jrc14g4gws] {
    font-size: 0.95em;
    font-weight: 600;
}

.gira-drop-info-rarity-guarantee[b-jrc14g4gws] {
    font-size: 0.85em;
    font-weight: 500;
    margin-top: 0.3rem;
    color: #d32f2f;
}

.gira-drop-info-items-grid[b-jrc14g4gws] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    padding: 0.5rem;
}

.gira-drop-info-item[b-jrc14g4gws] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.gira-drop-info-item:hover[b-jrc14g4gws] {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.1);
}

.gira-drop-info-item-image[b-jrc14g4gws] {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.gira-drop-info-item-name[b-jrc14g4gws] {
    font-size: 0.7em;
    text-align: center;
    margin-top: 0.3rem;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
}

@media (max-width: 480px) {
    .gira-drop-info-modal-title-container[b-jrc14g4gws] {
        height: 18%;
        margin-bottom: 8%;
    }

    .gira-drop-info-modal-content[b-jrc14g4gws] {
        padding: 0 8%;
        font-size: 1.2rem;
    }

    .gira-drop-info-items-grid[b-jrc14g4gws] {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 0.8rem;
    }

    .gira-drop-info-item-image[b-jrc14g4gws] {
        width: 50px;
        height: 50px;
    }

    .gira-drop-info-item-name[b-jrc14g4gws] {
        font-size: 0.6em;
    }
}

/* _content/Xttdenc.Web/Shared/Index/Advertising.razor.rz.scp.css */
.local-card-media[b-6gy0vvy4vk] {
    padding-bottom: 135%;
    background-image: url(/img/web/welcome-background.webp?v=1.0.0);
    background-position: right;
}

@media (min-width: 576px) {
    .local-card-media[b-6gy0vvy4vk] {
        padding-bottom: 46%;
    }
}

@media (min-width: 768px) {
    .local-card-media[b-6gy0vvy4vk] {
        padding-bottom: 36%;
    }
}

@media (min-width: 992px) {
    .local-card-media[b-6gy0vvy4vk] {
        padding-bottom: 26%;
    }
}
/* _content/Xttdenc.Web/Shared/Index/PreRegisterMeta.razor.rz.scp.css */
.meta-character[b-d6ais7iwe9] {
    animation: float 1.5s ease-in infinite;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    transition: left 0.5s ease-in-out;
    height: 100px;
    z-index: 1;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/AccountLayoutContentClassic.razor.rz.scp.css */
/* AccountLayoutContentClassic - dois painéis lado a lado */

.account-layout-classic[b-bi81qyh8e4] {
    min-height: 85vh;
}

.account-layout-classic__row[b-bi81qyh8e4] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
}

.account-layout-classic__row .account-layout-classic__nav-panel[b-bi81qyh8e4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-layout-classic__row[b-bi81qyh8e4]  .account-layout-classic__content-panel {
    flex: 1;
}

@media (max-width: 768px) {
    .account-layout-classic__row .account-layout-classic__nav-panel[b-bi81qyh8e4] {
        max-width: 100%;
    }
}

/* Estilos do formulário minha conta (ChildContent das páginas account) */
[b-bi81qyh8e4] .my-account-classic__form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

[b-bi81qyh8e4] .my-account-classic__header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

[b-bi81qyh8e4] .my-account-classic__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

[b-bi81qyh8e4] .my-account-classic__name {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #c37000;
}

[b-bi81qyh8e4] .my-account-classic__id {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: #8a6a3a;
}

[b-bi81qyh8e4] .my-account-classic__fields {
    display: flex;
    flex-direction: column;
    gap: 0;
}

[b-bi81qyh8e4] .my-account-classic__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem;
}

[b-bi81qyh8e4] .my-account-classic__footer {
    color: #8a6a3a;
    text-align: center;
}

[b-bi81qyh8e4] .my-account-classic__footer-link {
    color: inherit;
    text-decoration: underline;
}

[b-bi81qyh8e4] .my-account-classic__footer-link:hover {
    opacity: 0.85;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/AccountNavClassic.razor.rz.scp.css */
/* AccountNavClassic - menu lateral da conta no tema Classic */

.account-nav-classic[b-q26tpv4eng] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-nav-classic__card[b-q26tpv4eng] {
    flex: 1;
}

.account-nav-classic__loading[b-q26tpv4eng] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-nav-classic__title[b-q26tpv4eng] {
    margin: 0 0 1.5rem;
    color: #4a2b00;
    font-size: 1.25rem;
}

.account-nav-classic__nav[b-q26tpv4eng] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-q26tpv4eng] .account-nav-classic__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    color: #4a2b00;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.account-nav-classic__link .account-nav-classic__icon[b-q26tpv4eng] {
    width: 24px;
    height: auto;
}

.account-nav-classic__link:hover[b-q26tpv4eng] {
    background-color: rgba(149, 134, 111, 0.15);
}

[b-q26tpv4eng] .account-nav-classic__link--active {
    background-color: rgba(149, 134, 111, 0.2);
    font-weight: 700;
}

[b-q26tpv4eng] .account-nav-classic__link--prime {
    background: url('/img/classic_theme/my-account/bg-prime.webp') center / 100% 100% no-repeat;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    min-height: 48px;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
}

[b-q26tpv4eng] .account-nav-classic__link--prime:hover {
    opacity: 0.95;
}

.account-nav-classic__icon[b-q26tpv4eng] {
    flex-shrink: 0;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/AccountNavFooterClassic.razor.rz.scp.css */
/* AccountNavFooterClassic - Sair e Prime abaixo do card de navegação */

.account-layout-classic__nav-footer[b-ys1irxcdq2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0 2rem;
}

.account-layout-classic__nav-footer[b-ys1irxcdq2]  .account-nav-footer-classic__logout {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 900;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s;
    background: none;
    border: none;
    cursor: pointer;
    width: fit-content;
    text-align: left;
    color: #674426;
}

.account-layout-classic__nav-footer[b-ys1irxcdq2]  .account-nav-footer-classic__logout:hover {
    background-color: rgba(149, 134, 111, 0.15);
}

.account-nav-footer-classic__icon[b-ys1irxcdq2] {
    flex-shrink: 0;
}

.account-nav-footer-classic__prime-badge[b-ys1irxcdq2] {
    border: 2px solid #95866f;
    border-radius: 10px;
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: inset 0 0 20px 10px #fff5e0;
    -moz-box-shadow: inset 0 0 20px 10px #fff5e0;
    box-shadow: inset 0 0 20px 10px #fff5e0;
    color: #674426;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.account-nav-footer-classic__prime-badge span:first-child[b-ys1irxcdq2] {
    color: #c37000;
    font-weight: 900;
}

.account-layout-classic__nav-footer .account-nav-footer-classic__prime-badge:only-child[b-ys1irxcdq2] {
    grid-column: 2;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ArticleIndexClassic.razor.rz.scp.css */
.classic-article-detail[b-qn6asqfi8n] {
    padding-top: 1rem;
}

.classic-article-detail__inner[b-qn6asqfi8n] {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
}

.classic-article-detail__aside[b-qn6asqfi8n] {
    border-top: 1px solid rgba(103, 68, 38, 0.2);
    padding-top: 1.5rem;
}

.classic-article-detail__grid[b-qn6asqfi8n] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .classic-article-detail__grid[b-qn6asqfi8n] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .classic-article-detail__grid[b-qn6asqfi8n] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/BannerWelcomeClassic.razor.rz.scp.css */
.classic-banner-welcome[b-hi5uvowj4k] {
    display: block;
    min-width: 1900px;
    width: 100%;
    height: auto;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/BossesSectionClassic.razor.rz.scp.css */
/* BossesSectionClassic - Layout: ilustração à esquerda, logo e lorem ipsum à direita */
/* Painel base em ClassicSectionPanel */

[b-9ywc34n4eu] .bosses-section-classic__container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
    overflow: hidden;
}

[b-9ywc34n4eu] .bosses-section-classic__left {
    flex: 500px;
    min-width: 0;
    display: flex;
    align-items: center;
}

[b-9ywc34n4eu] .bosses-section-classic__illustration {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
}

[b-9ywc34n4eu] .bosses-section-classic__right {
    flex: 1 1 220px;
    min-width: 0;
}

[b-9ywc34n4eu] .bosses-section-classic__content-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

[b-9ywc34n4eu] .bosses-section-classic__logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

[b-9ywc34n4eu] .bosses-section-classic__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    [b-9ywc34n4eu] .bosses-section-classic__container {
        flex-direction: column;
        padding: 1.5rem;
    }

    [b-9ywc34n4eu] .bosses-section-classic__left {
        order: 1;
    }

    [b-9ywc34n4eu] .bosses-section-classic__right {
        order: 2;
    }

    [b-9ywc34n4eu] .bosses-section-classic__text {
        font-size: 0.9rem;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ButtonClassic.razor.rz.scp.css */
/* ButtonClassic – botão com fundo via border-image, variações red, green e gold */

/* Wrapper para posicionamento do badge */
.btn-classic-wrapper[b-27uppmnche] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
}

.btn-classic[b-27uppmnche] {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 0rem 1.5rem;
  border: 12px solid transparent;
  border-image-slice: 34 fill;
  border-image-repeat: stretch;
  background: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-shadow:
    1px 1px 0 #4e1014,
    -1px -1px 0 #4e1014,
    1px -1px 0 #4e1014,
    -1px 1px 0 #4e1014,
    0 1px 0 #4e1014,
    1px 0 0 #4e1014,
    -1px 0 0 #4e1014,
    0 -1px 0 #4e1014;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.btn-classic--red[b-27uppmnche] {
  border-image: url("/img/classic_theme/btn-default/btn-bg-red.webp") 34 fill;
}

.btn-classic--green[b-27uppmnche] {
  border-image: url("/img/classic_theme/btn-default/btn-bg-green.webp") 34 fill;
}

.btn-classic--greenv2[b-27uppmnche] {
  border-image: url("/img/classic_theme/btn-default/btn-bg-green-v2.webp") 34 fill;
}

.btn-classic--gold[b-27uppmnche] {
  border-image: url("/img/classic_theme/btn-default/btn-bg-green.webp") 34 fill;
  box-shadow: 0 0 12px 2px rgba(255, 200, 0, 0.5);
  filter: brightness(1.08) saturate(1.1);
}

.btn-classic:hover:not(:disabled)[b-27uppmnche] {
  opacity: 0.95;
}

.btn-classic:disabled[b-27uppmnche] {
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-classic:focus-visible[b-27uppmnche] {
  outline: 2px solid rgba(255, 165, 0, 0.8);
  outline-offset: 2px;
}

/* Badge (ex: "-5%", "-10%") posicionado no canto superior direito */
.btn-classic__badge[b-27uppmnche] {
  position: absolute;
  bottom: 0px;
  right: -6px;
  z-index: 1;
  background-image: url(/img/classic_theme/btn-default/badge.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: none;
  width: 40px;
  height: 58px;
}

.btn-classic__badge-text[b-27uppmnche] {
  display: inline-block;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 59%;
  left: 26%;
  text-shadow:  1px 1px 0 #4e1014, 
                -1px -1px 0 #4e1014,
                1px -1px 0 #4e1014, 
                -1px 1px 0 #4e1014, 
                0 1px 0 #4e1014, 
                1px 0 0 #4e1014, 
                -1px 0 0 #4e1014, 
                0 -1px 0 #4e1014;
  width: 42px;
  text-align: center;

}

/* Subtexto abaixo do conteúdo principal do botão */
.btn-classic__subtext[b-27uppmnche] {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 2px;
  opacity: 0.9;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ClassicHeaderMenuDrawer.razor.rz.scp.css */
/* Overlay: cobre a tela, clique fecha */
.classic-drawer-overlay[b-er9msyxlgm] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    animation: classicDrawerOverlayIn-b-er9msyxlgm 0.2s ease-out;
}

/* Painel lateral: direita, largura fixa */
.classic-drawer-panel[b-er9msyxlgm] {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100%;
    z-index: 1001;
    background: linear-gradient(180deg, #1a0a0e 0%, #2d1519 100%);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    animation: classicDrawerPanelIn-b-er9msyxlgm 0.25s ease-out;
    overflow: auto;
}

.classic-drawer-header[b-er9msyxlgm] {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    flex-shrink: 0;
}

.classic-drawer-close[b-er9msyxlgm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 0.25rem;
    -webkit-tap-highlight-color: transparent;
}

.classic-drawer-close:hover[b-er9msyxlgm] {
    background: rgba(255, 255, 255, 0.1);
}

.classic-drawer-close:focus-visible[b-er9msyxlgm] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
}

.classic-drawer-nav[b-er9msyxlgm] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1rem 2rem;
}

.classic-drawer-item[b-er9msyxlgm] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.classic-drawer-item-credits[b-er9msyxlgm] {
    margin-bottom: 0.25rem;
}

.classic-drawer-toggle[b-er9msyxlgm] {
    width: 100%;
    justify-content: space-between;
    text-align: left;
}

.classic-drawer-sub[b-er9msyxlgm] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-left: 0.5rem;
    margin-top: 0.25rem;
}

.classic-drawer-link[b-er9msyxlgm] {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

/* Evitar borda branca nos botões do drawer (Conta e demais) */
.classic-drawer-panel .classic-header-btn[b-er9msyxlgm] {
    border-color: transparent;
    outline: none;
    background-color: transparent;
}

.classic-drawer-panel .classic-header-btn:focus-visible[b-er9msyxlgm] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
}

@keyframes classicDrawerOverlayIn-b-er9msyxlgm {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes classicDrawerPanelIn-b-er9msyxlgm {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .classic-drawer-overlay[b-er9msyxlgm] {
        animation: none;
    }

    .classic-drawer-panel[b-er9msyxlgm] {
        animation: none;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ClassicLayout.razor.rz.scp.css */
.prime-reward-notification[b-kuq2jd3oub] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1rem 1rem;
  text-align: center;
}

.prime-reward-notification__crown[b-kuq2jd3oub] {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.prime-reward-notification__title[b-kuq2jd3oub] {
  font-size: 1.4rem;
  font-weight: 800;
  color: #c37000;
  margin: 0;
}

.prime-reward-notification__subtitle[b-kuq2jd3oub] {
  font-size: 0.95rem;
  color: #5a3e1b;
  margin: 0;
}

.prime-reward-notification__list[b-kuq2jd3oub] {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.prime-reward-notification__item[b-kuq2jd3oub] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  color: #3a2a10;
  background: rgba(195, 112, 0, 0.08);
  border: 1px solid rgba(195, 112, 0, 0.25);
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
}

.prime-reward-notification__qty[b-kuq2jd3oub] {
  font-family: "Mitr", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #c37000;
}

.prime-reward-notification__claim-btn[b-kuq2jd3oub] {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.5rem 1.25rem;
  background: linear-gradient(135deg, #c37000, #e8a000);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(195, 112, 0, 0.35);
  transition: filter 0.15s;
}

.prime-reward-notification__claim-btn:hover[b-kuq2jd3oub] {
  filter: brightness(1.1);
  color: #fff;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ClassicSectionPanel.razor.rz.scp.css */
/* ClassicSectionPanel - Painel compartilhado (News, Bosses) */

.classic-section-panel[b-5p36q0x07z] {
    border: 2px solid #95866f;
    border-radius: 32px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: inset 0 0 20px 10px #fff5e0;
    -moz-box-shadow: inset 0 0 20px 10px #fff5e0;
    box-shadow: inset 0 0 20px 10px #fff5e0;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/DashboardBarClassic.razor.rz.scp.css */
/* Barra do Dashboard - exibida no topo quando usuário Staff/Admin está logado */

.dashboard-bar-classic[b-3pe8jsceqp] {
    background: linear-gradient(90deg, #01071e 0%, #001b56 100%);
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 200;
    position: relative;
    overflow: visible;
}

.dashboard-bar-classic__inner[b-3pe8jsceqp] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.dashboard-bar-classic__label[b-3pe8jsceqp] {
    font-family: "Mitr", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff5e0;
    white-space: nowrap;
}

.dashboard-bar-classic__links[b-3pe8jsceqp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    overflow: visible;
}

[b-3pe8jsceqp] .dashboard-bar-classic__link {
    font-family: "Mitr", sans-serif;
    font-size: 0.85rem;
    color: #fff5e0;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
}

[b-3pe8jsceqp] .dashboard-bar-classic__link:hover {
    background-color: rgba(255, 245, 224, 0.2);
    color: #fff;
}

[b-3pe8jsceqp] .dashboard-bar-classic__link--active {
    background-color: rgba(255, 245, 224, 0.25);
    color: #fff;
    font-weight: 600;
}

/* ── Grupos com dropdown ── */

[b-3pe8jsceqp] .db-group {
    position: relative;
}

[b-3pe8jsceqp] .db-group__toggle {
    font-family: "Mitr", sans-serif;
    font-size: 0.85rem;
    color: #fff5e0;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
    transition: background-color 0.2s;
    user-select: none;
}

[b-3pe8jsceqp] .db-group--open .db-group__toggle,
[b-3pe8jsceqp] .db-group__toggle:hover {
    background-color: rgba(255, 245, 224, 0.2);
    color: #fff;
}

[b-3pe8jsceqp] .db-group__chevron {
    font-size: 0.65rem;
    transition: transform 0.2s;
}

[b-3pe8jsceqp] .db-group--open .db-group__chevron {
    transform: rotate(180deg);
}

[b-3pe8jsceqp] .db-group__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 180px;
    background: #001b56;
    border: 1px solid rgba(255, 245, 224, 0.15);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    padding: 0.4rem 0;
    z-index: 100;
    flex-direction: column;
}

[b-3pe8jsceqp] .db-group--open .db-group__dropdown {
    display: flex;
}

[b-3pe8jsceqp] .db-group__item {
    font-family: "Mitr", sans-serif;
    font-size: 0.85rem;
    color: #fff5e0;
    text-decoration: none;
    padding: 0.45rem 1rem;
    transition: background-color 0.15s;
    white-space: nowrap;
}

[b-3pe8jsceqp] .db-group__item:hover {
    background-color: rgba(255, 245, 224, 0.15);
    color: #fff;
}

[b-3pe8jsceqp] .db-group__item--active {
    background-color: rgba(255, 245, 224, 0.22);
    color: #fff;
    font-weight: 600;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/DownloadBarClassic.razor.rz.scp.css */
/* DownloadBarClassic – barra logo abaixo do header (logo, botões Play Store / iOS / Jogar / Login) */

.download-bar-classic[b-0yb10bt0r3] {
    max-width: 670px;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.download-bar-classic__inner[b-0yb10bt0r3]{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-image: url(/img/classic_theme/download/bg-download.webp) 98 65 fill stretch;
    border-image-width: 48px 25px 48px 25px;
    height: 100px;
}


.download-bar-classic__logo[b-0yb10bt0r3] {
    width: 150px;
    height: auto;
}

.download-bar-classic__center[b-0yb10bt0r3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem;
}

.download-bar-classic__btn[b-0yb10bt0r3] {
    display: block;
    width: 100px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

button.download-bar-classic__btn[b-0yb10bt0r3] {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.download-bar-classic__btn img[b-0yb10bt0r3] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 768px) {
    .download-bar-classic__center[b-0yb10bt0r3] {
        flex-direction: column;
        gap: 0;
        padding-left: 0.5rem;
    }

    .download-bar-classic__inner[b-0yb10bt0r3] {
        height: 180px;
    }

    .download-bar-classic__btn[b-0yb10bt0r3] {
        width: 80px;
    }
}

/* _content/Xttdenc.Web/Shared/Layouts/Classic/FooterClassic.razor.rz.scp.css */
/* FooterClassic - Área decorativa + rodapé marrom com logo, links e redes sociais */

.footer-classic[b-lptipv8ixj] {
    margin-top: auto;
    z-index: 0;
}

.footer-classic__decorative[b-lptipv8ixj] {
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #fcf7eb;
    max-height: 440px;
}

.footer-classic__decorative-img[b-lptipv8ixj] {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center 360px;
}

.footer-classic__scroll-top[b-lptipv8ixj] {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 2;
}

.footer-classic__scroll-top img[b-lptipv8ixj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-classic__scroll-top:hover img[b-lptipv8ixj] {
    filter: brightness(1.1);
}

.footer-classic__content[b-lptipv8ixj] {
    position: relative;
    z-index: 1;
    background: #2b1702;
    color: #e8e0d0;
    padding: 6rem 0 2rem;
}

.footer-classic__logo-container[b-lptipv8ixj]{
 display: flex;
 gap: 1rem;
 align-items: baseline;
}

.footer-classic__inner[b-lptipv8ixj] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
}

.footer-classic__left[b-lptipv8ixj] {
    flex: 1 1 280px;
    min-width: 0;
}

.footer-classic__logo-link[b-lptipv8ixj] {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-classic__logo[b-lptipv8ixj] {
    max-width: 200px;
    height: auto;
}

.footer-classic__nav[b-lptipv8ixj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    margin-bottom: 0.75rem;
}

.footer-classic__nav a[b-lptipv8ixj] {
    color: #e8e0d0;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-classic__nav a:hover[b-lptipv8ixj] {
    text-decoration: underline;
}

.footer-classic__copyright[b-lptipv8ixj] {
    margin: 0 0 0.5rem 0;
    font-size: 0.85rem;
    opacity: 0.9;
}

.footer-classic__legal[b-lptipv8ixj] {
    margin: 0;
    font-size: 0.85rem;
}

.footer-classic__legal a[b-lptipv8ixj] {
    color: #e8e0d0;
    text-decoration: none;
}

.footer-classic__legal a:hover[b-lptipv8ixj] {
    text-decoration: underline;
}

.footer-classic__legal-sep[b-lptipv8ixj] {
    margin: 0 0.5rem;
    opacity: 0.7;
}

.footer-classic__right[b-lptipv8ixj] {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.footer-classic__logo-7teen[b-lptipv8ixj] {
    max-width: 140px;
    height: auto;
}

.footer-classic__social[b-lptipv8ixj] {
    display: flex;
    gap: 0.5rem;
}

.footer-classic__social-link[b-lptipv8ixj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.footer-classic__social-link:hover[b-lptipv8ixj] {
    background: rgba(255, 255, 255, 0.15);
}

.footer-classic__social-link img[b-lptipv8ixj] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 2000px) {
    .footer-classic__decorative-img[b-lptipv8ixj]{
        width: 3000px;
        max-width: 3000px;
    }
   
}

@media (max-width: 768px) {
    .footer-classic__inner[b-lptipv8ixj] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-classic__left[b-lptipv8ixj] {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .footer-classic__right[b-lptipv8ixj] {
        align-items: center;
    }

    .footer-classic__nav[b-lptipv8ixj] {
        justify-content: center;
    }
    .footer-classic__logo-container[b-lptipv8ixj]{
        flex-direction: column;
        align-items: center;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ForgotPasswordFormClassic.razor.rz.scp.css */
/* ForgotPasswordFormClassic – formulário de redefinir senha no modal tema Classic (mesmo estilo do LoginFormClassic) */

.forgot-password-form-classic[b-uyi4n1m4hr] {
    padding: 0.5rem 0;
    max-width: 100%;
}

.forgot-password-form-classic__header[b-uyi4n1m4hr] {
    text-align: center;
    margin-bottom: 1.25rem;
}

.forgot-password-form-classic__title[b-uyi4n1m4hr] {
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #f5e6a8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.forgot-password-form-classic__summary[b-uyi4n1m4hr] {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #f0e5b8;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.forgot-password-form-classic__summary-highlight[b-uyi4n1m4hr] {
    color: #f5e6a8;
}

.forgot-password-form-classic__fields[b-uyi4n1m4hr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.forgot-password-form-classic__field[b-uyi4n1m4hr] {
    position: relative;
    width: 100%;
    max-width: 280px;
}

.forgot-password-form-classic__label[b-uyi4n1m4hr] {
    display: block;
    font-size: 0.9rem;
    color: #f0e5b8;
    margin-bottom: 0.25rem;
}

/* ::deep para inputs renderizados por InputText/InputSelect */
.forgot-password-form-classic__fields[b-uyi4n1m4hr]  .forgot-password-form-classic__input,
.forgot-password-form-classic__fields[b-uyi4n1m4hr]  input.forgot-password-form-classic__input,
.forgot-password-form-classic__fields[b-uyi4n1m4hr]  select.forgot-password-form-classic__input {
    width: 100%;
    max-width: 280px;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    background-color: #FAF3E9 !important;
    border: 1px solid #999077 !important;
    border-radius: 8px;
    box-sizing: border-box;
}

.forgot-password-form-classic__fields[b-uyi4n1m4hr]  .forgot-password-form-classic__input::placeholder,
.forgot-password-form-classic__fields[b-uyi4n1m4hr]  input.forgot-password-form-classic__input::placeholder {
    color: #6b6356;
}

.forgot-password-form-classic__fields[b-uyi4n1m4hr]  .forgot-password-form-classic__input:focus,
.forgot-password-form-classic__fields[b-uyi4n1m4hr]  input.forgot-password-form-classic__input:focus,
.forgot-password-form-classic__fields[b-uyi4n1m4hr]  select.forgot-password-form-classic__input:focus {
    outline: 2px solid rgba(180, 80, 60, 0.6);
    outline-offset: 0;
}

.forgot-password-form-classic__error[b-uyi4n1m4hr] {
    display: block;
    font-size: 0.85rem;
    color: #c0392b;
    margin-top: 0.25rem;
}

.forgot-password-form-classic__captcha[b-uyi4n1m4hr] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.forgot-password-form-classic__submit[b-uyi4n1m4hr] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.forgot-password-form-classic__footer[b-uyi4n1m4hr] {
    text-align: center;
    font-size: 0.9rem;
}

.forgot-password-form-classic__link[b-uyi4n1m4hr] {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: #d35400;
    text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.forgot-password-form-classic__link:hover[b-uyi4n1m4hr] {
    text-decoration: underline;
}

.forgot-password-form-classic__link:focus-visible[b-uyi4n1m4hr] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .forgot-password-form-classic__title[b-uyi4n1m4hr] {
        font-size: 1.25rem;
    }

    .forgot-password-form-classic__summary[b-uyi4n1m4hr] {
        font-size: 0.9rem;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/HeaderMenuClassic.razor.rz.scp.css */
/* Estilos escopados do HeaderMenuClassic – ajustes adicionais */

[b-424puvnskj] .classic-header-btn-gold,
[b-424puvnskj] .classic-header-btn-red,
[b-424puvnskj] .classic-header-btn-green {
    border-image-repeat: stretch;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/InputClassic.razor.rz.scp.css */
/* InputClassic – mesma estrutura do PreRegisterDialogClassic; estilos em classic-header.css */

.input-classic[b-kls1sklutg] {
    margin-bottom: 0;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/LauncherHeaderMenuClassic.razor.rz.scp.css */
.launcher-header-classic[b-dj1l2ejeky] {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
}

.launcher-header-classic__nav[b-dj1l2ejeky] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    height: 60px;
    padding: 0.55rem;
    background-image: url("/img/classic_theme/launcher/bg-menu-launcher.webp");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.launcher-header-classic__group[b-dj1l2ejeky] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.launcher-header-classic__group--left[b-dj1l2ejeky] {
    flex: 1 1 0;
    justify-content: flex-start;
}

.launcher-header-classic__group--center[b-dj1l2ejeky] {
    flex: 2 1 auto;
    justify-content: center;
}

.launcher-header-classic__group--right[b-dj1l2ejeky] {
    flex: 1 1 0;
    justify-content: flex-end;
}

.launcher-header-classic__nav .classic-header-btn[b-dj1l2ejeky] {
    min-height: 2.5rem;
    padding: 0.48rem 1.2rem;
    font-size: 0.96rem;
}

.launcher-header-classic__dropdown[b-dj1l2ejeky] {
    position: relative;
}

.launcher-header-classic__window-controls[b-dj1l2ejeky] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0.35rem;
}

.launcher-header-classic__window-btn[b-dj1l2ejeky] {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.launcher-header-classic__window-btn img[b-dj1l2ejeky] {
    display: block;
    width: 29px;
    height: 29px;
}

.launcher-header-classic__window-btn:focus[b-dj1l2ejeky] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
    border-radius: 5px;
}

.launcher-header-classic__arrow[b-dj1l2ejeky] {
    font-size: 0.65rem;
    margin-left: 0.35rem;
}

.launcher-header-classic__dropdown-panel[b-dj1l2ejeky] {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 190px;
}

.launcher-header-classic__group--right .launcher-header-classic__dropdown-panel[b-dj1l2ejeky] {
    left: auto;
    right: 0;
}

.classic-header-btn[b-dj1l2ejeky] {
    text-shadow: -1px -1px 0 #970217, 1px -1px 0 #970217, -1px 1px 0 #970217, 1px 1px 0 #970217, -1px 0 0 #970217, 1px 0 0 #970217, 0 -1px 0 #970217, 0 1px 0 #970217;
}

.launcher-header-classic__dropdown-panel .classic-header-btn[b-dj1l2ejeky] {
    width: 100%;
    min-height: 2.35rem;
    padding: 0.45rem 1rem;
    font-size: 0.92rem;

    



}

.launcher-header-classic__dropdown-panel .classic-header-btn-icon[b-dj1l2ejeky] {
    margin-right: 0.5rem;
}

.launcher-header-classic__dropdown-signout[b-dj1l2ejeky] {
    width: 100%;
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1180px) {
    .launcher-header-classic__group[b-dj1l2ejeky] {
        justify-content: center;
    }


    .launcher-header-classic__window-controls[b-dj1l2ejeky] {
        margin-left: 0;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/LauncherLayoutClassic.razor.rz.scp.css */
.classic-theme-launcher[b-w0h7mgiufu] {
    position: relative;
    min-height: 100vh;
    background: #0f0f0f;
    overflow-x: hidden;
}

.classic-launcher-main[b-w0h7mgiufu] {
    min-height: 100vh;
    width: 100%;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/LoginFormClassic.razor.rz.scp.css */
/* LoginFormClassic – formulário de login no modal tema Classic */

.login-form-classic[b-qywj4w1fwo] {
    padding: 0.5rem 0;
    max-width: 100%;
}

.login-form-classic__header[b-qywj4w1fwo] {
    text-align: center;
    margin-bottom: 1.25rem;
}

.login-form-classic__title[b-qywj4w1fwo] {
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #f5e6a8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login-form-classic__summary[b-qywj4w1fwo] {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #f0e5b8;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.login-form-classic__social[b-qywj4w1fwo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.login-form-classic__social-btn[b-qywj4w1fwo] {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.login-form-classic__social-btn img[b-qywj4w1fwo] {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.login-form-classic__social-btn:focus-visible[b-qywj4w1fwo] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
    border-radius: 8px;
}

.login-form-classic__fields[b-qywj4w1fwo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.login-form-classic__field[b-qywj4w1fwo] {
    position: relative;
    width: 100%;
    max-width: 280px;
}

.login-form-classic__field--password[b-qywj4w1fwo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
}

/* ::deep necessário para aplicar aos inputs renderizados pelo InputText (componente filho) */
.login-form-classic__fields[b-qywj4w1fwo]  .login-form-classic__input,
.login-form-classic__fields[b-qywj4w1fwo]  input.login-form-classic__input {
    width: 100%;
    max-width: 280px;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    background-color: #FAF3E9 !important;
    border: 1px solid #999077 !important;
    border-radius: 8px;
    box-sizing: border-box;
}

.login-form-classic__fields[b-qywj4w1fwo]  .login-form-classic__input::placeholder,
.login-form-classic__fields[b-qywj4w1fwo]  input.login-form-classic__input::placeholder {
    color: #6b6356;
}

.login-form-classic__fields[b-qywj4w1fwo]  .login-form-classic__input:focus,
.login-form-classic__fields[b-qywj4w1fwo]  input.login-form-classic__input:focus {
    outline: 2px solid rgba(180, 80, 60, 0.6);
    outline-offset: 0;
}

.login-form-classic__field--password .login-form-classic__input[b-qywj4w1fwo],
.login-form-classic__fields[b-qywj4w1fwo]  .login-form-classic__field--password input.login-form-classic__input {
    padding-right: 2.5rem;
}

.login-form-classic__toggle-password[b-qywj4w1fwo] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.25rem;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.login-form-classic__toggle-icon[b-qywj4w1fwo] {
    font-size: 1.1rem;
    line-height: 1;
}

.login-form-classic__toggle-password:focus-visible[b-qywj4w1fwo] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
    border-radius: 4px;
}

.login-form-classic__error[b-qywj4w1fwo] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background-color: #a82020;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    margin: 0 0 0.75rem;
    text-align: center;
}

.login-form-classic__submit[b-qywj4w1fwo] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.login-form-classic__footer[b-qywj4w1fwo] {
    text-align: center;
    font-size: 0.9rem;
}

.login-form-classic__link[b-qywj4w1fwo] {
    color: #d35400;
    text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
    text-decoration: none;
}

button.login-form-classic__link[b-qywj4w1fwo] {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.login-form-classic__link:hover[b-qywj4w1fwo] {
    text-decoration: underline;
}

.login-form-classic__link:focus-visible[b-qywj4w1fwo] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
    border-radius: 2px;
}

.login-form-classic__separator[b-qywj4w1fwo] {
    margin: 0 0.5rem;
    color: #d35400;

    text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
}

@media (max-width: 768px) {
    .login-form-classic__title[b-qywj4w1fwo] {
        font-size: 1.25rem;
    }

    .login-form-classic__summary[b-qywj4w1fwo] {
        font-size: 0.9rem;
    }

    .login-form-classic__social-btn img[b-qywj4w1fwo] {
        max-width: 100%;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/MeetProjectClassic.razor.rz.scp.css */
/* Meet Project Classic - seção "Conheça o projeto" e dialog de vídeo */

.meet-project-classic__img[b-3pj5b6s4lv] {
    cursor: pointer;
    max-width: 500px;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.meet-project-classic__img:hover[b-3pj5b6s4lv] {
    opacity: 0.9;
}

.meet-project-classic__img-wrapper[b-3pj5b6s4lv]{
    position: relative;
}


.meet-project-classic__img-character[b-3pj5b6s4lv]{
    position: absolute;
    bottom: 0;
    z-index: 1;
    object-fit: cover;

}

.meet-project-classic__img-character:first-child[b-3pj5b6s4lv]{
    left: -150px;
    width: 200px;
}

.meet-project-classic__img-character:last-child[b-3pj5b6s4lv]{
    right: -150px;
    width: 200px;
}


.meet-project-classic__video-wrapper[b-3pj5b6s4lv] {
    width: 100%;
    max-width: 100%;
}

.meet-project-classic__video-iframe[b-3pj5b6s4lv] {
    aspect-ratio: 560/315;
    display: block;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/ModalClassic.razor.rz.scp.css */
/* ModalClassic – modal tema Classic, duas variações (border-image), responsivo */

.modal-classic-overlay[b-xtjth2p1k2] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-classic__wrapper[b-xtjth2p1k2] {
    position: relative;
    width: 100%;
    max-width: 90vw;
    margin: auto;
    flex-shrink: 0;
}

.modal-classic__panel[b-xtjth2p1k2] {
    position: relative;
    border: 2px solid transparent;
    border-image-slice: 50 fill;
    border-image-repeat: stretch;
    border-image-width: 48px 40px;
    min-height: 200px;
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.modal-classic__panel--landscape[b-xtjth2p1k2] {
    border-image-source: url(/img/classic_theme/modal/bg-without-character.webp);
    max-width: 800px;
}

.modal-classic__panel--with-characters[b-xtjth2p1k2] {
    border-image-source: url(/img/classic_theme/modal/bg-with-character.webp);
    max-width: 520px;
    padding-bottom: 7rem;
}

.modal-classic__character[b-xtjth2p1k2] {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100px;
    max-height: 35%;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

.modal-classic__character--left[b-xtjth2p1k2] {
    left: 0.5rem;
}

.modal-classic__character--right[b-xtjth2p1k2] {
    right: 0.5rem;
}

.modal-classic__content[b-xtjth2p1k2] {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.modal-classic__close[b-xtjth2p1k2] {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.modal-classic__close img[b-xtjth2p1k2] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-classic__close:hover img[b-xtjth2p1k2] {
    filter: brightness(1.1);
}

.modal-classic__close:focus-visible[b-xtjth2p1k2] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .modal-classic__panel[b-xtjth2p1k2] {
        padding: 1.25rem;
    }

    .modal-classic__panel--landscape[b-xtjth2p1k2] {
        max-width: 100%;
    }

    .modal-classic__panel--with-characters[b-xtjth2p1k2] {
        max-width: 100%;
    }

    .modal-classic__character[b-xtjth2p1k2] {
        height: 70px;
    }

    .modal-classic__close[b-xtjth2p1k2] {
        top: -8px;
        right: -8px;
        width: 40px;
        height: 40px;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/NewDialogMessageClassic.razor.rz.scp.css */
/* NewDialogMessageClassic – usa mesma estrutura visual do ModalClassic Variation 2 */

.modal-classic-overlay[b-80pdtin6hj] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-classic__wrapper[b-80pdtin6hj] {
    position: relative;
    width: 100%;
    max-width: 90vw;
    margin: auto;
    flex-shrink: 0;
}

.modal-classic__panel[b-80pdtin6hj] {
    position: relative;
    border: 2px solid transparent;
    border-image-slice: 50 fill;
    border-image-repeat: stretch;
    border-image-width: 48px 40px;
    min-height: 200px;
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.modal-classic__panel--with-characters[b-80pdtin6hj] {
    border-image-source: url(/img/classic_theme/modal/bg-with-character.webp);
    max-width: 520px;
    padding-bottom: 7rem;
}

.modal-classic__character[b-80pdtin6hj] {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100px;
    max-height: 35%;
    object-fit: contain;
    pointer-events: none;
    z-index: 0;
}

.modal-classic__character--left[b-80pdtin6hj] {
    left: 0.5rem;
}

.modal-classic__character--right[b-80pdtin6hj] {
    right: 0.5rem;
}

.modal-classic__content[b-80pdtin6hj] {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.modal-classic__close[b-80pdtin6hj] {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.modal-classic__close img[b-80pdtin6hj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-classic__close:hover img[b-80pdtin6hj] {
    filter: brightness(1.1);
}

.new-dialog-message-classic__header[b-80pdtin6hj] {
    margin: 0 0 1rem;
    text-align: center;
}

.new-dialog-message-classic__title[b-80pdtin6hj] {
    margin: 0;
    color: #4a2b00;
    font-size: 1.25rem;
}

.new-dialog-message-classic__message[b-80pdtin6hj] {
    margin: 0 0 1.5rem;
    color: #4a2b00;
}

.new-dialog-message-classic__message p[b-80pdtin6hj] {
    margin: 0;
}

.new-dialog-message-classic__actions[b-80pdtin6hj] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 768px) {
    .modal-classic__panel[b-80pdtin6hj] {
        padding: 1.25rem;
    }

    .modal-classic__panel--with-characters[b-80pdtin6hj] {
        max-width: 100%;
    }

    .modal-classic__character[b-80pdtin6hj] {
        height: 70px;
    }

    .modal-classic__close[b-80pdtin6hj] {
        top: -8px;
        right: -8px;
        width: 40px;
        height: 40px;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/NewsSlideshowClassic.razor.rz.scp.css */
/* NewsSlideshowClassic - 3 cards visíveis (esquerda parcial, centro em destaque, direita parcial) */

@keyframes news-slideshow-transition-b-n2z570rsac {
    from {
        opacity: 0;
        transform: scale(0.97);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Estilos específicos do carrossel; painel base em ClassicSectionPanel */
.news-slideshow-classic__carousel-container[b-n2z570rsac] {
    padding: 4rem;
}

.news-slideshow-classic__card-inner[b-n2z570rsac] {
    display: block;
    animation: news-slideshow-transition-b-n2z570rsac 0.4s ease-out;
}

.news-slideshow-classic__carousel[b-n2z570rsac] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    min-height: 320px;
}

.news-slideshow-classic__track[b-n2z570rsac] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    position: relative;
}

.news-slideshow-classic__card[b-n2z570rsac] {
    flex-shrink: 0;
    width: 28%;
    max-width: 280px;
    min-height: 200px;
    border-radius: 16px;
    transition: width 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease, z-index 0s;
    position: relative;
    z-index: 0;
    aspect-ratio: 1.5/1;
    border: 5px solid rgba(255, 255, 255, 0.2);

}

.news-slideshow-classic__card--active[b-n2z570rsac] {
    width: 44%;
    max-width: 420px;
    z-index: 1;
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    
}

.news-slideshow-classic__card-link[b-n2z570rsac] {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    overflow: hidden;
    
    border-radius: 16px;
}

.news-slideshow-classic__card-media[b-n2z570rsac] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e0e0e0;
}

.news-slideshow-classic__card-body[b-n2z570rsac] {
    padding: 1rem;
    min-height: 3rem;
}

.news-slideshow-classic__card-title[b-n2z570rsac] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-slideshow-classic__card--active .news-slideshow-classic__card-title[b-n2z570rsac] {
    font-size: 1.15rem;
    -webkit-line-clamp: 3;
}

.news-slideshow-classic__arrow[b-n2z570rsac] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s ease;
    background: none;
    z-index: -1;
}

.news-slideshow-classic__arrow:disabled[b-n2z570rsac] {
    opacity: 0.4;
    cursor: not-allowed;
}

.news-slideshow-classic__arrow--prev:hover:not(:disabled)[b-n2z570rsac], 
.news-slideshow-classic__arrow--next:hover:not(:disabled)[b-n2z570rsac] {
    filter: brightness(1.2);
}
.news-slideshow-classic__arrow--prev[b-n2z570rsac] {
    left: -30px;
}

.news-slideshow-classic__arrow--next[b-n2z570rsac] {
    right: -30px;
}

.news-slideshow-classic__arrow .fa-solid[b-n2z570rsac] {
    font-size: 1.25rem;
}

.news-slideshow-classic__pagination[b-n2z570rsac] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 1rem;
    
}
.news-slideshow-classic__pagination-container[b-n2z570rsac]{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.news-slideshow-classic__pagination-text[b-n2z570rsac] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #71624A;
}

.news-slideshow-classic__date-icon[b-n2z570rsac]{
    width: 16px;
}

.news-slideshow-classic__dots[b-n2z570rsac] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.news-slideshow-classic__dot[b-n2z570rsac] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #B59E7B;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.news-slideshow-classic__dot:hover[b-n2z570rsac] {
    transform: scale(1.1);
}

.news-slideshow-classic__dot--active[b-n2z570rsac] {
    background: #71624A;
}

.news-slideshow-classic__date[b-n2z570rsac] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    opacity: 0.9;
    color: #71624A;
}

.news-slideshow-classic__date .fa-regular[b-n2z570rsac] {
    font-size: 0.85rem;
}

.news-slideshow-classic__see-more[b-n2z570rsac] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    color: #C37000;
}

.news-slideshow-classic__see-more span[b-n2z570rsac]{
    background-color: #C37000;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-slideshow-classic__see-more:hover[b-n2z570rsac] {
    text-decoration: underline;
}

.news-slideshow-classic__social-icons[b-n2z570rsac] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.news-slideshow-classic__see-more .fa-solid[b-n2z570rsac] {
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .news-slideshow-classic__carousel[b-n2z570rsac] {
        padding: 0 1rem;
        min-height: 280px;
    }

    .news-slideshow-classic__card[b-n2z570rsac] {
        display: none;
    }

    .news-slideshow-classic__card--active[b-n2z570rsac] {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .news-slideshow-classic__arrow[b-n2z570rsac] {
        width: 40px;
        height: 40px;
    }

    .news-slideshow-classic__arrow--prev[b-n2z570rsac] {
        left: -1.75rem;
    }

    .news-slideshow-classic__arrow--next[b-n2z570rsac] {
        right: -1.75rem;
    }

    .news-slideshow-classic__pagination[b-n2z570rsac] {
        flex-direction: column;
        gap: 0.75rem;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/OldBrowserMsgClassic.razor.rz.scp.css */
.old-browser-classic[b-grn1rq889p] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.old-browser-classic__bg[b-grn1rq889p] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/img/classic_theme/header/banner-welcome.webp') center center no-repeat;
    background-size: cover;
    -webkit-filter: brightness(0.45);
    filter: brightness(0.45);
}

.old-browser-classic__content[b-grn1rq889p] {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem 2rem;
    background: rgba(20, 10, 5, 0.75);
    border: 2px solid #95866f;
    border-radius: 24px;
    max-width: 520px;
    width: 90%;
    -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.8);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.old-browser-classic__logo[b-grn1rq889p] {
    width: 180px;
    margin-bottom: 1.5rem;
}

.old-browser-classic__title[b-grn1rq889p] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c37000;
    margin: 0 0 1rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.old-browser-classic__msg[b-grn1rq889p] {
    color: #e8d8b0;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.75rem 0;
}

.old-browser-classic__browsers[b-grn1rq889p] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -0.375rem;
}

.old-browser-classic__browser-link[b-grn1rq889p] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5rem 1.25rem;
    margin: 0.375rem;
    background: rgba(195, 112, 0, 0.15);
    border: 1px solid #95866f;
    border-radius: 8px;
    color: #e8d8b0;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
}

.old-browser-classic__browser-link:hover[b-grn1rq889p] {
    background: rgba(195, 112, 0, 0.35);
    border-color: #c37000;
    color: #fff;
}

.old-browser-classic__browser-icon[b-grn1rq889p] {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/PreRegisterDialogClassic.razor.rz.scp.css */
/* PreRegisterDialogClassic - CSS isolado do form (figma.css + xmutarn) */

/* Tipografia e cores (figma.css) */
.pre-register-dialog-classic .typo-use-arial[b-qpxz27930p] {
    font-family: Arial, sans-serif;
}

.pre-register-dialog-classic .typo-use-mitr[b-qpxz27930p] {
    font-family: "Mitr", sans-serif;
}

.pre-register-dialog-classic .fg-global-blue[b-qpxz27930p] {
    color: #0a477e !important;
}

/* Card (figma + xmutarn) */
.pre-register-dialog-classic .card[b-qpxz27930p] {
    position: relative;
    border-radius: 0.3125rem;
}

.pre-register-dialog-classic .card:not(.card_hide-structure)[b-qpxz27930p] {
    background-color: #dbf6f7 !important;
    border: 1px solid #316090 !important;
    border-radius: 1.875rem !important;
}

.pre-register-dialog-classic .card_hide-structure[b-qpxz27930p] {
    background-color: transparent;
    border: none;
}

/* Form principal - sem fundo off-white */
.pre-register-dialog-classic article.card.card_hide-structure[b-qpxz27930p] {
    background-color: transparent !important;
}

.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md[b-qpxz27930p] {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md .display-flex.flex-items-center[b-qpxz27930p] {
    margin-bottom: 0.5rem;
}

.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md .input[b-qpxz27930p] {
    margin-bottom: 1.25rem;
}

.pre-register-dialog-classic .card--header[b-qpxz27930p] {
    margin: 0;
    padding: 1rem;
}

.pre-register-dialog-classic .card--header--title[b-qpxz27930p],
.pre-register-dialog-classic .card--header--summary[b-qpxz27930p] {
    margin: 0;
}

.pre-register-dialog-classic .card--header--title[b-qpxz27930p] {
    color: #0a477e;
}

.pre-register-dialog-classic .card--header--summary[b-qpxz27930p] {
    color: rgba(0, 0, 0, 0.54);
}

.pre-register-dialog-classic .card--action[b-qpxz27930p] {
    position: relative;
    margin: 0;
    padding: 0.5rem;
}

/* Botão Enviar (border-image como os botões do menu) */
.pre-register-dialog-classic .pre-register-send-btn[b-qpxz27930p] {
    border: 0px solid transparent;
    border-image-source: url('/img/classic_theme/claim_rewards/bg-btn-green.webp');
    border-image-slice: 1 fill;
    border-image-repeat: stretch;
    background-color: transparent;
    color: white;
    font-weight: bold;
    display: flex;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    padding: 1rem 1.5rem;
}

.pre-register-dialog-classic .card--action[b-qpxz27930p]{
    gap: 1rem;
}

.pre-register-dialog-classic .pre-register-send-btn:hover:not(:disabled)[b-qpxz27930p] {
    filter: brightness(1.1);
}

.pre-register-dialog-classic .pre-register-send-btn:disabled[b-qpxz27930p] {
    cursor: not-allowed;
    opacity: 0.85;
}

.pre-register-dialog-classic .pre-register-send-btn:focus-visible[b-qpxz27930p] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
}

/* Labels do form (E-MAIL, TELEFONE) - marrom escuro, uppercase */
.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md > div > p.typo-body-1.fg-global-blue[b-qpxz27930p] {
    color: #4A2B00 !important;
    text-transform: uppercase;
}

/* Input (excluindo senha) - bege claro, borda sutil */
.pre-register-dialog-classic .input[b-qpxz27930p] {
    position: relative;
    font-weight: 500;
}

.pre-register-dialog-classic article.card .input[b-qpxz27930p] {
    color: #4A2B00;
}

.pre-register-dialog-classic .input--field[b-qpxz27930p] {
    padding: 1em 0.3125em 0.75em 0;
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
    color: inherit;
    background-color: transparent;
}

/* Inputs de texto (e-mail, telefone) - azul claro, borda azul */
.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md .input .input--field_outlined[b-qpxz27930p] {
    padding: 0.625em 0.75rem !important;
    border: 1px solid #3e88aa !important;
    border-radius: 4px;
    background-color: #96d8e8 !important;
    color: #2d5a6e !important;
}

.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md .input .input--field_outlined[b-qpxz27930p]::-webkit-input-placeholder,
.pre-register-dialog-classic article.card .typo-use-arial.padding-y-md .input .input--field_outlined[b-qpxz27930p]::placeholder {
    color: #68aabf !important;
}

.pre-register-dialog-classic .input--field:focus[b-qpxz27930p] {
    outline: 0;
}

.pre-register-dialog-classic .input--description[b-qpxz27930p] {
    margin: 0;
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    color: inherit;
}

/* Texto descritivo (bônus pré-cadastro) - marrom, fonte menor */
.pre-register-dialog-classic article.card .typo-caption-1.fg-global-blue[b-qpxz27930p] {
    color: #4A2B00 !important;
    font-weight: 400;
}

/* Checkbox de publicidade - manter marrom */
.pre-register-dialog-classic article.card .typo-use-arial .typo-caption-1.fg-global-blue span[b-qpxz27930p] {
    color: #4A2B00 !important;
}

/* Botões (figma + xmutarn) */
.pre-register-dialog-classic .typo-use-arial .btn[b-qpxz27930p],
.pre-register-dialog-classic .btn.typo-use-arial[b-qpxz27930p] {
    padding: 0 3.4375em;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.06em;
    line-height: normal;
    border-radius: 0.25rem;
}

.pre-register-dialog-classic .btn[b-qpxz27930p] {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 0 1.143em;
    height: 2.571875em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 0.25rem;
    justify-content: center;
    align-items: center;
}

.pre-register-dialog-classic .btn:not(.btn_outlined):not(.btn_outlined-color)[b-qpxz27930p] {
    border: none;
}

.pre-register-dialog-classic .btn:not([disabled]):not(.btn_disabled)[b-qpxz27930p] {
    cursor: pointer;
    color: white;
}

.pre-register-dialog-classic .btn_color-accent[b-qpxz27930p] {
    background-color: #F50057;
}

/* Theme colors */
.pre-register-dialog-classic .theme-fg-primary[b-qpxz27930p] {
    color: rgba(0, 0, 0, 0.87) !important;
}

.pre-register-dialog-classic .theme-fg-secondary[b-qpxz27930p] {
    color: rgba(0, 0, 0, 0.54) !important;
}

/* App btn close (app.css) */
.pre-register-dialog-classic .app-btn_close[b-qpxz27930p] {
    top: -1.25rem;
    right: .625rem;
    z-index: 10;
    width: 3.0375em;
    padding: 1.9375em !important;
}

/* Confirmation dialog (figma.css) */
.pre-register-dialog-classic .confirmation-preregister-dialog[b-qpxz27930p] {
    width: 1444px;
    height: 638px;
    background-image: url(/img/item/group.png) !important;
    justify-self: center;
}

.pre-register-dialog-classic .confirmation-preregister-dialog-description[b-qpxz27930p] {
    background-image: url(/img/item/ca.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pre-register-dialog-classic .confirmation-preregister-dialog-chest[b-qpxz27930p] {
    display: none;
}

.pre-register-dialog-classic .confirmation-preregister-dialog-rewards-container[b-qpxz27930p] {
    gap: 10px;
}

/* Media queries - 1440px */
@media (max-width: 1440px) {
    .pre-register-dialog-classic .confirmation-preregister-dialog[b-qpxz27930p] {
        width: 98vw;
        max-width: 600px;
        aspect-ratio: 994 / 798;
        height: auto;
        background-image: url(/img/item/confirmation-pre-register-dialog-bg-mobile.png) !important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 50%;
        position: fixed;
        transform: translate(0px, -50%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-chest[b-qpxz27930p] {
        display: block;
        position: absolute;
        bottom: 50%;
        left: -20px;
        z-index: 1;
        width: 24%;
        transform: translateY(50%);
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-title[b-qpxz27930p] {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-description[b-qpxz27930p] {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 10px;
        width: 100%;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-rewards[b-qpxz27930p] {
        width: 250px;
        margin: 0 auto;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-close-btn[b-qpxz27930p] {
        position: absolute;
        top: 20px;
        right: 40px;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-close-btn div[b-qpxz27930p] {
        padding-right: 0 !important;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-rewards-container[b-qpxz27930p] {
        flex-direction: column;
        position: relative;
        gap: 0;
    }

    .pre-register-dialog-classic .btn-social-address[b-qpxz27930p] {
        width: calc(100% - 20px);
    }
}

/* Media queries - 991px */
@media (max-width: 991px) {
    .pre-register-dialog-classic .confirmation-preregister-dialog-close-btn[b-qpxz27930p] {
        top: 20px;
        right: 25px;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-title[b-qpxz27930p] {
        font-size: 1.5rem;
    }

    .pre-register-dialog-classic .confirmation-preregister-dialog-description[b-qpxz27930p] {
        font-size: 1rem;
    }

    .pre-register-dialog-classic .btn-social-address[b-qpxz27930p] {
        width: calc(100% - 40px);
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/PrimeClubItemSlots.razor.rz.scp.css */
.prime-club-item-slots[b-2yyyc20k0o] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.prime-club-item-slots__slot[b-2yyyc20k0o] {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/img/classic_theme/prime_club/item-label.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: filter 0.15s, transform 0.15s;
}

.prime-club-item-slots__slot--empty[b-2yyyc20k0o] {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.prime-club-item-slots__slot--active[b-2yyyc20k0o] {
    filter: brightness(1.25);
}

.prime-club-item-slots__slot:not(.prime-club-item-slots__slot--empty):hover[b-2yyyc20k0o] {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.prime-club-item-slots__slot-img[b-2yyyc20k0o] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Badge de quantidade */
.prime-club-item-slots__slot-qty[b-2yyyc20k0o] {
    position: absolute;
    bottom: 1px;
    right: 2px;
    font-size: 0.55rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    line-height: 1;
    pointer-events: none;
}

/* Overlay invisível para fechar o tooltip ao clicar fora */
.prime-club-item-slots__tooltip-overlay[b-2yyyc20k0o] {
    position: fixed;
    inset: 0;
    z-index: 998;
}

/* Tooltip fixo no viewport — acima de tudo */
.prime-club-item-slots__tooltip[b-2yyyc20k0o] {
    position: fixed;
    transform: translateX(-50%);
    background: rgba(20, 10, 5, 0.95);
    border: 1px solid #95866f;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    z-index: 999;
    min-width: 140px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.7);
    white-space: nowrap;
}

.prime-club-item-slots__tooltip p[b-2yyyc20k0o] {
    margin: 0;
    font-size: 0.65rem;
    color: #e8d8b0;
    line-height: 1.6;
}

.prime-club-item-slots__tooltip strong[b-2yyyc20k0o] {
    color: #ffd700;
}

.prime-club-item-slots__tooltip-name[b-2yyyc20k0o] {
    font-size: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid rgba(149, 134, 111, 0.5);
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem !important;
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/SignUpFormClassic.razor.rz.scp.css */
/* SignUpFormClassic – formulário de cadastro no modal tema Classic (mesmo estilo do LoginFormClassic) */

.signup-form-classic[b-8gc4668yzk] {
    padding: 0.5rem 0;
    max-width: 100%;
}

.signup-form-classic__header[b-8gc4668yzk] {
    text-align: center;
    margin-bottom: 1.25rem;
}

.signup-form-classic__title[b-8gc4668yzk] {
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #f5e6a8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.signup-form-classic__summary[b-8gc4668yzk] {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #f0e5b8;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.signup-form-classic__social[b-8gc4668yzk] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.signup-form-classic__social-row[b-8gc4668yzk] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 280px;
}

.signup-form-classic__social-btn[b-8gc4668yzk] {
    flex: 1;
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    min-width: 0;
    -webkit-tap-highlight-color: transparent;
}

.signup-form-classic__social-btn img[b-8gc4668yzk] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.signup-form-classic__social-btn:focus-visible[b-8gc4668yzk] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
    border-radius: 8px;
}

.signup-form-classic__fields[b-8gc4668yzk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.signup-form-classic__field[b-8gc4668yzk] {
    position: relative;
    width: 100%;
    max-width: 280px;
}

.signup-form-classic__fields[b-8gc4668yzk]  .signup-form-classic__input,
.signup-form-classic__fields[b-8gc4668yzk]  input.signup-form-classic__input {
    width: 100%;
    max-width: 280px;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    background-color: #FAF3E9 !important;
    border: 1px solid #999077 !important;
    border-radius: 8px;
    box-sizing: border-box;
}

.signup-form-classic__fields[b-8gc4668yzk]  .signup-form-classic__input::placeholder,
.signup-form-classic__fields[b-8gc4668yzk]  input.signup-form-classic__input::placeholder {
    color: #6b6356;
}

.signup-form-classic__fields[b-8gc4668yzk]  .signup-form-classic__input:focus,
.signup-form-classic__fields[b-8gc4668yzk]  input.signup-form-classic__input:focus {
    outline: 2px solid rgba(180, 80, 60, 0.6);
    outline-offset: 0;
}

.signup-form-classic__agree[b-8gc4668yzk] {
    max-width: 280px;
    margin: 0 auto 0.5rem;
}

.signup-form-classic__checkbox-label[b-8gc4668yzk] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #f0e5b8;
    cursor: pointer;
}

.signup-form-classic__checkbox-label a[b-8gc4668yzk] {
    color: #d35400;
    text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
    text-decoration: underline;
}

.signup-form-classic__error[b-8gc4668yzk] {
    display: block;
    font-size: 0.85rem;
    color: #c0392b;
    margin-top: 0.25rem;
}

.signup-form-classic__captcha[b-8gc4668yzk] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.signup-form-classic__submit[b-8gc4668yzk] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.signup-form-classic__footer[b-8gc4668yzk] {
    text-align: center;
    font-size: 0.9rem;
}

.signup-form-classic__link[b-8gc4668yzk] {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: #d35400;
    text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    0 1px 0 #fff,
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.signup-form-classic__link:hover[b-8gc4668yzk] {
    text-decoration: underline;
}

.signup-form-classic__link:focus-visible[b-8gc4668yzk] {
    outline: 2px solid rgba(255, 165, 0, 0.8);
    outline-offset: 2px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .signup-form-classic__title[b-8gc4668yzk] {
        font-size: 1.25rem;
    }

    .signup-form-classic__summary[b-8gc4668yzk] {
        font-size: 0.9rem;
    }
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/SocialIconLinkClassic.razor.rz.scp.css */
/* SocialIconLinkClassic - ícone WhatsApp/Discord reutilizável (estilo do pré-registro) */

.social-icon-classic img[b-1p23k4hvkk] {
    max-height: 4rem;
}

.social-icon-classic:hover img[b-1p23k4hvkk] {
    filter: brightness(1.1);
}
/* _content/Xttdenc.Web/Shared/Layouts/Classic/SocialNetworksClassic.razor.rz.scp.css */
/* SocialNetworksClassic - seção Redes sociais da home (tema Classic) */

.social-networks-classic__row[b-x9zgoi2a8d] {
    gap: 2rem;
}

.social-networks-classic__left[b-x9zgoi2a8d] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.social-networks-classic__grid[b-x9zgoi2a8d] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    width: 100%;
    max-width: 420px;
}

.social-networks-classic__card[b-x9zgoi2a8d] {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes social-networks-classic__zoom-in-b-x9zgoi2a8d {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.social-networks-classic__link[b-x9zgoi2a8d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform-origin: center;
    opacity: 0;
    transform: scale(0);
}

/* Animação só quando a seção está visível no viewport */
.fade-in-section.fade-in-visible .social-networks-classic__link[b-x9zgoi2a8d] {
    animation: social-networks-classic__zoom-in-b-x9zgoi2a8d 0.2s ease-out both;
}

.fade-in-section.fade-in-visible .social-networks-classic__link:nth-child(1)[b-x9zgoi2a8d] { animation-delay: 0.4s; }
.fade-in-section.fade-in-visible .social-networks-classic__link:nth-child(2)[b-x9zgoi2a8d] { animation-delay: 0.5s; }
.fade-in-section.fade-in-visible .social-networks-classic__link:nth-child(3)[b-x9zgoi2a8d] { animation-delay: 0.6s; }
.fade-in-section.fade-in-visible .social-networks-classic__link:nth-child(4)[b-x9zgoi2a8d] { animation-delay: 0.7s; }
.fade-in-section.fade-in-visible .social-networks-classic__link:nth-child(5)[b-x9zgoi2a8d] { animation-delay: 0.8s; }
.fade-in-section.fade-in-visible .social-networks-classic__link:nth-child(6)[b-x9zgoi2a8d] { animation-delay: 0.9s; }

.social-networks-classic__link:hover[b-x9zgoi2a8d] {
    opacity: 0.9;
    transform: scale(1.02);
}

.social-networks-classic__icon-wrap[b-x9zgoi2a8d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0.5rem;
}

.social-networks-classic__icon[b-x9zgoi2a8d] {

    width: auto;
    height: auto;
    object-fit: contain;
}

.social-networks-classic__badge[b-x9zgoi2a8d] {
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: #1a1a1a;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
}

.social-networks-classic__badge--whatsapp[b-x9zgoi2a8d] {
    color: #f0c674;
    border-color: #f0c674;
}

.social-networks-classic__description[b-x9zgoi2a8d] {
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4A2B00;
    max-width: 420px;
}

.social-networks-classic__description :deep(strong)[b-x9zgoi2a8d] {
    font-weight: 700;
}

.social-networks-classic__right[b-x9zgoi2a8d] {
    padding: 1rem 0;
}

@keyframes social-networks-classic__float-b-x9zgoi2a8d {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.social-networks-classic__character[b-x9zgoi2a8d] {
    max-width: 100%;
    width: auto;
    object-fit: contain;
    animation: social-networks-classic__float-b-x9zgoi2a8d 3s ease-in-out infinite;
}

.social-networks-classic__logo[b-x9zgoi2a8d] {
    max-width: 100%;
    width: auto;
    max-height: 80px;
    object-fit: contain;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .social-networks-classic__row[b-x9zgoi2a8d] {
        flex-direction: column;
    }

    .social-networks-classic__left[b-x9zgoi2a8d] {
        order: 1;
        align-items: center;
    }

    .social-networks-classic__grid[b-x9zgoi2a8d] {
        justify-items: center;
    }

    .social-networks-classic__description[b-x9zgoi2a8d] {
        text-align: center;
    }

    .social-networks-classic__right[b-x9zgoi2a8d] {
        order: 2;
    }
}
/* _content/Xttdenc.Web/Shared/MagicJar/Jar.razor.rz.scp.css */
/* Componente do Jarro Mágico */

.jar-container[b-bo5rk10nxo] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
}
.jar-container[b-bo5rk10nxo]::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: 170%;
    background-image: url(/img/magic-jar/bg.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    animation: content-background-fade-in 1s ease-in-out;
    aspect-ratio: 1;
}


.jar-image[b-bo5rk10nxo] {
    width: 100%;
    height: auto;
    max-width:640px;
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
    /* Ponto de rotação na base do jarro */
    transform-origin: bottom center;
    /* Animação idle - tremida após 5s, repetindo a cada 10s */
    animation: jar-idle-shake-b-bo5rk10nxo 10s ease-in-out 5s infinite;
}

.jar-image:hover[b-bo5rk10nxo] {
    transform: scale(1.05) rotate(0deg);
}

/* Animação de entrada (flutuação) */
.jar-float .jar-image[b-bo5rk10nxo] {
    animation: jar-float-b-bo5rk10nxo 1s ease-in-out, jar-idle-shake-b-bo5rk10nxo 10s ease-in-out 5s infinite;
}

@keyframes jar-float-b-bo5rk10nxo {
    0% {
        transform: translateY(-15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Animação de tremor antes de quebrar (2 segundos - sincronizada com o som) */
.jar-shaking .jar-image[b-bo5rk10nxo] {
    animation: jar-shake-break-b-bo5rk10nxo 2s ease-in-out;
}

@keyframes jar-shake-break-b-bo5rk10nxo {
    /* Primeiros 20% (0-0.4s): Tremor leve */
    0% {
        transform: translateX(0) rotate(0deg);
    }
    2% {
        transform: translateX(-5px) rotate(-1deg);
    }
    4% {
        transform: translateX(5px) rotate(1deg);
    }
    6% {
        transform: translateX(-5px) rotate(-1deg);
    }
    8% {
        transform: translateX(5px) rotate(1deg);
    }
    10% {
        transform: translateX(-3px) rotate(-0.5deg);
    }
    12% {
        transform: translateX(3px) rotate(0.5deg);
    }
    14% {
        transform: translateX(-3px) rotate(-0.5deg);
    }
    16% {
        transform: translateX(3px) rotate(0.5deg);
    }
    18% {
        transform: translateX(-2px) rotate(0deg);
    }
    20% {
        transform: translateX(2px) rotate(0deg);
    }
    
    /* Meio (20-80%): Tremor intenso e crescente */
    25% {
        transform: translateX(-12px) rotate(-4deg);
    }
    30% {
        transform: translateX(12px) rotate(4deg);
    }
    35% {
        transform: translateX(-15px) rotate(-5deg);
    }
    40% {
        transform: translateX(15px) rotate(5deg);
    }
    45% {
        transform: translateX(-18px) rotate(-6deg);
    }
    50% {
        transform: translateX(18px) rotate(6deg);
    }
    55% {
        transform: translateX(-20px) rotate(-7deg);
    }
    60% {
        transform: translateX(20px) rotate(7deg);
    }
    65% {
        transform: translateX(-22px) rotate(-8deg);
    }
    70% {
        transform: translateX(22px) rotate(8deg);
    }
    75% {
        transform: translateX(-25px) rotate(-9deg);
    }
    80% {
        transform: translateX(25px) rotate(9deg);
    }
    
    /* Final (80-100%): Tremor extremo antes de quebrar */
    85% {
        transform: translateX(-30px) rotate(-12deg);
    }
    90% {
        transform: translateX(30px) rotate(12deg);
    }
    92% {
        transform: translateX(-35px) rotate(-15deg);
    }
    94% {
        transform: translateX(35px) rotate(15deg);
    }
    96% {
        transform: translateX(-40px) rotate(-18deg);
    }
    98% {
        transform: translateX(40px) rotate(18deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}

/* Animação de balanço rotacional (idle) - chama atenção */
@keyframes jar-idle-shake-b-bo5rk10nxo {
    0%, 92%, 100% {
        transform: rotate(0deg);
        filter: blur(0px);
    }
    93% {
        transform: rotate(-4deg);
        filter: blur(0.5px);
    }
    94% {
        transform: rotate(4deg);
        filter: blur(0.5px);
    }
    95% {
        transform: rotate(-3deg);
        filter: blur(0.4px);
    }
    96% {
        transform: rotate(3deg);
        filter: blur(0.4px);
    }
    97% {
        transform: rotate(-2deg);
        filter: blur(0.3px);
    }
    98% {
        transform: rotate(2deg);
        filter: blur(0.3px);
    }
    99% {
        transform: rotate(-1deg);
        filter: blur(0.2px);
    }
    99.5% {
        transform: rotate(0deg);
        filter: blur(0px);
    }
}

/* Animação de restauração suave com fade */
.jar-restoring .jar-image[b-bo5rk10nxo] {
    animation: jar-fade-out-b-bo5rk10nxo 0.5s ease-out forwards;
}

/* Fade out do jarro quebrado */
@keyframes jar-fade-out-b-bo5rk10nxo {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        filter: blur(3px);
    }
}

@media (max-width: 1024px) {
    .jar-container[b-bo5rk10nxo]::before {
        background-size: cover;
        background-position: center 2rem;
        background-repeat: no-repeat;
        background-image: url(/img/magic-jar/bg-mobile.png);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}
/* Responsividade */
@media (max-width: 768px) {
    .jar-container[b-bo5rk10nxo] {
        padding: 1rem;
    }
}

/* _content/Xttdenc.Web/Shared/MagicJar/MagicJarLimitedSlotsConfirmModal.razor.rz.scp.css */
/* Mesmo visual do GiraDropInfoModal (modal de informações) */
.limited-slots-modal-overlay[b-nqyifjqpuo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: limited-slots-modal-fade-in-b-nqyifjqpuo 0.3s ease-in-out;
    padding: 20px;
}

@keyframes limited-slots-modal-fade-in-b-nqyifjqpuo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.limited-slots-modal-container[b-nqyifjqpuo] {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    background-image: url('/img/magic-jar/select-character-modal/modal-bg-mobile.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: limited-slots-modal-slide-in-b-nqyifjqpuo 0.4s ease-out;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    box-sizing: border-box;
}

@keyframes limited-slots-modal-slide-in-b-nqyifjqpuo {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.limited-slots-modal-close-button[b-nqyifjqpuo] {
    position: absolute;
    top: calc(-3% - 30px);
    right: calc(-2% - 30px)    ;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('/img/magic-jar/select-character-modal/close-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease;
    z-index: 10;
}

.limited-slots-modal-close-button:hover[b-nqyifjqpuo] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.limited-slots-modal-close-button:active[b-nqyifjqpuo] {
    transform: scale(0.95);
}


.limited-slots-modal-container[b-nqyifjqpuo] {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    border: 50px solid transparent;
    border-image: url("/img/magic-jar/select-character-modal/modal-bg-mobile.png") 10 fill;
    border-image-slice: 80;
    border-image-repeat: stretch;
    border-radius: 85px;
    animation: limited-slots-modal-slide-in-b-nqyifjqpuo 0.4s ease-out;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    box-sizing: border-box;
    background: #fbf0e9;
}

.limited-slots-modal-title[b-nqyifjqpuo] {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: clamp(18px, 2.5vw, 21px);
}

.limited-slots-modal-title-container[b-nqyifjqpuo]{
    position: absolute;
    top: calc(-7% - 100px);
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    aspect-ratio: 6 / 1;
    background-image: url(/img/magic-jar/select-character-modal/title-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.limited-slots-modal-content[b-nqyifjqpuo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 6%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.25rem;
    max-height: 100%;
    gap: 1.5rem;
}

.limited-slots-modal-message[b-nqyifjqpuo] {
    margin: 0;
    text-align: center;
    color: #333;
    line-height: 1.5;
}

.limited-slots-modal-checkbox[b-nqyifjqpuo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.limited-slots-modal-checkbox label[b-nqyifjqpuo] {
    cursor: pointer;
    font-weight: 500;
    color: #333;
}

.limited-slots-modal-buttons[b-nqyifjqpuo] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

/* Mesmo visual do botão Open, um pouco menor */
.limited-slots-modal-btn[b-nqyifjqpuo] {
    position: relative;
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    min-height: 52px;
    color: #FEFFFE;
    text-shadow:
        -2px -2px 0 #5D240A,
        2px -2px 0 #5D240A,
        -2px 2px 0 #5D240A,
        2px 2px 0 #5D240A;
    font-family: Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
}

.limited-slots-modal-btn:active[b-nqyifjqpuo] {
    transform: scale(0.98);
}

.limited-slots-modal-btn-confirm[b-nqyifjqpuo] {
    background-image: url(/img/magic-jar/btn-open.png);
}

.limited-slots-modal-btn-cancel[b-nqyifjqpuo] {
    background-image: url(/img/magic-jar/btn-open-inactive.png);
    opacity: 0.9;
}
/* _content/Xttdenc.Web/Shared/MagicJar/OpenButton.razor.rz.scp.css */
/* Componente de Botão de Abrir Jarro */

.magic-jar-open-button[b-hs5ee6d6sd] {
    position: relative;
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1.5rem;
    color: #FEFFFE;
    text-shadow:
  -2px -2px 0 #5D240A,
   2px -2px 0 #5D240A,
  -2px  2px 0 #5D240A,
   2px  2px 0 #5D240A;
    font-family: Arial;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 2rem 4rem;
    padding-left: 2rem;
}

.magic-jar-open-button.active[b-hs5ee6d6sd] {
    background-image: url(/img/magic-jar/btn-open.png);
}

.magic-jar-open-button.disabled[b-hs5ee6d6sd] {
    background-image: url(/img/magic-jar/btn-open-inactive.png);
    cursor: not-allowed;
    opacity: 0.7;
}

.magic-jar-open-button.active:hover[b-hs5ee6d6sd] {
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.15);
}

.magic-jar-open-button.active:active[b-hs5ee6d6sd] {
    transform: translateY(-1px) scale(0.98);
    filter: brightness(0.95);
}

.button-icon[b-hs5ee6d6sd] {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.button-text[b-hs5ee6d6sd] {
    letter-spacing: 0.05em;
}

.button-cost[b-hs5ee6d6sd] {
    font-size: 0.7em;
    opacity: 0.9;
    margin-left: 0.3em;
}

/* Responsividade */
@media (max-width: 768px) {
    .magic-jar-open-button[b-hs5ee6d6sd] {
        min-width: 140px;
        height: 50px;
        font-size: 1rem;
    }

    .button-icon[b-hs5ee6d6sd] {
        width: 24px;
        height: 24px;
    }
}

/* _content/Xttdenc.Web/Shared/MagicJar/RedeemButton.razor.rz.scp.css */
/* Componente de Botão de Resgatar Item */

.magic-jar-redeem-button[b-jr6s374ogg] {
    position: relative;
    min-width: 240px;
    height: 70px;
    border: none;
    background-image: url(/img/magic-jar/btn-redem.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.2rem;
    color: #FEFFFE;
    text-shadow:
  -2px -2px 0 #5D240A,
   2px -2px 0 #5D240A,
  -2px  2px 0 #5D240A,
   2px  2px 0 #5D240A;
    font-family: Arial;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 4rem 6rem;
}

.magic-jar-redeem-button:disabled[b-jr6s374ogg] {
    cursor: not-allowed;
    opacity: 0.6;
    filter: grayscale(50%);
}

.magic-jar-redeem-button:not(:disabled):hover[b-jr6s374ogg] {
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.15);
}

.magic-jar-redeem-button:not(:disabled):active[b-jr6s374ogg] {
    transform: translateY(-1px) scale(0.98);
    filter: brightness(0.95);
}

.button-text[b-jr6s374ogg] {
    /* Estilos adicionais para o texto, se necessário */
}

/* Responsividade */
@media (max-width: 768px) {
    .magic-jar-redeem-button[b-jr6s374ogg] {
        min-width: 200px;
        height: 60px;
        font-size: 1rem;
    }
}

/* _content/Xttdenc.Web/Shared/MagicJar/SelectCharacterModal.razor.rz.scp.css */
/* Overlay do modal */
.select-character-modal-overlay[b-7ymonvc94y] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-7ymonvc94y 0.3s ease-in-out;
    padding: 20px;
}

@keyframes fadeIn-b-7ymonvc94y {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Container principal do modal */
.select-character-modal[b-7ymonvc94y] {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 2.63 / 1; /* 1206 / 459 */
    background-image: url('/img/magic-jar/select-character-modal/modal-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: modalSlideIn-b-7ymonvc94y 0.4s ease-out;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    box-sizing: border-box;
}

@keyframes modalSlideIn-b-7ymonvc94y {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Botão de fechar (X) */
.modal-close-button[b-7ymonvc94y] {
    position: absolute;
    top: -2%;
    right: -1%;
    width: 60px;
    height: 60px;
   
    cursor: pointer;
    background-image: url('/img/magic-jar/select-character-modal/close-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease;
    z-index: 10;
}

.modal-close-button:hover[b-7ymonvc94y] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.modal-close-button:active[b-7ymonvc94y] {
    transform: scale(0.95);
}

/* Container do título */
.modal-title-container[b-7ymonvc94y] {
    position: absolute;
    top: -18%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    aspect-ratio: 6 / 1;
    background-image: url('/img/magic-jar/select-character-modal/title-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.modal-title[b-7ymonvc94y] {
    margin: 0;
    padding: 0;
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: clamp(18px, 2.5vw, 21px);
}

/* Conteúdo do modal */
.modal-content[b-7ymonvc94y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4%;
    flex: 1;
    padding: 0 2%;
}

/* Formulário */
.modal-form[b-7ymonvc94y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    
    gap: 1rem;
}

.form-group[b-7ymonvc94y] {
    position: relative;
    width: 100%;

}

/* Custom Select */
.custom-select[b-7ymonvc94y] {
    position: relative;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.select-trigger[b-7ymonvc94y] {
    background: #f5f0e8;
    border: 2px solid #5d4a3c;
    border-radius: 12px;
    padding: clamp(12px, 1.5vw, 20px) clamp(16px, 2vw, 24px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.custom-select:hover .select-trigger[b-7ymonvc94y] {
    background: #fff8f0;
    border-color: #7d5a4c;
}

.custom-select.open .select-trigger[b-7ymonvc94y] {
    border-color: #8b6f47;
    background: #fff;
}

.select-text[b-7ymonvc94y] {
    font-size: clamp(14px, 1.8vw, 22px);
    font-weight: 600;
    color: #7b4397;
    text-transform: uppercase;
}

.chevron-icon[b-7ymonvc94y] {
    width: clamp(16px, 2vw, 24px);
    height: clamp(16px, 2vw, 24px);
    transition: transform 0.3s ease;
    filter: brightness(0) saturate(100%) invert(20%) sepia(50%) saturate(1000%) hue-rotate(240deg);
}

.custom-select.open .chevron-icon[b-7ymonvc94y] {
    transform: rotate(180deg);
}

/* Dropdown options */
.select-options[b-7ymonvc94y] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #f5f0e8;
    border: 2px solid #5d4a3c;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    max-height: 250px;
    overflow-y: auto;
    z-index: 100;
    animation: dropdownSlide-b-7ymonvc94y 0.2s ease-out;
}

/* Search dentro do dropdown de personagens */
.select-search[b-7ymonvc94y] {
    position: sticky;
    top: 0;
    background: #f5f0e8;
    padding: clamp(8px, 1vw, 12px) clamp(12px, 1.5vw, 20px);
    border-bottom: 1px solid #e0d5c7;
    z-index: 1;
}

.select-search-input[b-7ymonvc94y] {
    width: 100%;
    border: 1px solid #c9baa8;
    border-radius: 8px;
    padding: clamp(6px, 0.8vw, 10px) clamp(10px, 1.2vw, 16px);
    font-size: clamp(13px, 1.6vw, 18px);
    font-weight: 600;
    color: #5d4a3c;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.select-search-input[b-7ymonvc94y]::placeholder {
    color: #999;
    font-weight: 400;
}

.select-search-input:focus[b-7ymonvc94y] {
    border-color: #8b6f47;
}

@keyframes dropdownSlide-b-7ymonvc94y {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select-option[b-7ymonvc94y] {
    padding: clamp(10px, 1.3vw, 16px) clamp(16px, 2vw, 24px);
    font-size: clamp(13px, 1.6vw, 20px);
    font-weight: 600;
    color: #5d4a3c;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #e0d5c7;
}

.select-option:last-child[b-7ymonvc94y] {
    border-bottom: none;
}

.select-option:hover:not(.disabled)[b-7ymonvc94y] {
    background: linear-gradient(to right, #ffd89b, #ffb347);
    color: white;
}

.select-option.disabled[b-7ymonvc94y] {
    color: #999;
    cursor: not-allowed;
    font-style: italic;
}

/* Scrollbar customizada */
.select-options[b-7ymonvc94y]::-webkit-scrollbar {
    width: 8px;
}

.select-options[b-7ymonvc94y]::-webkit-scrollbar-track {
    background: #e0d5c7;
    border-radius: 12px;
}

.select-options[b-7ymonvc94y]::-webkit-scrollbar-thumb {
    background: #8b6f47;
    border-radius: 12px;
}

.select-options[b-7ymonvc94y]::-webkit-scrollbar-thumb:hover {
    background: #7d5a4c;
}

/* Botão Enviar */
.modal-actions[b-7ymonvc94y] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-button[b-7ymonvc94y] {
    position: relative;
    width: clamp(180px, 15vw, 240px);
    aspect-ratio: 1.8 / 1;
    background-image: url('/img/magic-jar/select-character-modal/btn-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.send-button:not(:disabled):hover[b-7ymonvc94y] {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.send-button:not(:disabled):active[b-7ymonvc94y] {
    transform: scale(0.98);
}

.send-button:disabled[b-7ymonvc94y] {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(50%);
}

.send-button-text[b-7ymonvc94y] {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow:
  -2px -2px 0 #BD3F01,
   2px -2px 0 #BD3F01,
  -2px  2px 0 #BD3F01,
   2px  2px 0 #BD3F01   ;
}

/* Responsividade */
@media (max-width: 768px) {
    .select-character-modal[b-7ymonvc94y] {
        aspect-ratio: 1 / 1;
        background-image: url('/img/magic-jar/select-character-modal/modal-bg-mobile.png');
        background-size: 100% 100%;
    }

    .modal-title-container[b-7ymonvc94y] {
       top: -7%;
    }

    .modal-content[b-7ymonvc94y] {
        flex-direction: column;
        gap: 6%;
        justify-content: center;
    }

    .modal-form[b-7ymonvc94y] {
        gap: 1rem;
        flex: unset;
        width: 100%;
    }

    .modal-close-button[b-7ymonvc94y] {
        width: 50px;
        height: 50px;
        top: -3%;
        right: -2%;
    }

    .close-icon[b-7ymonvc94y] {
        font-size: 24px;
    }

    .send-button[b-7ymonvc94y] {
        width: clamp(160px, 40vw, 200px);
    }
}

@media (max-width: 480px) {
   

    .modal-title-container[b-7ymonvc94y] {
        height: 18%;
        margin-bottom: 8%;
    }

    .modal-content[b-7ymonvc94y] {
        gap: 8%;
    }

    .select-options[b-7ymonvc94y] {
        max-height: 180px;
    }
}
/* _content/Xttdenc.Web/Shared/MagicJar/Slot.razor.rz.scp.css */
/* Componente de Slot do Jarro Mágico */

.magic-jar-slot[b-jfwilzq70x] {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    aspect-ratio: 1 / 1;
    background-image: url(/img/magic-jar/bg-slot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magic-jar-slot:hover[b-jfwilzq70x] {
    transform: scale(1.05);
    filter: brightness(1.2);
}

.magic-jar-slot:active[b-jfwilzq70x] {
    transform: scale(0.95);
}

/* _content/Xttdenc.Web/Shared/MagicJar/TipsModal.razor.rz.scp.css */
/* Overlay */
.tips-modal-overlay[b-iie2ffdml2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: tips-modal-fade-in-b-iie2ffdml2 0.3s ease-in-out;
    padding: 20px;
}

@keyframes tips-modal-fade-in-b-iie2ffdml2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Container */
.tips-modal-container[b-iie2ffdml2] {
    position: relative;
    width: 100%;
    max-width: 800px;
    max-height: 80vh;
    aspect-ratio: 1 / 1;
    background-image: url('/img/magic-jar/select-character-modal/modal-bg-mobile.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: tips-modal-slide-in-b-iie2ffdml2 0.4s ease-out;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    box-sizing: border-box;
}

@keyframes tips-modal-slide-in-b-iie2ffdml2 {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Close button */
.tips-modal-close-button[b-iie2ffdml2] {
    position: absolute;
    top: -3%;
    right: -2%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url('/img/magic-jar/select-character-modal/close-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease;
    z-index: 10;  
}

.tips-modal-close-button:hover[b-iie2ffdml2] {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.tips-modal-close-button:active[b-iie2ffdml2] {
    transform: scale(0.95);
}

/* Title */
.tips-modal-title-container[b-iie2ffdml2] {
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    aspect-ratio: 6 / 1;
    background-image: url('/img/magic-jar/select-character-modal/title-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips-modal-title[b-iie2ffdml2] {
    margin: 0;
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: clamp(18px, 2.5vw, 21px);
}

/* Content */
.tips-modal-content[b-iie2ffdml2] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 6%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1.5rem;
    max-height: 100%;
}

.tips-modal-content[b-iie2ffdml2]::-webkit-scrollbar {
    width: 8px;
}

.tips-modal-content[b-iie2ffdml2]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.tips-modal-content[b-iie2ffdml2]::-webkit-scrollbar-thumb {
    background: rgba(255, 215, 0, 0.6);
    border-radius: 4px;
}

.tips-modal-content[b-iie2ffdml2]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 215, 0, 0.8);
}

.tips-modal-content > div[b-iie2ffdml2] {
    width: 100%;
    padding: 1rem 0;
}

/* Estilos para o conteúdo das regras */
.tips-modal-rules-container[b-iie2ffdml2] {
    text-align: left;
}

.tips-modal-rules-section-title[b-iie2ffdml2] {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #4c1f04;
}

.tips-modal-rules-list[b-iie2ffdml2] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5em;
}

.tips-modal-rules-list:last-child[b-iie2ffdml2] {
    margin-bottom: 0;
}

.tips-modal-rules-item[b-iie2ffdml2] {
    margin-bottom: 0.6em;
    padding-left: 1.5em;
    position: relative;
}

.tips-modal-rules-icon[b-iie2ffdml2] {
    position: absolute;
    left: 0;
}

@media (max-width: 480px) {
    .tips-modal-title-container[b-iie2ffdml2] {
        height: 18%;
        margin-bottom: 8%;
    }

    .tips-modal-content[b-iie2ffdml2] {
        padding: 0 8%;
    }

}

/* _content/Xttdenc.Web/Shared/PlayGame/GameDownloadDisclaimer.razor.rz.scp.css */
@keyframes disclaimer-enter-b-a764utzt8i {
    0% {
        opacity: 0;
        transform: translateY(24px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes disclaimer-float-b-a764utzt8i {
    0%, 100% {
        transform: translateY(0px) scale(0.8);
        box-shadow: 0 4px 24px rgba(0, 255, 214, 0.18), 0 1px 4px rgba(0,0,0,0.18);
    }
    50% {
        transform: translateY(-6px) scale(0.8);
        box-shadow: 0 12px 36px rgba(0, 255, 214, 0.32), 0 4px 12px rgba(0,0,0,0.22);
    }
}

.game-download-disclaimer[b-a764utzt8i] {
    width: 1000px;
    max-width: 100vw;
    margin: 0 auto;
    background: #00FFD6;
    background: radial-gradient(circle, rgb(32 159 139) 0%, rgba(0, 93, 106, 1) 55%);
    border: 2px solid #0b4a6e;
    outline: 2px solid rgb(32 159 139);
    border-radius: 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 16px;
    margin-top: 40px;

    animation:
        disclaimer-enter-b-a764utzt8i 0.6s cubic-bezier(0.22, 1, 0.36, 1) 3s both,
        disclaimer-float-b-a764utzt8i 3s ease-in-out 3.6s infinite;
}

@keyframes disclaimer-typewriter-b-a764utzt8i {
    from { clip-path: inset(0 100% 0 0); }
    to   { clip-path: inset(0 0% 0 0); }
}

.game-download-disclaimer--message[b-a764utzt8i] {
    margin: 0;
    opacity: 0.85;
    font-family: "Mitr", sans-serif;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: -1px -1px 0 rgba(0, 93, 106, 1), 1px -1px 0 rgba(0, 93, 106, 1), -1px 1px 0 rgba(0, 93, 106, 1), 1px 1px 0 rgba(0, 93, 106, 1), 0 1px 0 rgba(0, 0, 0, 0.35);

    animation: disclaimer-typewriter-b-a764utzt8i 1.4s steps(44, end) 3.7s both;
}

@keyframes disclaimer-btn-enter-b-a764utzt8i {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    70% {
        transform: scale(1.08);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.game-download-disclaimer a.game-download-disclaimer--btn[b-a764utzt8i] {
    cursor: pointer;
        width: auto;
    height: 82px;
    min-height: unset;
    padding: 4px 20px;
    margin: 0 0.5rem;
    border-radius: 24px;
    background: none!important;
    border: 1px solid transparent;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 50px;
    border-right-width: 50px;
    border-image: url(/img/guest-account/bg-btn.png) 40 120 40 120 fill stretch;
    
    font-family: "Mitr", sans-serif;

    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.05;
    white-space: nowrap;
    text-shadow: -2px -2px 0 #0b4a6e, 2px -2px 0 #0b4a6e, -2px 2px 0 #0b4a6e, 2px 2px 0 #0b4a6e, 0 2px 0 rgba(0, 0, 0, 0.35);

    opacity: 0;
    animation: disclaimer-btn-enter-b-a764utzt8i 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 5.1s both;

    transition: filter 0.2s ease-in-out;
}

.game-download-disclaimer a.game-download-disclaimer--btn:hover[b-a764utzt8i]{
    filter: brightness(0.9);
}

.game-download-disclaimer--close[b-a764utzt8i] {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    opacity: 0.7;
    padding: 4px 8px;
    line-height: 1;
    flex-shrink: 0;
    transition: opacity 0.2s ease-in-out;
}

.game-download-disclaimer--close:hover[b-a764utzt8i] {
    opacity: 1;
}
/* _content/Xttdenc.Web/Shared/ReCaptcha/ReCaptchaV2Widget.razor.rz.scp.css */
.recaptcha-widget[b-jslug7bhbz] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Xttdenc.Web/Shared/Recharge/RechargeDialog.razor.rz.scp.css */
/* Search-select de personagens */

.char-search-select[b-87k7oroa74] {
    position: relative;
}

.char-search-select--trigger[b-87k7oroa74] {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    min-height: 38px;
}

.char-search-select--placeholder[b-87k7oroa74] {
    color: #999;
}

.char-search-select--arrow[b-87k7oroa74] {
    font-size: 11px;
    opacity: 0.5;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.char-search-select--trigger_open .char-search-select--arrow[b-87k7oroa74] {
    transform: rotate(180deg);
}

.char-search-select--backdrop[b-87k7oroa74] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.char-search-select--dropdown[b-87k7oroa74] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #bae6ed;
    border: 1px solid #10477e;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    overflow: hidden;
}

.char-search-select--search[b-87k7oroa74] {
    background-color: #bae6ed;
    border-bottom: 1px solid #10477e;
    padding: 6px 8px;
}

.char-search-select--search-input[b-87k7oroa74] {
    width: 100%;
    border: 1px solid #10477e;
    border-radius: 3px;
    padding: 5px 8px;
    background: transparent;
    color: #10477e;
    font-size: 13px;
    outline: none;
    box-sizing: border-box;
}

.char-search-select--search-input[b-87k7oroa74]::placeholder {
    color: rgba(10, 71, 126, 0.5);
}

.char-search-select--options[b-87k7oroa74] {
    max-height: 180px;
    overflow-y: auto;
}

.char-search-select--option[b-87k7oroa74] {
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #10477e;
    transition: background 0.1s;
}

.char-search-select--option:hover[b-87k7oroa74] {
    background: rgba(16, 71, 126, 0.12);
    color: #10477e;
}

.char-search-select--option_selected[b-87k7oroa74] {
    background: rgba(16, 71, 126, 0.15);
    color: #10477e;
    font-weight: 600;
}

/* Estilização do Sistema de Abas do Modal de Recarga */

.recharge-tabs[b-87k7oroa74] {
    width: 100%;
    padding: 0 2rem;
}

.tabs-navigation[b-87k7oroa74] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: -1px;
}

.tab-button[b-87k7oroa74] {
    flex: 1;
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    color: #004581;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    font-family: 'Arial', sans-serif;
}

.tab-button:hover[b-87k7oroa74] {
    background: rgba(255, 255, 255, 0.05);
}

.tab-button.active[b-87k7oroa74] {
   
    border: 1px solid #004581;
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
    background: #FFFFFF75;
}


.tab-button .fa-solid[b-87k7oroa74] {
    font-size: 1.1rem;
}

/* Animação de entrada do conteúdo da aba */
.form-section[b-87k7oroa74] {
    animation: fadeInUp-b-87k7oroa74 0.4s ease-out;
}

@keyframes fadeInUp-b-87k7oroa74 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade para telas menores */
@media (max-width: 768px) {
    .recharge-tabs[b-87k7oroa74] {
        margin-top: 1rem;
    }
    .tab-button[b-87k7oroa74] {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }
    
    .tab-button .fa-solid[b-87k7oroa74] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .tabs-navigation[b-87k7oroa74] {
        gap: 0.25rem;
    }
    
    .tab-button[b-87k7oroa74] {
        padding: 0.6rem 0.5rem;
        font-size: 0.85rem;
        flex-direction: column;
        gap: 0.25rem;
    }
}

/* Aprimoramento visual dos produtos na aba de créditos */
.product-item[b-87k7oroa74] {
    position: relative;
    overflow: visible;
}

.product-item.selected[b-87k7oroa74]::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid #4a90e2;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(74, 144, 226, 0.5);
    animation: pulse-b-87k7oroa74 2s infinite;
    pointer-events: none;
}

@keyframes pulse-b-87k7oroa74 {
    0%, 100% {
        box-shadow: 0 0 15px rgba(74, 144, 226, 0.5);
    }
    50% {
        box-shadow: 0 0 25px rgba(74, 144, 226, 0.8);
    }
}

.coupon-section[b-87k7oroa74] {
    margin-top: 0.5rem;
}

.coupon-tag[b-87k7oroa74] {
    display: inline-block;
    background: linear-gradient(135deg, #e53935, #b71c1c);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 3px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transform: rotate(-12deg);
    transform-origin: center;
    position: relative;
}

.coupon-tag[b-87k7oroa74]::before,
.coupon-tag[b-87k7oroa74]::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
}

.coupon-tag[b-87k7oroa74]::before { left: 4px; }
.coupon-tag[b-87k7oroa74]::after  { right: 4px; }

.coupon-discount[b-87k7oroa74] {
    animation: couponPop-b-87k7oroa74 0.4s ease-out;
}

@keyframes couponPop-b-87k7oroa74 {
    from {
        transform: rotate(-12deg) scale(0.6);
        opacity: 0;
    }
    to {
        transform: rotate(-12deg) scale(1);
        opacity: 1;
    }
}

/* _content/Xttdenc.Web/Shared/Toolbars/DesktopToolbar.razor.rz.scp.css */
.toolbar--nav[b-q2pg3lmin2] {
    padding: 5px !important;
}
/* _content/Xttdenc.Web/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-8sbzofo56s] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-text[b-8sbzofo56s] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    .tooltip-text[b-8sbzofo56s]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover .tooltip-text[b-8sbzofo56s] {
    visibility: visible;
}
