* { 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; }
        a { text-decoration: none; color: inherit; }
        header { background: #121418; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e35; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn-login { padding: 6px 12px; font-size: 14px; border-radius: 4px; background: transparent; border: 1px solid #FFD700; color: #FFD700; cursor: pointer; }
        .btn-register { padding: 6px 12px; font-size: 14px; border-radius: 4px; border: none; background: linear-gradient(to right, #FF6B35, #FF2E63); color: #fff; cursor: pointer; font-weight: bold; }
        .banner-container { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
        .jackpot-section { background: #242830; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .intro-card { margin: 15px; padding: 20px; background: #242830; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #cbd5e0; }
        .section-title { margin: 20px 15px 10px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #242830; border-radius: 10px; overflow: hidden; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-info { padding: 8px; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
        .game-info span { font-size: 11px; color: #888; }
        .trust-section { background: #121418; margin: 20px 0; padding: 20px 15px; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.7; }
        .trust-icons i { font-size: 30px; }
        .guidelines { padding: 0 15px; margin-bottom: 20px; }
        .guideline-item { background: #242830; padding: 15px; border-radius: 10px; margin-bottom: 10px; }
        .guideline-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guideline-item p { font-size: 13px; color: #cbd5e0; }
        .marquee-container { background: #121418; padding: 10px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .marquee-item { display: inline-block; margin-right: 30px; font-size: 13px; color: #fff; }
        .marquee-item span { color: #FFD700; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 20px; }
        .provider-tag { background: #242830; padding: 5px 12px; border-radius: 20px; font-size: 12px; border: 1px solid #333; }
        .comments-section { padding: 0 15px; margin-bottom: 20px; }
        .comment-card { background: #242830; padding: 15px; border-radius: 10px; margin-bottom: 12px; border-top: 1px solid #333; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-header i { font-size: 20px; color: #FFD700; }
        .comment-header .name { font-weight: bold; font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; margin-left: auto; }
        .comment-date { font-size: 11px; color: #666; margin-bottom: 5px; }
        .comment-content { font-size: 13px; color: #cbd5e0; }
        .faq-section { padding: 0 15px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; background: #242830; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #cbd5e0; }
        .security-section { padding: 20px 15px; background: #121418; text-align: center; margin-bottom: 20px; border-radius: 15px; margin: 15px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .security-badges i { font-size: 24px; color: #FFD700; }
        .security-text { font-size: 12px; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e35; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { padding: 30px 15px 100px; background: #0c0e11; border-top: 1px solid #2a2e35; text-align: center; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-social a { color: #FFD700; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #888; text-align: left; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }