* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1217; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #f3d078; text-transform: uppercase; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #f3d078; border: 1px solid #f3d078; }
        .btn-register { background: linear-gradient(180deg, #f3d078 0%, #d4af37 100%); color: #1a1d24; }
        .btn:active { transform: scale(0.95); }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle at center, #2c313c 0%, #1a1d24 100%); border: 2px solid #f3d078; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-label { color: #f3d078; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-family: 'Courier New', Courier, monospace; font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px #f3d078; }
        .section-title { display: flex; align-items: center; gap: 10px; font-size: 18px; margin: 20px 0 15px; color: #f3d078; border-left: 4px solid #f3d078; 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; transition: transform 0.2s; border: 1px solid #2c313c; }
        .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; margin-bottom: 25px; border: 1px solid #2c313c; }
        .intro-card h1 { font-size: 20px; color: #f3d078; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #bdc3c7; }
        .trust-elements { display: flex; justify-content: space-around; background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 25px; text-align: center; }
        .trust-item { font-size: 11px; color: #bdc3c7; }
        .trust-item i { display: block; font-size: 24px; color: #f3d078; margin-bottom: 5px; }
        .guidelines { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; }
        .guideline-item { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px solid #2c313c; }
        .guideline-item:last-child { border-bottom: none; }
        .guideline-icon { color: #f3d078; font-size: 18px; }
        .guideline-text h4 { font-size: 15px; margin-bottom: 4px; color: #ffffff; }
        .guideline-text p { font-size: 13px; color: #bdc3c7; }
        .winning-list { background: #1a1d24; border-radius: 15px; padding: 15px; height: 300px; overflow-y: auto; margin-bottom: 25px; border: 1px solid #2c313c; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2c313c; font-size: 13px; }
        .win-user { color: #bdc3c7; }
        .win-amt { color: #2ecc71; font-weight: bold; }
        .comments-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; position: relative; border-left: 3px solid #f3d078; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
        .comment-stars { color: #f3d078; font-size: 12px; }
        .comment-content { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2c313c; }
        .faq-item h3 { font-size: 15px; color: #f3d078; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bdc3c7; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2c313c; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #bdc3c7; font-size: 12px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #f3d078; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-link { color: #bdc3c7; font-size: 13px; }
        .copyright { color: #7f8c8d; font-size: 12px; margin-top: 20px; }
        .payment-methods { display: flex; justify-content: center; gap: 15px; margin: 20px 0; opacity: 0.6; }
        .payment-methods i { font-size: 24px; }