* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; 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; border-bottom: 1px solid #2d323d; }
        .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: #f39c12; }
        .header-right { 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-color: transparent; color: #ffffff; border: 1px solid #f39c12; }
        .btn-register { background: linear-gradient(135deg, #f39c12, #e67e22); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { margin: 15px; padding: 20px; background: radial-gradient(circle at center, #2c3e50, #1a1d24); border-radius: 15px; text-align: center; border: 1px solid #f39c12; box-shadow: 0 0 15px rgba(243, 156, 18, 0.2); }
        .jackpot-title { font-size: 14px; color: #f39c12; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); font-family: monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #f39c12; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background-color: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; display: block; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ecf0f1; }
        .intro-card { margin: 15px; padding: 20px; background-color: #1a1d24; border-radius: 15px; border: 1px solid #2d323d; }
        .intro-card h1 { font-size: 20px; color: #f39c12; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #bdc3c7; }
        .guidelines { margin: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #f39c12; font-size: 20px; margin-top: 3px; }
        .guide-content h3 { font-size: 15px; color: #ffffff; margin-bottom: 4px; }
        .guide-content p { font-size: 13px; color: #bdc3c7; }
        .winning-list { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 10px; height: 300px; overflow-y: auto; border: 1px solid #2d323d; }
        .winning-item { display: flex; align-items: center; justify-content: space-between; padding: 10px; border-bottom: 1px solid #2d323d; font-size: 12px; }
        .winner-name { color: #f39c12; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .pro-elements { padding: 20px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; }
        .pro-item { text-align: center; font-size: 11px; }
        .pro-item i { font-size: 24px; display: block; margin-bottom: 5px; color: #f39c12; }
        .comments-section { padding: 15px; }
        .comment-card { background: #242832; padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .comment-user { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-weight: bold; color: #f39c12; font-size: 14px; }
        .comment-user i { font-size: 20px; color: #bdc3c7; }
        .comment-text { font-size: 13px; color: #ecf0f1; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; border-bottom: 1px solid #2d323d; color: #f39c12; display: flex; align-items: center; gap: 10px; }
        .faq-answer { padding: 15px; font-size: 13px; color: #bdc3c7; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; z-index: 1000; border-top: 1px solid #2d323d; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #bdc3c7; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #f39c12; }
        footer { padding: 30px 15px 100px; background: #0a0c10; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-link { font-size: 13px; color: #bdc3c7; }
        .footer-copy { font-size: 12px; color: #7f8c8d; margin-top: 20px; border-top: 1px solid #2d323d; padding-top: 20px; }