* { 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: rgba(26, 29, 36, 0.95); position: sticky; top: 0; z-index: 1000; padding: 10px 15px; border-bottom: 1px solid rgba(255, 215, 0, 0.2); backdrop-filter: blur(10px); }
        .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFD700; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
        .auth-buttons { display: flex; gap: 8px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 25px 15px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.6); font-family: monospace; }
        .intro-card { padding: 30px 20px; text-align: center; max-width: 800px; margin: 0 auto; }
        h1 { color: #FFD700; font-size: 24px; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { font-size: 15px; color: #b0b3b8; }
        .section-title { padding: 20px 15px 10px; font-size: 18px; color: #FFD700; border-left: 4px solid #FF2E63; margin-left: 15px; margin-top: 20px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid rgba(255, 255, 255, 0.05); }
        .game-image { 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: 2px; }
        .game-provider { font-size: 11px; color: #FFD700; opacity: 0.8; }
        .payment-trust { background: #11141a; padding: 30px 15px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; }
        .payment-icons i { font-size: 30px; color: #fff; }
        .guidelines { padding: 20px 15px; }
        .guide-item { background: #242832; padding: 20px; border-radius: 15px; margin-bottom: 15px; border-top: 2px solid #FFD700; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .marquee-box { background: #000; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .win-record { display: inline-flex; align-items: center; gap: 10px; margin-right: 30px; background: rgba(255, 255, 255, 0.05); padding: 5px 15px; border-radius: 20px; font-size: 13px; }
        .win-user { color: #FFD700; font-weight: bold; }
        .win-amount { color: #00ff88; font-weight: bold; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; text-align: center; background: #242832; margin: 20px 0; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; font-size: 14px; font-weight: bold; color: #b0b3b8; }
        .reviews { padding: 20px 15px; }
        .review-card { background: #242832; padding: 20px; border-radius: 15px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .faq-section { padding: 20px 15px; }
        .faq-item { background: #242832; border-radius: 10px; padding: 15px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #b0b3b8; }
        .safety-section { padding: 30px 15px; text-align: center; background: #11141a; }
        .safety-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .safety-badges i { font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; border-top: 1px solid rgba(255, 215, 0, 0.3); display: flex; justify-content: space-around; padding: 10px 0; z-index: 1001; }
        .nav-item { text-decoration: none; color: #b0b3b8; text-align: center; font-size: 10px; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; color: #FFD700; }
        footer { background: #000; padding: 40px 20px; text-align: center; border-top: 2px solid #FFD700; }
        .footer-contact { margin-bottom: 30px; }
        .footer-contact a { color: #FFD700; margin: 0 10px; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #b0b3b8; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }