* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; 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; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f3ba2f; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #f3ba2f; }
        .btn-register { background: linear-gradient(180deg, #f3ba2f 0%, #d4a017 100%); color: #000; }
        .banner { width: 100%; display: block; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 15px; background: linear-gradient(135deg, #1a1d24 0%, #2a2e3a 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3e4451; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .jackpot-label { font-size: 14px; color: #f3ba2f; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(243, 186, 47, 0.5); font-family: 'Courier New', monospace; }
        .section-title { padding: 15px 15px 10px; font-size: 18px; font-weight: 600; display: flex; align-items: center; gap: 10px; color: #f3ba2f; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; 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-title { font-size: 13px; color: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .platform-intro { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border: 1px solid #2d323d; }
        .platform-intro h1 { font-size: 18px; color: #f3ba2f; margin-bottom: 12px; line-height: 1.4; }
        .platform-intro p { font-size: 14px; color: #b0b0b0; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #0a0c10; margin-bottom: 15px; }
        .trust-item { text-align: center; font-size: 10px; color: #888; flex: 1; }
        .trust-item i { font-size: 24px; color: #f3ba2f; margin-bottom: 5px; display: block; }
        .guidelines { margin: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-card { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; border-left: 3px solid #f3ba2f; }
        .guide-card h3 { font-size: 15px; color: #f3ba2f; margin-bottom: 4px; }
        .guide-card p { font-size: 13px; color: #b0b0b0; }
        .winner-ticker { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 15px; height: 200px; overflow-y: auto; border: 1px solid #2d323d; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-name { color: #e0e0e0; }
        .winner-amount { color: #4caf50; font-weight: 600; }
        .comments-section { padding: 0 15px 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #3e4451; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
        .user-name { font-size: 14px; font-weight: 600; color: #f3ba2f; }
        .comment-text { font-size: 13px; color: #d0d0d0; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 15px; font-weight: 600; color: #f3ba2f; border-bottom: 1px solid #2d323d; }
        .faq-answer { padding: 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 #2d323d; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-align: center; color: #888; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0c10; padding: 30px 15px 20px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-links { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
        .footer-links a { font-size: 13px; color: #888; }
        .footer-contact { margin-bottom: 20px; display: flex; justify-content: center; gap: 20px; }
        .footer-contact a { color: #f3ba2f; font-size: 18px; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; border-top: 1px solid #1a1d24; padding-top: 15px; }