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; box-shadow: 0 2px 10px rgba(0,0,0,0.5); border-bottom: 1px solid #2d323d; }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; letter-spacing: 0.5px; }
        .auth-btns { display: flex; gap: 8px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; text-decoration: none; display: inline-block; }
        .btn-login { background: #2d323d; color: #fff; border: 1px solid #404654; }
        .btn-reg { background: linear-gradient(135deg, #ffd700, #b8860b); color: #000; }
        .btn:active { transform: scale(0.95); }
        main { max-width: 1200px; margin: 0 auto; padding-bottom: 100px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-sec { background: radial-gradient(circle, #2c3e50 0%, #000000 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 2px solid #d4af37; box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { color: #fff; font-size: 32px; font-weight: 800; font-family: monospace; text-shadow: 0 0 10px #ffd700; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #ffd700; }
        .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 #2d323d; display: flex; flex-direction: column; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; font-size: 12px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 20px; margin: 0 0 10px 0; color: #ffd700; }
        .intro-card p { font-size: 14px; margin: 0; color: #b0b0b0; }
        .guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .guide-item { background: #1e222b; padding: 15px; border-radius: 12px; text-align: center; font-size: 13px; }
        .guide-item i { font-size: 24px; color: #ffd700; margin-bottom: 8px; display: block; }
        .winners-list { background: #1a1d24; margin: 15px; padding: 15px; border-radius: 15px; max-height: 250px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-row span:last-child { color: #4caf50; font-weight: bold; }
        .casino-features { padding: 15px; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
        .feature-tag { flex: 0 0 auto; background: #2d323d; padding: 8px 15px; border-radius: 50px; font-size: 12px; border: 1px solid #404654; }
        .comments-sec { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323d; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user i { font-size: 30px; color: #404654; }
        .stars { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-sec { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
        .faq-q { padding: 15px; font-weight: 600; font-size: 14px; border-bottom: 1px solid #2d323d; color: #fff; }
        .faq-a { padding: 15px; font-size: 13px; color: #b0b0b0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #b0b0b0; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item:nth-child(3) i { color: #ffd700; font-size: 24px; margin-top: -15px; background: #1a1d24; padding: 8px; border-radius: 50%; border-top: 2px solid #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 120px; text-align: center; border-top: 1px solid #2d323d; }
        .foot-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .foot-row a { color: #b0b0b0; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #666; }