body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #e0e0e0; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #ff8c00); color: #000; }
        main { padding-bottom: 80px; }
        .banner-box { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-box img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2a2e37 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #ffd70044; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; margin: 10px 0; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { font-size: 18px; padding: 15px 15px 5px; color: #fff; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2a2e37; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .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; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 18px; color: #fff; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #a0a0a0; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; font-size: 13px; border: 1px solid #2a2e37; }
        .guide-item i { color: #ffd700; margin-bottom: 8px; font-size: 20px; }
        .winning-list { background: #1a1d24; margin: 15px; border-radius: 15px; padding: 10px; max-height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; padding: 10px; border-bottom: 1px solid #2a2e37; font-size: 12px; }
        .winning-item:last-child { border-bottom: none; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #0a0c10; margin: 15px 0; }
        .pro-item { text-align: center; font-size: 11px; color: #888; }
        .pro-item i { display: block; font-size: 24px; color: #ffd700; margin-bottom: 5px; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2a2e37; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; border-radius: 50%; background: #333; display: flex; align-items: center; justify-content: center; color: #ffd700; font-size: 14px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2a2e37; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: 600; color: #fff; cursor: pointer; border-bottom: 1px solid #2a2e37; background: #23272f; }
        .faq-answer { padding: 15px; font-size: 13px; color: #a0a0a0; 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 #2a2e37; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37; }
        .footer-links { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; }