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: #1a1d24; 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: normal; color: #ffd700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; padding: 6px 15px; border-radius: 20px; font-size: 14px; text-decoration: none; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #b8860b); color: #000; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; text-decoration: none; }
        main { padding: 0 10px 80px; max-width: 600px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; margin: 10px 0; border-radius: 12px; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(145deg, #1e222d, #14171f); border: 2px solid #ffd700; border-radius: 15px; padding: 20px; text-align: center; margin: 20px 0; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #ffd700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #ffd700; 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; text-decoration: none; color: white; 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-card p { padding: 8px; margin: 0; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 20px 0; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2d323e; }
        .guide-item i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .guide-item h3 { font-size: 14px; margin: 0; color: #ffffff; }
        .winning-list { background: #1a1d24; border-radius: 15px; padding: 15px; height: 200px; overflow-y: hidden; position: relative; border: 1px solid #2d323e; }
        .winning-track { animation: scrollList 30s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .win-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .win-user { color: #ffd700; }
        .win-amount { color: #00ff00; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 0; background: #161920; border-radius: 12px; margin: 20px 0; }
        .pro-item { text-align: center; font-size: 12px; color: #b0b3b8; }
        .pro-item i { display: block; font-size: 20px; color: #ffd700; margin-bottom: 5px; }
        .comments-section { margin: 20px 0; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d323e; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-avatar { width: 35px; height: 35px; border-radius: 50%; background: #2d323e; display: flex; align-items: center; justify-content: center; color: #ffd700; font-weight: bold; }
        .comment-info h4 { font-size: 14px; margin: 0; }
        .comment-stars { color: #ffd700; font-size: 10px; }
        .comment-card p { font-size: 13px; color: #b0b3b8; margin: 0; }
        .faq-section { margin: 20px 0; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323e; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #ffd700; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
        .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 #2d323e; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { text-align: center; text-decoration: none; color: #b0b3b8; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0f1218; padding: 20px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-row a { color: #b0b3b8; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #ffd700; }
        .copyright { font-size: 12px; color: #666; margin-top: 10px; }