body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #e0e0e0; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-area { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .logo-area img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-area strong { font-size: 16px; font-weight: normal; letter-spacing: 0.5px; }
        .auth-btns { display: flex; gap: 8px; }
        .btn { padding: 6px 14px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; text-transform: uppercase; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%); color: #000; }
        .btn:hover { opacity: 0.85; transform: translateY(-1px); }
        main { max-width: 1200px; margin: 0 auto; padding: 0 10px 80px 10px; }
        .banner { width: 100%; aspect-ratio: 2/1; margin: 10px 0; border-radius: 12px; cursor: pointer; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle at center, #2c3e50, #000); border: 2px solid #d4af37; border-radius: 15px; padding: 20px; text-align: center; margin: 20px 0; position: relative; overflow: hidden; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #d4af37; font-family: monospace; }
        .section-header { display: flex; align-items: center; margin: 25px 0 15px; padding-left: 10px; border-left: 4px solid #d4af37; }
        .section-header h2 { font-size: 18px; margin: 0; color: #fff; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2d323d; transition: 0.3s; }
        .game-card:hover { transform: scale(1.02); border-color: #d4af37; }
        .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; padding: 25px; border-radius: 15px; margin: 30px 0; border-bottom: 3px solid #d4af37; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin-bottom: 0; }
        .guidelines { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 15px; margin: 25px 0; }
        .guide-item { background: #16191f; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2d323d; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 10px; }
        .guide-item h4 { font-size: 14px; margin: 5px 0; color: #fff; }
        .winning-ticker { background: #16191f; border-radius: 12px; padding: 15px; height: 200px; overflow-y: auto; margin: 25px 0; border: 1px solid #2d323d; }
        .win-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .win-row span:first-child { color: #d4af37; }
        .win-row span:last-child { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 30px 0; opacity: 0.7; }
        .pro-item { display: flex; flex-direction: column; align-items: center; font-size: 12px; }
        .pro-item i { font-size: 20px; margin-bottom: 5px; }
        .reviews { margin: 30px 0; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #d4af37; }
        .review-user { font-weight: bold; font-size: 14px; color: #d4af37; display: flex; align-items: center; gap: 10px; }
        .stars { color: #ffc107; font-size: 12px; }
        .review-text { font-size: 13px; font-style: italic; color: #b0b0b0; margin-top: 5px; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #2d323d; }
        .faq-item h4 { margin: 0 0 10px 0; color: #d4af37; font-size: 15px; }
        .faq-item p { margin: 0; font-size: 14px; color: #b0b0b0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #8e94a0; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 3px; }
        .nav-item:active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-row a { color: #8e94a0; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { color: #5a606b; font-size: 12px; margin-top: 10px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines { grid-template-columns: repeat(3, 1fr); }
        }