* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        .container { padding: 0 15px; width: 100%; max-width: 1200px; margin: 0 auto; }
        header { background: #111419; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e35; }
        header .nav-container { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 15px; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(135deg, #FF6B35 0%, #FF2E63 100%); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .banner-section { width: 100%; margin-bottom: 20px; }
        .banner-section img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; cursor: pointer; }
        .jackpot-container { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; margin: 20px 15px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
        .jackpot-title { font-size: 14px; color: #FFD700; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; font-family: monospace; letter-spacing: 2px; }
        .intro-card { background: #23272e; border-radius: 15px; padding: 25px; margin: 20px 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #b0b3b8; }
        .section-title { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #FFD700; text-transform: uppercase; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #23272e; border-radius: 12px; overflow: hidden; position: relative; border: 1px solid #333842; transition: transform 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .payment-licensing { background: #111419; padding: 30px 15px; margin: 30px 0; 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: #ffffff; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0 15px; }
        .guideline-card { background: #23272e; padding: 20px; border-radius: 15px; border: 1px solid #333842; }
        .guideline-card h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .marquee-container { background: #111419; padding: 15px 0; margin: 30px 0; overflow: hidden; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-track { display: flex; animation: marquee 40s linear infinite; width: max-content; }
        .winner-item { padding: 0 20px; border-right: 1px solid #333; white-space: nowrap; display: flex; flex-direction: column; }
        .winner-item span:first-child { color: #FFD700; font-weight: bold; }
        .winner-item span:last-child { font-size: 12px; color: #888; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 0 15px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
        .provider-tag { background: #23272e; padding: 8px 15px; border-radius: 5px; font-size: 12px; color: #FFD700; border: 1px solid #333842; font-weight: 600; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0 15px; }
        .comment-card { background: #23272e; padding: 20px; border-radius: 15px; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
        .comment-header i { font-size: 30px; color: #FFD700; }
        .user-meta h3 { font-size: 14px; margin-bottom: 2px; }
        .stars { color: #FFD700; font-size: 12px; }
        .comment-date { font-size: 11px; color: #888; margin-bottom: 8px; }
        .comment-text { font-size: 14px; color: #b0b3b8; font-style: italic; }
        .faq-section { padding: 0 15px; margin: 40px 0; }
        .faq-item { background: #23272e; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; border-bottom: 1px solid #333842; padding-bottom: 5px; }
        .faq-item p { font-size: 14px; color: #b0b3b8; text-align: justify; }
        .security-section { background: #111419; padding: 30px 15px; text-align: center; border-top: 2px solid #FFD700; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; font-size: 24px; color: #FFD700; }
        .security-text { font-size: 12px; color: #888; max-width: 800px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; height: 65px; display: flex; justify-content: space-around; align-items: center; z-index: 1001; border-top: 1px solid #2a2e35; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #b0b3b8; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item:nth-child(3) { background: linear-gradient(135deg, #FF6B35 0%, #FF2E63 100%); width: 50px; height: 50px; border-radius: 50%; color: white; justify-content: center; margin-top: -30px; border: 4px solid #1a1d24; }
        footer { background: #0b0d10; padding: 40px 15px 100px; text-align: center; }
        .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; }
        .footer-contact a { background: #23272e; padding: 10px 20px; border-radius: 5px; font-size: 13px; border: 1px solid #333842; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { font-size: 13px; color: #888; display: block; margin-bottom: 8px; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }