* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1116; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
        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 #2d323e; }
        .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: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; }
        .btn-login { background: transparent; color: #cca352; border: 1px solid #cca352; }
        .btn-register { background: linear-gradient(135deg, #cca352, #e5c17b); color: #1a1d24; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
        .jackpot-box { background: linear-gradient(90deg, #1a1d24, #2d323e); margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #cca352; position: relative; overflow: hidden; }
        .jackpot-box h2 { font-size: 14px; color: #cca352; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; margin: 5px 0; text-shadow: 0 0 10px rgba(204,163,82,0.5); }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #cca352; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ccc; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 18px; color: #cca352; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #a0a0a0; text-align: justify; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; border-left: 3px solid #cca352; }
        .guide-item i { color: #cca352; font-size: 20px; margin-top: 3px; }
        .guide-text h3 { font-size: 15px; color: #fff; margin-bottom: 4px; }
        .guide-text p { font-size: 13px; color: #888; }
        .winners-section { background: #16181d; padding: 15px; margin: 15px 0; }
        .winner-list { height: 200px; overflow-y: auto; padding-right: 5px; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 12px; background: #1a1d24; margin-bottom: 6px; border-radius: 6px; font-size: 13px; }
        .winner-name { color: #cca352; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px; flex-wrap: wrap; gap: 15px; opacity: 0.7; }
        .trust-item { text-align: center; font-size: 12px; color: #888; }
        .trust-item i { font-size: 24px; display: block; margin-bottom: 5px; color: #cca352; }
        .reviews-grid { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 12px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; background: #2d323e; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #cca352; }
        .user-meta h4 { font-size: 14px; color: #fff; }
        .rating { color: #ffc107; font-size: 10px; }
        .review-card p { font-size: 13px; color: #a0a0a0; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 12px; background: #1a1d24; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #fff; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #888; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #cca352; }
        footer { background: #0a0c10; padding: 30px 15px 100px; border-top: 1px solid #2d323e; text-align: center; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-row a { color: #888; font-size: 13px; transition: color 0.2s; }
        .footer-row a:hover { color: #cca352; }
        .copyright { font-size: 12px; color: #555; margin-top: 20px; }