body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #12141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #FFD700; display: flex; justify-content: space-between; align-items: center; }
        .logo-box { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #ffffff; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; letter-spacing: 0.5px; }
        .header-buttons { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); border: none; color: #ffffff; padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; }
        .jackpot-section { background: #000; border: 2px solid #FFD700; border-radius: 15px; margin: 20px 0; padding: 15px; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Courier New', monospace; font-size: 32px; color: #ffffff; font-weight: bold; text-shadow: 0 0 10px #FFD700; }
        .intro-card { background: #242830; padding: 25px; border-radius: 15px; margin-bottom: 30px; border-left: 5px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-top: 0; }
        .intro-card p { font-size: 15px; color: #cccccc; margin-bottom: 0; }
        .section-title { font-size: 20px; margin: 25px 0 15px; border-left: 4px solid #FF2E63; padding-left: 10px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .game-card { background: #242830; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }
        .game-card:active { transform: scale(0.95); }
        .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 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #FFD700; opacity: 0.8; }
        .trust-section { background: #12141a; padding: 20px; border-radius: 15px; margin: 30px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .trust-icon { width: 60px; height: 35px; background: #242830; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: bold; color: #aaa; border: 1px solid #333; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guideline-item { background: #242830; padding: 15px; border-radius: 12px; font-size: 14px; color: #ddd; }
        .guideline-item h2 { color: #FFD700; font-size: 18px; margin-top: 0; }
        .marquee-container { background: #12141a; padding: 15px; margin: 20px 0; border-radius: 10px; overflow: hidden; position: relative; }
        .marquee-content { display: flex; flex-direction: column; animation: marqueeScroll 30s linear infinite; }
        @keyframes marqueeScroll { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .win-record { padding: 8px 0; border-bottom: 1px solid #333; display: flex; justify-content: space-between; font-size: 13px; }
        .win-user { color: #FFD700; font-weight: bold; }
        .win-amount { color: #00ff88; font-weight: bold; }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 10px; }
        .provider-tag { background: #242830; padding: 5px 12px; border-radius: 15px; font-size: 12px; color: #FFD700; border: 1px solid #333; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .comment-card { background: #242830; padding: 15px; border-radius: 12px; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 35px; height: 35px; background: #1a1d24; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .comment-user-info { display: flex; flex-direction: column; }
        .comment-name { font-weight: bold; font-size: 14px; }
        .comment-stars { color: #FFD700; font-size: 12px; }
        .comment-date { font-size: 11px; color: #777; margin-top: 4px; }
        .comment-body { font-size: 13px; color: #ccc; }
        .faq-section { margin-top: 30px; }
        .faq-item { background: #242830; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; display: flex; justify-content: space-between; font-weight: bold; color: #FFD700; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #bbb; }
        .responsible-gaming { background: #12141a; padding: 25px; border-radius: 15px; margin-top: 30px; border-top: 3px solid #FF2E63; text-align: center; }
        .responsible-icons { display: flex; justify-content: center; gap: 20px; margin: 15px 0; font-size: 24px; color: #FF2E63; }
        .responsible-text { font-size: 13px; color: #888; margin-bottom: 15px; }
        .age-badge { display: inline-block; background: #FF2E63; color: white; padding: 2px 8px; border-radius: 4px; font-weight: bold; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 999; }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0b0d11; padding: 40px 15px 100px; text-align: center; }
        .footer-contact { margin-bottom: 30px; display: flex; flex-direction: column; gap: 10px; }
        .footer-contact a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: 1fr 1fr 1fr 1fr; }
            .guidelines-grid, .comments-grid { grid-template-columns: 1fr 1fr; }
        }