* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { padding: 0 15px; max-width: 1200px; margin: 0 auto; }
        header { background: #121418; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        .header-content { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 15px; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; 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: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .main-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .main-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #121418; margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; border: 2px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
        #jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); font-family: monospace; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #23272e; border-radius: 15px; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .section-header { padding: 0 15px; margin-top: 30px; margin-bottom: 15px; border-left: 4px solid #FF2E63; margin-left: 15px; }
        .section-header h2 { font-size: 18px; text-transform: uppercase; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 0 15px; }
        .game-card { background: #23272e; border-radius: 12px; overflow: hidden; transition: transform 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
        .game-info p { font-size: 11px; color: #888; }
        .trust-section { background: #121418; margin: 30px 15px; padding: 20px; border-radius: 15px; }
        .trust-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; opacity: 0.7; }
        .trust-item { font-size: 24px; color: #FFD700; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0 15px; margin-top: 20px; }
        .guide-card { background: #23272e; padding: 15px; border-radius: 12px; border-top: 2px solid #FFD700; }
        .guide-card h3 { font-size: 16px; margin-bottom: 8px; color: #FFD700; }
        .guide-card p { font-size: 13px; color: #b0b3b8; }
        .winners-marquee { background: #121418; padding: 15px 0; margin: 30px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2d323d; border-bottom: 1px solid #2d323d; }
        .marquee-track { display: inline-block; animation: marquee 40s linear infinite; }
        .win-item { display: inline-flex; align-items: center; background: #23272e; padding: 8px 15px; border-radius: 20px; margin: 0 10px; border: 1px solid #3a3f47; }
        .win-item span { margin: 0 5px; font-size: 12px; }
        .win-user { color: #FFD700; font-weight: bold; }
        .win-amount { color: #00ff88; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; padding: 0 15px; margin-top: 20px; }
        .provider-tag { background: #23272e; padding: 6px 15px; border-radius: 5px; font-size: 12px; color: #FFD700; border: 1px solid #3a3f47; }
        .reviews-grid { padding: 0 15px; margin-top: 20px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #23272e; padding: 15px; border-radius: 15px; position: relative; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .review-meta h3 { font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #888; position: absolute; top: 15px; right: 15px; }
        .review-text { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { padding: 0 15px; margin-top: 30px; }
        .faq-item { background: #121418; border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2d323d; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #FFD700; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b3b8; }
        .security-section { background: #121418; margin: 30px 15px; padding: 20px; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #00ff88; }
        .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: 2px solid #FFD700; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #b0b3b8; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0c0e12; padding: 40px 15px 20px; text-align: center; margin-top: 40px; }
        .footer-contact { margin-bottom: 30px; }
        .footer-contact a { display: inline-block; margin: 0 10px; color: #FFD700; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #888; }
        .copyright { font-size: 11px; color: #555; padding-top: 20px; border-top: 1px solid #23272e; }