* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #e0e0e0; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; }
        .auth-buttons { display: flex; gap: 8px; }
        .btn { padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #b8860b); color: #000; }
        main { max-width: 1200px; margin: 0 auto; padding: 15px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(45deg, #2c1f01, #1a1d24); border: 2px solid #ffd700; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; box-shadow: 0 0 15px rgba(255,215,0,0.2); }
        .jackpot-title { color: #ffd700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; margin: 10px 0; text-shadow: 0 0 10px rgba(255,255,255,0.5); }
        .section-title { font-size: 20px; color: #fff; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #ffd700; display: flex; justify-content: space-between; align-items: center; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .game-card { background: #1e222a; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2a2f3a; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 25px; margin: 25px 0; border: 1px solid #2a2f3a; }
        .intro-card h1 { font-size: 22px; color: #ffd700; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #b0b0b0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1e222a; padding: 15px; border-radius: 10px; border-left: 3px solid #ffd700; }
        .guide-item h4 { color: #fff; margin-bottom: 8px; font-size: 16px; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 15px; margin: 20px 0; max-height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2f3a; font-size: 13px; }
        .win-user { color: #ffd700; }
        .win-amount { color: #4caf50; font-weight: bold; }
        .casino-features { display: flex; overflow-x: auto; gap: 15px; padding-bottom: 15px; margin: 20px 0; }
        .feature-box { min-width: 140px; background: #1e222a; padding: 15px; border-radius: 10px; text-align: center; flex-shrink: 0; }
        .feature-box i { font-size: 24px; color: #ffd700; margin-bottom: 10px; }
        .feature-box span { display: block; font-size: 12px; }
        .comment-section { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2a2f3a; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; border-radius: 50%; background: #2a2f3a; display: flex; align-items: center; justify-content: center; color: #ffd700; }
        .comment-stars { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b0b0; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #1e222a; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; color: #fff; border-bottom: 1px solid #2a2f3a; }
        .faq-answer { padding: 15px; font-size: 14px; color: #b0b0b0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2f3a; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #b0b0b0; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2f3a; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #b0b0b0; }
        .footer-links a:hover { color: #ffd700; }
        .footer-contact { margin-bottom: 20px; }
        .footer-contact h5 { margin-bottom: 10px; color: #fff; }
        .copyright { font-size: 12px; color: #666; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-grid, .comment-section { grid-template-columns: repeat(2, 1fr); }
        }