body { background-color: #0f1217; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323e; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; }
        .auth-btns { display: flex; gap: 8px; }
        .btn { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f1c40f); color: #1a1d24; }
        main { padding: 10px; max-width: 800px; margin: 0 auto; padding-bottom: 80px; }
        .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(180deg, #2c3e50, #000); border: 2px solid #d4af37; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-title { color: #f1c40f; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(241, 196, 15, 0.7); }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; color: #fff; }
        .section-title i { color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 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; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 20px 0; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 20px; color: #f1c40f; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #bdc3c7; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; border: 1px solid #2d323e; }
        .guide-item h4 { margin: 0 0 8px 0; color: #d4af37; font-size: 15px; }
        .guide-item p { font-size: 13px; margin: 0; color: #95a5a6; }
        .winners-box { background: #16191f; border-radius: 12px; padding: 15px; margin-bottom: 25px; max-height: 200px; overflow-y: auto; border: 1px solid #2d323e; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 12px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-user { color: #3498db; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 0; filter: grayscale(1); opacity: 0.6; flex-wrap: wrap; gap: 20px; }
        .pro-elements i { font-size: 30px; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .comment-card { background: #1e232b; padding: 15px; border-radius: 12px; border: 1px solid #2d323e; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
        .comment-stars { color: #f1c40f; font-size: 10px; }
        .comment-text { font-size: 13px; font-style: italic; color: #bdc3c7; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-q { padding: 15px; font-weight: 600; cursor: pointer; color: #fff; font-size: 14px; border-bottom: 1px solid #2d323e; background: #232832; }
        .faq-a { padding: 15px; font-size: 13px; color: #bdc3c7; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; 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: #95a5a6; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-links a { font-size: 13px; color: #7f8c8d; }
        .copyright { font-size: 12px; color: #5d6d7e; margin-top: 20px; }