body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right { display: flex; gap: 8px; }
        .btn-login, .btn-register { padding: 6px 12px; border-radius: 6px; font-size: 14px; border: none; cursor: pointer; font-weight: 600; text-decoration: none; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #4a4a4a; }
        .btn-register { background: linear-gradient(180deg, #ffd700 0%, #b8860b 100%); color: #000; }
        main { padding: 15px; max-width: 800px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; cursor: pointer; margin-bottom: 20px; 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, #3a0000 0%, #1a0000 100%); border: 2px solid #ffcc00; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; }
        .jackpot-title { color: #ffcc00; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px #ffcc00; }
        .section-header { display: flex; align-items: center; margin: 20px 0 15px; }
        .section-header i { color: #ffcc00; margin-right: 10px; font-size: 18px; }
        .section-header h2 { font-size: 18px; margin: 0; color: #fff; }
        .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; transition: transform 0.2s; border: 1px solid #2a2e37; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info span { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-left: 4px solid #ffcc00; }
        .intro-card h1 { font-size: 20px; margin-top: 0; color: #ffcc00; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2a2e37; }
        .guide-item i { font-size: 24px; color: #ffcc00; margin-bottom: 8px; }
        .guide-item h3 { font-size: 14px; margin: 0; color: #fff; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; height: 200px; overflow-y: auto; border: 1px solid #2a2e37; margin-bottom: 25px; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2e37; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #ffcc00; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .features-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .feature-card { display: flex; align-items: center; background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2a2e37; }
        .feature-card i { font-size: 30px; color: #ffcc00; margin-right: 15px; }
        .feature-card div h4 { margin: 0; font-size: 16px; }
        .feature-card div p { margin: 5px 0 0; font-size: 12px; color: #b0b0b0; }
        .comments-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .comment-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2a2e37; }
        .comment-user { display: flex; align-items: center; margin-bottom: 8px; }
        .comment-user i { font-size: 20px; color: #ffcc00; margin-right: 10px; }
        .comment-user span { font-weight: bold; font-size: 14px; }
        .stars { color: #ffcc00; font-size: 12px; margin-left: auto; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin-top: 30px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; overflow: hidden; border: 1px solid #2a2e37; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #ffcc00; }
        .faq-answer { padding: 0 15px 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 #2a2e37; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #b0b0b0; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-row a { color: #b0b0b0; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #ffcc00; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; }