* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Inter', 'Roboto', sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Montserrat', 'Inter', sans-serif; font-weight: 700; color: #D4AF37; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        button { cursor: pointer; border: none; font-family: inherit; }

        header {
            background: #050505;
            padding: 10px 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 2px solid #D4AF37;
        }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .header-right { display: flex; gap: 8px; }
        .btn-login { background: transparent; border: 1px solid #D4AF37; color: #D4AF37; padding: 6px 12px; border-radius: 4px; font-size: 14px; }
        .btn-register { background: linear-gradient(135deg, #D4AF37, #F9E076); color: #050505; padding: 6px 12px; border-radius: 4px; font-size: 14px; font-weight: 600; }

        main { max-width: 1200px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; object-fit: cover; cursor: pointer; display: block; }
        
        .jackpot-container {
            background: radial-gradient(circle, #1A1A1A 0%, #050505 100%);
            margin: 15px;
            padding: 20px;
            border-radius: 15px;
            text-align: center;
            border: 1px solid #333;
            box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
        }
        .jackpot-label { color: #B3B3B3; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-value { font-size: 32px; color: #D4AF37; font-weight: 900; margin: 10px 0; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }

        .intro-card { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; margin-bottom: 10px; }
        .intro-card p { color: #B3B3B3; font-size: 14px; }

        .section-title { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; font-size: 20px; border-left: 3px solid #D4AF37; margin-left: 15px; }
        
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1A1A; border-radius: 12px; overflow: hidden; border: 1px solid #333; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }

        .payment-license-grid { 
            display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; background: #111; margin: 15px; border-radius: 12px; 
        }
        .pl-item { text-align: center; color: #B3B3B3; font-size: 10px; }
        .pl-item i { font-size: 20px; color: #D4AF37; margin-bottom: 5px; display: block; }

        .guide-section { padding: 15px; display: grid; gap: 15px; }
        .guide-card { background: #1A1A1A; padding: 15px; border-radius: 12px; border-bottom: 1px solid #333; }
        .guide-card h2 { font-size: 18px; margin-bottom: 8px; }
        .guide-card p { font-size: 13px; color: #B3B3B3; text-align: justify; }

        .lottery-ticker { background: #050505; margin: 15px; border-radius: 12px; overflow: hidden; border: 1px solid #333; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #1f1f1f; font-size: 12px; }
        .lottery-user { color: #D4AF37; font-weight: bold; }
        .lottery-amount { color: #2ECC71; font-weight: bold; }

        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; padding: 15px; }
        .provider-tag { flex: 1; min-width: calc(50% - 10px); background: #262626; padding: 10px; text-align: center; border-radius: 8px; font-weight: bold; color: #F9E076; font-size: 14px; }

        .comment-section { padding: 15px; display: grid; gap: 15px; }
        .comment-card { background: #1A1A1A; padding: 15px; border-radius: 12px; position: relative; }
        .user-info { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-info i { font-size: 24px; color: #D4AF37; }
        .rating { color: #F1C40F; font-size: 12px; }
        .comment-content { font-size: 13px; color: #B3B3B3; margin: 8px 0; }
        .comment-date { font-size: 11px; color: #4D4D4D; }

        .faq-section { padding: 15px; }
        .faq-item { background: #1A1A1A; margin-bottom: 10px; border-radius: 8px; padding: 15px; border: 1px solid #333; }
        .faq-item h3 { font-size: 15px; color: #F9E076; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #B3B3B3; }

        .security-section { padding: 20px 15px; text-align: center; background: #050505; border-top: 1px solid #333; }
        .security-badge { display: inline-block; padding: 5px 15px; border: 1px solid #E63946; color: #E63946; border-radius: 20px; font-size: 12px; margin-bottom: 10px; font-weight: bold; }
        .security-text { font-size: 12px; color: #B3B3B3; margin-bottom: 15px; }

        .navigator {
            position: fixed; bottom: 0; left: 0; right: 0; background: #050505; 
            display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000;
        }
        .nav-item { text-align: center; color: #B3B3B3; font-size: 11px; flex: 1; }
        .nav-item i { font-size: 18px; display: block; margin-bottom: 3px; color: #D4AF37; }

        footer { background: #050505; padding: 30px 15px 100px; border-top: 2px solid #D4AF37; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { color: #D4AF37; font-size: 14px; border: 1px solid #333; padding: 5px 15px; border-radius: 15px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 25px; }
        .footer-links a { font-size: 12px; color: #B3B3B3; }
        .copyright { text-align: center; font-size: 11px; color: #4D4D4D; border-top: 1px solid #1F1F1F; padding-top: 20px; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guide-section { grid-template-columns: repeat(2, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }