* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 15px; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #ffcc00; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; border: 1px solid #ffcc00; color: #ffcc00; }
        .btn-register { background: linear-gradient(180deg, #ffeb3b, #ff9800); color: #000; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; display: block; object-fit: cover; }
        .jackpot-wrap { margin: 20px 0; background: linear-gradient(45deg, #1a1d24, #2c313c); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #d4af37; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #ffcc00; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255,204,0,0.5); font-family: monospace; }
        .section-title { font-size: 18px; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #ffcc00; display: flex; justify-content: space-between; align-items: center; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.3); transition: transform 0.2s; position: relative; }
        .game-card:hover { transform: translateY(-3px); }
        .game-card img { width: 100%; display: block; border-bottom: 2px solid #2c313c; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; margin: 25px 0; border: 1px solid #2c313c; }
        .intro-card h1 { font-size: 20px; color: #ffcc00; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a6b1; text-align: justify; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 15px; border-left: 3px solid #ffcc00; }
        .guide-item i { font-size: 24px; color: #ffcc00; width: 30px; }
        .guide-content h3 { font-size: 15px; margin-bottom: 5px; }
        .guide-content p { font-size: 13px; color: #a0a6b1; }
        .winning-scroll { background: #1a1d24; border-radius: 15px; padding: 15px; margin: 25px 0; max-height: 300px; overflow-y: auto; border: 1px solid #2c313c; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2c313c; font-size: 13px; }
        .winning-item span:last-child { color: #4caf50; font-weight: bold; }
        .trust-badges { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 15px; margin: 30px 0; opacity: 0.7; }
        .trust-badges i { font-size: 30px; }
        .comments { margin: 25px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2c313c; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user i { font-size: 20px; color: #ffcc00; }
        .comment-user span { font-weight: 600; font-size: 14px; }
        .comment-stars { color: #ffcc00; font-size: 12px; margin-bottom: 5px; }
        .comment-text { font-size: 13px; color: #a0a6b1; font-style: italic; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2c313c; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #ffcc00; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #a0a6b1; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; height: 60px; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; border-top: 1px solid #2c313c; }
        .nav-item { flex: 1; text-align: center; color: #a0a6b1; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #ffcc00; }
        footer { background: #0a0c10; padding: 30px 15px 80px; text-align: center; font-size: 13px; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #a0a6b1; transition: color 0.2s; }
        .footer-links a:hover { color: #ffcc00; }
        .copyright { color: #5c626e; margin-top: 15px; font-size: 11px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines { grid-template-columns: 1fr 1fr; }
        }