body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background-color: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323d; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-box img { width: 25px; height: 25px; border-radius: 5px; margin-right: 8px; }
        .logo-box strong { font-size: 16px; font-weight: normal; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-block; }
        .btn-login { background-color: transparent; border: 1px solid #3b82f6; color: #3b82f6; }
        .btn-register { background-color: #3b82f6; color: #ffffff; }
        main { padding: 15px; max-width: 1200px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; border-radius: 12px; overflow: hidden; cursor: pointer; margin-bottom: 20px; aspect-ratio: 2/1; }
        .banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .jackpot-card { background: linear-gradient(135deg, #1e293b, #0f172a); border: 2px solid #fbbf24; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; position: relative; overflow: hidden; }
        .jackpot-title { color: #fbbf24; font-size: 18px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; font-family: monospace; text-shadow: 0 0 10px rgba(251, 191, 36, 0.5); }
        .section-title { font-size: 20px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #3b82f6; padding-left: 10px; }
        .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; transition: 0.3s; border: 1px solid #2d323d; position: relative; }
        .game-card:hover { transform: translateY(-5px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-title { font-size: 13px; color: #cbd5e1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 25px 0; border-left: 5px solid #fbbf24; }
        .intro-card h1 { font-size: 22px; margin-bottom: 12px; color: #fbbf24; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #94a3b8; }
        .guideline-container { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guideline-item { background: #1e293b; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; }
        .guideline-item i { color: #3b82f6; font-size: 20px; margin-top: 3px; }
        .guideline-item h3 { font-size: 16px; margin: 0 0 5px 0; color: #ffffff; }
        .guideline-item p { font-size: 13px; color: #94a3b8; margin: 0; }
        .winners-box { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; height: 300px; overflow-y: auto; border: 1px solid #2d323d; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2d323d; }
        .winner-user { display: flex; align-items: center; gap: 10px; font-size: 14px; }
        .winner-user i { color: #fbbf24; }
        .winner-amount { color: #22c55e; font-weight: bold; font-size: 14px; }
        .casino-features { display: flex; justify-content: space-around; background: #1a1d24; padding: 20px; border-radius: 15px; margin-bottom: 25px; border: 1px dashed #3b82f6; }
        .feature-item { text-align: center; flex: 1; }
        .feature-item i { font-size: 24px; color: #3b82f6; margin-bottom: 8px; }
        .feature-item span { display: block; font-size: 12px; color: #94a3b8; }
        .comments-section { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; 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; border-radius: 50%; background: #3b82f6; display: flex; align-items: center; justify-content: center; font-weight: bold; }
        .comment-stars { color: #fbbf24; font-size: 12px; }
        .comment-text { font-size: 13px; color: #cbd5e1; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #2d323d; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 15px; }
        .faq-answer { padding: 0 15px 15px; color: #94a3b8; font-size: 14px; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; z-index: 2000; }
        .nav-item { text-align: center; text-decoration: none; color: #94a3b8; font-size: 11px; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        footer { background: #0f1218; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-link { color: #94a3b8; text-decoration: none; font-size: 14px; }
        .footer-link:hover { color: #3b82f6; }
        .copyright { font-size: 12px; color: #64748b; margin-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guideline-container { grid-template-columns: repeat(2, 1fr); }
            .comments-section { grid-template-columns: repeat(2, 1fr); }
        }