* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        header { background: #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; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .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; text-decoration: none; display: inline-block; }
        .btn-login { background: transparent; color: #e0e0e0; border: 1px solid #4a505e; }
        .btn-register { background: linear-gradient(135deg, #f39c12, #d35400); color: #fff; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-container { margin: 15px; background: linear-gradient(45deg, #2c3e50, #000000); border: 2px solid #f1c40f; border-radius: 15px; padding: 20px; text-align: center; box-shadow: 0 0 20px rgba(241, 196, 15, 0.3); }
        .jackpot-title { font-size: 14px; color: #f1c40f; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; font-family: 'Courier New', monospace; text-shadow: 0 0 10px rgba(255,255,255,0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 8px; font-size: 18px; color: #f39c12; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; display: block; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card span { display: block; padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #242933; }
        .intro-card { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 20px; border-left: 4px solid #f39c12; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; color: #f39c12; }
        .intro-card p { font-size: 14px; color: #bdc3c7; }
        .guidelines { padding: 0 15px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #2d323e; }
        .guide-item i { color: #f39c12; font-size: 20px; margin-top: 3px; }
        .winners-list { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 15px; height: 300px; overflow: hidden; position: relative; }
        .winners-scroll { animation: scrollList 40s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-row span:last-child { color: #2ecc71; font-weight: bold; }
        .comments-section { padding: 0 15px; }
        .comment-card { background: #242933; border-radius: 12px; padding: 15px; margin-bottom: 15px; position: relative; }
        .comment-user { font-weight: bold; font-size: 14px; color: #f39c12; display: flex; align-items: center; gap: 5px; }
        .comment-text { font-size: 13px; color: #ecf0f1; margin-top: 8px; font-style: italic; }
        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px; border: 1px solid #2d323e; }
        .faq-q { font-weight: bold; font-size: 15px; color: #f39c12; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
        .faq-a { font-size: 14px; color: #bdc3c7; }
        .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; color: #95a5a6; display: flex; flex-direction: column; align-items: center; font-size: 12px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #f39c12; }
        footer { background: #1a1d24; 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; }
        .footer-bottom { font-size: 12px; color: #7f8c8d; }
        .trust-badges { display: flex; justify-content: center; gap: 20px; margin: 20px 0; color: #7f8c8d; font-size: 24px; }