* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        header { background: #1a1d24; 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: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #d4af37; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; border: none; font-weight: 600; cursor: pointer; text-decoration: none; font-size: 14px; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29c); color: #000; }
        .main-container { padding: 15px; max-width: 1200px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 20px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2a0a0a 0%, #1a1d24 100%); border: 2px solid #d4af37; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 25px; position: relative; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(212,175,55,0.8); margin: 10px 0; }
        .section-header { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
        .section-header i { color: #d4af37; }
        .section-header h2 { font-size: 18px; color: #f1f1f1; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #333; transition: transform 0.2s; position: relative; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 12px; background: rgba(0,0,0,0.6); position: absolute; bottom: 0; width: 100%; }
        .intro-card { background: #1e222b; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; color: #d4af37; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { display: flex; align-items: flex-start; gap: 15px; background: #1a1d24; padding: 15px; border-radius: 12px; }
        .guide-item i { font-size: 24px; color: #d4af37; }
        .guide-text h3 { font-size: 16px; margin-bottom: 5px; }
        .guide-text p { font-size: 13px; color: #aaa; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 15px; height: 250px; overflow-y: hidden; margin-bottom: 25px; border: 1px solid #333; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2e38; font-size: 13px; animation: scrollDown 20s linear infinite; }
        @keyframes scrollDown { 0% { transform: translateY(0); } 100% { transform: translateY(-500px); } }
        .casino-badges { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
        .badge { background: #1a1d24; padding: 10px; border-radius: 8px; text-align: center; flex: 1; min-width: 80px; font-size: 11px; border: 1px solid #333; }
        .badge i { display: block; font-size: 20px; color: #d4af37; margin-bottom: 5px; }
        .comments { margin-bottom: 25px; }
        .comment-card { background: #1e222b; padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .user-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
        .stars { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ddd; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; border: 1px solid #333; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px 15px; font-size: 13px; color: #bbb; display: block; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #aaa; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 20px; text-align: center; border-top: 1px solid #333; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-links a { color: #aaa; text-decoration: none; font-size: 13px; transition: color 0.3s; }
        .footer-links a:hover { color: #d4af37; }
        .social-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .social-icons a { color: #d4af37; font-size: 20px; }
        .copyright { color: #666; font-size: 12px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines { grid-template-columns: repeat(2, 1fr); }
        }