* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #121418; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; border-radius: 12px; }
        .container { padding: 0 15px; width: 100%; }
        header { background: #1a1d24; border-bottom: 1px solid #2d323d; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; }
        .header-content { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-img { width: 25px; height: 25px; object-fit: contain; }
        .platform-name { font-size: 16px; font-weight: normal; color: #f0f0f0; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #000; }
        .banner { margin: 15px 0; border-radius: 15px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.5); cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #2c0b4d, #1a1d24); border: 2px solid #ffd700; border-radius: 15px; padding: 20px; margin-bottom: 25px; text-align: center; }
        .jackpot-title { font-size: 14px; color: #ffd700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: monospace; }
        .section-title { font-size: 18px; margin: 25px 0 15px; padding-left: 10px; border-left: 4px solid #ffd700; display: flex; align-items: center; justify-content: space-between; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
        .game-card { background: #1e222a; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-info { padding: 10px; text-align: center; }
        .game-title { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1e222a; border-radius: 16px; padding: 20px; border: 1px solid #ffd700; margin: 30px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
        .guide-item { background: #1a1d24; border-radius: 12px; padding: 15px; border-left: 3px solid #ffd700; }
        .guide-item h3 { font-size: 16px; margin-bottom: 8px; color: #f0f0f0; }
        .guide-item p { font-size: 13px; color: #888; }
        .winner-ticker { background: #1e222a; border-radius: 12px; height: 200px; overflow-y: scroll; padding: 10px; border: 1px solid #2d323d; scroll-behavior: smooth; }
        .winner-ticker::-webkit-scrollbar { width: 4px; }
        .winner-ticker::-webkit-scrollbar-thumb { background: #ffd700; border-radius: 10px; }
        .winner-record { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #00ff88; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin: 30px 0; text-align: center; }
        .trust-box i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .trust-box span { font-size: 11px; display: block; color: #b0b3b8; }
        .comments-section { margin-bottom: 30px; }
        .comment-card { background: #252932; border-radius: 12px; padding: 15px; margin-bottom: 15px; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 35px; height: 35px; border-radius: 50%; background: #3a3f4b; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #ffd700; }
        .comment-text { font-size: 13px; color: #d0d3d8; font-style: italic; }
        .comment-rating { color: #ffd700; font-size: 12px; margin-top: 5px; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1e222a; border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2d323d; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-question i { color: #ffd700; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b3b8; line-height: 1.6; }
        .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 -5px 15px rgba(0,0,0,0.3); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #8e94a3; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #b0b3b8; }
        .footer-contact { margin-bottom: 20px; }
        .contact-title { font-size: 14px; color: #ffd700; margin-bottom: 10px; }
        .social-icons { display: flex; justify-content: center; gap: 20px; }
        .social-icons a { font-size: 20px; color: #b0b3b8; transition: 0.3s; }
        .social-icons a:hover { color: #ffd700; }
        .copyright { font-size: 12px; color: #5a5f6b; margin-top: 20px; }