body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        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; 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; border: none; font-weight: 60 font-size: 14px; cursor: pointer; text-decoration: none; transition: 0.3s; }
        .btn-login { background-color: transparent; border: 1px solid #f1c40f; color: #f1c40f; }
        .btn-register { background-color: #f1c40f; color: #1a1d24; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { padding: 15px; font-size: 18px; color: #f1c40f; display: flex; align-items: center; gap: 8px; margin: 0; }
        .jackpot-box { margin: 15px; background: linear-gradient(135deg, #2c3e50, #1a1d24); border: 2px solid #f1c40f; border-radius: 12px; padding: 20px; text-align: center; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #f1c40f; text-shadow: 0 0 10px rgba(241,196,15,0.5); }
        .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: flex; flex-direction: column; transition: transform 0.2s; border: 1px solid #2a2e35; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card span { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #f1c40f; }
        .intro-card h1 { font-size: 18px; margin: 0 0 10px 0; color: #f1c40f; }
        .intro-card p { font-size: 14px; color: #bdc3c7; margin: 0; }
        .guidelines { padding: 15px; }
        .guide-item { display: flex; align-items: center; gap: 12px; background: #1a1d24; padding: 12px; border-radius: 10px; margin-bottom: 10px; font-size: 14px; }
        .guide-item i { color: #f1c40f; font-size: 18px; }
        .winner-list { margin: 15px; background: #1a1d24; border-radius: 12px; padding: 10px; height: 200px; overflow-y: auto; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px; border-bottom: 1px solid #2a2e35; font-size: 13px; }
        .winner-name { color: #bdc3c7; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin: 20px 0; }
        .pro-item { text-align: center; font-size: 12px; color: #bdc3c7; }
        .pro-item i { display: block; font-size: 24px; color: #f1c40f; margin-bottom: 5px; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; position: relative; }
        .comment-user { font-weight: bold; font-size: 14px; color: #f1c40f; display: block; margin-bottom: 5px; }
        .comment-text { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #f1c40f; margin: 0 0 8px 0; display: flex; align-items: flex-start; gap: 8px; }
        .faq-item p { font-size: 14px; color: #bdc3c7; margin: 0; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: rgba(26, 29, 36, 0.95); backdrop-filter: blur(10px); display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e35; z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #bdc3c7; font-size: 12px; display: flex; flex-direction: column; align-items: center; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        .nav-item:active { color: #f1c40f; }
        footer { background: #0a0c10; padding: 30px 15px 100px 15px; text-align: center; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-link { color: #bdc3c7; text-decoration: none; font-size: 13px; }
        .footer-copy { font-size: 12px; color: #5d6d7e; margin-top: 20px; }