* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0C10; color: #FFFFFF; font-family: 'Inter', sans-serif; line-height: 1.6; overflow-x: hidden; }
        header { background-color: #1F2833; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #45A29E; display: flex; justify-content: space-between; align-items: center; }
        header .logo-box { display: flex; align-items: center; gap: 8px; }
        header .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-box strong { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .btn { padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; transition: 0.3s; }
        header .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #D4AF37; }
        header .btn-register { background: #D4AF37; color: #0B0C10; }
        main { max-width: 1200px; margin: 0 auto; padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #1F2833 0%, #0B0C10 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; }
        .jackpot-title { color: #D4AF37; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; font-size: 20px; }
        .jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; color: #00FF41; font-weight: 700; text-shadow: 0 0 10px rgba(0,255,65,0.5); }
        .intro-card { background: #1F2833; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #C5C6C7; }
        .section-title { font-family: 'Montserrat', sans-serif; font-size: 20px; margin: 20px 15px 15px; display: flex; align-items: center; gap: 10px; color: #FFFFFF; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1F2833; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #1F2833; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-license-section { background: #0F141A; margin: 20px 15px; padding: 20px; border-radius: 15px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .pl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
        .pl-item i { font-size: 24px; color: #D4AF37; }
        .pl-item span { font-size: 11px; color: #8892B0; }
        .guides-section { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-card { background: #1F2833; padding: 15px; border-radius: 12px; }
        .guide-card h2 { font-size: 18px; color: #D4AF37; margin-bottom: 8px; }
        .guide-card p { font-size: 13px; color: #C5C6C7; }
        .winners-section { background: #1F2833; margin: 20px 15px; padding: 15px; border-radius: 15px; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #0B0C10; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #45A29E; font-weight: 600; }
        .winner-prize { color: #00FF41; font-family: 'Roboto Mono', monospace; }
        .providers-section { margin: 20px 15px; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-tag { background: #1F2833; border: 1px solid #45A29E; color: #FFFFFF; padding: 12px; text-align: center; border-radius: 8px; font-weight: 600; font-size: 14px; }
        .reviews-section { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; margin-top: 20px; }
        .review-card { background: #1F2833; padding: 15px; border-radius: 12px; border: 1px solid #1F2833; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #D4AF37; }
        .review-user { font-weight: 600; font-size: 14px; }
        .review-rating { color: #FFA500; font-size: 12px; }
        .review-content { font-size: 13px; color: #C5C6C7; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #8892B0; }
        .faq-section { padding: 0 15px; margin-top: 20px; }
        .faq-item { background: #1F2833; margin-bottom: 10px; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #D4AF37; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #C5C6C7; }
        .security-section { margin: 20px 15px; padding: 20px; background: #0F141A; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #8892B0; margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid #E63946; color: #E63946; font-weight: 900; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; margin-top: 10px; font-size: 18px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1F2833; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #45A29E; z-index: 1000; }
        .navigator a { text-decoration: none; color: #C5C6C7; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; }
        .navigator i { font-size: 18px; }
        footer { background: #0B0C10; padding: 30px 15px 100px; border-top: 1px solid #1F2833; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; margin-bottom: 25px; }
        .footer-contacts a { color: #D4AF37; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 5px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #8892B0; text-decoration: none; font-size: 13px; text-align: center; }
        .footer-copyright { text-align: center; font-size: 12px; color: #8892B0; padding-top: 20px; border-top: 1px solid #1F2833; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }