
        html, body {
            --casino-bg: #121212;
            --casino-primary: #D72638;
            --casino-primary-hover: #A91E2C;
            --casino-primary-text: #FFFFFF;
            background-color: var(--casino-bg);
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            touch-action: manipulation;
            overflow-x: hidden;
            width: 100%;
        }

        /* Estilos para barra topo */
            .bonus-cadastro {
            width: 100%;
            position: relative;
            box-sizing: border-box;
            background-color: #D72638;
            color: #FFFFFF;
            text-align: center;
            padding: 5px;
            font-size: 15px;
            font-weight: bold;
            z-index: 999;
        }

        /* Estilos para o topo */
        .top-bar {
            width: 100%;
            background: var(--casino-bg);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
            border-bottom: 1px solid rgba(255,255,255,0.04);
            position: relative;
            z-index: 20;
        }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-sizing: border-box;
        }
        .logo img {
            width: 100px;
            height: auto;
        }
        .buttons {
            display: flex;
            gap: 10px;
        }
        .button{
            padding: 10px 20px;
            background-color: #D72638;
            color: #FFFFFF;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 16px;
        }
        .button:hover {
            background-color: #A91E2C;
        }
        .top-bar__main {
            min-height: 54px;
            gap: 10px;
        }
        .top-brand {
            display: flex;
            align-items: center;
            gap: 14px;
            min-width: 0;
        }
        .top-brand__logo {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .top-brand__logo img {
            width: 104px;
            max-width: 100%;
            height: auto;
            display: block;
        }
        .top-utility {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 14px;
            flex: 1;
            min-width: 0;
        }
        .top-smart {
            display: none;
            align-items: center;
            gap: 10px;
        }
        .top-smart-btn {
            width: 42px;
            height: 42px;
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 14px;
            background: rgba(255,255,255,0.04);
            color: #e8eef8;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
        }
        .top-smart-btn:hover {
            transform: translateY(-1px);
            background: rgba(255,255,255,0.08);
            border-color: rgba(255,255,255,0.14);
        }
        .top-auth {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .top-auth .button {
            min-width: 104px;
            padding: 10px 14px;
            border-radius: 12px;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.01em;
        }
        .top-auth .button--ghost {
            background: rgba(255,255,255,0.05);
            color: #fff;
            border: 1px solid rgba(255,255,255,0.10);
        }
        .top-auth .button--ghost:hover {
            background: rgba(255,255,255,0.10);
        }
        .top-auth .button--primary {
            box-shadow: 0 12px 22px rgba(0,0,0,0.22);
        }
        .top-meta {
            display: none;
            align-items: center;
            gap: 10px;
            color: rgba(255,255,255,0.75);
            font-size: 12px;
            font-weight: 700;
        }
        .top-lang,
        .top-clock {
            padding: 8px 10px;
            border-radius: 999px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.06);
            white-space: nowrap;
        }
        .top-nav {
            display: none;
            gap: 10px;
            padding-top: 0;
            padding-bottom: 10px;
            flex-wrap: wrap;
        }
        .top-nav-btn {
            border: none;
            background: rgba(255,255,255,0.045);
            color: rgba(255,255,255,0.84);
            border-radius: 999px;
            padding: 10px 14px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            transition: background-color .18s ease, color .18s ease;
        }
        .top-nav-btn:hover {
            background: rgba(255,255,255,0.10);
            color: #fff;
        }
        .top-status-dot {
            color: #22c55e;
            font-size: 10px;
        }

        @media (max-width: 900px) {
            .top-bar__main {
                min-height: 50px;
                align-items: center;
                flex-direction: row;
                padding: 0 10px;
                gap: 8px;
            }
            .top-utility {
                width: auto;
                margin-left: auto;
                justify-content: flex-end;
                flex-wrap: nowrap;
            }
        }

        @media (max-width: 640px) {
            .bonus-cadastro {
                padding: 3px 6px;
                font-size: 12px;
                line-height: 1.2;
            }
            .top-brand__logo img {
                width: 84px;
            }
            .top-auth {
                width: auto;
                gap: 6px;
            }
            .top-auth .button {
                flex: 0 0 auto;
                min-width: 0;
                min-height: 32px;
                padding: 7px 9px;
                font-size: 11px;
                border-radius: 10px;
            }
        }

        @media (max-width: 360px) {
            .top-auth .button--ghost {
                display: none;
            }
            .top-brand__logo img {
                width: 90px;
            }
        }

    /* Termos boxs */
        .sidebar {
            position: fixed;
            left: -300px; 
            top: 0;
            width: 300px;
            height: 100%;
            background-color: #1E1E1E;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
            transition: left 0.3s ease-in-out;
            z-index: 9999;
        }
        .sidebar.show {
            left: 0; 
        }
        .sidebar-content {
            position: absolute; 
            top: 40px; 
            bottom: 0; 
            overflow-y: auto; 
            padding: 15px;
            text-align: justify;
            font-size: 12px;
            color: #fff;
            /* Estilos para Firefox */
            scrollbar-width: thin;
            scrollbar-color: #D72638 #121212;
        }
        .sidebar-content::-webkit-scrollbar {
            width: 8px; 
        }
        .sidebar-content::-webkit-scrollbar-thumb {
            background-color: var(--casino-bg); 
            border-radius: 10px; 
        }
        .sidebar-content::-webkit-scrollbar-thumb:hover {
            background-color: var(--casino-bg);
        }
        .sidebar-content::-webkit-scrollbar-track {
            background: var(--casino-bg);
        }
        .close-sidebar {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
            color: #D72638; 
            transition: color 0.3s;
        }
        .close-sidebar:hover {
            color: #A91E2C;
        }

        /* Barra inferior — layout 5 itens + FAB central */
        .bottom-nav {
            position: fixed;
            top: auto;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 100vw;
            z-index: 10050;
            background: linear-gradient(180deg, rgba(5, 10, 18, 0.92) 0%, #050a12 38%);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            box-shadow:
                0 -10px 30px rgba(0, 0, 0, 0.45),
                inset 0 1px 0 color-mix(in srgb, var(--casino-primary, #D72638) 12%, transparent);
            padding: 0 calc(8px + env(safe-area-inset-right)) env(safe-area-inset-bottom) calc(8px + env(safe-area-inset-left));
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            overflow: visible;
            pointer-events: auto;
        }
        .bottom-nav::before {
            display: none;
        }
        .bottom-nav__inner {
            display: grid;
            grid-template-columns: 1fr 1fr 68px 1fr 1fr;
            align-items: end;
            gap: 0;
            width: 100%;
            max-width: 560px;
            min-height: 62px;
            margin: 0 auto;
            padding: 8px 0 10px;
        }
        .bnav-btn {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            gap: 6px;
            min-width: 0;
            background: none;
            border: none;
            color: rgba(255, 255, 255, 0.72);
            font-size: 10px;
            font-weight: 700;
            line-height: 1;
            cursor: pointer;
            padding: 2px 2px 0;
            transition: color 0.22s ease, transform 0.22s ease;
            text-transform: none;
            letter-spacing: 0.02em;
            outline: none;
            -webkit-tap-highlight-color: transparent;
        }
        .bnav-btn__icon {
            width: 42px;
            height: 42px;
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.07),
                0 8px 18px rgba(0, 0, 0, 0.24);
            transition:
                transform 0.22s ease,
                border-color 0.22s ease,
                box-shadow 0.22s ease,
                background 0.22s ease;
        }
        .bnav-btn__icon i {
            display: block;
            font-size: 17px;
            line-height: 1;
            color: rgba(255, 255, 255, 0.88);
            transition: color 0.22s ease, transform 0.22s ease;
        }
        .bnav-btn__label {
            line-height: 1.1;
            opacity: 0.92;
        }
        .bnav-btn:hover {
            color: #fff;
        }
        .bnav-btn:hover .bnav-btn__icon {
            transform: translateY(-2px);
            border-color: color-mix(in srgb, var(--casino-primary, #D72638) 34%, transparent);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 10px 22px rgba(0, 0, 0, 0.28),
                0 0 16px color-mix(in srgb, var(--casino-primary, #D72638) 14%, transparent);
        }
        .bnav-btn:active {
            transform: scale(0.96);
        }
        .bnav-btn.ativo {
            color: var(--casino-primary, #D72638);
        }
        .bnav-btn.ativo .bnav-btn__label {
            opacity: 1;
        }
        .bnav-btn.ativo .bnav-btn__icon {
            background: linear-gradient(
                145deg,
                color-mix(in srgb, var(--casino-primary, #D72638) 30%, transparent),
                color-mix(in srgb, var(--casino-primary, #D72638) 12%, transparent)
            );
            border-color: color-mix(in srgb, var(--casino-primary, #D72638) 48%, transparent);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.12),
                0 0 20px color-mix(in srgb, var(--casino-primary, #D72638) 24%, transparent);
        }
        .bnav-btn.ativo .bnav-btn__icon i {
            color: var(--casino-primary, #D72638);
        }
        .bnav-btn.ativo::after {
            display: none;
        }
        .bnav-btn--center {
            align-self: center;
            justify-self: center;
            padding: 0;
            margin-top: -26px;
            color: #fff;
        }
        .bnav-btn--center:active {
            transform: scale(0.94);
        }
        .bnav-btn__fab {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(145deg, #D72638, #A91E2C);
            color: #FFFFFF;
            font-size: 22px;
            border: 3px solid #050a12;
            box-shadow:
                0 0 0 1px rgba(255, 255, 255, 0.08),
                0 10px 28px rgba(0, 0, 0, 0.45),
                0 0 22px color-mix(in srgb, var(--casino-primary, #D72638) 32%, transparent);
            transition: transform 0.2s ease, filter 0.2s ease;
        }
        .bnav-btn--center:hover .bnav-btn__fab {
            filter: brightness(1.06);
            transform: translateY(-2px);
        }
        .bnav-btn--menu.player-menu-btn {
            color: rgba(255, 255, 255, 0.72);
        }
        .bnav-btn--menu.player-menu-btn.is-menu-open .bnav-btn__icon {
            background: linear-gradient(
                145deg,
                color-mix(in srgb, var(--casino-primary, #D72638) 30%, transparent),
                color-mix(in srgb, var(--casino-primary, #D72638) 12%, transparent)
            );
            border-color: color-mix(in srgb, var(--casino-primary, #D72638) 48%, transparent);
        }
        .bnav-btn--menu.player-menu-btn.is-menu-open .bnav-btn__icon i {
            color: var(--casino-primary, #D72638);
        }
        body.has-bottom-nav {
            padding-bottom: calc(92px + env(safe-area-inset-bottom));
        }

        @media (max-width: 768px) {
            .bnav-btn__icon {
                width: 38px;
                height: 38px;
                border-radius: 12px;
            }
            .bnav-btn__icon i {
                font-size: 16px;
            }
            .bnav-btn__fab {
                width: 52px;
                height: 52px;
                font-size: 20px;
            }
            .bnav-btn--center {
                margin-top: -22px;
            }
        }
        .landing-sidebar {
            position: fixed;
            top: 0;
            left: -320px;
            width: min(300px, 88vw);
            height: 100%;
            background: var(--casino-bg);
            border-right: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 4px 0 28px rgba(0, 0, 0, 0.45);
            z-index: 10060;
            transition: left 0.32s ease;
            display: flex;
            flex-direction: column;
        }
        .landing-sidebar.is-open {
            left: 0;
        }
        .landing-sidebar__header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 16px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .landing-sidebar__header img {
            max-height: 34px;
            max-width: 120px;
            object-fit: contain;
        }
        .landing-sidebar__close {
            width: 34px;
            height: 34px;
            border: none;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.06);
            color: #fff;
            cursor: pointer;
        }
        .landing-sidebar__nav {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding: 16px;
            overflow-y: auto;
        }
        .landing-sidebar__link {
            display: flex;
            align-items: center;
            gap: 12px;
            width: 100%;
            padding: 12px 14px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.04);
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            text-align: left;
        }
        .landing-sidebar__link i {
            width: 18px;
            color: #D72638;
        }
        .landing-sidebar__link--primary {
            background: #D72638;
            color: #FFFFFF;
            border-color: transparent;
        }
        .landing-sidebar__link--primary i {
            color: #FFFFFF;
        }

    /* Botão Esporte */
        .botao-esporte {
            width: 200px;
            height: 60px;
            background: #D72638;
            border-bottom-right-radius: 25px;
            overflow: hidden;
            display: flex;
        }
        .botao-esporte .botao-esporte-card {
            width: 100%;
            height: 100%;
        }
        .botao-esporte .botao-esporte-btn {
            width: 100%;
            height: 100%;
            background: transparent;
            border: none;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 12px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .botao-esporte-btn i {
            margin-right: 5px;
        }
        .botao-esporte:hover {
            filter: brightness(1.1);
            background-color: #A91E2C;
        }

    /* Hero banner — coverflow (slide central + previews laterais) */
        .hero-banner-carousel,
        .slider-wrapper.hero-banner-carousel {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 10px;
        }
        .hero-banner-carousel__stage {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hero-banner-carousel__viewport {
            width: 100%;
            overflow: visible;
        }
        .hero-banner-track {
            position: relative;
            width: 100%;
            aspect-ratio: 1000 / 300;
            min-height: 96px;
            overflow: visible;
        }
        .hero-banner-slide {
            --hero-slide-radius: 18px;
            --hero-slide-width: 76%;
            position: absolute;
            top: 0;
            left: 50%;
            width: var(--hero-slide-width);
            height: 100%;
            border-radius: var(--hero-slide-radius);
            overflow: hidden;
            isolation: isolate;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-50%) scale(0.84);
            filter: brightness(0.32);
            transition:
                transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.45s ease,
                filter 0.45s ease,
                visibility 0.45s ease;
            pointer-events: none;
            z-index: 1;
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
        }
        .hero-banner-slide::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            background: rgba(0, 0, 0, 0.48);
            opacity: 0;
            transition: opacity 0.45s ease;
            pointer-events: none;
        }
        .hero-banner-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: inherit;
        }
        .hero-banner-slide.is-active {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) scale(1);
            filter: brightness(1);
            z-index: 3;
            pointer-events: auto;
        }
        .hero-banner-slide.is-active::after {
            opacity: 0;
        }
        .hero-banner-slide.is-prev {
            opacity: 1;
            visibility: visible;
            transform: translateX(calc(-50% - 54%)) scale(0.9);
            filter: none;
            z-index: 2;
        }
        .hero-banner-slide.is-next {
            opacity: 1;
            visibility: visible;
            transform: translateX(calc(-50% + 54%)) scale(0.9);
            filter: none;
            z-index: 2;
        }
        .hero-banner-slide.is-prev::after,
        .hero-banner-slide.is-next::after {
            opacity: 1;
            background: rgba(0, 0, 0, 0.58);
        }
        .hero-banner-slide.is-hidden {
            opacity: 0;
            visibility: hidden;
            z-index: 0;
        }
        .hero-banner-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            width: 38px;
            height: 38px;
            border: none;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #D72638, #A91E2C);
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
            transition: transform 0.2s ease, filter 0.2s ease;
        }
        .hero-banner-nav:hover {
            transform: translateY(-50%) scale(1.06);
            filter: brightness(1.08);
        }
        .hero-banner-nav--prev {
            left: calc(12% + 8px);
        }
        .hero-banner-nav--next {
            right: calc(12% + 8px);
        }
        .hero-banner-dots {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 14px;
        }
        .hero-banner-dot {
            width: 10px;
            height: 10px;
            padding: 0;
            border: none;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.22);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .hero-banner-dot.is-active {
            background-color: #D72638;
            transform: scale(1.3);
            box-shadow: 0 0 10px #D72638;
        }

        @media (max-width: 768px) {
            .hero-banner-carousel,
            .slider-wrapper.hero-banner-carousel {
                margin: 15px auto;
                padding: 0 6px;
            }
            .hero-banner-track {
                min-height: 110px;
            }
            .hero-banner-slide {
                --hero-slide-width: 86%;
                --hero-slide-radius: 14px;
            }
            .hero-banner-slide.is-prev {
                transform: translateX(calc(-50% - 46%)) scale(0.92);
            }
            .hero-banner-slide.is-next {
                transform: translateX(calc(-50% + 46%)) scale(0.92);
            }
            .hero-banner-nav--prev {
                left: 10px;
            }
            .hero-banner-nav--next {
                right: 10px;
            }
            .hero-banner-nav {
                width: 34px;
                height: 34px;
                font-size: 12px;
            }
        }

    /* Estilos para busca */
        .busca-container {
            margin: 20px auto 0 auto;
            text-align: center;
            width: 100%;
            max-width: 1200px;
            padding: 0 10px;
        }
        .busca-form-row {
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
        }
        .busca-input-icon {
            position: relative;
            width: 100%;
            background-color: #2F3338;
            border-radius: 6px;
            display: flex;
            align-items: center;
            border: 1px solid #1c1e21;
        }
        .busca-input-icon i {
            position: absolute;
            left: 15px;
            color: #b5b5b5;
            font-size: 16px;
        }
        .busca-input {
            width: 100%;
            padding: 12px 15px 12px 42px;
            border: none;
            border-radius: 6px;
            height: 48px;
            background-color: transparent;
            color: #fff;
            font-size: 15px;
            outline: none;
        }
        .busca-input::placeholder {
            color: #b5b5b5;
        }
        .busca-input:focus {
            outline: none;
            background-color: rgba(255,255,255,0.02);
        }
        .busca-container,
        .busca-input-icon,
        .busca-input {
            box-sizing: border-box;
        }
        .busca-resultado {
            max-width: 600px;
            margin: 0 auto;
            text-align: left;
        }
        .busca-tabela-resultado {
            width: 100%;
            max-width: 1200px;
            margin: 5px auto;
            border-collapse: collapse;
            background-color: #1E1E1E;
            color: #fff;
            border-radius: 3px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
            overflow: hidden;
            table-layout: fixed;
        }
        .busca-tabela-resultado td {
            padding: 8px 10px;
            vertical-align: middle;
            overflow: hidden;
        }
        .col-img {
            width: 60px;
            text-align: center;
            padding-left: 5px; 
            padding-right: 5px;
        }
        .col-nome {
            width: 45%;
            font-size: 16px;
        }
        .col-jogadores {
            overflow: visible !important;  
            white-space: normal !important; 
            text-overflow: clip !important; 
            font-size: 12px;
            text-align: center;
        }
        .col-jogar {
            width: 120px;
            text-align: right;
        }
        .busca-img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            border-radius: 5px;
            background-color: transparent;
        }
        .btn-jogar {
            padding: 6px 12px;
            background-color: #D72638;
            border: none;
            color: #FFFFFF;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
            font-size: 14px;
        }
        .btn-jogar:hover {
            background-color: #A91E2C;
        }
        .online-dot {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 6px;
            background-color: #00ff00;
            border-radius: 50%;
            animation: piscar 1s infinite;
            vertical-align: middle;
        }
        @keyframes piscar {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.2; }
        }
        .sem-resultado {
            text-align: center;
            color: #fff;
            padding: 20px;
            font-size: 16px;
            background-color: transparent;
        }
    /* Últimos Ganhos Hoje — premium */
    .new-last-wins-container {
        display: flex;
        align-items: stretch;
        margin: 18px auto 12px;
        max-width: 1200px;
        width: calc(100% - 24px);
        min-height: 92px;
        border-radius: 16px;
        overflow: hidden;
        background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), #10141c;
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 12px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.04);
    }
    .new-last-wins-header {
        flex: 0 0 auto;
        min-width: 188px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 18px;
        background:
            linear-gradient(145deg, rgba(215, 38, 56, 0.18), transparent 70%),
            linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
        border-right: 1px solid rgba(255,255,255,0.07);
        position: relative;
        overflow: hidden;
    }
    .new-last-wins-header::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.12), transparent 55%);
        pointer-events: none;
    }
    .new-last-wins-header__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #D72638, #A91E2C);
        color: #FFFFFF;
        font-size: 18px;
        box-shadow: 0 8px 18px rgba(0,0,0,0.25);
        flex-shrink: 0;
        position: relative;
        z-index: 1;
    }
    .new-last-wins-header__copy {
        position: relative;
        z-index: 1;
        min-width: 0;
    }
    .new-last-wins-live {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 3px 9px;
        margin-bottom: 6px;
        border-radius: 999px;
        background: rgba(0,0,0,0.28);
        border: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.78);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    .new-last-wins-live__dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #22c55e;
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
        animation: lastWinsPulse 1.8s ease-out infinite;
    }
    @keyframes lastWinsPulse {
        0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
        70% { box-shadow: 0 0 0 7px rgba(34, 197, 94, 0); }
        100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
    }
    .new-last-wins-title {
        margin: 0;
        font-size: 15px;
        line-height: 1.15;
        font-weight: 900;
        color: #fff;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }
    .new-last-wins-title span {
        color: #D72638;
    }
    .new-last-wins-track-wrap {
        flex: 1;
        min-width: 0;
        position: relative;
        display: flex;
        align-items: stretch;
    }
    .new-last-wins-container-wrapper {
        flex: 1;
        overflow: hidden;
        position: relative;
        min-width: 0;
    }
    .new-last-wins-fade {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 36px;
        z-index: 2;
        pointer-events: none;
    }
    .new-last-wins-fade--left {
        left: 0;
        background: linear-gradient(90deg, #10141c 10%, transparent);
    }
    .new-last-wins-fade--right {
        right: 0;
        background: linear-gradient(270deg, #10141c 10%, transparent);
    }
    .new-last-wins-item-container {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin: 12px 8px;
        padding: 10px 14px 10px 10px;
        min-width: 248px;
        height: 68px;
        border-radius: 14px;
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
        vertical-align: top;
        transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }
    .new-last-wins-item-container:hover {
        transform: translateY(-1px);
        border-color: rgba(215, 38, 56, 0.35);
        background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    }
    .new-last-wins-item-thumb {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        overflow: hidden;
        flex-shrink: 0;
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 4px 12px rgba(0,0,0,0.22);
    }
    .new-last-wins-item-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        margin: 0 !important;
        display: block;
    }
    .new-last-wins-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        min-width: 0;
        flex: 1;
    }
    .new-last-wins-item__player,
    .playerName {
        color: rgba(255,255,255,0.55) !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        margin: 0 !important;
    }
    .new-last-wins-item__game,
    .gameName {
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 118px;
        margin: 0 !important;
    }
    .new-last-wins-item__time {
        color: rgba(255,255,255,0.38);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .new-last-wins-item__amount,
    .winAmount {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 1px;
        padding-left: 8px;
        border-left: 1px solid rgba(255,255,255,0.07);
        min-width: 78px;
        margin: 0 !important;
    }
    .new-last-wins-item__amount small {
        color: rgba(255,255,255,0.42);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    .new-last-wins-item__amount strong,
    .winAmount strong {
        color: #D72638 !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        letter-spacing: -0.02em;
        white-space: nowrap;
    }
    #ganhos-slider {
        display: flex;
        align-items: center;
        width: max-content;
        height: 100%;
        white-space: nowrap;
        animation: lastWinsScroll 50s linear infinite;
        will-change: transform;
    }
    @keyframes lastWinsScroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }
    .new-last-wins-container:hover #ganhos-slider {
        animation-play-state: paused;
    }
    @media (max-width: 768px) {
        .new-last-wins-container {
            flex-direction: column;
            width: calc(100% - 16px);
            min-height: 0;
        }
        .new-last-wins-header {
            min-width: 0;
            border-right: none;
            border-bottom: 1px solid rgba(255,255,255,0.07);
            padding: 12px 14px;
        }
        .new-last-wins-title {
            font-size: 14px;
        }
        .new-last-wins-item-container {
            min-width: 228px;
            height: 64px;
            margin: 10px 6px;
        }
        .new-last-wins-fade--left { width: 22px; }
        .new-last-wins-fade--right { width: 22px; }
    }


    /* Listagem dos jogos */  
            .lista-jogos {
            background-color: var(--casino-bg);
            padding: 20px;
            margin-top: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .aovivo-resultados {
            margin: 18px auto 24px;
            max-width: 1200px;
            width: calc(100% - 24px);
            padding: 0;
            background: transparent;
        }
        .lista-jogos .jogos-container {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 12px; /* espaço entre os cards */
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
            box-sizing: border-box;
        }
        .titulo-lista-jogos {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: bold;
            margin: 20px 0 10px;
            color: #fff;
        }
        .lista-jogos .jogo-card {
            background-color: #1E1E1E;
            height: auto;
            aspect-ratio: 182 / 230;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            background-size: contain;      
            background-repeat: no-repeat;   
            background-position: center;
            cursor: pointer;
            transition: transform 0.3s;
        }
        .lista-jogos .jogo-card:hover {
            transform: scale(1.05);
        }
        .lista-jogos .jogo-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            border-radius: 10px;
        }
        .lista-jogos .jogo-overlay {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-color: rgba(0,0,0,0.6);
            opacity: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.3s;
            cursor: default;
            z-index: 10;
        }
        .lista-jogos .jogo-card:hover .jogo-overlay {
            opacity: 1;
        }
        .jogo-card--wg .jogo-provider-title {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            padding: 10px 10px 12px;
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.88) 100%);
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.25;
            text-align: center;
            pointer-events: none;
        }
        .jogo-card--wg .jogo-overlay {
            z-index: 3;
        }

        .lista-jogos .jogar-btn {
            background-color: #D72638;
            border: none;
            color: #FFFFFF;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
            z-index: 20;
            position: relative;
        }
        .lista-jogos .jogo-info {
            display: none; /* Hide game text info completely to make it cleaner like 7games */
        }

.lista-jogos .jogo-info .nome {
            font-size: 14px;
        }
        .lista-jogos .jogo-info .jogadores {
            display: none; /* Hide players count completely */
        }
        .jogadores-text {
            display: none;
        }

        /* Queridinhos — ranking horizontal */
        .queridinhos-section {
            padding: 18px 16px 10px;
            margin-top: 12px;
        }
        .queridinhos-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 14px;
        }
        .queridinhos-header__left {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }
        .queridinhos-header__icon {
            width: 38px;
            height: 38px;
            border-radius: 11px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: #fff;
            font-size: 16px;
            flex-shrink: 0;
        }
        .queridinhos-header__title {
            margin: 0;
            font-size: 18px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.02em;
        }
        .queridinhos-header__more {
            flex-shrink: 0;
            padding: 8px 14px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.03);
            color: #fff;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            text-decoration: none;
            transition: background 0.2s ease, border-color 0.2s ease;
        }
        .queridinhos-header__more:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.35);
        }
        .queridinhos-track {
            display: flex;
            align-items: flex-end;
            gap: 10px;
            overflow-x: auto;
            padding: 4px 2px 14px;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .queridinhos-track::-webkit-scrollbar {
            display: none;
        }
        .queridinhos-item {
            position: relative;
            flex: 0 0 168px;
            width: 168px;
            height: 214px;
            flex-shrink: 0;
        }
        .queridinhos-rank {
            position: absolute;
            left: 0;
            bottom: 6px;
            z-index: 0;
            font-size: 118px;
            font-weight: 900;
            line-height: 0.82;
            letter-spacing: -0.06em;
            color: transparent;
            -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.28);
            pointer-events: none;
            user-select: none;
            font-family: "Inter", "Segoe UI", system-ui, sans-serif;
        }
        .queridinhos-section .queridinhos-card {
            position: absolute;
            right: 0;
            top: 14px;
            width: 132px;
            height: 178px;
            aspect-ratio: auto;
            min-width: 0;
            border-radius: 16px;
            transform: none;
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
        }
        .queridinhos-section .queridinhos-card:hover {
            transform: translateY(-3px) scale(1.02);
        }
        .queridinhos-section .queridinhos-card .jogo-img {
            border-radius: 16px;
        }
        .queridinhos-badge {
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 4;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #fff;
            white-space: nowrap;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
        }
        .queridinhos-badge i {
            font-size: 8px;
        }
        .queridinhos-badge--purple {
            background: linear-gradient(135deg, #7c3aed, #5b21b6);
        }
        .queridinhos-badge--red {
            background: linear-gradient(135deg, #ef4444, #b91c1c);
        }
        @media (min-width: 900px) {
            .queridinhos-item {
                flex: 0 0 188px;
                width: 188px;
                height: 236px;
            }
            .queridinhos-rank {
                font-size: 132px;
            }
            .queridinhos-section .queridinhos-card {
                width: 148px;
                height: 198px;
            }
            .queridinhos-track {
                gap: 14px;
            }
        }
        .btn-ver-mais {
            padding: 10px 20px;
            background-color: #D72638;
            color: #FFFFFF;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 16px;
            display: block;
            margin: 20px auto 0 auto;
            transition: background-color 0.3s ease;
        }
        .btn-ver-mais:hover {
            background-color: #A91E2C;
        }

    /* Provedores (Providers) */
        .provider-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: var(--casino-bg);
            margin-top: 20px;
        }
        /* 7GAMES REFACTORED CATEGORIES */
        .accordion-items-resize {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: nowrap;
            gap: 8px;
            margin: 0 0 16px;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            padding: 4px 2px 8px;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        .accordion-items-resize::-webkit-scrollbar {
            display: none;
        }
        .accordion-items-resize span {
            flex: 0 0 auto;
            max-width: 100%;
        }
        .accordion-button {
            background-color: #2F3338;
            color: #fff;
            border: 1px solid #1c1e21;
            border-radius: 999px;
            padding: 10px 14px;
            font-size: 12px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s;
            text-transform: uppercase;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            min-height: 42px;
            white-space: nowrap;
            line-height: 1;
            flex-shrink: 0;
            max-width: 100%;
        }
        .accordion-button:hover {
            background-color: #383d42;
        }
        .accordion-button.active {
            background-color: #383d42;
            color: #D72638;
            border-color: #D72638;
            box-shadow: inset 0 0 0 1px #D72638;
        }
        .accordion-button i,
        .accordion-button svg {
            flex: 0 0 auto;
            max-width: 18px;
            width: 18px;
            height: 18px;
            fill: #fff;
        }
        .accordion-button span {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .accordion-button.active svg,
        .accordion-button.active i {
            fill: #D72638;
            color: #D72638;
        }
        @media (max-width: 768px) {
            .provider-section {
                padding-left: 10px;
                padding-right: 10px;
                overflow: hidden;
                box-sizing: border-box;
            }
            .accordion-items-resize {
                gap: 6px;
                padding: 2px 0 8px;
            }
            .accordion-button {
                min-height: 38px;
                padding: 9px 12px;
                font-size: 11px;
            }
        }
        .provider-logo-btn img {
            height: 100%;
            max-height: 28px;
            max-width: 90%;
            object-fit: contain;
            transition: all 0.2s;
        }
        .provider-logo-btn:hover img {
            transform: scale(1.05);
        }
        .provider-all-label {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .provider-games {
            display: none;
            animation: fadeIn 0.4s ease-in-out;
        }
        .provider-games.active {
            display: block;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
    /* Estilos para o modal */  
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.48);
            backdrop-filter: blur(3px);
            z-index: 20000;
        }
        .overlay.show {
            display: block;
        }
        .modal {
            display: none; 
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #1E1E1E;
            padding: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
            z-index: 20001;
            width: 90%;
            max-width: 400px;
            border-radius: 5px;
        } 
        .modal-content h2 {
            margin: 0 0 15px 0; 
            font-size: 24px;
            color: #D72638;
            text-align: center; 
        }
            .modal.show {
            display: block;
        }
        .close-modal {
            position: absolute; 
            top: 10px; 
            right: 10px; 
            font-size: 18px; 
            color: #D72638; 
            cursor: pointer;
        }
        .close-modal:hover {
            color: #A91E2C; 
        }
        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        .form-row .input-icon {
            flex: 1;
        }
        .input-icon {
            position: relative;
            margin-bottom: 5px;
        }
        .input-icon i {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #D72638; 
            pointer-events: none; 
        }
        .input-icon i:hover {
            color: #A91E2C; 
        }
        .input-icon input, .input-icon textarea {
            padding-left: 35px; 
            width: 100%;
            height: 45px; 
            border:none; 
            border-radius: 3px; 
            color: #fff; 
            background-color: var(--casino-bg);
            outline: none; 
            box-sizing: border-box;
            font-size: 14px;
            font-family: Arial, sans-serif;
        }
        .input-icon input::placeholder, .input-icon textarea::placeholder {
            font-family: Arial, sans-serif;
            font-size: 14px;
        }
        .submit-button {
            width: 100%;
            padding: 15px 20px; 
            background-color: #D72638;
            color: #FFFFFF;
            text-decoration: none;
            border-radius: 5px;
            border: none;
            cursor: pointer;
            margin-top: 0px; 
            font-size: 16px; 
            font-weight: bold;
        }
        .submit-button:hover {
            background-color: #A91E2C;
        } 
        input.submit-button.recuperar, 
        input.submit-button.abrir-conta, 
        input.submit-button.contato {
            margin-top: 10px !important;
        }
        .termos {
            font-size: 12px;
            color: #fff; 
            line-height: 1;
            text-align: justify;
        }
        .termos a {
            color: #D72638; 
            text-decoration: none; 
            font-weight: bold; 
            cursor: pointer;
        }
        .termos a:hover {
            text-decoration: underline; 
            color: #A91E2C;
        }
        .recover-password {
            width: 100%;
            display: flex;
            justify-content: flex-end;
            margin-bottom: 10px;
            margin-top: 5px;
            cursor: pointer;
        }
        .recover-password a, 
        .log-in a, 
        .create-account a {
            color: #D72638;
            text-decoration: none;
            font-size: 14px; 
        }
        .recover-password a:hover,
        .log-in a:hover,
        .create-account a:hover {
            color: #A91E2C;
        }
        .log-in, .create-account{
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 15px;
            cursor: pointer;
        }
        #alerta-cadastro, #alerta-login, #alerta-senha, #alerta-contato {
            width: 100%;
            margin-top: -10px;
            display: none;
            font-size: 14px;
        }
        .alertanao {
            width: 100%;
            color: #FE0000;
            text-align: center;
            display: block;
            cursor: pointer;
            line-height: 24px;
        }
        .alertasim {
            width: 100%;
            color: #D72638;
            text-align: center;
            display: block;
            cursor: pointer;
            line-height: 24px;
        }

    /* Resultados ao Vivo — premium */
    .aovivo-panel {
        border-radius: 16px;
        overflow: hidden;
        background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), #10141c;
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 12px 32px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.04);
    }
    .aovivo-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 18px;
        background:
            linear-gradient(145deg, rgba(215, 38, 56, 0.16), transparent 72%),
            linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
        border-bottom: 1px solid rgba(255,255,255,0.07);
        position: relative;
        overflow: hidden;
    }
    .aovivo-header::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 0% 0%, rgba(255,255,255,0.1), transparent 55%);
        pointer-events: none;
    }
    .aovivo-header__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #D72638, #A91E2C);
        color: #FFFFFF;
        font-size: 18px;
        box-shadow: 0 8px 18px rgba(0,0,0,0.25);
        flex-shrink: 0;
        position: relative;
        z-index: 1;
    }
    .aovivo-header__copy {
        position: relative;
        z-index: 1;
        min-width: 0;
    }
    .aovivo-live-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 3px 9px;
        margin-bottom: 6px;
        border-radius: 999px;
        background: rgba(0,0,0,0.28);
        border: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.78);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    .aovivo-live-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ef4444;
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
        animation: aovivoPulse 1.8s ease-out infinite;
    }
    @keyframes aovivoPulse {
        0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
        70% { box-shadow: 0 0 0 7px rgba(239, 68, 68, 0); }
        100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
    }
    .aovivo-title {
        margin: 0;
        font-size: 15px;
        line-height: 1.15;
        font-weight: 900;
        color: #fff;
        letter-spacing: -0.02em;
        text-transform: uppercase;
    }
    .aovivo-title span {
        color: #D72638;
    }
    .aovivo-feed,
    #aovivo-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 12px;
        max-height: 420px;
        overflow: hidden;
    }
    .aovivo-entry {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
        border: 1px solid rgba(255,255,255,0.06);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
        transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    }
    .aovivo-entry:hover {
        transform: translateY(-1px);
        border-color: rgba(255,255,255,0.12);
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
    }
    .aovivo-entry--new {
        animation: aovivoSlideIn 0.45s ease;
    }
    @keyframes aovivoSlideIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .aovivo-entry__thumb {
        position: relative;
        width: 52px;
        height: 52px;
        border-radius: 12px;
        overflow: hidden;
        flex-shrink: 0;
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 6px 14px rgba(0,0,0,0.28);
    }
    .aovivo-entry__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .aovivo-entry__mult {
        position: absolute;
        right: 4px;
        bottom: 4px;
        padding: 2px 6px;
        border-radius: 999px;
        background: rgba(0,0,0,0.72);
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.02em;
        border: 1px solid rgba(255,255,255,0.12);
    }
    .aovivo-entry__mult--high {
        background: rgba(215, 38, 56, 0.88);
        color: #FFFFFF;
    }
    .aovivo-entry__mult--hot {
        background: linear-gradient(135deg, #f59e0b, #ef4444);
        color: #fff;
        box-shadow: 0 0 12px rgba(245, 158, 11, 0.35);
    }
    .aovivo-entry__body {
        min-width: 0;
        flex: 1;
    }
    .aovivo-entry__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 4px;
    }
    .aovivo-entry__player {
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .aovivo-entry__time {
        flex-shrink: 0;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.45);
    }
    .aovivo-entry__game {
        font-size: 12px;
        color: rgba(255,255,255,0.62);
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .aovivo-entry__meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .aovivo-entry__bet {
        font-size: 11px;
        color: rgba(255,255,255,0.48);
        font-weight: 600;
    }
    .aovivo-entry__amount {
        font-size: 13px;
        font-weight: 900;
        color: #D72638;
        letter-spacing: -0.01em;
        white-space: nowrap;
    }

        /* Footer premium */
        .site-footer.footer {
            position: relative;
            color: #fff;
            width: 100%;
            margin-top: 10px;
            padding-bottom: calc(12px + env(safe-area-inset-bottom));
            background: linear-gradient(180deg, rgba(5, 10, 18, 0) 0%, #050a12 28%, #04080f 100%);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            overflow: hidden;
        }
        .site-footer__glow {
            position: absolute;
            top: -90px;
            left: 50%;
            transform: translateX(-50%);
            width: min(720px, 92vw);
            height: 180px;
            background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.07), transparent 68%);
            pointer-events: none;
        }
        .site-footer__inner {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            padding: 34px 16px 8px;
        }
        .site-footer__top {
            display: grid;
            grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
            gap: 24px 28px;
            align-items: start;
        }
        .site-footer__brand img {
            max-width: 148px;
            height: auto;
            display: block;
        }
        .site-footer__tagline {
            margin: 14px 0 0;
            max-width: 320px;
            font-size: 13px;
            line-height: 1.55;
            color: rgba(255, 255, 255, 0.62);
        }
        .site-footer__badges {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 16px;
        }
        .site-footer__badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 10px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.04);
            font-size: 11px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.78);
        }
        .site-footer__badge i {
            color: #D72638;
            font-size: 11px;
        }
        .footer-column h4,
        .site-footer__social-title {
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            margin: 0 0 12px;
            color: #fff;
        }
        .site-footer__social-title {
            margin-top: 18px;
        }
        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-column ul li {
            margin-bottom: 8px;
        }
        .footer-column ul li a {
            color: rgba(255, 255, 255, 0.62);
            text-decoration: none;
            font-size: 13px;
            cursor: pointer;
            transition: color 0.2s ease;
        }
        .footer-column ul li a:hover {
            color: #D72638;
        }
        .site-footer__pix {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            padding: 8px 12px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .footer img.pix-logo {
            max-width: 88px !important;
            height: auto;
        }
        .social-icons {
            display: flex;
            gap: 10px;
        }
        .social-icons a {
            width: 38px;
            height: 38px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 17px;
            color: #fff;
            transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }
        .social-icons a:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.16);
            transform: translateY(-1px);
        }
        .site-footer__divider,
        .footer-line {
            border: none;
            height: 1px;
            margin: 28px auto;
            max-width: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
        }
        .site-footer__legal,
        .footer-text {
            max-width: 920px;
            margin: 0 auto;
            text-align: center;
            font-size: 12px;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.55);
            padding: 0 8px;
        }
        .site-footer__legal-intro {
            margin: 0;
        }
        .site-footer__legal-extra {
            margin-top: 14px;
        }
        .site-footer__legal-extra p {
            margin: 0 0 12px;
        }
        .ver-mais-btn,
        .site-footer__toggle {
            margin: 16px auto 0;
            padding: 9px 18px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            background: rgba(255, 255, 255, 0.05);
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            cursor: pointer;
            transition: background 0.2s ease, border-color 0.2s ease;
        }
        .ver-mais-btn:hover,
        .site-footer__toggle:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.22);
        }
        .site-footer__seal,
        .footer-centered-img {
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }
        .selo-img {
            max-width: min(320px, 88vw) !important;
            height: auto !important;
            opacity: 0.92;
        }
        .site-footer__bottom,
        .footer-bottom {
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.48);
            padding-bottom: 8px;
        }
        .site-footer__contacts {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 8px 14px;
            margin: 0 0 10px;
        }
        .site-footer__contacts strong {
            color: rgba(255, 255, 255, 0.82);
            font-weight: 700;
        }
        .site-footer__sep {
            color: rgba(255, 255, 255, 0.22);
        }
        .site-footer__copy {
            margin: 0;
            font-size: 11px;
            color: rgba(255, 255, 255, 0.38);
        }

    @media (max-width: 768px) {
            /* Estilos para barra topo */
            .bonus-cadastro {
                font-size: 3.5vw;
            }

            /* Estilos para o modal */ 
            .modal {
                width: calc(100% - 80px);
                max-width: none; 
            }
            .input-icon input {
                font-size: 16px;
            }

            /* Footer mobile */
            .site-footer__inner {
                padding: 28px 14px 6px;
            }
            .site-footer__top {
                grid-template-columns: 1fr 1fr;
                gap: 22px 16px;
            }
            .site-footer__brand {
                grid-column: 1 / -1;
                text-align: center;
            }
            .site-footer__brand img,
            .site-footer__tagline,
            .site-footer__badges {
                margin-left: auto;
                margin-right: auto;
            }
            .site-footer__tagline {
                max-width: 100%;
            }
            .site-footer__badges {
                justify-content: center;
            }
            .footer-column {
                text-align: left;
            }
            .site-footer__contacts {
                flex-direction: column;
                gap: 6px;
            }
            .site-footer__sep {
                display: none;
            }

            /* Estilos para a busca */ 
            .busca-container {
                padding: 0 15px; 
            }
            .busca-input-icon {
                max-width: 100%;
            }
            .col-nome {
                width: 70%;
                font-size: 14px;
            }
            .col-jogadores {
                overflow: visible !important; 
                white-space: normal !important;
                text-overflow: clip !important;
                font-size: 12px;
                width: 40%;
                text-align: center;
            }
            .col-jogar {
                width: 80px;
                text-align: right;
            }

            /* Estilos para a lista de jogos */ 
            .lista-jogos{
                padding: 0px 0px 0px 5px;
            }
            .queridinhos-section {
                padding: 14px 10px 6px;
            }
            .queridinhos-header__title {
                font-size: 16px;
            }
            .queridinhos-item {
                flex: 0 0 152px;
                width: 152px;
                height: 198px;
            }
            .queridinhos-rank {
                font-size: 102px;
            }
            .queridinhos-section .queridinhos-card {
                width: 120px;
                height: 162px;
            }
            .lista-jogos .jogos-container {
                display: flex;
                overflow-x: auto;
                padding-bottom: 10px;
                gap: 12px;
                width: 100%;
                flex-wrap: nowrap;
                -ms-overflow-style: none; 
                scrollbar-width: none; 
            }
            .lista-jogos .jogo-card {
                min-width: 120px; 
                height: 182px;
                flex-shrink: 0; 
            }
            .lista-jogos .jogos-container::-webkit-scrollbar {
                display: none; 
            }

.lista-jogos .jogo-info .nome {
                font-size: 12px;
            }
            .lista-jogos .jogar-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            /* Resultados ao Vivo */
            .aovivo-resultados {
                margin-top: 0;
            }
            .aovivo-header {
                padding: 12px 14px;
            }
            .aovivo-header__icon {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            .aovivo-title {
                font-size: 14px;
            }
            .aovivo-feed,
            #aovivo-container {
                padding: 10px;
                max-height: none;
            }
            .aovivo-entry {
                padding: 10px 12px;
            }
            .aovivo-entry__thumb {
                width: 46px;
                height: 46px;
            }

            /* Botão Esporte */   
            .botao-esporte {
                width: 70%;
                height: 45px;
                position: fixed;
                z-index: 998; 
                border-radius: 0px 25px 25px 0px;
            }
            .botao-esporte .botao-esporte-btn {
                font-size: 15px;
            }
            .botao-esporte-btn i {
                margin-right: 8px;
            } 
}



