body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        header { position: sticky; top: 0; z-index: 1000; background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #2d323d; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; margin-right: 8px; }
        .header-left strong { font-size: 16px; font-weight: normal; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 8px; }
        .btn-auth { padding: 6px 14px; border-radius: 20px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; border: 1px solid #ffd700; color: #ffd700; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #000; }
        .main-container { padding: 0; max-width: 800px; margin: 0 auto; }
        .banner-box { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-box img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { padding: 15px; display: flex; align-items: center; gap: 10px; font-size: 18px; color: #ffd700; }
        .section-title i { font-size: 20px; }
        .jackpot-card { margin: 15px; padding: 20px; background: linear-gradient(45deg, #2c1d02, #1a1d24); border: 2px solid #ffd700; border-radius: 15px; text-align: center; box-shadow: 0 0 20px rgba(255,215,0,0.2); }
        .jackpot-label { font-size: 12px; color: #ffd700; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #ffd700; margin-top: 5px; }
        .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; transition: transform 0.2s; border: 1px solid #2d323d; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; height: auto; display: block; }
        .game-info { padding: 10px; 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: #1a1d24; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; color: #ffd700; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a6b1; margin: 0; }
        .guidelines-box { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: center; gap: 15px; }
        .guide-item i { color: #ffd700; font-size: 20px; }
        .guide-text { font-size: 14px; color: #e0e0e0; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; }
        .winner-scroll { height: 250px; overflow-y: auto; padding: 10px; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-user { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .extra-trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #16191f; margin: 15px 0; border-radius: 15px; }
        .trust-item { text-align: center; font-size: 12px; color: #888; }
        .trust-item i { display: block; font-size: 24px; color: #ffd700; margin-bottom: 5px; }
        .comment-grid { padding: 15px; display: flex; flex-direction: column; gap: 12px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; background: #2d323d; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffd700; }
        .user-meta { display: flex; flex-direction: column; }
        .user-name { font-size: 14px; font-weight: bold; }
        .user-rating { color: #ffd700; font-size: 10px; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-container { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-item summary { padding: 15px; cursor: pointer; font-size: 14px; font-weight: 600; color: #ffd700; list-style: none; display: flex; justify-content: space-between; }
        .faq-item summary::after { content: '\f0fe'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
        .faq-item[open] summary::after { content: '\f146'; }
        .faq-content { padding: 0 15px 15px 15px; font-size: 13px; color: #a0a6b1; border-top: 1px solid #2d323d; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; border-top: 1px solid #2d323d; display: flex; justify-content: space-around; align-items: center; height: 65px; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); max-width: 800px; left: 50%; transform: translateX(-50%); }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; font-size: 12px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0f1218; padding: 30px 20px 100px 20px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-link { color: #a0a6b1; text-decoration: none; font-size: 13px; transition: color 0.3s; }
        .footer-link:hover { color: #ffd700; }
        .copyright { color: #666; font-size: 12px; margin-top: 15px; }