* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #1a1d24; height: 60px; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #d4af37; }
        .header-content { display: flex; justify-content: space-between; align-items: center; height: 100%; }
        .brand { display: flex; align-items: center; gap: 10px; }
        .brand img { width: 25px; height: 25px; border-radius: 5px; }
        .brand strong { font-size: 16px; font-weight: normal; color: #d4af37; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29f); color: #000; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; margin-bottom: 20px; cursor: pointer; }
        .jackpot-section { background: linear-gradient(135deg, #1a1d24, #2a2e38); border: 2px solid #d4af37; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
        .jackpot-title { font-size: 18px; color: #d4af37; text-transform: uppercase; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #d4af37; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e38; transition: transform 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; font-size: 13px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 25px; margin-bottom: 25px; border: 1px solid #d4af37; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 15px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 20px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; text-align: center; font-size: 14px; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; display: block; }
        .winning-ticker { background: #1a1d24; border-radius: 10px; height: 150px; overflow-y: auto; padding: 10px; margin-bottom: 20px; border: 1px solid #2a2e38; }
        .winning-item { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #2a2e38; font-size: 12px; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #00ff00; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 0; border-top: 1px solid #2a2e38; border-bottom: 1px solid #2a2e38; margin: 20px 0; }
        .trust-item { text-align: center; font-size: 10px; color: #888; }
        .trust-item i { font-size: 20px; color: #d4af37; display: block; margin-bottom: 5px; }
        .comments-section { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 13px; font-weight: bold; }
        .stars { color: #d4af37; font-size: 11px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; border-bottom: 1px solid #2a2e38; padding-bottom: 10px; }
        .faq-question { font-size: 15px; font-weight: bold; color: #d4af37; margin-bottom: 8px; display: block; }
        .faq-answer { font-size: 13px; color: #bbb; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; padding: 10px 0; border-top: 2px solid #d4af37; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #888; }
        .nav-item i { font-size: 18px; margin-bottom: 3px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; font-size: 12px; color: #666; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-link { color: #888; }
        .footer-link:hover { color: #d4af37; }