* { 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; }
        header { background: #111419; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: bold; cursor: pointer; text-decoration: none; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; display: block; aspect-ratio: 2 / 1; object-fit: cover; cursor: pointer; }
        .jackpot-container { background: radial-gradient(circle, #2a2e37 0%, #111419 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-title { color: #FFD700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px #FFD700; }
        .intro-card { background: #23272e; margin: 15px; padding: 20px; border-radius: 15px; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 15px; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #23272e; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; display: block; border: 1px solid #2a2e37; 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; }
        .game-provider { font-size: 11px; color: #FFD700; opacity: 0.8; }
        .payment-methods { background: #111419; padding: 20px 15px; text-align: center; }
        .payment-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .payment-item { width: 60px; height: 35px; background: #23272e; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 10px; border: 1px solid #2a2e37; color: #aaa; }
        .guidelines { padding: 15px; display: grid; gap: 15px; }
        .guide-box { background: #23272e; padding: 15px; border-radius: 12px; border-left: 3px solid #FF2E63; }
        .guide-box h2 { font-size: 16px; margin-bottom: 8px; color: #ffffff; }
        .guide-box p { font-size: 13px; color: #b0b0b0; }
        .winners-marquee { background: #111419; padding: 15px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; border-top: 1px solid #2a2e37; border-bottom: 1px solid #2a2e37; }
        .marquee-content { display: inline-block; animation: marquee 40s linear infinite; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { display: inline-flex; align-items: center; background: #23272e; padding: 8px 15px; border-radius: 30px; margin: 0 10px; border: 1px solid #2a2e37; }
        .winner-item span { color: #FFD700; margin-right: 5px; font-weight: bold; }
        .providers-wall { padding: 20px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; background: #1a1d24; }
        .provider-tag { background: #23272e; padding: 5px 12px; border-radius: 4px; font-size: 12px; color: #FFD700; border: 1px solid #2a2e37; }
        .reviews { padding: 15px; }
        .review-card { background: #23272e; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #2a2e37; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .review-user-info h3 { 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: #b0b0b0; }
        .faq-section { padding: 15px; }
        .faq-item { background: #23272e; margin-bottom: 10px; border-radius: 10px; overflow: hidden; border: 1px solid #2a2e37; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2a2e37; }
        .faq-answer { padding: 15px; font-size: 13px; color: #b0b0b0; }
        .safety-section { padding: 25px 15px; text-align: center; background: #111419; }
        .safety-icons { display: flex; justify-content: center; gap: 20px; font-size: 24px; color: #FFD700; margin-bottom: 15px; }
        .safety-text { font-size: 12px; color: #777; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e37; z-index: 2000; }
        .nav-item { text-align: center; text-decoration: none; color: #b0b0b0; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0d1014; padding: 30px 15px 100px; }
        .footer-contact { text-align: center; margin-bottom: 25px; }
        .footer-contact a { color: #FFD700; text-decoration: none; margin: 0 10px; 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: 13px; text-align: center; }
        .footer-copy { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #2a2e37; padding-top: 20px; }