body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #111418; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; padding: 6px 12px; border-radius: 5px; cursor: pointer; font-size: 14px; }
        .btn-register { background: linear-gradient(to right, #FF6B35, #FF2E63); color: #ffffff; border: none; padding: 6px 12px; border-radius: 5px; cursor: pointer; font-size: 14px; font-weight: bold; }
        .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: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 15px; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .intro-card { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #cccccc; margin: 0; }
        .section-title { padding: 0 15px; margin-top: 25px; font-size: 20px; color: #FFD700; border-left: 4px solid #FF2E63; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: #ffffff; transition: transform 0.2s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin: 0; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #FFD700; margin-top: 4px; }
        .payment-section { background: #111418; padding: 20px 15px; margin: 15px 0; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .payment-icons i { font-size: 30px; color: #999; }
        .license-seals { margin-top: 20px; display: flex; justify-content: center; gap: 20px; filter: grayscale(1); opacity: 0.7; }
        .guideline-section { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guideline-card { background: #252932; padding: 15px; border-radius: 12px; border-top: 3px solid #FFD700; }
        .guideline-card h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guideline-card p { font-size: 13px; color: #bbb; }
        .winners-marquee { background: #111418; padding: 10px 0; overflow: hidden; white-space: nowrap; position: relative; border-y: 1px solid #333; }
        .marquee-content { display: inline-block; animation: marquee 40s linear infinite; }
        .winner-item { display: inline-flex; align-items: center; background: #252932; margin: 0 10px; padding: 8px 15px; border-radius: 20px; border: 1px solid #444; }
        .winner-item span { margin: 0 5px; font-size: 12px; }
        .winner-val { color: #FFD700; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { background: #1a1d24; padding: 20px; text-align: center; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 15px; }
        .provider-tag { background: #252932; color: #FFD700; padding: 5px 12px; border-radius: 4px; font-size: 13px; border: 1px solid #333; }
        .reviews-section { padding: 15px; }
        .review-card { background: #252932; border-radius: 12px; padding: 15px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-user { font-weight: bold; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #777; margin-left: auto; }
        .review-content { font-size: 13px; color: #ccc; }
        .faq-section { padding: 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; }
        .security-section { background: #111418; padding: 25px 15px; text-align: center; border-top: 1px solid #333; }
        .security-badges { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .security-text { font-size: 12px; color: #777; max-width: 600px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-decoration: none; color: #999; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        .nav-item:nth-child(3) i { color: #FF2E63; }
        footer { background: #0d0f12; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-contacts a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #777; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guideline-section { grid-template-columns: 1fr 1fr; }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }