* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: linear-gradient(180deg, #1e222d 0%, #1a1d24 100%); padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #f3ba2f; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #f3ba2f; border: 1px solid #f3ba2f; }
        .btn-register { background: linear-gradient(180deg, #f3ba2f 0%, #d4a017 100%); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .container { padding: 15px; }
        .jackpot-section { background: radial-gradient(circle at center, #2d323e 0%, #1a1d24 100%); border: 2px solid #f3ba2f; border-radius: 12px; padding: 15px; text-align: center; margin-bottom: 20px; box-shadow: 0 0 15px rgba(243, 186, 47, 0.2); }
        .jackpot-title { font-size: 12px; color: #f3ba2f; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,255,255,0.5); font-family: monospace; }
        .section-title { font-size: 18px; margin-bottom: 15px; border-left: 4px solid #f3ba2f; padding-left: 10px; display: flex; align-items: center; justify-content: space-between; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1e222d; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info p { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1e222d; border-radius: 12px; padding: 20px; border: 1px solid #2d323e; margin-bottom: 25px; }
        .intro-card h1 { font-size: 18px; color: #f3ba2f; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #aeb4bc; }
        .provider-grid { display: flex; overflow-x: auto; gap: 15px; padding-bottom: 10px; margin-bottom: 25px; scrollbar-width: none; }
        .provider-item { min-width: 80px; height: 40px; background: #2d323e; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; color: #aeb4bc; border: 1px solid #3d4351; }
        .winners-box { background: #1e222d; border-radius: 12px; height: 200px; overflow: hidden; position: relative; border: 1px solid #2d323e; margin-bottom: 25px; }
        .winners-scroll { animation: scrollList 30s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-item { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-name { color: #f3ba2f; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1e222d; padding: 12px; border-radius: 8px; border: 1px solid #2d323e; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #f3ba2f; font-size: 18px; margin-top: 3px; }
        .guide-item h3 { font-size: 15px; margin-bottom: 4px; }
        .guide-item p { font-size: 13px; color: #aeb4bc; }
        .comment-section { margin-bottom: 25px; }
        .comment-card { background: #1e222d; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323e; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; border-radius: 50%; background: #2d323e; display: flex; align-items: center; justify-content: center; color: #f3ba2f; font-weight: bold; }
        .user-meta h4 { font-size: 14px; }
        .stars { color: #f3ba2f; font-size: 10px; }
        .comment-text { font-size: 13px; color: #aeb4bc; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1e222d; border-radius: 8px; margin-bottom: 8px; border: 1px solid #2d323e; }
        .faq-question { padding: 12px; cursor: pointer; font-weight: 600; font-size: 14px; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 12px 12px; font-size: 13px; color: #aeb4bc; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #aeb4bc; width: 20%; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #f3ba2f; }
        footer { padding: 30px 15px 100px; background: #0a0c10; border-top: 1px solid #2d323e; text-align: center; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #aeb4bc; font-size: 13px; transition: 0.3s; }
        .footer-links a:hover { color: #f3ba2f; }
        .social-links { margin-bottom: 20px; display: flex; justify-content: center; gap: 20px; }
        .social-links a { font-size: 20px; color: #aeb4bc; }
        .copyright { font-size: 12px; color: #666; }
        .badges { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; opacity: 0.6; filter: grayscale(1); }
        .badges i { font-size: 24px; }