body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding: 0; overflow-x: hidden; }
        header { background-color: #12141a; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .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; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(to right, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .jackpot-container { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .platform-intro { padding: 25px 20px; background-color: #12141a; margin: 15px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #cccccc; line-height: 1.6; }
        .section-title { padding: 0 20px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #ffffff; }
        .section-title i { color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background-color: #2c313c; border-radius: 12px; overflow: hidden; text-decoration: none; color: white; display: flex; flex-direction: column; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
        .game-info p { font-size: 11px; margin: 0; color: #FFD700; opacity: 0.8; }
        .trust-section { background-color: #12141a; padding: 25px 15px; margin: 20px 0; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; }
        .trust-icons i { font-size: 30px; color: #666; }
        .payment-img { height: 25px; filter: grayscale(1) brightness(1.5); }
        .guidelines { padding: 0 15px; }
        .guideline-card { background-color: #2c313c; padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .guideline-card h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guideline-card p { font-size: 13px; color: #bbb; line-height: 1.5; }
        .winner-marquee { background-color: #12141a; padding: 10px 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: marquee 40s linear infinite; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { display: inline-flex; align-items: center; background: #2c313c; padding: 8px 15px; border-radius: 20px; margin: 0 10px; border-bottom: 2px solid #FF2E63; }
        .winner-item span { font-size: 12px; margin: 0 5px; }
        .winner-user { color: #FFD700; font-weight: bold; }
        .winner-amount { color: #00ff88; font-weight: bold; }
        .providers-wall { padding: 20px; text-align: center; background: #12141a; margin: 20px 15px; border-radius: 10px; }
        .providers-text { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; font-weight: bold; color: #888; text-transform: uppercase; font-size: 12px; }
        .review-grid { padding: 0 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .review-card { background: #2c313c; padding: 15px; border-radius: 12px; border: 1px solid #3d4452; }
        .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; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #888; margin-left: auto; }
        .review-content { font-size: 13px; color: #ccc; line-height: 1.5; }
        .faq-section { padding: 0 15px; margin: 30px 0; }
        .faq-item { margin-bottom: 15px; background: #2c313c; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 13px; color: #bbb; line-height: 1.6; }
        .security-footer { background: #0d0f13; padding: 30px 20px; text-align: center; margin-top: 30px; }
        .security-logos { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
        .security-logos div { border: 1px solid #333; padding: 5px 10px; border-radius: 5px; font-size: 10px; font-weight: bold; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #888; transition: color 0.3s; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:hover, .nav-item:active { color: #FFD700; }
        footer { background-color: #0d0f13; padding: 40px 20px 100px; color: #888; text-align: center; }
        .footer-contact { margin-bottom: 30px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
        .footer-contact a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 12px; }
        .footer-links a:hover { color: #ffffff; }
        .copyright { font-size: 12px; border-top: 1px solid #333; padding-top: 20px; }