body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background-color: transparent; border: 1px solid #cfa349; color: #cfa349; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(135deg, #f1c40f, #cfa349); border: none; color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c3e50 0%, #000000 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #cfa349; box-shadow: 0 0 15px rgba(207, 163, 73, 0.3); }
        .jackpot-title { font-size: 14px; color: #f1c40f; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px #f1c40f; font-family: 'Courier New', monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; display: flex; align-items: center; gap: 10px; color: #f1c40f; }
        .section-title i { font-size: 20px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .game-info { padding: 8px; text-align: center; }
        .game-card .game-title { font-size: 13px; color: #ecf0f1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #cfa349; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #f1c40f; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #bdc3c7; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 0 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 15px; }
        .guide-item i { color: #cfa349; font-size: 24px; margin-top: 5px; }
        .guide-item h3 { font-size: 16px; margin: 0 0 5px 0; color: #fff; }
        .guide-item p { font-size: 13px; margin: 0; color: #bdc3c7; }
        .winnings-container { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 10px; height: 250px; overflow-y: hidden; position: relative; }
        .winning-list { animation: scrollList 30s linear infinite; }
        .winning-item { display: flex; justify-content: space-between; padding: 10px; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winning-item .user { color: #cfa349; }
        .winning-item .amount { color: #2ecc71; font-weight: bold; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin-top: 15px; text-align: center; }
        .pro-item i { font-size: 24px; color: #cfa349; margin-bottom: 8px; display: block; }
        .pro-item span { font-size: 12px; color: #bdc3c7; }
        .comments-grid { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-avatar { width: 40px; height: 40px; background: #2d323e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #cfa349; }
        .comment-user { font-size: 14px; font-weight: bold; }
        .comment-stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { padding: 15px; margin-bottom: 80px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323e; }
        .faq-answer { padding: 15px; font-size: 13px; color: #bdc3c7; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323e; z-index: 1001; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #bdc3c7; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active { color: #f1c40f; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #bdc3c7; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #7f8c8d; }