body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; }
        header { position: sticky; top: 0; z-index: 1000; background: rgba(26, 29, 36, 0.95); backdrop-filter: blur(10px); padding: 10px 15px; border-bottom: 1px solid #2d323e; display: flex; justify-content: space-between; align-items: center; }
        .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: #f1f1f1; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #e0e0e0; border: 1px solid #4a4e5a; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #000; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { padding-bottom: 80px; }
        .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: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #333; position: relative; overflow: hidden; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #ffd700; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2d323e; 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 { margin: 0; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; padding: 20px; background: linear-gradient(145deg, #1e222b, #15181f); border-radius: 15px; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #ffd700; font-size: 20px; margin-top: 3px; }
        .guide-content h3 { margin: 0 0 5px; font-size: 15px; color: #fff; }
        .guide-content p { margin: 0; font-size: 13px; color: #8a8d91; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; height: 200px; overflow-y: auto; padding: 10px; border: 1px solid #2d323e; }
        .winner-row { display: flex; justify-content: space-between; align-items: center; padding: 8px; border-bottom: 1px solid #252932; font-size: 13px; }
        .winner-name { color: #e0e0e0; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #15181f; margin-top: 10px; }
        .trust-item { text-align: center; }
        .trust-item i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .trust-item span { display: block; font-size: 11px; color: #8a8d91; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-info { font-weight: bold; font-size: 14px; color: #ffd700; }
        .rating { color: #ffc107; font-size: 12px; }
        .comment-body { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; padding: 15px; border-left: 3px solid #ffd700; }
        .faq-item h3 { margin: 0 0 10px; font-size: 16px; color: #fff; }
        .faq-item p { margin: 0; font-size: 14px; color: #b0b3b8; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #8a8d91; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-links a { color: #8a8d91; text-decoration: none; font-size: 13px; transition: color 0.3s; }
        .footer-links a:hover { color: #ffd700; }
        .copyright { color: #5a5e66; font-size: 12px; margin-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-grid { grid-template-columns: repeat(2, 1fr); }
            main { max-width: 1000px; margin: 0 auto; }
        }