* { box-sizing: border-box; margin: 0; padding: 0; outline: none; }
        body { background-color: #0f1218; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        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; border-bottom: 2px solid #c9a24d; }
        .logo-area { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; }
        .logo-area img { width: 25px; height: 25px; border-radius: 5px; }
        .logo-area strong { font-size: 16px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
        .header-auth { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; text-transform: uppercase; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; color: #fff; border: 1px solid #c9a24d; }
        .btn-reg { background: linear-gradient(180deg, #f7d068 0%, #c9a24d 100%); color: #000; }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; cursor: pointer; border-radius: 12px; overflow: hidden; margin-bottom: 15px; aspect-ratio: 2/1; }
        .banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .jackpot-box { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); border: 1px solid #c9a24d; border-radius: 12px; padding: 15px; text-align: center; margin-bottom: 15px; }
        .jackpot-title { font-size: 14px; color: #f7d068; text-transform: uppercase; font-weight: bold; }
        .jackpot-amount { font-size: 28px; color: #fff; font-weight: 800; text-shadow: 0 0 10px rgba(247, 208, 104, 0.5); }
        .section-title { font-size: 18px; margin: 15px 0 10px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #c9a24d; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; display: block; border: 1px solid #2d323d; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 12px; margin-bottom: 20px; border: 1px solid #2d323d; }
        .intro-card h1 { font-size: 1.2rem; color: #f7d068; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #ccc; text-align: justify; }
        .guidelines { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 20px; }
        .guideline-item { margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px; }
        .guideline-item i { color: #f7d068; margin-top: 4px; }
        .guideline-item h3 { font-size: 15px; margin-bottom: 4px; }
        .guideline-item p { font-size: 13px; color: #bbb; }
        .winners-box { background: #000; border-radius: 12px; padding: 10px; height: 180px; overflow-y: hidden; position: relative; border: 1px solid #2d323d; }
        .winners-scroll { animation: scrollWinners 40s linear infinite; }
        @keyframes scrollWinners { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #1a1d24; font-size: 12px; }
        .winner-name { color: #f7d068; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 0; flex-wrap: wrap; gap: 15px; }
        .badge { display: flex; flex-direction: column; align-items: center; font-size: 10px; color: #777; }
        .badge i { font-size: 24px; color: #c9a24d; margin-bottom: 5px; }
        .comment-box { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 10px; border-left: 3px solid #c9a24d; }
        .comment-user { font-size: 14px; font-weight: bold; color: #f7d068; display: flex; align-items: center; gap: 8px; }
        .comment-text { font-size: 13px; color: #eee; margin-top: 5px; font-style: italic; }
        .faq-section { background: #1a1d24; padding: 10px; border-radius: 12px; margin-bottom: 20px; }
        .faq-item { border-bottom: 1px solid #2d323d; padding: 12px 0; }
        .faq-item:last-child { border-bottom: none; }
        .faq-question { font-size: 14px; font-weight: bold; color: #f7d068; margin-bottom: 8px; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { font-size: 13px; color: #bbb; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #c9a24d; z-index: 1000; max-width: 600px; margin: 0 auto; }
        .nav-item { text-decoration: none; color: #7f8c8d; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-weight: 500; }
        footer { padding: 30px 15px 100px; text-align: center; background: #0f1218; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
        .footer-links a { color: #777; text-decoration: none; font-size: 13px; }
        .footer-copy { color: #555; font-size: 12px; margin-top: 15px; }