body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1116; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        header { position: sticky; top: 0; z-index: 1000; background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .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: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; border: none; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-block; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #d4af37); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(90deg, #2c0404, #6e1010, #2c0404); margin: 15px; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #ffd700; }
        .jackpot-title { font-size: 14px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-container { padding: 0 15px; margin-bottom: 25px; }
        .section-title { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2a2e38; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border: 1px solid #333; margin: 15px; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #d4af37; font-size: 20px; margin-top: 3px; }
        .guide-text h4 { margin: 0 0 5px 0; font-size: 15px; }
        .guide-text p { margin: 0; font-size: 13px; color: #aaa; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 10px; max-height: 300px; overflow-y: auto; border: 1px solid #2a2e38; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2a2e38; font-size: 13px; }
        .winner-name { color: #aaa; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; margin: 20px 0; }
        .trust-item i { font-size: 24px; color: #d4af37; margin-bottom: 5px; display: block; }
        .trust-item span { font-size: 11px; color: #ccc; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; }
        .stars { color: #ffc107; }
        .comment-body { font-size: 13px; color: #ddd; font-style: italic; }
        .faq-section { background: #1a1d24; border-radius: 12px; overflow: hidden; }
        .faq-item { border-bottom: 1px solid #2a2e38; }
        .faq-question { padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 14px; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #aaa; display: none; }
        .faq-item.active .faq-answer { display: block; }
        .faq-item.active .faq-question i { transform: rotate(180deg); }
        .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: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #aaa; font-size: 11px; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        footer { padding: 20px 15px; background: #0a0c10; text-align: center; border-top: 1px solid #222; }
        .footer-row { margin-bottom: 15px; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 10px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }