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: #111419; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .logo-container { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-container img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-container strong { font-size: 16px; font-weight: normal; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .btn-register { background: linear-gradient(to right, #FF6B35, #FF2E63); border: none; color: #ffffff; padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #252a34; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 2px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; margin: 5px 0; font-family: 'Courier New', monospace; }
        .platform-intro { padding: 20px; text-align: center; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .platform-intro p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; justify-content: space-between; }
        .section-title h2 { font-size: 18px; border-left: 4px solid #FF6B35; padding-left: 10px; margin: 0; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #252a34; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; 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: 8px; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 11px; color: #999; margin: 3px 0 0; }
        .payment-methods { background: #111419; padding: 20px 15px; margin: 20px 0; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 24px; color: #FFD700; }
        .guidelines { padding: 0 15px; }
        .guide-item { background: #252a34; border-radius: 10px; padding: 15px; margin-bottom: 15px; border-left: 3px solid #FF2E63; }
        .guide-item h3 { margin-top: 0; font-size: 16px; color: #FFD700; }
        .win-marquee { background: #111419; padding: 10px 0; overflow: hidden; border-y: 1px solid #333; }
        .marquee-content { display: flex; animation: marquee 30s linear infinite; white-space: nowrap; }
        .win-item { padding: 0 20px; font-size: 12px; color: #FFD700; border-right: 1px solid #333; }
        .win-item span { color: #ffffff; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; text-align: center; background: #252a34; border-radius: 15px; margin: 15px; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 12px; font-weight: bold; color: #999; }
        .providers-list span { padding: 5px 10px; border: 1px solid #444; border-radius: 5px; }
        .reviews { padding: 0 15px; }
        .review-card { background: #252a34; border-radius: 12px; padding: 15px; margin-bottom: 15px; position: relative; }
        .review-header { display: flex; align-items: center; margin-bottom: 10px; }
        .review-header i.fa-user { font-size: 20px; background: #444; padding: 8px; border-radius: 50%; margin-right: 10px; }
        .review-user-info h3 { font-size: 14px; margin: 0; }
        .review-date { font-size: 11px; color: #777; }
        .stars { color: #FFD700; font-size: 12px; margin: 5px 0; }
        .faq { padding: 0 15px; }
        .faq-item { margin-bottom: 15px; background: #111419; border-radius: 8px; padding: 15px; border: 1px solid #333; }
        .faq-item h3 { font-size: 15px; color: #FFD700; margin-top: 0; }
        .faq-item p { font-size: 13px; color: #ccc; margin-bottom: 0; }
        .responsible-gaming { padding: 20px 15px; text-align: center; font-size: 12px; color: #999; }
        .responsible-icons { margin-bottom: 10px; font-size: 24px; color: #FF6B35; display: flex; justify-content: center; gap: 15px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #999; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #0a0c10; padding: 20px 15px 100px; border-top: 2px solid #FFD700; }
        .footer-contact { text-align: center; margin-bottom: 20px; }
        .footer-contact a { color: #FFD700; text-decoration: none; margin: 0 10px; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 20px; }
        .footer-links a { color: #999; text-decoration: none; font-size: 12px; }
        .copyright { text-align: center; font-size: 11px; color: #666; border-top: 1px solid #222; padding-top: 15px; }
        main { padding-bottom: 40px; }