body { background-color: #0f1218; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #d4af37; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; }
        .header-left strong { font-size: 16px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 10px; }
        .btn-auth { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; text-decoration: none; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29c); color: #000; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { padding: 15px; font-size: 18px; color: #d4af37; display: flex; align-items: center; gap: 8px; font-weight: bold; }
        .section-title i { color: #f9e29c; }
        .jackpot-container { background: radial-gradient(circle, #2a2d35 0%, #1a1d24 100%); margin: 10px; padding: 20px; border-radius: 15px; border: 1px solid #333; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { font-size: 14px; color: #aaa; margin-bottom: 5px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #d4af37; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); font-family: monospace; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2a2d35; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .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; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 20px 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; margin-bottom: 0; }
        .guidelines { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; font-size: 13px; border: 1px solid #2a2d35; }
        .guide-item i { color: #d4af37; font-size: 20px; margin-bottom: 8px; display: block; }
        .guide-item h3 { font-size: 14px; margin: 0 0 5px 0; color: #fff; }
        .winners-box { margin: 20px 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; border: 1px solid #2a2d35; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #2a2d35; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #aaa; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .casino-features { padding: 20px 15px; display: flex; overflow-x: auto; gap: 15px; scrollbar-width: none; }
        .feature-item { min-width: 140px; background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; }
        .feature-item i { font-size: 24px; color: #d4af37; margin-bottom: 10px; }
        .feature-item span { display: block; font-size: 12px; font-weight: 600; }
        .comments-section { padding: 0 15px; }
        .comment-card { background: #22262f; padding: 15px; border-radius: 12px; margin-bottom: 15px; position: relative; }
        .comment-header { display: flex; align-items: center; margin-bottom: 10px; gap: 10px; }
        .avatar { width: 35px; height: 35px; border-radius: 50%; background: #3a3f4b; display: flex; align-items: center; justify-content: center; color: #d4af37; font-weight: bold; }
        .comment-user { font-size: 14px; font-weight: 600; }
        .stars { color: #ffcc00; font-size: 10px; }
        .comment-body { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 0 15px 20px 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; padding: 15px; }
        .faq-q { color: #d4af37; font-weight: bold; font-size: 15px; margin-bottom: 8px; display: block; }
        .faq-a { color: #ccc; font-size: 14px; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-align: center; text-decoration: none; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0c10; padding: 30px 15px 100px 15px; border-top: 1px solid #222; text-align: center; }
        .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; transition: 0.3s; }
        .footer-row a:hover { color: #d4af37; }
        .footer-copy { font-size: 12px; color: #555; }