body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; 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 #2d323d; }
        .header-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; }
        .header-logo img { width: 25px; height: 25px; border-radius: 5px; }
        .header-logo strong { font-size: 16px; font-weight: normal; }
        .header-actions { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29a); border: none; color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; display: block; object-fit: cover; }
        .jackpot-container { margin: 15px; background: linear-gradient(45deg, #1a1d24, #2d323d); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #d4af37; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #d4af37; 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; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-title { color: #ccc; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; background: #1a1d24; padding: 20px; border-radius: 15px; border: 1px solid #2d323d; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #999; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 15px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; border: 1px solid #2d323d; }
        .guideline-icon { color: #d4af37; font-size: 24px; width: 40px; text-align: center; }
        .guideline-text h3 { margin: 0; font-size: 15px; color: #fff; }
        .guideline-text p { margin: 5px 0 0; font-size: 12px; color: #888; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; border: 1px solid #2d323d; }
        .winners-title { padding: 10px 15px; background: #2d323d; font-size: 14px; font-weight: bold; color: #d4af37; border-bottom: 1px solid #3d4352; }
        .winners-list { height: 250px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-name { color: #fff; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .winner-game { color: #888; font-size: 11px; }
        .trust-elements { padding: 20px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; }
        .trust-item { font-size: 24px; color: #888; display: flex; align-items: center; gap: 8px; font-weight: bold; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323d; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .comment-user { font-weight: bold; color: #d4af37; font-size: 14px; }
        .comment-stars { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #999; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1001; }
        .nav-item { text-decoration: none; text-align: center; color: #888; font-size: 11px; display: flex; flex-direction: column; align-items: center; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) i { color: #d4af37; font-size: 24px; margin-top: -15px; background: #1a1d24; width: 45px; height: 45px; border-radius: 50%; line-height: 45px; border: 1px solid #2d323d; }
        footer { background: #1a1d24; padding: 30px 15px 100px; border-top: 1px solid #2d323d; text-align: center; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-contact { margin-bottom: 20px; display: flex; justify-content: center; gap: 20px; }
        .footer-contact a { color: #d4af37; font-size: 20px; }
        .footer-copy { font-size: 11px; color: #555; }