* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { background-color: #0f1217; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        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); border-bottom: 1px solid #2a2e37; }
        .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: #fff; text-transform: lowercase; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { 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-container { margin: 15px; background: radial-gradient(circle at center, #2a2e37 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3a3f4b; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: 'Courier New', monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #ffd700; 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: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2a2e37; transition: 0.3s; }
        .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; }
        .game-info h3 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border: 1px solid #2a2e37; }
        .intro-card h1 { font-size: 18px; margin-bottom: 12px; color: #ffd700; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #a0a0a0; text-align: justify; }
        .casino-trust-icons { display: flex; justify-content: space-around; padding: 20px 15px; background: #0b0d11; margin: 15px 0; }
        .trust-item { text-align: center; color: #a0a0a0; font-size: 11px; }
        .trust-item i { display: block; font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .guidelines-grid { 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; }
        .guide-item i { color: #ffd700; font-size: 18px; margin-top: 3px; }
        .guide-item div h4 { font-size: 15px; margin-bottom: 5px; color: #eee; }
        .guide-item div p { font-size: 13px; color: #888; }
        .winning-list { margin: 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; }
        .winning-header { padding: 12px 15px; background: #2a2e37; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; }
        .winning-scroll { max-height: 300px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #2a2e37; font-size: 13px; }
        .winner-name { color: #eee; }
        .winner-amount { color: #4caf50; font-weight: 600; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-left: 3px solid #ffd700; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #3a3f4b; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #ffd700; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; color: #ffd700; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #a0a0a0; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; z-index: 1000; border-top: 1px solid #2a2e37; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { text-align: center; text-decoration: none; color: #a0a0a0; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active i, .nav-item.active span { color: #ffd700; }
        footer { background: #0b0d11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-copyright { color: #555; font-size: 12px; margin-top: 10px; }
        .payment-methods { display: flex; justify-content: center; gap: 15px; margin: 15px 0; opacity: 0.6; filter: grayscale(1); }
        .payment-methods i { font-size: 24px; }