body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: #0f1216; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .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: #f1c40f; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; text-decoration: none; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; border: 1px solid #f1c40f; color: #f1c40f; }
        .btn-register { background: linear-gradient(180deg, #f1c40f 0%, #d4a017 100%); color: #000; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; cursor: pointer; display: block; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-container { background: radial-gradient(circle, #2c3e50 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #34495e; box-shadow: 0 0 20px rgba(241, 196, 15, 0.2); }
        .jackpot-title { font-size: 14px; color: #f1c40f; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px #f1c40f; font-family: 'Courier New', Courier, monospace; }
        .section-title { font-size: 18px; padding: 15px 15px 5px; color: #f1c40f; display: flex; align-items: center; gap: 8px; }
        .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; color: #fff; border: 1px solid #2c3e50; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #f1c40f; }
        .intro-card h1 { font-size: 18px; margin: 0 0 10px; color: #f1c40f; }
        .intro-card p { font-size: 14px; margin: 0; color: #bdc3c7; }
        .pro-elements { display: flex; justify-content: space-around; padding: 15px; background: #1a1d24; margin: 15px; border-radius: 15px; }
        .pro-item { text-align: center; font-size: 12px; color: #bdc3c7; }
        .pro-item i { font-size: 24px; color: #f1c40f; display: block; margin-bottom: 5px; }
        .guidelines { padding: 15px; }
        .guide-item { background: #1a1d24; margin-bottom: 10px; padding: 15px; border-radius: 12px; border: 1px solid #2c3e50; }
        .guide-item h3 { font-size: 15px; margin: 0 0 5px; color: #f1c40f; }
        .guide-item p { font-size: 13px; margin: 0; color: #bdc3c7; }
        .winning-list { background: #1a1d24; margin: 15px; border-radius: 15px; padding: 15px; max-height: 300px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2c3e50; font-size: 13px; }
        .winner-name { color: #bdc3c7; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; position: relative; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; color: #f1c40f; }
        .stars { color: #f1c40f; font-size: 12px; margin-bottom: 8px; }
        .comment-text { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 12px; padding: 15px; }
        .faq-item h3 { font-size: 15px; margin: 0 0 8px; color: #f1c40f; }
        .faq-item p { font-size: 13px; margin: 0; color: #bdc3c7; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2c3e50; z-index: 1000; }
        .nav-item { text-decoration: none; color: #bdc3c7; font-size: 11px; text-align: center; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 3px; }
        footer { background: #1a1d24; padding: 30px 15px 100px; text-align: center; border-top: 2px solid #2c3e50; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #bdc3c7; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #f1c40f; }
        .copyright { font-size: 12px; color: #7f8c8d; }