body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background-color: #12141a; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; }
        .header-right { display: flex; gap: 8px; }
        .btn { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 14px; color: #fff; transition: opacity 0.3s; }
        .btn-login { background: #333; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); }
        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #000; margin: 15px; padding: 15px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 1px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { margin: 15px; background: #242831; padding: 20px; border-radius: 15px; text-align: center; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 1.5rem; color: #FFD700; margin: 0 0 10px 0; }
        .intro-card p { font-size: 0.95rem; color: #ccc; margin: 0; }
        .section-container { padding: 15px; }
        .section-title { font-size: 1.2rem; color: #FFD700; border-left: 3px solid #FF2E63; padding-left: 10px; margin-bottom: 15px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .game-card { background: #242831; border-radius: 10px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; }
        .game-info h3 { font-size: 0.85rem; margin: 0; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 0.7rem; color: #FFD700; margin-top: 3px; }
        .payment-section { background: #12141a; padding: 20px 15px; margin: 20px 0; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.7; }
        .payment-icons i { font-size: 24px; color: #fff; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .guide-item { background: #242831; padding: 15px; border-radius: 12px; }
        .guide-item h2 { font-size: 1.1rem; color: #FFD700; margin: 0 0 10px 0; }
        .guide-item p { font-size: 0.85rem; color: #bbb; margin: 0; }
        .winners-marquee { background: #000; padding: 10px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; animation: marquee 30s linear infinite; }
        .winner-tag { white-space: nowrap; padding: 0 20px; font-size: 0.85rem; border-right: 1px solid #333; }
        .winner-tag span { color: #FFD700; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 15px; }
        .provider-chip { background: #333; padding: 5px 12px; border-radius: 15px; font-size: 0.8rem; color: #FFD700; }
        .reviews-container { padding: 15px; }
        .review-card { background: #242831; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #333; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 20px; color: #FF2E63; }
        .review-name { font-weight: bold; font-size: 0.9rem; }
        .stars { color: #FFD700; font-size: 0.8rem; }
        .review-date { font-size: 0.75rem; color: #777; margin-left: auto; }
        .review-text { font-size: 0.85rem; color: #ccc; }
        .faq-section { padding: 15px; background: #12141a; }
        .faq-item { margin-bottom: 20px; }
        .faq-item h2 { font-size: 1rem; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 0.85rem; color: #bbb; }
        .security-section { padding: 25px 15px; text-align: center; background: #000; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; color: #FFD700; }
        .security-text { font-size: 0.8rem; color: #777; max-width: 500px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-decoration: none; color: #777; text-align: center; font-size: 0.7rem; }
        .nav-item i { display: block; font-size: 1.2rem; margin-bottom: 3px; }
        .nav-item:active, .nav-item:focus { color: #FFD700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; }
        .footer-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; }
        .footer-contact a { color: #FFD700; text-decoration: none; font-size: 0.9rem; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #777; text-decoration: none; font-size: 0.8rem; }
        .copyright { font-size: 0.75rem; color: #555; border-top: 1px solid #222; padding-top: 20px; }