body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; text-decoration: none; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e295); color: #000; }
        main { max-width: 1000px; margin: 0 auto; padding: 10px; padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; cursor: pointer; display: block; object-fit: cover; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 25px; border: 1px solid #3e4451; position: relative; overflow: hidden; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(212,175,55,0.5); }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; border-left: 4px solid #d4af37; padding-left: 10px; color: #f1f1f1; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1e222a; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s; border: 1px solid #2d323e; }
        .game-card:active { transform: scale(0.96); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px 10px; text-align: center; }
        .game-info span { font-size: 13px; color: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; border: 1px solid #d4af37; margin-bottom: 25px; }
        .intro-card h1 { font-size: 1.2rem; color: #d4af37; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 0.95rem; color: #cccccc; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #252932; padding: 15px 10px; border-radius: 10px; text-align: center; font-size: 13px; border-bottom: 2px solid #3e4451; }
        .guide-item i { font-size: 20px; color: #d4af37; margin-bottom: 8px; display: block; }
        .winning-records { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; max-height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 0; background: #16191f; border-radius: 12px; margin-bottom: 25px; }
        .pro-item { text-align: center; font-size: 11px; color: #888; }
        .pro-item i { font-size: 24px; color: #d4af37; margin-bottom: 5px; display: block; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; font-style: italic; border-left: 3px solid #d4af37; }
        .comment-author { display: block; font-style: normal; font-weight: bold; color: #d4af37; margin-top: 8px; font-size: 12px; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #d4af37; display: flex; align-items: center; }
        .faq-question i { margin-right: 10px; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bbbbbb; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 12px; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item:active { color: #d4af37; }
        footer { background: #0f1115; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #555; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: 1fr 1fr 1fr; }
            .comment-grid { grid-template-columns: 1fr 1fr; }
        }