* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        .logo-area { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; margin-right: 8px; }
        .logo-area strong { font-size: 16px; font-weight: normal; letter-spacing: 0.5px; }
        .header-btns { display: flex; gap: 8px; }
        .btn-login { background: transparent; color: #e0e0e0; border: 1px solid #4a505e; padding: 6px 14px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(135deg, #d4af37 0%, #f9f295 50%, #d4af37 100%); color: #000; font-weight: bold; border: none; padding: 6px 14px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3); }
        .banner { width: 100%; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-section { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #d4af3733; position: relative; overflow: hidden; }
        .jackpot-label { color: #d4af37; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); font-family: monospace; }
        .section-title { font-size: 18px; padding: 15px 15px 10px; display: flex; align-items: center; gap: 8px; color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s; border: 1px solid #2d323d; }
        .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: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .platform-intro { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #d4af37; }
        .platform-intro h1 { font-size: 20px; margin-bottom: 12px; line-height: 1.3; color: #d4af37; }
        .platform-intro p { font-size: 14px; color: #b0b3b8; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 0 15px 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; display: flex; align-items: center; gap: 12px; }
        .guide-item i { color: #d4af37; font-size: 20px; width: 30px; text-align: center; }
        .guide-text h3 { font-size: 15px; margin-bottom: 2px; }
        .guide-text p { font-size: 12px; color: #b0b3b8; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 15px; max-height: 300px; overflow-y: auto; border: 1px solid #2d323d; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-item:last-child { border-bottom: none; }
        .winner-name { color: #e0e0e0; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .winner-game { color: #d4af37; font-size: 11px; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin: 15px; border-radius: 15px; flex-wrap: wrap; gap: 15px; }
        .badge-item { text-align: center; flex: 1; min-width: 80px; }
        .badge-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; display: block; }
        .badge-item span { font-size: 11px; color: #b0b3b8; text-transform: uppercase; display: block; }
        .comments-grid { padding: 0 15px 15px; display: flex; flex-direction: column; gap: 12px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 15px; border: 1px solid #2d323d; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-meta { font-weight: bold; font-size: 14px; color: #d4af37; }
        .stars { color: #ffc107; font-size: 12px; }
        .comment-body { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { padding: 0 15px 20px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 15px; display: flex; justify-content: space-between; align-items: center; color: #ffffff; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #b0b3b8; border-top: 1px solid #2d323d; padding-top: 10px; margin-top: 0; }
        .navigator { position: fixed; bottom: 0; width: 100%; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1001; }
        .nav-item { text-decoration: none; color: #b0b3b8; display: flex; flex-direction: column; align-items: center; font-size: 11px; transition: 0.3s; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 20px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-row a { color: #b0b3b8; text-decoration: none; font-size: 13px; transition: 0.3s; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { color: #666; font-size: 12px; margin-top: 10px; }