/* Grid Vertical - Todos os Jogos */


@media (max-width: 900px) {
    
}


/* Hero banner — mobile */
@media (max-width: 768px) {
    .hero-banner-carousel,
    .slider-wrapper.hero-banner-carousel {
        margin: 15px auto;
        padding: 0 8px;
    }
    .hero-banner-track {
        min-height: 110px;
    }
    .hero-banner-slide {
        --hero-slide-radius: 14px;
    }
    .hero-banner-nav--prev {
        left: 8px;
    }
    .hero-banner-nav--next {
        right: 8px;
    }
    .hero-banner-nav {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
}




/* Forçar 3 colunas em telas pequenas */
@media (max-width: 900px) {
    
    #jogosCarregaveis .jogo-card {
        min-width: 0 !important;
        width: 100% !important;
    }
}


/* REFORCO FINAL GRID VERTICAL - TODOS OS JOGOS */
@media (min-width: 901px) {
    #jogosCarregaveis, #containerPragmatic, #containerPG, .provider-games .jogos-container, .lista-jogos .jogos-container {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 20px 0 !important;
        overflow-x: visible !important;
        flex-wrap: wrap !important;
    }
    #jogosCarregaveis .jogo-card, #containerPragmatic .jogo-card, #containerPG .jogo-card,
    .provider-games .jogos-container .jogo-card, .lista-jogos .jogos-container .jogo-card {
        min-width: 0 !important;
        width: auto !important;
        height: auto !important;
        aspect-ratio: 182 / 230;
    }
}

