body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #ffffff; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); 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: #f1c40f; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #f1c40f; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #f1c40f 0%, #d4af37 100%); color: #000; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .container { max-width: 800px; margin: 0 auto; padding: 15px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; cursor: pointer; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c3e50 0%, #1a1d24 100%); border: 2px solid #f1c40f; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; }
        .jackpot-title { color: #f1c40f; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(241,196,15,0.5); font-family: 'Courier New', monospace; }
        .section-title { font-size: 18px; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #f1c40f; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; border: 1px solid #2c3e50; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; font-size: 13px; font-weight: 500; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-top: 3px solid #f1c40f; }
        .intro-card h1 { font-size: 20px; margin-top: 0; color: #f1c40f; }
        .intro-card p { font-size: 14px; color: #bdc3c7; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: center; gap: 15px; }
        .guideline-item i { color: #f1c40f; font-size: 20px; }
        .guideline-text { font-size: 14px; font-weight: 500; }
        .winners-list { background: #1a1d24; border-radius: 15px; padding: 10px; height: 200px; overflow-y: auto; margin-bottom: 25px; border: 1px solid #2c3e50; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid #2c3e50; font-size: 13px; }
        .winner-name { color: #bdc3c7; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .features-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: center; }
        .feature-box { background: #1a1d24; padding: 15px 5px; border-radius: 10px; }
        .feature-box i { font-size: 24px; color: #f1c40f; margin-bottom: 8px; }
        .feature-box span { display: block; font-size: 11px; color: #bdc3c7; }
        .comments-section { margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #f1c40f; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-name { font-weight: bold; font-size: 14px; color: #f1c40f; }
        .stars { color: #f1c40f; font-size: 12px; }
        .comment-body { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #2c3e50; color: #f1c40f; }
        .faq-answer { padding: 15px; font-size: 13px; 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; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2c3e50; }
        .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-copy { font-size: 12px; color: #7f8c8d; }