* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0f1218; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; 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: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #ffae00); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .container { padding: 15px; }
        .jackpot-box { background: linear-gradient(135deg, #2c1a1a, #1a1d24); border: 2px solid #ff4d4d; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; box-shadow: 0 0 20px rgba(255, 77, 77, 0.2); }
        .jackpot-title { color: #ff4d4d; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { color: #ffd700; font-size: 32px; font-weight: 800; font-family: monospace; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .section-title { font-size: 18px; font-weight: bold; margin: 20px 0 15px; color: #fff; display: flex; align-items: center; gap: 8px; border-left: 4px solid #ffd700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border: 1px solid #ffd70033; margin-bottom: 25px; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #ffd700; }
        .guide-item h4 { font-size: 15px; color: #fff; margin-bottom: 5px; }
        .guide-item p { font-size: 13px; color: #999; }
        .winners-box { background: #1a1d24; border-radius: 12px; height: 200px; overflow-y: auto; padding: 10px; margin-bottom: 25px; border: 1px solid #2d323d; }
        .winner-row { display: flex; justify-content: space-between; font-size: 13px; padding: 8px 5px; border-bottom: 1px solid #2d323d; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: center; }
        .trust-item { font-size: 11px; color: #888; }
        .trust-item i { font-size: 24px; color: #ffd700; display: block; margin-bottom: 5px; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; position: relative; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: block; color: #fff; }
        .comment-rating { color: #ffd700; font-size: 12px; margin-bottom: 8px; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2d323d; }
        .faq-title { padding: 15px; font-weight: bold; font-size: 14px; cursor: pointer; color: #fff; background: #23272f; }
        .faq-content { padding: 15px; font-size: 13px; color: #b0b0b0; border-top: 1px solid #2d323d; }
        .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; }
        .nav-item { text-align: center; color: #888; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #111; padding: 30px 15px 100px; text-align: center; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-links a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; }