@media (max-width: 900px) {
    #jogosCarregaveis, #containerPragmatic, #containerPG, .provider-games .jogos-container, .lista-jogos .jogos-container {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 10px 5px !important;
        overflow-x: visible !important;
        flex-wrap: wrap !important;
    }
    #jogosCarregaveis .jogo-card, #containerPragmatic .jogo-card, #containerPG .jogo-card,
    .provider-games .jogos-container .jogo-card, .lista-jogos .jogos-container .jogo-card {
        min-width: 0 !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 182 / 230;
    }

    /* Provider section mobile */
    .provider-section {
        padding: 0 5px;
        margin-top: 10px;
    }
    .provider-logos-bar {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px;
        padding: 5px 0 10px;
        width: 100%;
        margin: 0;
    }
    .provider-logo-btn {
        min-width: 0;
        width: 100%;
        padding: 5px;
        height: 50px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .provider-logo-btn img {
        height: 100%;
        max-height: 38px;
        max-width: 95%;
        object-fit: contain;
    }
    .provider-all-label {
        font-size: 13px;
        white-space: nowrap;
    }
}

/* ─── Auth modals (login / cadastro) ─── */
@keyframes authModalIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
.overlay.show {
    background: rgba(5, 8, 14, 0.78);
    backdrop-filter: blur(6px);
}
.modal--auth {
    width: min(100%, 460px);
    max-width: 460px;
    padding: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 0;
    overflow: hidden;
    max-height: 100dvh;
    background: var(--casino-bg);
    border: none;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
    animation: authModalIn 0.32s ease-out;
}
.modal--auth.modal.show {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@media (min-width: 769px) {
    .modal--auth:not(.modal--compact) {
        max-height: min(92dvh, 680px);
    }
    .modal--auth-register.modal--auth:not(.modal--compact) {
        max-height: min(96dvh, 820px);
        height: auto;
    }
}
.modal--compact {
    width: min(92vw, 420px);
    max-width: 420px;
    border-radius: 16px;
}
.auth-modal-shell {
    position: relative;
    padding: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}
.auth-modal-shell--compact {
    display: block;
}

/* Topbar */
.auth-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px 10px;
    background: var(--casino-bg);
    flex-shrink: 0;
}
.auth-topbar--compact {
    padding-bottom: 8px;
}
.auth-topbar__logo {
    flex: 0 1 auto;
    max-width: 92px;
}
.auth-topbar__logo img {
    width: 100%;
    max-height: 32px;
    height: auto;
    display: block;
    object-fit: contain;
}
.auth-topbar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}
.auth-topbar__help {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 8px;
    white-space: nowrap;
}
.auth-topbar__help i {
    color: #D72638;
    font-size: 14px;
}
.auth-topbar__help:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);
}
.auth-close {
    position: static;
    top: auto;
    right: auto;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}
