* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1116; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        header { background: linear-gradient(180deg, #1a1d24 0%, #11141a 100%); padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; display: flex; align-items: center; justify-content: space-between; height: 60px; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #ffd700; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 8px; }
        .btn-login, .btn-register { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: all 0.3s ease; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(90deg, #d4af37 0%, #f9d976 100%); color: #000; }
        main { padding: 10px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.5); cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(135deg, #2c1f05 0%, #1a1d24 100%); border: 1px solid #d4af37; border-radius: 12px; padding: 15px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; color: #ffffff; font-weight: 800; text-shadow: 0 0 10px rgba(212,175,55,0.6); font-family: 'Courier New', monospace; }
        .section-title { font-size: 18px; color: #ffd700; 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 #2d323d; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-img-wrap { width: 100%; aspect-ratio: 1/1; background: #252a34; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #e0e0e0; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border: 1px solid #2d323d; margin: 25px 0; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; border: 1px solid #252a34; text-align: center; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; }
        .guide-item h3 { font-size: 14px; margin-bottom: 5px; color: #fff; }
        .guide-item p { font-size: 11px; color: #888; }
        .winners-section { background: #11141a; border-radius: 12px; padding: 15px; margin-bottom: 25px; border: 1px solid #2d323d; }
        .winners-list { height: 200px; overflow-y: auto; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #1a1d24; font-size: 13px; }
        .winner-name { color: #e0e0e0; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-badge { display: flex; justify-content: center; gap: 15px; margin: 20px 0; opacity: 0.7; }
        .comments-section { margin-bottom: 25px; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 12px; border-left: 3px solid #d4af37; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-avatar { width: 30px; height: 30px; border-radius: 50%; background: #2d323d; display: flex; align-items: center; justify-content: center; color: #d4af37; }
        .comment-name { font-weight: 600; font-size: 14px; }
        .comment-stars { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b0b0; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #2d323d; }
        .faq-question { font-weight: 600; font-size: 15px; color: #ffd700; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 10px; }
        .faq-answer { font-size: 14px; color: #b0b0b0; line-height: 1.5; }
        .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 #2d323d; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 12px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-link { color: #888; font-size: 13px; transition: color 0.3s; }
        .footer-link:hover { color: #ffd700; }
        .footer-copy { font-size: 12px; color: #555; margin-top: 10px; }
        .tag-list { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 20px; }
        .tag-item { background: #1a1d24; padding: 4px 10px; border-radius: 4px; font-size: 11px; color: #666; }