* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background: #161A1E; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #D4AF37; }
        header .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #FFFFFF; }
        header .brand img { width: 25px; height: 25px; border-radius: 5px; }
        header .brand strong { font-size: 16px; font-weight: 400; font-family: 'Archivo Black', sans-serif; }
        header .actions { display: flex; gap: 10px; }
        header button { border: none; padding: 8px 16px; border-radius: 20px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        .btn-register { background: linear-gradient(135deg, #D4AF37, #996515); color: #000000; }
        main { padding-bottom: 100px; max-width: 1200px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1E2329; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #D4AF37; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-title { color: #FFD700; font-family: 'Archivo Black', sans-serif; font-size: 14px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { color: #FFFFFF; font-size: 32px; font-weight: 800; font-family: 'Archivo Black', sans-serif; display: flex; justify-content: center; align-items: center; gap: 5px; }
        .intro-card { background: #161A1E; margin: 15px; padding: 25px; border-radius: 20px; border-left: 5px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 15px; line-height: 1.25; font-family: 'Archivo Black', sans-serif; }
        .intro-card p { color: #B1B5C3; font-size: 14px; line-height: 1.6; }
        .section-header { padding: 15px 15px 5px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 20px; font-family: 'Archivo Black', sans-serif; color: #FFFFFF; }
        .section-header i { color: #D4AF37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1E2329; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s; border: 1px solid #2D323E; }
        .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: 10px; color: #FFFFFF; font-size: 14px; font-weight: 600; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; }
        .payment-item { background: #161A1E; padding: 15px 5px; border-radius: 10px; text-align: center; border: 1px solid #1E2329; }
        .payment-item i { font-size: 24px; color: #D4AF37; margin-bottom: 8px; display: block; }
        .payment-item span { font-size: 10px; color: #777E90; font-weight: 600; display: block; }
        .guide-section { padding: 15px; }
        .guide-card { background: #161A1E; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #2D323E; }
        .guide-card h3 { color: #D4AF37; margin-bottom: 10px; font-size: 18px; }
        .guide-card p { color: #B1B5C3; font-size: 14px; line-height: 1.6; }
        .winners-list { background: #161A1E; margin: 15px; border-radius: 15px; overflow: hidden; border: 1px solid #2D323E; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid #1E2329; }
        .winner-info { display: flex; flex-direction: column; }
        .winner-name { color: #FFFFFF; font-weight: 600; font-size: 14px; }
        .winner-game { color: #777E90; font-size: 12px; }
        .winner-payout { color: #00C853; font-weight: 700; font-size: 14px; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-item { background: linear-gradient(45deg, #1E2329, #161A1E); padding: 15px; text-align: center; border-radius: 8px; border: 1px solid #2D323E; color: #D4AF37; font-weight: 700; font-size: 14px; }
        .comment-grid { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .comment-card { background: #1E2329; padding: 20px; border-radius: 15px; border: 1px solid #2D323E; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-user i { width: 40px; height: 40px; background: #2D323E; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D4AF37; }
        .comment-details h4 { font-size: 14px; color: #FFFFFF; }
        .comment-stars { color: #FFD700; font-size: 12px; }
        .comment-content { color: #B1B5C3; font-size: 13px; font-style: italic; margin-bottom: 10px; }
        .comment-date { color: #777E90; font-size: 11px; }
        .faq-section { padding: 15px; }
        .faq-item { background: #161A1E; margin-bottom: 10px; border-radius: 10px; padding: 15px; border: 1px solid #1E2329; }
        .faq-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { color: #B1B5C3; font-size: 14px; line-height: 1.6; }
        .security-section { background: #1E2329; margin: 15px; padding: 25px; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; font-size: 30px; color: #00C853; }
        .security-section h2 { font-size: 18px; margin-bottom: 15px; color: #FFFFFF; }
        .security-section p { color: #777E90; font-size: 12px; margin-bottom: 15px; }
        .age-badge { display: inline-block; padding: 5px 12px; border: 2px solid #E31837; color: #E31837; border-radius: 5px; font-weight: 800; font-size: 18px; margin-bottom: 15px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #161A1E; height: 70px; display: flex; justify-content: space-around; align-items: center; border-top: 2px solid #D4AF37; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #B1B5C3; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; font-weight: 500; }
        .nav-item:nth-child(3) { background: #D4AF37; color: #000000; width: 60px; height: 60px; border-radius: 50%; transform: translateY(-20px); border: 5px solid #0B0E11; justify-content: center; }
        .nav-item:nth-child(3) i { font-size: 24px; }
        footer { background: #0B0E11; padding: 40px 20px 100px; border-top: 1px solid #1E2329; text-align: center; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-social a { color: #B1B5C3; 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: 30px; text-align: left; }
        .footer-links a { color: #777E90; text-decoration: none; font-size: 13px; transition: color 0.3s; }
        .footer-links a:hover { color: #D4AF37; }
        .footer-copy { color: #777E90; font-size: 12px; line-height: 1.5; border-top: 1px solid #1E2329; padding-top: 20px; }