* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #e0e0e0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        header .nav-box { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        header .logo-area { display: flex; align-items: center; gap: 8px; }
        header .logo-area img { width: 25px; height: 25px; border-radius: 4px; }
        header .logo-area strong { font-size: 16px; font-weight: normal; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
        header .btn-group { display: flex; gap: 10px; }
        header .btn-group button { padding: 6px 15px; border-radius: 20px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; }
        header .login-btn { background: #2d323d; color: #fff; }
        header .register-btn { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #000; }
        .banner { width: 100%; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
        .jackpot-section { margin: 20px 0; background: linear-gradient(135deg, #1a1d24, #2a2e38); padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #ffd70055; box-shadow: 0 4px 15px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
        .jackpot-label { color: #ffd700; font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px #ffd700; font-family: 'Courier New', monospace; }
        .section-title { margin: 25px 0 15px; font-size: 20px; font-weight: 700; display: flex; align-items: center; gap: 10px; color: #fff; }
        .section-title::before { content: ""; width: 4px; height: 20px; background: #ffd700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: 0.3s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card p { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ccc; }
        .intro-card { background: #1a1d24; border-radius: 12px; padding: 20px; border: 1px solid #2d323d; margin: 20px 0; }
        .intro-card h1 { font-size: 18px; color: #ffd700; margin-bottom: 12px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #a0a0a0; }
        .guideline-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 20px 0; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; display: flex; align-items: flex-start; gap: 12px; }
        .guideline-item i { color: #ffd700; font-size: 18px; margin-top: 3px; }
        .guideline-item h3 { font-size: 15px; margin-bottom: 4px; color: #fff; }
        .guideline-item p { font-size: 13px; color: #a0a0a0; }
        .winning-list { background: #16191f; border-radius: 12px; padding: 10px; height: 200px; overflow-y: auto; margin: 20px 0; border: 1px solid #2d323d; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid #232730; font-size: 13px; }
        .winning-item span:first-child { color: #a0a0a0; }
        .winning-item span:last-child { color: #4caf50; font-weight: 700; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 0; background: #1a1d24; border-radius: 12px; margin: 20px 0; gap: 10px; flex-wrap: wrap; }
        .trust-badge { text-align: center; font-size: 11px; color: #a0a0a0; flex: 1; min-width: 80px; }
        .trust-badge i { font-size: 24px; color: #ffd700; margin-bottom: 8px; display: block; }
        .comments-section { display: flex; flex-direction: column; gap: 12px; margin: 20px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 13px; }
        .user-name { font-weight: 700; color: #fff; }
        .rating { color: #ffd700; }
        .comment-body { font-size: 13px; color: #a0a0a0; font-style: italic; }
        .faq-section { margin: 20px 0 100px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: 700; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-question::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; transition: 0.3s; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #a0a0a0; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 8px 0; border-top: 1px solid #2d323d; z-index: 1001; }
        .nav-item { text-align: center; color: #a0a0a0; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 2px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #ffd700; }
        footer { background: #0f1218; padding: 30px 15px 100px; border-top: 1px solid #2d323d; text-align: center; }
        .footer-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #a0a0a0; transition: 0.3s; }
        .footer-links a:hover { color: #ffd700; }
        .footer-bottom { font-size: 12px; color: #666; margin-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guideline-grid { grid-template-columns: 1fr 1fr; }
        }