* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f121a; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        header { background: #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 #2d323e; }
        .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: #e0e0e0; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: #2d323e; color: #fff; }
        .btn-register { background: linear-gradient(135deg, #ffca28, #ff8f00); color: #000; }
        .main-container { padding: 15px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; cursor: pointer; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(145deg, #1e222d, #14171f); border-radius: 15px; padding: 20px; text-align: center; border: 1px solid #333; margin-bottom: 25px; position: relative; overflow: hidden; }
        .jackpot-label { color: #ffca28; font-size: 14px; 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,202,40,0.5); }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; color: #ffca28; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .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; }
        .game-info { padding: 8px; text-align: center; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border-left: 4px solid #ffca28; margin-bottom: 25px; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #ffca28; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guideline-item i { color: #ffca28; font-size: 20px; margin-top: 3px; }
        .guideline-content h3 { font-size: 15px; margin-bottom: 5px; }
        .guideline-content p { font-size: 13px; color: #999; }
        .winner-list { background: #14171f; border-radius: 15px; padding: 15px; height: 250px; overflow-y: auto; border: 1px solid #2d323e; margin-bottom: 25px; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #232731; font-size: 13px; }
        .winner-name { color: #aaa; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 0; margin-bottom: 25px; opacity: 0.7; }
        .pro-element { text-align: center; font-size: 11px; }
        .pro-element i { font-size: 24px; display: block; margin-bottom: 5px; color: #ffca28; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 35px; height: 35px; border-radius: 50%; background: #333; display: flex; align-items: center; justify-content: center; font-size: 18px; }
        .comment-name { font-size: 14px; font-weight: 600; }
        .comment-stars { color: #ffca28; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin-top: 30px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 15px; font-weight: 600; cursor: pointer; color: #ffca28; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #b0b0b0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323e; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #8e94a3; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #ffca28; }
        footer { background: #11141b; padding: 30px 15px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-link { font-size: 13px; color: #8e94a3; }
        .footer-copy { font-size: 12px; color: #555; margin-top: 20px; }
        @media (min-width: 600px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .comments-grid { grid-template-columns: 1fr 1fr; }
        }