* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #121418; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; border: none; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(45deg, #FF6B35, #FF2E63); color: white; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
        .intro-card { padding: 20px 15px; text-align: center; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 15px; font-size: 20px; color: #FFD700; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px 20px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; }
        .payment-methods { background: #121418; padding: 20px 15px; text-align: center; }
        .method-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .method-icons i { font-size: 24px; color: #ddd; }
        .guidelines { padding: 20px 15px; display: grid; gap: 15px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 10px; border-left: 4px solid #FFD700; }
        .guide-item h2 { font-size: 16px; margin-bottom: 8px; color: #FFD700; }
        .guide-item p { font-size: 13px; color: #bbb; }
        .winners-marquee { background: #121418; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-tag { display: inline-flex; align-items: center; gap: 8px; background: #252932; padding: 5px 15px; margin: 0 10px; border-radius: 20px; font-size: 12px; border: 1px solid #444; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00ff88; font-weight: bold; }
        .providers-wall { padding: 20px 15px; text-align: center; background: #121418; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; font-size: 13px; color: #888; font-weight: bold; }
        .reviews { padding: 20px 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .review-user-info { display: flex; flex-direction: column; }
        .review-user-info .name { font-weight: bold; font-size: 14px; }
        .review-user-info .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 20px 15px; }
        .faq-item { margin-bottom: 15px; background: #252932; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 12px 15px; font-weight: bold; color: #FFD700; font-size: 15px; border-bottom: 1px solid #333; }
        .faq-answer { padding: 12px 15px; font-size: 13px; color: #bbb; }
        .security-section { padding: 25px 15px; text-align: center; background: #121418; border-top: 1px solid #333; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .age-limit { display: inline-block; border: 2px solid #ff4444; color: #ff4444; border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: bold; font-size: 14px; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #888; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item:active { color: #FFD700; }
        footer { padding: 30px 15px 100px; background: #0d0f12; text-align: center; }
        .footer-contact { margin-bottom: 25px; }
        .footer-contact h2 { font-size: 18px; color: #FFD700; margin-bottom: 15px; }
        .contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .contact-links a { font-size: 14px; color: #bbb; border-bottom: 1px solid #444; padding-bottom: 2px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 25px; text-align: left; }
        .footer-links a { font-size: 12px; color: #888; transition: color 0.2s; }
        .footer-links a:hover { color: #FFD700; }
        .copyright { font-size: 11px; color: #666; border-top: 1px solid #222; padding-top: 20px; }