* { box-sizing: border-box; margin: 0; padding: 0; outline: none; -webkit-tap-highlight-color: transparent; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0d0f13; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { position: sticky; top: 0; z-index: 1000; background: #1a1d24; border-bottom: 2px solid #d4af37; padding: 10px 15px; 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; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #d4af37; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; }
        .btn-register { background: linear-gradient(180deg, #f9e38c 0%, #d4af37 100%); color: #000; }
        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.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 15px; text-align: center; border: 1px solid #2d323e; position: relative; overflow: hidden; }
        .jackpot-label { font-size: 12px; color: #d4af37; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; color: #f9e38c; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .section-title { font-size: 18px; margin: 20px 0 12px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #252932; }
        .intro-card { background: #1a1d24; border-radius: 12px; padding: 20px; border: 1px solid #d4af37; margin-bottom: 20px; }
        .intro-card h1 { font-size: 18px; color: #d4af37; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #a0a0a0; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; border: 1px solid #2d323e; }
        .guide-item i { font-size: 24px; color: #d4af37; min-width: 30px; text-align: center; }
        .guide-content h3 { font-size: 15px; margin-bottom: 3px; }
        .guide-content p { font-size: 13px; color: #a0a0a0; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; height: 250px; overflow-y: auto; border: 1px solid #2d323e; margin-bottom: 20px; }
        .winner-record { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #252932; font-size: 13px; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; text-align: center; }
        .trust-item { padding: 10px; }
        .trust-item i { font-size: 20px; color: #d4af37; margin-bottom: 5px; }
        .trust-item span { font-size: 11px; display: block; color: #a0a0a0; }
        .comments-section { margin-bottom: 20px; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d323e; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .comment-user { font-weight: bold; font-size: 14px; color: #d4af37; }
        .comment-stars { color: #f9e38c; font-size: 12px; }
        .comment-text { font-size: 13px; color: #e0e0e0; font-style: italic; }
        .faq-section { background: #1a1d24; border-radius: 12px; padding: 15px; border: 1px solid #2d323e; }
        .faq-item { margin-bottom: 15px; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin-bottom: 5px; }
        .faq-item p { font-size: 13px; color: #a0a0a0; 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 #d4af37; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #a0a0a0; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0d0f13; padding: 30px 20px 80px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #d4af37; }
        .footer-policies { display: flex; justify-content: center; gap: 10px; margin-bottom: 15px; }
        .footer-policies a { font-size: 12px; color: #a0a0a0; }
        .footer-copy { font-size: 12px; color: #666; margin-top: 10px; }