* { 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; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #111317; 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; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login, .btn-reg { padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-reg { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn-login:active, .btn-reg:active { transform: scale(0.95); }
        .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: #000; padding: 20px; text-align: center; margin: 15px; border-radius: 15px; border: 1px solid #FFD700; position: relative; overflow: hidden; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { padding: 20px; margin: 15px; background: #252932; border-radius: 15px; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .section-title { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; border-left: 4px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; color: #fff; }
        .game-info span { font-size: 11px; color: #888; }
        .trust-section { background: #111317; padding: 25px 15px; margin-top: 30px; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .payment-icons i { font-size: 30px; color: #aaa; }
        .license-badges { display: flex; justify-content: center; gap: 20px; margin-top: 20px; opacity: 0.7; }
        .guidelines { padding: 20px 15px; }
        .guide-item { margin-bottom: 20px; background: #252932; padding: 15px; border-radius: 12px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbb; }
        .winners-marquee { background: #111317; padding: 15px 0; margin: 20px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scrollText 30s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; gap: 8px; background: #252932; padding: 5px 15px; border-radius: 20px; margin: 0 10px; font-size: 12px; }
        .winner-tag strong { color: #FFD700; }
        @keyframes scrollText { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 20px 15px; }
        .provider-name { background: #252932; padding: 8px 16px; border-radius: 6px; font-size: 12px; color: #FFD700; font-weight: bold; }
        .reviews-section { padding: 20px 15px; }
        .review-card { background: #252932; border-radius: 12px; padding: 15px; margin-bottom: 15px; border-left: 3px solid #FFD700; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #888; }
        .review-user { font-weight: bold; font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; margin: 5px 0; }
        .review-date { font-size: 11px; color: #666; }
        .review-body { font-size: 13px; color: #bbb; }
        .faq-section { padding: 20px 15px; }
        .faq-item { margin-bottom: 15px; background: #252932; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; }
        .security-section { text-align: center; padding: 30px 15px; background: #111317; }
        .security-icons { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; font-size: 24px; color: #FF2E63; }
        .responsible-text { font-size: 12px; color: #888; max-width: 400px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111317; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #000; padding: 30px 15px 100px; border-top: 1px solid #333; }
        .footer-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 25px; }
        .social-link { font-size: 14px; color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: center; }
        .footer-links a { font-size: 12px; color: #888; }
        .copyright { text-align: center; font-size: 11px; color: #666; border-top: 1px solid #222; padding-top: 20px; }