.auth-close:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

/* Banner promocional — proporção 1366 × 585 */
.auth-banner {
    position: relative;
    width: auto;
    margin: 0 8px;
    aspect-ratio: 1366 / 585;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--casino-bg);
    border-radius: 12px;
}
.auth-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}
.auth-banner__caption {
    position: absolute;
    inset: auto 0 0;
    padding: 28px 16px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.35) 70%, transparent 100%);
    color: #fff;
    border-radius: 0 0 12px 12px;
}
.auth-banner__caption strong {
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin-bottom: 3px;
}
.auth-banner__caption span {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,0.72);
    line-height: 1.35;
}

/* Abas Entrar / Criar conta */
.auth-tabs-wrap {
    padding: 12px 16px 0;
    flex-shrink: 0;
}
.auth-tabs {
    display: flex;
    gap: 4px;
    padding: 4px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
}
.auth-tab {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    flex: 1;
    padding: 11px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.auth-tab.active {
    background: #D72638;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}
.auth-tab:hover:not(.active) {
    color: #fff;
    background: rgba(255,255,255,0.06);
}

/* Corpo do formulário */
.auth-body {
    padding: 16px 16px 22px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}
.auth-body--compact {
    padding-top: 8px;
}
.auth-form-intro {
    margin-bottom: 14px;
}
.auth-form-intro--center {
    text-align: center;
}
.auth-form-intro h3 {
    margin: 0 0 4px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}
.auth-form-intro p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.auth-form-row {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
}
.auth-field-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    padding-left: 1px;
}
.auth-req {
    color: #ef4444;
    font-weight: 700;
}
.modal--auth .input-icon {
    margin-bottom: 0;
    width: 100%;
}
.modal--auth .input-icon > i:not(.fas):not(.fab) {
    display: none;
}
.auth-input-shell input {
    width: 100%;
    height: 48px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    font-size: 14px;
    background: #1a2332 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.auth-input-shell input::placeholder {
    color: rgba(255,255,255,0.35) !important;
}
.auth-input-shell input:focus {
    border-color: #D72638 !important;
    box-shadow: 0 0 0 3px rgba(215, 38, 56, 0.18) !important;
    outline: none;
}
.auth-input-shell--hint input {
    padding-right: 42px !important;
}
.auth-field-hint {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.38);
    font-size: 15px;
    pointer-events: none;
}
.auth-phone-row {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}
.auth-phone-prefix {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    min-width: 88px;
    border-radius: 12px;
    background: #1a2332;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.auth-phone-flag {
    font-size: 18px;
    line-height: 1;
}
.auth-phone-input {
    flex: 1;
    min-width: 0;
}
.input-icon--password input {
    padding-right: 48px !important;
}
.password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}
.password-toggle:hover {
    color: rgba(255,255,255,0.85);
}

