body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #121418; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .logo-box { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; }
        .header-btns { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35 0%, #FF2E63 100%); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #000; margin: 15px; padding: 15px; border-radius: 12px; border: 2px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
        .jackpot-amount { font-size: 28px; font-weight: 900; color: #fff; letter-spacing: 1px; }
        .intro-card { background: #252a34; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .section-title { padding: 0 15px; margin-top: 25px; font-size: 18px; color: #FFD700; border-left: 4px solid #FF2E63; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252a34; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: 0.3s; display: flex; flex-direction: column; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; flex-grow: 1; }
        .game-info h3 { font-size: 14px; margin: 0; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; }
        .payments-section { background: #121418; padding: 20px 15px; text-align: center; margin: 20px 0; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; }
        .payment-icons i { font-size: 30px; color: #fff; }
        .guidelines { padding: 15px; display: grid; gap: 15px; }
        .guide-item { background: #252a34; padding: 15px; border-radius: 12px; border-bottom: 2px solid #FF6B35; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbb; margin: 0; }
        .winners-marquee { background: #121418; padding: 10px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .winner-tag { display: inline-block; background: #252a34; padding: 5px 15px; margin: 0 10px; border-radius: 20px; font-size: 12px; border: 1px solid #444; }
        .winner-tag span { color: #FFD700; font-weight: bold; }
        @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        .providers-wall { padding: 15px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .provider-tag { background: #333; padding: 5px 12px; border-radius: 4px; font-size: 12px; color: #ddd; font-weight: bold; }
        .reviews { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #252a34; padding: 15px; border-radius: 12px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-name { font-weight: bold; font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; margin-left: auto; }
        .review-date { font-size: 11px; color: #777; margin-bottom: 5px; }
        .review-content { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #252a34; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; margin: 0; }
        .security-footer { text-align: center; padding: 20px 15px; background: #121418; border-top: 1px solid #333; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; color: #FFD700; }
        .security-text { font-size: 12px; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 10px; display: flex; flex-direction: column; align-items: center; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #000; padding: 30px 15px; text-align: center; }
        .footer-social { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
        .footer-social a { color: #fff; text-decoration: none; font-size: 14px; padding: 5px 10px; background: #222; border-radius: 5px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 20px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 15px; }