* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1116; color: #e0e0e0; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        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 #333; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-reg { background: linear-gradient(180deg, #ffd700 0%, #b8860b 100%); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-sec { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #333; position: relative; overflow: hidden; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; font-family: monospace; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { padding: 15px 15px 10px; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 18px; background: #ffd700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e37; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 18px; color: #ffd700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #aaa; text-align: justify; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: center; gap: 15px; }
        .guide-item i { font-size: 24px; color: #ffd700; width: 30px; text-align: center; }
        .guide-text h3 { font-size: 15px; color: #fff; margin-bottom: 4px; }
        .guide-text p { font-size: 13px; color: #888; }
        .winning-box { background: #1a1d24; margin: 15px; border-radius: 15px; height: 250px; overflow-y: auto; padding: 10px; border: 1px solid #2a2e37; }
        .win-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2a2e37; font-size: 13px; }
        .win-user { color: #aaa; }
        .win-amt { color: #4caf50; font-weight: 600; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin-top: 15px; text-align: center; }
        .trust-item i { font-size: 20px; color: #ffd700; display: block; margin-bottom: 5px; }
        .trust-item span { font-size: 11px; color: #888; }
        .reviews { padding: 15px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; position: relative; }
        .review-user { font-weight: 600; font-size: 14px; color: #ffd700; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
        .review-stars { font-size: 10px; color: #ffd700; }
        .review-content { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-sec { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-q { padding: 15px; font-size: 14px; font-weight: 600; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-a { padding: 0 15px 15px; font-size: 13px; color: #888; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; height: 65px; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 10px; text-align: center; border-top: 1px solid #1a1d24; }
        .foot-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .foot-link { color: #888; font-size: 13px; }
        .foot-copy { font-size: 11px; color: #555; margin-top: 10px; }