* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #ffbf00; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #ffbf00; }
        .btn-register { background: linear-gradient(180deg, #ffcf33, #ffbf00); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1e222b; margin: 15px; padding: 15px; border-radius: 15px; text-align: center; border: 1px solid #363b47; }
        .jackpot-title { font-size: 14px; color: #ffbf00; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 191, 0, 0.5); margin: 5px 0; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; border-left: 4px solid #ffbf00; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; font-weight: 500; }
        .intro-card { background: linear-gradient(145deg, #1e222b, #15181f); margin: 20px 15px; padding: 20px; border-radius: 15px; border: 1px solid #363b47; }
        .intro-card h1 { font-size: 20px; color: #ffbf00; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .guidelines { margin: 20px 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 12px; border-radius: 10px; font-size: 12px; display: flex; align-items: center; gap: 8px; border: 1px solid #2d323e; }
        .guide-item i { color: #ffbf00; font-size: 16px; }
        .winning-scroll { background: #1e222b; margin: 15px; border-radius: 15px; height: 180px; overflow-y: auto; padding: 10px; border: 1px solid #2d323e; }
        .win-record { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323e; font-size: 12px; }
        .win-record span:last-child { color: #4caf50; font-weight: bold; }
        .pro-badges { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin-top: 20px; }
        .badge-item { text-align: center; font-size: 11px; color: #b0b0b0; }
        .badge-item i { font-size: 24px; color: #ffbf00; display: block; margin-bottom: 5px; }
        .reviews { padding: 15px; }
        .review-card { background: #1e222b; padding: 15px; border-radius: 12px; margin-bottom: 10px; border-left: 3px solid #ffbf00; }
        .review-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; justify-content: space-between; }
        .review-stars { color: #ffbf00; font-size: 12px; }
        .review-text { font-size: 13px; color: #d0d0d0; font-style: italic; }
        .faq-section { padding: 15px; background: #15181f; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; padding: 15px; border: 1px solid #2d323e; }
        .faq-question { font-weight: bold; color: #ffbf00; margin-bottom: 8px; font-size: 15px; display: flex; gap: 8px; }
        .faq-answer { font-size: 13px; color: #b0b0b0; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; }
        .nav-item { text-align: center; color: #b0b0b0; font-size: 11px; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; color: #ffffff; }
        .nav-item:last-child i { color: #ffbf00; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; color: #707070; font-size: 13px; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #b0b0b0; }
        .copyright { margin-top: 20px; border-top: 1px solid #2d323e; padding-top: 20px; font-size: 11px; }