/* Botão principal */
.auth-submit {
    width: 100%;
    margin-top: 4px;
    height: 50px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
    border: none;
    background: #D72638 !important;
    color: #FFFFFF !important;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: filter 0.18s, transform 0.18s;
}
.auth-submit:hover {
    background: #A91E2C !important;
    background-color: #A91E2C !important;
    filter: none;
}
.auth-submit:active {
    transform: scale(0.99);
}

.modal--auth .recover-password {
    margin: -6px 0 0;
    justify-content: flex-start;
}
.modal--auth .recover-password a {
    color: #D72638;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.modal--auth .recover-password a:hover {
    color: #A91E2C;
    text-decoration: underline;
}

/* Termos checkbox */
.auth-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-top: -4px;
}
.auth-terms-check input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.auth-terms-check__box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 1px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 11px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.auth-terms-check input:checked + .auth-terms-check__box {
    background: #D72638;
    border-color: #D72638;
    color: #FFFFFF;
}
.auth-terms-check__text {
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255,255,255,0.62);
}
.auth-terms-check__text a {
    color: #D72638;
    font-weight: 600;
    text-decoration: none;
}
.auth-terms-check__text a:hover {
    text-decoration: underline;
    color: #A91E2C;
}

.auth-limit-link {
    display: block;
    margin-top: 16px;
    text-align: center;
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.auth-limit-link:hover {
    color: #fff;
}

/* Modal de cadastro: sem rolagem interna — conteúdo compacto na viewport */
.modal--auth-register.modal--auth,
.modal--auth-register.modal--auth.modal.show {
    overflow: hidden;
}
.modal--auth-register .auth-modal-shell {
    overflow: visible;
    flex: 0 0 auto;
    min-height: auto;
}
.modal--auth-register .auth-body {
    overflow: visible;
    overflow-y: visible;
    flex: 0 0 auto;
    min-height: auto;
    padding: 12px 16px 16px;
}
.modal--auth-register .auth-topbar {
    padding: 10px 14px 8px;
}
.modal--auth-register .auth-tabs-wrap {
    padding: 8px 16px 0;
}
.modal--auth-register .auth-form {
    gap: 10px;
}
.modal--auth-register .auth-form-row {
    gap: 6px;
}
.modal--auth-register .auth-input-shell input {
    height: 44px !important;
}
.modal--auth-register .auth-submit {
    height: 46px;
    margin-top: 0;
}
.modal--auth-register #cadastro-password-fields {
    margin-bottom: 0;
}
.modal--auth-register .auth-terms-check {
    margin-top: 0;
}
.modal--auth-register .turnstile-box:not([hidden]) {
    min-height: 48px;
}
.modal--auth-register .auth-extra-panel {
    margin-top: 12px;
    padding-top: 12px;
}
.modal--auth-register .auth-limit-link {
    margin-top: 10px;
}

