body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        header { background-color: #11141a; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .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; border: none; font-weight: bold; cursor: pointer; font-size: 14px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(45deg, #FF6B35, #FF2E63); color: #ffffff; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; font-family: 'Courier New', monospace; }
        .intro-card { margin: 15px; padding: 20px; background: #252932; border-radius: 15px; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 0 15px; margin-top: 25px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; display: block; border: 1px solid #333; 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: 10px; }
        .game-info h3 { font-size: 14px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #888; margin-top: 4px; }
        .trust-section { background: #11141a; padding: 20px 15px; margin: 15px 0; }
        .trust-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; justify-items: center; opacity: 0.8; }
        .trust-icons i { font-size: 24px; color: #FFD700; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbb; margin: 0; }
        .marquee-container { background: #11141a; padding: 10px 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%); } }
        .win-tag { display: inline-block; background: #252932; padding: 8px 15px; border-radius: 20px; margin: 0 10px; font-size: 12px; border: 1px solid #444; }
        .win-tag span { color: #FFD700; font-weight: bold; }
        .providers-wall { padding: 15px; text-align: center; color: #888; font-size: 13px; line-height: 2; }
        .providers-wall span { margin: 0 8px; display: inline-block; }
        .comments-section { padding: 15px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 30px; color: #FFD700; }
        .comment-user-info h3 { font-size: 14px; margin: 0; }
        .comment-stars { color: #FFD700; font-size: 12px; }
        .comment-date { font-size: 11px; color: #666; margin-left: auto; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #252932; border-radius: 12px; margin-bottom: 10px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; margin: 0; }
        .security-footer { padding: 20px 15px; text-align: center; background: #11141a; font-size: 12px; color: #888; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; }
        .security-badges i { color: #4CAF50; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #11141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #333; z-index: 1001; }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active, .nav-item:active { color: #FFD700; }
        footer { background: #0d0f13; padding: 30px 15px; text-align: center; border-top: 1px solid #333; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 25px; }
        .footer-social a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 11px; color: #555; }