

/* === Sticky Banner === */
.sticky-banner {
    background: #1a1a1a;
    bottom: -500px;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 26px 0;
    position: fixed;
    transition: all .65s ease-in;
    width: 100%;
    z-index: 999;
}

.sticky-banner.-active {
    bottom: 0;
    opacity: 1;
}

.sticky-banner__wrapper {
    grid-gap: 70px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content max-content 1fr max-content;
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px;
}

.sticky-banner__logo {
    background: #232323;
    border-radius: 4px;
    padding: 4px 8px;
    text-decoration: none;
}

.sticky-banner__logo img {
    height: 72px;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.sticky-banner__rating {
    text-align: center;
}

.sticky-banner__rating .rating-label {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sticky-banner__rating .rating-value {
    background: url(../img/img--QLv1vC30v7P2HB3WnMeV.svg) no-repeat 0;
    background-size: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
}

.sticky-banner__rating .rating-value span {
    font-size: 22px;
}

.sticky-banner__offer {
    text-align: center;
}

.sticky-banner__offer .offer-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.sticky-banner__offer .offer-text span {
    color: var(--default-color);
    font-weight: 700;
}

.sticky-banner__cta a {
    background: red;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 58px;
    text-transform: uppercase;
    text-decoration: none;
}

.sticky-banner__cta a:hover {
    opacity: .86;
}

/* Tablet */
@media (max-width: 768px) {
    .sticky-banner {
        padding: 15px 0;
    }
    
    .sticky-banner__wrapper {
        grid-gap: 15px;
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }
    
    .sticky-banner__logo {
        height: 60px;
        padding: 6px 10px;
    }
    
    .sticky-banner__logo img {
        height: 60px;
        max-width: 120px;
    }
    
    .sticky-banner__rating {
        display: none;
    }
    
    .sticky-banner__offer {
        text-align: left;
        margin: 0;
    }
    
    .sticky-banner__offer .offer-text {
        font-size: 14px;
        line-height: 1.3;
    }
    
    .sticky-banner__cta a {
        padding: 0 30px;
        font-size: 13px;
        height: 48px;
        line-height: 48px;
        white-space: nowrap;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .sticky-banner {
        padding: 12px 0;
    }
    
    .sticky-banner__wrapper {
        grid-gap: 10px;
        padding: 0 15px;
    }
    
    .sticky-banner__logo {
        height: 50px;
        padding: 4px 8px;
    }
    
    .sticky-banner__logo img {
        height: 50px;
        max-width: 90px;
    }
    
    .sticky-banner__offer .offer-text {
        font-size: 12px;
    }
    
    .sticky-banner__cta a {
        padding: 0 20px;
        font-size: 11px;
        height: 42px;
        line-height: 42px;
    }
}

/* Small Mobile */
@media (max-width: 360px) {
    .sticky-banner__wrapper {
        grid-gap: 8px;
        padding: 0 10px;
    }
    
    .sticky-banner__logo {
        height: 45px;
    }
    
    .sticky-banner__logo img {
        height: 45px;
        max-width: 80px;
    }
    
    .sticky-banner__offer .offer-text {
        font-size: 11px;
    }
    
    .sticky-banner__cta a {
        padding: 0 15px;
        font-size: 10px;
        height: 40px;
        line-height: 40px;
    }
}
        .login-btn {
            --button-bg: linear-gradient(135deg, #2cab23 0%, #2cab23 100%);
            --button-hover-bg: #2cab23;
            --button-active-bg: #2cab23;
            background: linear-gradient(135deg, #2cab23 0%, #2cab23 100%);
        }

        .login-btn:hover {
            background: linear-gradient(135deg, #2cab23 0%, #2cab23 100%);
            color: hsla(0, 0%, 100%, 1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2), 0px 10px 40px rgba(0, 0, 0, 0.4)
        }

        .register-btn {
            --button-bg: linear-gradient(135deg, #1354d7 0%, #1354d7 100%);
            --button-hover-bg: #1354d7;
            --button-active-bg: #1354d7;
            background: linear-gradient(135deg, #1354d7 0%, #1354d7 100%);
        }

        .register-btn:hover {
            background: linear-gradient(135deg, #1354d7 0%, #1354d7 100%);
            color: hsla(0, 0%, 100%, 1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2), 0px 10px 40px rgba(0, 0, 0, 0.4)
        }

        .cardFooter.inputGroupAddon.progressCircle {
            padding-top: 52px;
        }

        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            padding: 20px 0;
            z-index: 3;
            transition: .3s ease-in-out;
        }
        .header.fixed {
            padding: 10px 0;
            background: #202b38;
            box-shadow: 0 0 10px 4px rgb(255, 255, 255, 0.05);
        }

        .header-inner {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        /* style for mobile */
        @media (max-width: 768px) {

            .login-btn,
            .register-btn {
                padding-right: 10px;
                padding-left: 10px;
            }
        }
    

    .games-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .game-box {
            background: #2d2d2d;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.2s ease;
            border: 2px solid transparent;
        }

        .game-box:hover {
            transform: translateY(-4px);
            border-color: #dc2626;
        }

        .game-image {
            width: 100%;
            height: 160px;
            position: relative;
            overflow: hidden;
        }

        .game-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .game-content {
            padding: 16px;
        }

        .game-title {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 16px;
            text-align: center;
        }

        .game-buttons {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .game-btn {
            padding: 10px 16px;
            border-radius: 6px;
            text-decoration: none;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease;
            display: block;
        }

        .btn-primary {
            background: #dc2626;
            color: #fff;
            border: none;
        }

        .btn-primary:hover {
            background: #b91c1c;
        }

        .btn-secondary {
            background: transparent;
            color: #dc2626;
            border: 1px solid #dc2626;
        }

        .btn-secondary:hover {
            background: #dc2626;
            color: #fff;
        }

        /* Mobile first approach */
        @media (max-width: 480px) {
            body {
                padding: 15px;
            }
            
            .games-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }
            
            .game-box {
                border-radius: 8px;
            }
            
            .game-image {
                height: 120px;
            }
            
            .game-content {
                padding: 12px;
            }
            
            .game-title {
                font-size: 14px;
                margin-bottom: 12px;
            }
            
            .game-btn {
                padding: 8px 12px;
                font-size: 13px;
            }
        }

        @media (min-width: 768px) {
            .games-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 24px;
            }
            
            .game-image {
                height: 180px;
            }
        }

        /* Subtle imperfections for human touch */
        .game-box:nth-child(2) {
            transform: rotate(0.3deg);
        }
        
        .game-box:nth-child(4) {
            transform: rotate(-0.2deg);
        }
        
        .game-box:nth-child(6) {
            transform: rotate(0.1deg);
        }

        .game-box:nth-child(odd) .game-content {
            padding: 17px 16px 15px;
        }

        /* Slightly different button widths */
        .game-box:nth-child(3n) .btn-secondary {
            padding: 10px 14px;
        }