#cadastro-password-fields {
    margin-bottom: -6px;
}
.turnstile-box {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.turnstile-box[hidden] {
    display: none !important;
    margin: 0 !important;
    min-height: 0 !important;
}
.turnstile-box:not([hidden]) + .auth-terms-check {
    margin-top: 4px;
}
.auth-extra-panel {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.auth-thirdparty-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.48);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.auth-thirdparty-title::before,
.auth-thirdparty-title::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(255,255,255,0.08);
}
.social-auth-block {
    display: flex;
    justify-content: center;
}
.google-button-slot {
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
}
.google-signup-banner {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: rgba(215, 38, 56, 0.12);
    border: 1px solid rgba(215, 38, 56, 0.28);
    color: #fff;
}
.google-signup-banner[hidden] { display: none !important; }
.google-signup-banner__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}
.google-signup-banner strong { display: block; margin-bottom: 3px; font-size: 13px; }
.google-signup-banner p { margin: 0; font-size: 12px; line-height: 1.4; opacity: 0.85; }

.auth-footer-link {
    margin-top: 14px;
    text-align: center;
    color: rgba(255,255,255,0.62);
    font-size: 13px;
}
.auth-footer-link a {
    color: #D72638;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.auth-footer-link a:hover {
    color: #A91E2C;
    text-decoration: underline;
}

