* { 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; }
        header { background: #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); }
        .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: #e0e0e0; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e076); 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: linear-gradient(145deg, #2a1a0a, #1a1d24); border: 2px solid #d4af37; border-radius: 15px; padding: 20px; text-align: center; position: relative; overflow: hidden; }
        .jackpot-label { color: #d4af37; font-size: 14px; letter-spacing: 2px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(212, 175, 55, 0.6); font-family: 'Courier New', monospace; margin: 10px 0; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; color: #d4af37; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ''; width: 4px; height: 18px; background: #d4af37; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1e222d; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: 0.3s; border: 1px solid #2d323e; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card span { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #cccccc; }
        .intro-card { margin: 20px 15px; background: #1e222d; border-radius: 15px; padding: 20px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .pro-elements { padding: 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; }
        .pro-item { background: #1e222d; padding: 15px 5px; border-radius: 10px; font-size: 11px; border: 1px solid #2d323e; }
        .pro-item i { font-size: 20px; color: #d4af37; margin-bottom: 8px; display: block; }
        .guidelines { margin: 20px 15px; background: #1e222d; border-radius: 15px; padding: 15px; }
        .guide-item { border-bottom: 1px solid #2d323e; padding: 12px 0; display: flex; gap: 10px; align-items: flex-start; }
        .guide-item:last-child { border-bottom: none; }
        .guide-item i { color: #d4af37; margin-top: 4px; }
        .guide-text h3 { font-size: 15px; margin-bottom: 4px; color: #e0e0e0; }
        .guide-text p { font-size: 13px; color: #888; }
        .winners-section { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 15px; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .comments-section { margin: 20px 15px; }
        .comment-card { background: #1e222d; padding: 15px; border-radius: 12px; margin-bottom: 12px; position: relative; border: 1px solid #2d323e; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-header i { font-size: 24px; color: #666; }
        .stars { color: #ffc107; font-size: 12px; }
        .comment-body { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin: 20px 15px; }
        .faq-item { background: #1e222d; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #e0e0e0; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #888; line-height: 1.5; }
        .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: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 20px; text-align: center; border-top: 1px solid #1e222d; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #1e222d; padding-top: 20px; }