body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0b0d11; color: #e0e0e0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; 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; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29b); border: none; color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; box-shadow: 0 0 10px rgba(212, 175, 55, 0.4); }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-container { margin: 20px 15px; background: linear-gradient(145deg, #1e222d, #14171e); padding: 20px; border-radius: 15px; border: 1px solid #d4af37; text-align: center; box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 15px rgba(255, 255, 255, 0.5); font-family: monospace; }
        .section-title { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #fff; border-left: 4px solid #d4af37; padding-left: 10px; margin: 0; }
        .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: block; transition: transform 0.2s; border: 1px solid #2a2f3a; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 20px 15px; background: #1a1d24; padding: 20px; border-radius: 15px; border: 1px solid #2a2f3a; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin-bottom: 0; }
        .professional-elements { padding: 0 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
        .elem-item { background: #14171e; padding: 10px; border-radius: 10px; text-align: center; font-size: 11px; color: #888; border: 1px solid #1a1d24; }
        .elem-item i { font-size: 18px; color: #d4af37; margin-bottom: 5px; display: block; }
        .guidelines { padding: 0 15px; }
        .guide-item { background: #1a1d24; margin-bottom: 10px; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .guide-item h3 { font-size: 15px; margin: 0 0 5px; color: #fff; }
        .guide-item p { font-size: 13px; margin: 0; color: #aaa; }
        .winners-box { margin: 20px 15px; background: #000; border-radius: 15px; height: 200px; overflow-y: auto; padding: 10px; border: 1px solid #2a2f3a; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #1a1d24; font-size: 12px; }
        .winner-row span:first-child { color: #888; }
        .winner-row span:last-child { color: #4caf50; font-weight: bold; }
        .comments { padding: 0 15px; }
        .comment-item { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .avatar { width: 35px; height: 35px; border-radius: 50%; background: #2a2f3a; display: flex; align-items: center; justify-content: center; color: #d4af37; }
        .comment-name { font-weight: bold; font-size: 14px; }
        .comment-stars { color: #ffcc00; font-size: 10px; }
        .comment-body { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin-top: 0; margin-bottom: 10px; }
        .faq-item p { font-size: 13px; color: #aaa; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2f3a; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 11px; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        footer { background: #000; padding: 30px 15px; text-align: center; border-top: 2px solid #1a1d24; }
        .footer-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-row a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #555; margin-top: 20px; }