body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; padding-bottom: 80px; }
        header { background-color: #0f1115; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; 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: 8px; }
        .btn-login, .btn-register { padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; text-decoration: none; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(to right, #FF6B35, #FF2E63); color: #fff; }
        main { padding: 0; max-width: 1200px; margin: 0 auto; }
        .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 15px; text-align: center; margin: 15px 10px; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .platform-intro { padding: 25px 20px; text-align: center; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #cccccc; line-height: 1.6; }
        .section-title { padding: 0 15px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #FFD700; margin: 0; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #333; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.97); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; color: #fff; margin: 0 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 12px; color: #888; }
        .payments-licenses { background: #0f1115; padding: 20px 15px; margin: 25px 0; text-align: center; }
        .icon-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .icon-row i { font-size: 24px; color: #fff; }
        .guidelines { padding: 20px 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-card { background: #252932; padding: 20px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .guide-card h3 { color: #FFD700; margin-bottom: 10px; font-size: 16px; }
        .guide-card p { font-size: 13px; color: #bbb; line-height: 1.5; margin: 0; }
        .winners-marquee { background: #0f1115; padding: 15px 0; overflow: hidden; margin: 25px 0; position: relative; }
        .marquee-track { display: flex; gap: 20px; animation: marquee 30s linear infinite; width: max-content; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { background: #252932; padding: 8px 15px; border-radius: 20px; display: flex; align-items: center; gap: 10px; border: 1px solid #3d424d; }
        .winner-item span { font-size: 13px; white-space: nowrap; }
        .winner-val { color: #FFD700; font-weight: bold; }
        .providers-wall { padding: 20px 15px; background: #1a1d24; text-align: center; }
        .providers-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 15px; }
        .provider-tag { background: #252932; padding: 6px 12px; border-radius: 4px; font-size: 12px; color: #fff; border: 1px solid #333; }
        .reviews { padding: 20px 15px; }
        .review-card { background: #252932; border-radius: 15px; padding: 15px; margin-bottom: 15px; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 10px; }
        .user-info { display: flex; align-items: center; gap: 10px; }
        .user-info i { font-size: 20px; color: #FFD700; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #777; margin-bottom: 8px; }
        .review-content { font-size: 13px; color: #ccc; line-height: 1.5; }
        .faq-section { padding: 20px 15px; }
        .faq-item { background: #252932; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 14px; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 13px; color: #bbb; line-height: 1.6; }
        .security-section { padding: 30px 15px; background: #0f1115; text-align: center; margin-top: 20px; }
        .security-icons { font-size: 30px; display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; }
        .security-text { font-size: 12px; color: #888; max-width: 600px; margin: 0 auto; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #0f1115; display: flex; justify-content: space-around; padding: 10px 0; z-index: 1001; border-top: 1px solid #333; }
        .nav-item { text-align: center; text-decoration: none; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item-active { color: #FFD700; }
        footer { background: #0b0d10; padding: 40px 20px 100px; border-top: 1px solid #333; }
        .footer-row { margin-bottom: 30px; text-align: center; }
        .footer-row h3 { font-size: 16px; margin-bottom: 15px; color: #fff; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: left; }
        .footer-grid a { color: #666; text-decoration: none; font-size: 12px; }
        .copyright { text-align: center; padding-top: 30px; font-size: 11px; color: #555; border-top: 1px solid #222; margin-top: 30px; }