* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.5; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; border-radius: 8px; }
        .container { max-width: 600px; margin: 0 auto; }
        header { height: 60px; background: #1a1d24; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .brand { display: flex; align-items: center; gap: 8px; }
        .brand img { width: 25px; height: 25px; border-radius: 4px; }
        .brand strong { font-size: 16px; font-weight: normal; color: #ffd700; text-transform: uppercase; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login, .btn-reg { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #ffd700; }
        .btn-reg { background: linear-gradient(180deg, #ffd700, #b8860b); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; margin-bottom: 15px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
        .jackpot-box { margin: 15px; background: linear-gradient(135deg, #1a1d24 0%, #2a2e38 100%); border-radius: 15px; padding: 20px; text-align: center; border: 1px solid #ffd70055; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
        .jackpot-title { font-size: 14px; color: #ffd700; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #ffd700; }
        .section-title { font-size: 18px; margin: 20px 15px 10px; border-left: 4px solid #ffd700; padding-left: 10px; color: #fff; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #333; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px 12px 0 0; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ccc; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border: 1px solid #333; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #aaa; text-align: justify; }
        .guidelines { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 15px; }
        .guideline-item { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #2a2e38; }
        .guideline-item:last-child { border-bottom: none; margin-bottom: 0; }
        .guideline-item i { color: #ffd700; font-size: 18px; width: 25px; }
        .guideline-text { font-size: 14px; color: #eee; }
        .winners-box { margin: 15px; background: #0a0c10; border-radius: 15px; height: 250px; overflow: hidden; border: 1px solid #333; position: relative; }
        .winners-scroll { animation: scroll-up 20s linear infinite; }
        @keyframes scroll-up { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #1a1d24; align-items: center; }
        .winner-name { font-size: 13px; color: #aaa; }
        .winner-amount { font-size: 13px; color: #00ff00; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0 15px; margin: 20px 0; }
        .trust-item { text-align: center; padding: 10px; background: #1a1d24; border-radius: 10px; font-size: 11px; }
        .trust-item i { font-size: 24px; color: #ffd700; margin-bottom: 5px; display: block; }
        .comments { padding: 0 15px; }
        .comment-card { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 15px; border: 1px solid #333; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-avatar { width: 35px; height: 35px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffd700; }
        .comment-name { font-size: 14px; font-weight: bold; }
        .comment-rating { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #aaa; font-style: italic; }
        .faq-section { padding: 0 15px; margin-bottom: 20px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; overflow: hidden; border: 1px solid #333; }
        .faq-q { padding: 15px; font-size: 14px; font-weight: 600; color: #ffd700; cursor: pointer; position: relative; }
        .faq-a { padding: 0 15px 15px; font-size: 13px; color: #aaa; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #aaa; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 10px; border-top: 1px solid #333; text-align: center; }
        .footer-row { margin-bottom: 20px; }
        .footer-title { font-size: 14px; color: #ffd700; margin-bottom: 10px; font-weight: bold; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 15px; }
        .footer-links a { font-size: 13px; color: #888; transition: 0.3s; }
        .footer-links a:hover { color: #ffd700; }
        .copyright { font-size: 12px; color: #555; padding: 15px 0; border-top: 1px solid #1a1d24; }