/* Font global para single page */
.info-single,
.date-price,
.description-single,
.container-winner-single,
#modal-prizes {
    font-family: Montserrat, 'Public Sans', sans-serif;
}

/* Card Títulos Info - MUI Style */
.card-titulos-info {
    background-image: none;
    position: relative;
    z-index: 0;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 16px;
    margin: 0px;
    padding: 8px;
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

/* Container max-width para desktop */
body section .container {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
}

.info-single .img-wrapper{
    position: relative;
    width: 100%;
}

/* Carousel Container */
.carousel-container {
    width: 100%;
    height: 337.5px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
    touch-action: pan-y pinch-zoom;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.carousel-track.dragging {
    transition: none;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.info-single .img-single{
    width: 100%;
    height: 337.5px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

/* Gradient Container - MUI Style */
.info-single .img-wrapper .gradient-container{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.info-single .img-wrapper .gradient-overlay{
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(254deg, rgba(29, 86, 255, 0.01) 0px, rgb(0, 0, 0));
    z-index: -1;
}

.info-single .img-wrapper .gradient-content{
    display: flex;
    flex-direction: column;
    padding: 8px;
    z-index: 100;
    width: 100%;
    color: rgb(255, 255, 255);
}

.info-single .img-wrapper .gradient-badge{
    margin: 4px 0;
}

.info-single .img-wrapper .gradient-badge .badge-status {
    height: 22px;
    min-width: 22px;
    border-radius: 6px;
    cursor: default;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-family: Montserrat, "Public Sans", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    line-height: 1;
    padding: 2.4px 8px;
    animation: fadeBlink 2.5s ease infinite;
}

.info-single .img-wrapper .gradient-badge .badge-concluido {
    background-color: rgb(223, 227, 232) !important;
    color: rgb(33, 43, 54) !important;
    animation: none !important;
    font-size: 8px !important;
}

.info-single .img-wrapper .gradient-badge .badge-capitalizer {
    height: 22px;
    min-width: 22px;
    border-radius: 6px;
    cursor: default;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    font-family: Montserrat, "Public Sans", sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    line-height: 1;
    padding: 2.4px 8px;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 37, 41) !important;
}

@keyframes fadeBlink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.info-single .img-wrapper .gradient-content h2{
    font-family: Montserrat, "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    word-break: break-word;
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.89);
}

.info-single .img-wrapper .gradient-content h6{
    margin: 0;
    line-height: 1.57143;
    font-family: Montserrat, "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    text-transform: uppercase;
    opacity: 0.7;
    color: #ffffff;
}

.info-single a button{
    color: #fff;
    font-weight: 400;
    font-size: .9em;
    font-family: Montserrat, 'Public Sans', sans-serif;
    border: none;
    width: 100%;
    padding: 4px 0;
    border-radius: 0 0 12px 12px;
    outline: none;
}

.btn-meus-titulos {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Montserrat, 'Public Sans', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    font-size: 13px;
    color: rgb(255, 255, 255);
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn-meus-titulos:focus,
.btn-meus-titulos:active {
    outline: none !important;
    box-shadow: none !important;
}

#btn-open-login-modal,
#btn-open-meus-titulos {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

#btn-open-login-modal:focus,
#btn-open-login-modal:active,
#btn-open-meus-titulos:focus,
#btn-open-meus-titulos:active {
    outline: none !important;
    box-shadow: none !important;
}

.date-price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 6px;
}

.date-price .date-single,
.date-price .price-single{
    display: flex;
    align-items: center;
    gap: 4px;
}

.date-price .date-single p,
.date-price .price-single p{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.date-price .date-single span{
    height: 22px;
    min-width: 22px;
    line-height: 0;
    border-radius: 6px;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px;
}

.date-price .price-single > span{
    height: 22px;
    min-width: 22px;
    line-height: 1;
    border-radius: 6px;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    gap: 2px;
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 12px 8px;
    cursor: pointer;
}

.date-price .price-single > span > span{
    display: inline;
    padding: 0;
    margin: 0;
}

.winner-single{
    display: block;
}

.container-winner-single{
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: rgb(33, 43, 54);
    color: rgb(255, 255, 255);
    background-image: none;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 12px 24px -4px;
    z-index: 0;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 16px;
    padding: 16px;
    margin-top: 10px;
}

.container-winner-single .img-user-winner{
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.container-winner-single .img-user-winner.img-user-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.container-winner-single .img-user-winner.img-user-placeholder svg {
    width: 80%;
    height: 80%;
}

.container-winner-single .info-winner-single {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    min-width: 0;
}

.container-winner-single .info-winner-single p.winner-name {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}

.container-winner-single .info-winner-single p.winner-name strong {
    font-weight: 700;
}

.container-winner-single .info-winner-single p.winner-name i {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 5px;
}

.container-winner-single .info-winner-single p{
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.57;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.container-winner-single .info-winner-single p strong {
    font-weight: 600;
    color: #fff;
}

/* Wrapper do Card do Ganhador */
.winner-card-wrapper {
    margin-top: 10px;
}

.winner-card-wrapper .container-winner-single {
    margin-top: 0;
}

.winner-card-wrapper.has-video .container-winner-single {
    border-radius: 16px 16px 0 0;
}

/* Botão Assistir Vídeo do Ganhador */
.btn-winner-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgb(255, 255, 255);
    padding: 10.4px 0;
    margin-top: 0;
    border-radius: 0 0 16px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-winner-video:hover {
    filter: brightness(1.1);
}

.btn-winner-video-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-winner-video-content svg {
    width: 20px;
    height: 20px;
}

.btn-winner-video-content p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

/* Modal Vídeo Ganhador - MUI Style */
.modal-winner-video-overlay {
    position: fixed;
    inset: 0;
    background: linear-gradient(75deg, rgba(22, 28, 36, 0.48) 0%, rgb(22, 28, 36) 100%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-winner-video-overlay.show {
    display: flex;
    opacity: 1;
}

.modal-winner-video-paper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-winner-video-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
}

.modal-winner-video-title {
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #fff;
}

.modal-winner-video-close {
    width: 24px;
    height: 24px;
    color: #919EAB;
    cursor: pointer;
    transition: color 0.2s ease;
}

.modal-winner-video-close:hover {
    color: #fff;
}

.modal-winner-video-divider {
    margin: 0;
    border: none;
    border-top: 1px solid rgba(145, 158, 171, 0.24);
}

.modal-winner-video-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.modal-winner-video-wrapper {
    display: flex;
    flex-direction: column;
}

.modal-winner-video-wrapper iframe,
.modal-winner-video-wrapper video {
    width: 100%;
    height: 60vh;
    border-radius: 20px;
    border: none;
}

.modal-winner-video-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
}

.modal-winner-video-info .winner-info-name {
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 4px 0;
}

.modal-winner-video-info .winner-info-detail {
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.57;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.modal-winner-video-info .winner-info-detail strong {
    font-weight: 700;
    color: #fff;
}

.modal-winner-video-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 24px 16px;
}

.modal-winner-video-btn {
    font-family: Montserrat, 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.71;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.modal-winner-video-btn:hover {
    background-color: rgba(145, 158, 171, 0.08);
}

@keyframes progress-animation {
    0% { background-position: 50% 0%; }
    100% { background-position: 100% 0%; }
}

.progress-bar {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.progress-bar .progress_inner p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    font-family: Montserrat, 'Public Sans', sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}

.description-single{
    width: 100%;
    padding: 5px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .08);
    border-radius: 10px;
    margin-top: 8px;
    text-align: center;
}

.description-single .btn-Description{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    line-height: 1.71429;
    text-transform: capitalize;
    font-family: Montserrat, "Public Sans", sans-serif;
    min-width: 64px;
    cursor: pointer;
    width: 100%;
    font-size: 0.9em;
    font-weight: 700;
    height: 20px;
    outline: 0px;
    border: none;
    margin: 0px;
    padding: 6px 16px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px;
    text-decoration: none;
    color: var(--text-primary);
}

.description-single .btn-Description:hover{
    color: var(--color-website) !important;
}

.description-single .btn-Description i{
    padding-right: 7px;
}

.description-single .description{
    font-size: .9em;
    font-weight: 300;
    padding: 10px 5px;
    text-align: left;
}

.winner-title-single {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.winner-title-single h3 {
    font-weight: 600;
    font-size: 18px;
}

.winner-title-single p {
    font-size: 13px;
    font-weight: 400;
    padding-left: 7px;
    margin: 0;
    padding-top: 3px;
}

.winner-single .img-user-winner{
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.info-single {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 150;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: rgba(22, 28, 36, 0.418);
    padding: 5px 10px;
}

.carousel-controls i {
    cursor: pointer;
    color: #b1b4b6;
    font-size: .85em;
}

.carousel-controls i:hover {
    color: #fff;
}

#imageCounter {
    color: #fff;
    font-size: .85em;
    font-weight: 500;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.carousel-container {
    cursor: grab;
}

.carousel-container:active {
    cursor: grabbing;
}

#modal-prizes{
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

#modal-prizes.active {
    display: flex;
}

#modal-prizes::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(75deg, rgba(22, 28, 36, 0.48) 0%, rgb(22, 28, 36) 100%);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
    opacity: 0;
    animation: backdropFadeIn 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Block scroll when modal is open */
body.modal-prizes-open {
    overflow: hidden;
}

@keyframes backdropFadeIn {
    to {
        opacity: 1;
    }
}

#modal-prizes .content-modal-prize{
    width: 100%;
    max-width: 600px;
    height: max-content;
    border-radius: 16px;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),
                0px 24px 38px 3px rgba(0,0,0,0.14),
                0px 9px 46px 8px rgba(0,0,0,0.12);
    font-family: Montserrat, 'Public Sans', sans-serif;
    position: relative;
    z-index: 1;
    animation: modalSlideIn 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Modal Prize Header */
.modal-prize-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.modal-prize-emoji {
    font-size: 3.5rem;
    line-height: 1;
    margin: 0;
    min-width: 56px;
    text-align: center;
}

.modal-prize-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modal-prize-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-prize-subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57;
    margin: 4px 0 0 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
    word-break: break-word;
}

.modal-prize-subtitle strong {
    display: inline;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-prize-close {
    font-size: 1.2em;
    cursor: pointer;
}

/* Modal Prize List */
.modal-prize-list {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 400px;
}

.modal-prize-divider {
    margin: 0;
    border: none;
    border-top: 1px dashed;
}

.modal-prize-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
}

.modal-prize-number {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    min-width: 56px;
    text-align: center;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-prize-name {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modal-prize-name p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

/* ========================================
   MODAL TOP BUYERS - MUI Dialog Style
   ======================================== */
.btn-top-buyers {
    background-color: #198753;
    color: #fff;
    display: flex;
    gap: 7px;
    width: 100%;
    border: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: .9em;
    font-weight: 500;
    outline: none;
    margin-top: 7px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-top-buyers:hover {
    background-color: #146c43;
}

.modal-top-buyers {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.modal-top-buyers.active {
    display: flex;
}

.modal-top-buyers::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(75deg, rgba(22, 28, 36, 0.48) 0%, rgb(22, 28, 36) 100%);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
    opacity: 0;
    animation: backdropFadeIn 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Block scroll when modal is open */
body.modal-top-buyers-open {
    overflow: hidden;
}

.modal-top-buyers-paper {
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),
                0px 24px 38px 3px rgba(0,0,0,0.14),
                0px 9px 46px 8px rgba(0,0,0,0.12);
    position: relative;
    z-index: 1;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-top-buyers-content {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1;
}

.modal-top-buyers-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.modal-top-buyers-emoji {
    font-size: 3.5rem;
    line-height: 1;
    margin: 0;
}

.modal-top-buyers-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.modal-top-buyers-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-top-buyers-subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-top-buyers-subtitle strong {
    font-weight: 700;
    text-transform: uppercase;
}

.modal-top-buyers-phrase {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.57;
    margin: 4px 0 0 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-top-buyers-close {
    cursor: pointer;
    flex-shrink: 0;
}

.modal-top-buyers-list {
    display: flex;
    flex-direction: column;
}

.modal-top-buyers-item {
    display: flex;
    flex-direction: column;
}

.modal-top-buyers-divider {
    margin: 0;
    border: none;
    border-top: 1px dashed;
}

.modal-top-buyers-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

/* Destaque para o 1º lugar */
.modal-top-buyers-item:first-child .modal-top-buyers-row {
    padding: 20px 0;
}

.modal-top-buyers-item:first-child .modal-top-buyers-row.top3 .modal-top-buyers-position {
    font-size: 2.5rem;
    font-weight: 700;
}

.modal-top-buyers-row.top3 .modal-top-buyers-position {
    font-size: 1.5rem;
    font-weight: 700;
}

.modal-top-buyers-row.top3 .modal-top-buyers-name {
    font-size: 1rem;
    font-weight: 500;
}

.modal-top-buyers-position {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    min-width: 40px;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-top-buyers-user {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.modal-top-buyers-name {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-top-buyers-phone {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-top-buyers-titles {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: Montserrat, 'Public Sans', sans-serif;
    white-space: nowrap;
}

/* ========================================
   MODAL LOGIN - MUI Dialog Style
   ======================================== */
.modal-login {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.modal-login.active {
    display: flex;
}

.modal-login::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(75deg, rgba(22, 28, 36, 0.48) 0%, rgb(22, 28, 36) 100%);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
    opacity: 0;
    animation: backdropFadeInLogin 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Block scroll when modal is open */
body.modal-login-open {
    overflow: hidden;
}

.modal-login-paper {
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),
                0px 24px 38px 3px rgba(0,0,0,0.14),
                0px 9px 46px 8px rgba(0,0,0,0.12);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: modalSlideInLogin 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes backdropFadeInLogin {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideInLogin {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}

.modal-login-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-login-header-left svg {
    width: 28px;
    height: 28px;
}

.modal-login-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-login-close {
    cursor: pointer;
    flex-shrink: 0;
}

.modal-login-divider {
    margin: 0;
    border: none;
    border-top: 1px solid;
}

.modal-login-content {
    padding: 20px 24px;
}

/* MUI Phone Field - Modal Login */
.modal-login .mui-phone-field {
    display: flex;
    align-items: stretch;
    margin-bottom: 16px;
    gap: 0;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.modal-login .mui-phone-field:focus-within {
    border-color: var(--color-website);
}

.modal-login .country-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 6px 0 12px;
    background-color: transparent;
    border: none;
    border-radius: 8px 0 0 8px;
    cursor: default;
    color: rgba(145, 158, 171, 0.8);
    flex-shrink: 0;
    height: 54px;
}

.modal-login .country-divider {
    width: 1px;
    height: 24px;
    background-color: rgba(145, 158, 171, 0.32);
    margin-left: 8px;
}

.modal-login .flag-icon {
    width: 28px;
    height: 20px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.modal-login .flag-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MUI Text Field - Modal Login */
.modal-login .mui-text-field {
    flex: 1;
    position: relative;
}

.modal-login .mui-label {
    position: absolute;
    top: 0;
    left: -70px;
    padding: 0 5px;
    font-size: 0.75rem;
    font-weight: 400;
    font-family: Montserrat, 'Public Sans', sans-serif;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    transition: color 0.2s ease;
}

.modal-login .mui-phone-field:focus-within .mui-label {
    color: var(--color-website);
}

.modal-login .mui-label .required {
    color: #FF5630;
}

.modal-login .mui-input-container {
    position: relative;
    height: 56px;
}

.modal-login .mui-input-container input {
    width: 100%;
    height: 100%;
    padding: 16.5px 14px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-primary);
    background-color: transparent;
    border: none;
    border-radius: 0 8px 8px 0;
    outline: none;
    font-family: Montserrat, 'Public Sans', sans-serif;
    box-sizing: border-box;
}

.modal-login .mui-input-container input:focus {
    outline: none;
    box-shadow: none;
}

.modal-login .mui-input-container input::placeholder {
    color: #919EAB;
}

.modal-login-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.modal-login-alert-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.modal-login-alert-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57;
    font-family: Montserrat, 'Public Sans', sans-serif;
}

.modal-login-submit {
    width: 100%;
    padding: 11px 22px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: Montserrat, 'Public Sans', sans-serif;
    transition: opacity 0.2s ease;
}

.modal-login-submit:hover {
    opacity: 0.9;
}

/* Modal Login Mobile */
@media only screen and (max-width: 789px) {
    .modal-login {
        padding: 16px;
    }

    .modal-login-paper {
        max-width: 100%;
        border-radius: 16px;
    }

    .modal-login-content {
        padding: 16px 20px;
    }

    .modal-login-header-left svg {
        width: 24px;
        height: 24px;
    }

    .modal-login-title {
        font-size: 1rem;
    }
}

/* Modal Top Buyers Mobile */
@media only screen and (max-width: 789px) {
    .modal-top-buyers {
        padding: 16px;
        align-items: center;
    }

    .modal-top-buyers-paper {
        max-width: 100%;
        border-radius: 16px;
        max-height: 85vh;
    }

    .modal-top-buyers-content {
        padding: 16px 20px;
    }

    .modal-top-buyers-emoji {
        font-size: 2rem;
    }

    .modal-top-buyers-title {
        font-size: 1.125rem;
    }

    .modal-top-buyers-subtitle {
        font-size: 0.8125rem;
    }
}

/* Tablet - iPad e similares */
@media only screen and (min-width: 790px) and (max-width: 1024px) {
    .info-single .img-single{
        height: 337.5px;
    }

    .info-single .img-wrapper .gradient-content h2{
        font-size: 1em;
    }

    .date-price{
        flex-wrap: wrap;
        gap: 10px;
    }

    .container-winner-single {
        padding: 14px;
        gap: 14px;
    }

    .container-winner-single .img-user-winner{
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }

    .description-single{
        padding: 8px;
    }


    #modal-prizes .content-modal-prize{
        max-width: 650px;
        padding: 25px;
    }
}

/* Mobile - Smartphones */
@media only screen and (max-width: 789px) {
    .carousel-container {
        height: 337.5px;
        border-radius: 8px 8px 0 0;
    }

    .info-single .img-single{
        height: 337.5px !important;
        border-radius: 8px 8px 0 0;
    }

    .info-single .img-wrapper .gradient-overlay{
        top: 32px !important;
    }

    .info-single .img-wrapper .gradient-content{
        padding: 8px;
        padding-top: 20px !important;
    }

    .info-single .img-wrapper .gradient-badge .badge-status,
    .info-single .img-wrapper .gradient-badge .badge-capitalizer {
        font-size: .55em;
        padding: 2px 6px;
    }

    .info-single .img-wrapper .gradient-content h2{
        font-size: 1em;
    }

    .info-single .img-wrapper .gradient-content h6{
        font-size: 0.75em;
    }

    .info-single a button{
        font-size: .85em;
        padding: 8px 0;
        border-radius: 0 0 10px 10px;
    }

    .carousel-controls{
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        border-radius: 6px;
    }

    .carousel-controls i{
        font-size: .8em;
    }

    #imageCounter{
        font-size: .8em;
    }

    .date-price{
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 6px;
    }

    .date-price .date-single{
        width: auto;
        justify-content: center;
    }

    .date-price .date-single p{
        font-size: 12px;
        font-weight: 600;
    }

    .date-price .date-single span{
        font-size: 11px;
        font-weight: 700;
        padding: 5px 6px;
        margin-right: 0;
    }

    .date-price .price-single{
        width: auto;
        justify-content: center;
    }

    .date-price .price-single p{
        font-size: 12px;
        font-weight: 600;
    }

    .date-price .price-single span{
        font-size: 16px;
        font-weight: 700;
        padding: 6px 8px;
    }

    .winner-card-wrapper {
        margin-top: 8px;
    }

    .container-winner-single{
        padding: 12px;
        margin-top: 0;
        border-radius: 12px;
        gap: 12px;
    }

    .winner-card-wrapper.has-video .container-winner-single {
        border-radius: 12px 12px 0 0;
    }

    .btn-winner-video {
        border-radius: 0 0 12px 12px;
    }

    .container-winner-single .img-user-winner{
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
    }

    .container-winner-single .info-winner-single{
        flex: 1;
        gap: 0;
    }

    .container-winner-single .info-winner-single p.winner-name{
        font-size: 0.875rem;
    }

    .container-winner-single .info-winner-single p{
        font-size: 0.75rem;
    }

    .progress-bar .progress_inner p{
        font-size: 1rem;
    }

    .description-single{
        padding: 6px;
        margin-top: 10px;
        border-radius: 8px;
    }

    .description-single .btn-Description{
        font-size: .75em;
        padding: 5px 0;
    }

    .description-single .description{
        font-size: .85em;
        padding: 8px 4px;
    }

    .winner-single .img-user-winner{
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
    }

    #modal-prizes{
        padding: 10px;
    }

    #modal-prizes .content-modal-prize{
        max-width: 100%;
        width: 95%;
        padding: 16px;
        border-radius: 12px;
    }

    .modal-prize-header {
        gap: 12px;
        margin-bottom: 12px;
    }

    .modal-prize-emoji {
        font-size: 2.5rem;
    }

    .modal-prize-title {
        font-size: 1.25rem;
    }

    .modal-prize-subtitle {
        font-size: 0.8rem;
    }

    .modal-prize-close {
        font-size: 1em;
        padding: 6px;
    }

    .modal-prize-list {
        max-height: 300px;
    }

    .modal-prize-item {
        gap: 12px;
        padding: 12px 0;
    }

    .modal-prize-number {
        font-size: 1.5rem;
        min-width: 40px;
    }

    .modal-prize-name p {
        font-size: 0.9rem;
    }
}

/* Mobile Small - Smartphones pequenos */
@media only screen and (max-width: 375px) {
    .carousel-container {
        height: 240px;
    }

    .info-single .img-single{
        height: 240px;
    }

    .info-single .img-wrapper .gradient-content h2{
        font-size: 1em;
    }

    .date-price{
        gap: 6px;
    }

    .date-price .date-single p,
    .date-price .price-single p{
        font-size: .65em;
    }

    .date-price .date-single span{
        font-size: .5em;
        padding: 4px 5px;
    }

    .date-price .price-single span{
        font-size: .7em;
        padding: 5px 6px;
    }

    .container-winner-single .img-user-winner{
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    .container-winner-single .info-winner-single{
        gap: 0;
    }

    .container-winner-single .info-winner-single p.winner-name{
        font-size: 0.8125rem;
    }

    .container-winner-single .info-winner-single p{
        font-size: 0.6875rem;
    }

    .description-single .description{
        font-size: .8em;
    }

    .modal-prize-emoji{
        font-size: 2rem;
        min-width: 36px;
    }

    .modal-prize-title{
        font-size: 1.1rem;
    }

    .modal-prize-subtitle{
        font-size: 0.75rem;
    }

    .modal-prize-number{
        font-size: 1.25rem;
        min-width: 36px;
    }

    .modal-prize-name p{
        font-size: 0.85rem;
    }
}