#alerta-cadastro, #alerta-login, #alerta-senha {
    margin-bottom: 8px;
}

.modal--auth input,
.modal--auth textarea,
.modal--auth select {
    background-color: #1a2332 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;
}
.modal--auth input:-webkit-autofill,
.modal--auth textarea:-webkit-autofill {
    box-shadow: 0 0 0 1000px #1a2332 inset !important;
    -webkit-text-fill-color: #fff !important;
}
.modal--auth input[type="submit"],
.modal--auth input.auth-submit,
.modal--auth .auth-submit {
    background: #D72638 !important;
    background-color: #D72638 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
.modal--auth input[type="submit"]:hover,
.modal--auth input.auth-submit:hover,
.modal--auth .auth-submit:hover {
    background: #A91E2C !important;
    background-color: #A91E2C !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    filter: none;
}
.modal--auth input[type="submit"]:active,
.modal--auth input.auth-submit:active,
.modal--auth .auth-submit:active {
    background: #A91E2C !important;
    background-color: #A91E2C !important;
    filter: none;
}

.modal input,
.modal textarea,
.modal select { background-color: var(--casino-bg) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; caret-color: #fff; }
.modal input:-webkit-autofill,
.modal textarea:-webkit-autofill,
.modal select:-webkit-autofill { box-shadow: 0 0 0 1000px #121212 inset !important; -webkit-text-fill-color: #fff !important; }
.modal input:focus,
.modal textarea:focus,
.modal select:focus { background-color: #151515 !important; color: #fff !important; outline: none; }

@media (max-width: 768px) {
    .modal--auth {
        width: 100%;
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        border-radius: 0;
        animation: authModalIn 0.28s ease-out;
    }
    .modal--auth.modal.show {
        display: flex;
    }
    .modal--compact {
        width: min(94vw, 420px);
        height: auto;
        max-height: calc(100dvh - 20px);
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 16px;
    }
    .auth-topbar__help span,
    .auth-topbar__help {
        font-size: 11px;
    }
    .modal--auth-register .auth-topbar {
        padding: 10px 12px 6px;
    }
    .modal--auth-register .auth-tabs-wrap {
        padding: 6px 14px 0;
    }
    .modal--auth-register .auth-body {
        padding: 10px 14px max(14px, env(safe-area-inset-bottom));
    }
    .modal--auth-register .auth-form {
        gap: 8px;
    }
    .auth-body {
        padding-bottom: max(22px, env(safe-area-inset-bottom));
    }
    .turnstile-box {
        overflow: hidden;
        transform-origin: top center;
    }
    .jogo-card--wg .jogo-provider-title {
        font-size: 11px;
        padding: 9px 8px 10px;
    }
}
