body { background-color: #0f1217; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        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); border-bottom: 1px solid #c9a24d; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; letter-spacing: 0.5px; }
        .auth-buttons { display: flex; gap: 8px; }
        .btn { padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
        .btn-login { background: transparent; color: #c9a24d; border: 1px solid #c9a24d; }
        .btn-register { background: linear-gradient(135deg, #c9a24d 0%, #ffdf8d 100%); color: #000; }
        .container { padding: 15px; max-width: 1200px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; border-radius: 12px; overflow: hidden; margin-bottom: 20px; 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(180deg, #1e232b 0%, #13171d 100%); border-radius: 15px; padding: 20px; text-align: center; border: 1px solid #2d343f; margin-bottom: 25px; }
        .jackpot-title { color: #c9a24d; 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 15px rgba(201,162,77,0.6); font-family: monospace; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 4px solid #c9a24d; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 10px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2d343f; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.97); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border: 1px solid #2d343f; margin: 25px 0; }
        .intro-card h1 { color: #c9a24d; font-size: 20px; line-height: 1.4; margin-bottom: 12px; }
        .intro-card p { font-size: 14px; color: #a0a0a0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; border: 1px solid #2d343f; display: flex; gap: 15px; align-items: flex-start; }
        .guide-item i { color: #c9a24d; font-size: 24px; }
        .guide-item div h3 { font-size: 16px; margin: 0 0 5px; color: #fff; }
        .guide-item div p { font-size: 13px; color: #a0a0a0; margin: 0; }
        .winner-ticker { background: #1a1d24; border-radius: 10px; border: 1px solid #2d343f; height: 200px; overflow-y: auto; padding: 10px; margin-bottom: 25px; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d343f; font-size: 12px; }
        .winner-name { color: #fff; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-section { display: flex; justify-content: space-around; padding: 20px 0; flex-wrap: wrap; gap: 20px; opacity: 0.7; }
        .trust-item { text-align: center; font-size: 12px; width: 80px; }
        .trust-item i { font-size: 24px; margin-bottom: 5px; color: #c9a24d; display: block; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d343f; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .user-avatar { width: 35px; height: 35px; background: #2d343f; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #c9a24d; }
        .user-name { font-size: 14px; font-weight: bold; }
        .comment-text { font-size: 13px; font-style: italic; color: #a0a0a0; }
        .rating { color: #ffc107; font-size: 12px; margin-top: 5px; }
        .faq-section { background: #1a1d24; border-radius: 12px; padding: 10px; border: 1px solid #2d343f; }
        .faq-item { border-bottom: 1px solid #2d343f; padding: 15px 5px; }
        .faq-item:last-child { border: none; }
        .faq-item h3 { font-size: 15px; color: #c9a24d; margin: 0 0 10px; }
        .faq-item p { font-size: 13px; color: #a0a0a0; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 8px 0; border-top: 1px solid #c9a24d; z-index: 1000; }
        .nav-item { text-decoration: none; color: #a0a0a0; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #c9a24d; }
        footer { padding: 30px 15px; background: #0b0d10; text-align: center; border-top: 1px solid #2d343f; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #a0a0a0; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .comment-grid { grid-template-columns: repeat(2, 1fr); }
        }