* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1116; color: #e0e0e0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; text-decoration: none; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #f39c12; border: 1px solid #f39c12; }
        .btn-register { background: linear-gradient(135deg, #f39c12, #e67e22); color: #fff; }
        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .container { padding: 15px; }
        .jackpot-section { background: linear-gradient(45deg, #2c3e50, #1a1d24); border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; border: 1px solid #f39c12; }
        .jackpot-title { font-size: 18px; color: #f39c12; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(243, 156, 18, 0.7); }
        .section-title { font-size: 18px; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #f39c12; display: flex; align-items: center; justify-content: space-between; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; transition: 0.3s; display: flex; flex-direction: column; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 14px; color: #fff; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 25px 0; border: 1px solid #2c313a; }
        .intro-card h1 { font-size: 20px; color: #f39c12; margin-bottom: 15px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; gap: 15px; align-items: flex-start; }
        .guide-item i { font-size: 24px; color: #f39c12; }
        .guide-text h4 { font-size: 16px; color: #fff; margin-bottom: 5px; }
        .guide-text p { font-size: 13px; color: #b0b3b8; }
        .winner-ticker { background: #1a1d24; border-radius: 15px; padding: 15px; height: 250px; overflow-y: auto; margin: 20px 0; }
        .winner-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2c313a; font-size: 13px; }
        .winner-name { color: #f39c12; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .pro-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0; text-align: center; }
        .pro-item i { font-size: 28px; color: #f39c12; margin-bottom: 8px; }
        .pro-item span { display: block; font-size: 11px; color: #b0b3b8; text-transform: uppercase; }
        .comments { margin: 25px 0; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 12px; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #2c313a; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #f39c12; }
        .user-name { font-size: 14px; font-weight: bold; }
        .comment-stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #f39c12; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #b0b3b8; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2c313a; z-index: 1000; }
        .nav-item { text-decoration: none; color: #b0b3b8; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) i { color: #f39c12; transform: translateY(-5px); font-size: 24px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2c313a; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-row a { color: #b0b3b8; text-decoration: none; font-size: 13px; transition: 0.3s; }
        .footer-row a:hover { color: #f39c12; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; }