body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #e0e0e0; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e297); border: none; color: #000; padding: 7px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        main { padding: 10px; padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; cursor: pointer; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #1e222b, #2c313c); padding: 15px; border-radius: 12px; border: 1px solid #d4af37; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-section h2 { margin: 0; font-size: 14px; color: #d4af37; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); margin: 5px 0; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: white; transition: transform 0.2s; border: 1px solid #2d323e; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { margin: 0; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; border-left: 4px solid #d4af37; margin-bottom: 25px; }
        .intro-card h1 { font-size: 18px; margin-top: 0; color: #d4af37; }
        .intro-card p { font-size: 14px; color: #b0b3b8; margin-bottom: 0; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 3px solid #d4af37; padding-left: 10px; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #2d323e; }
        .guide-item i { color: #d4af37; font-size: 20px; padding-top: 3px; }
        .guide-item div h4 { margin: 0 0 5px 0; font-size: 15px; }
        .guide-item div p { margin: 0; font-size: 13px; color: #9a9ea6; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 10px; max-height: 300px; overflow-y: auto; border: 1px solid #2d323e; }
        .win-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .win-row:last-child { border-bottom: none; }
        .win-user { color: #d4af37; }
        .win-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0; text-align: center; }
        .pro-item { background: #1a1d24; padding: 10px; border-radius: 8px; border: 1px solid #2d323e; }
        .pro-item i { font-size: 24px; color: #d4af37; margin-bottom: 5px; }
        .pro-item span { display: block; font-size: 11px; color: #b0b3b8; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323e; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 35px; height: 35px; background: #2d323e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #d4af37; }
        .comment-meta h4 { margin: 0; font-size: 14px; }
        .stars { color: #ffc107; font-size: 10px; }
        .comment-text { font-size: 13px; color: #b0b3b8; margin: 0; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; margin-bottom: 8px; border-radius: 8px; border: 1px solid #2d323e; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 500; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #9a9ea6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; border-top: 1px solid #2d323e; display: flex; justify-content: space-around; padding: 8px 0; z-index: 1000; }
        .nav-item { text-decoration: none; color: #9a9ea6; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 3px; }
        .nav-item:nth-child(3) { position: relative; top: -15px; background: #d4af37; color: #000; width: 50px; height: 50px; border-radius: 50%; justify-content: center; box-shadow: 0 4px 10px rgba(212,175,55,0.4); }
        .nav-item:nth-child(3) i { margin-bottom: 0; }
        footer { background: #0b0d11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { margin-bottom: 20px; }
        .footer-row a { color: #9a9ea6; text-decoration: none; font-size: 13px; margin: 0 10px; }
        .footer-row:first-child a { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 10px; }
        .copyright { font-size: 12px; color: #5c626d; margin-top: 10px; }