body { background-color: #0f1218; color: #ffffff; 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; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #f1c40f; }
        .auth-btns { display: flex; gap: 10px; }
        .btn-login { padding: 6px 15px; border-radius: 20px; border: 1px solid #f1c40f; color: #f1c40f; font-size: 14px; font-weight: 600; }
        .btn-register { padding: 6px 15px; border-radius: 20px; background: linear-gradient(135deg, #f1c40f, #d4af37); color: #000; font-size: 14px; font-weight: 600; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; cursor: pointer; display: block; }
        .banner-container img { width: 100%; aspect-ratio: 2/1; display: block; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c3e50, #000); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #34495e; }
        .jackpot-title { font-size: 14px; color: #f1c40f; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #f1c40f; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #f1c40f; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; position: relative; border: 1px solid #2c3e50; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.96); }
        .game-card img { width: 100%; display: block; }
        .game-card .game-info { padding: 8px; text-align: center; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #1a1d24; }
        .intro-card { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #f1c40f; }
        .intro-card h1 { font-size: 20px; margin: 0 0 10px; line-height: 1.3; color: #f1c40f; }
        .intro-card p { font-size: 14px; color: #bdc3c7; margin: 0; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; }
        .guide-item i { font-size: 24px; color: #f1c40f; width: 30px; text-align: center; }
        .guide-text h3 { font-size: 15px; margin: 0; }
        .guide-text p { font-size: 12px; margin: 3px 0 0; color: #95a5a6; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; height: 300px; overflow: hidden; position: relative; }
        .winners-scroll { padding: 10px; animation: scrollDown 20s linear infinite; }
        @keyframes scrollDown { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-row { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2c3e50; font-size: 13px; }
        .winner-name { color: #bdc3c7; }
        .winner-win { color: #2ecc71; font-weight: bold; }
        .trust-elements { padding: 20px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.6; }
        .trust-elements i { font-size: 30px; }
        .comments-section { padding: 15px; display: flex; flex-direction: column; gap: 12px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2c3e50; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .comment-user { font-weight: bold; font-size: 14px; color: #f1c40f; }
        .comment-stars { color: #f1c40f; font-size: 12px; }
        .comment-body { font-size: 13px; color: #bdc3c7; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #f1c40f; margin: 0 0 8px; }
        .faq-item p { font-size: 13px; color: #bdc3c7; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #95a5a6; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #f1c40f; }
        footer { padding: 30px 15px 100px; background: #0a0c10; text-align: center; border-top: 1px solid #2c3e50; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 20px; font-size: 13px; }
        .footer-links a { color: #bdc3c7; }
        .copyright { font-size: 12px; color: #7f8c8d; }