* { 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; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #12141a; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: fixed; top: 0; width: 100%; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; letter-spacing: 0.5px; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(135deg, #FF6B35, #FF2E63); color: white; }
        .btn:active { transform: scale(0.95); }
        main { margin-top: 60px; padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 15px; border-radius: 15px; border: 1px solid #3d424d; }
        .jackpot-title { color: #FFD700; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; gap: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: 'Courier New', monospace; }
        .platform-intro { padding: 20px; background: #23272f; margin: 15px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #b0b3b8; }
        .section-title { padding: 0 20px; margin: 25px 0 15px; font-size: 18px; display: flex; align-items: center; gap: 10px; border-left: 3px solid #FF2E63; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #23272f; border-radius: 12px; overflow: hidden; transition: transform 0.3s; position: relative; border: 1px solid #2a2e38; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ececec; }
        .game-info span { font-size: 12px; color: #8a8d91; }
        .trust-section { background: #12141a; padding: 20px 15px; margin: 20px 0; }
        .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; justify-items: center; opacity: 0.7; }
        .trust-grid i { font-size: 30px; color: #FFD700; }
        .guidelines { padding: 15px; }
        .guide-card { background: #23272f; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2a2e38; }
        .guide-card h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-card p { font-size: 13px; color: #b0b3b8; text-align: justify; }
        .winners-marquee { background: #12141a; padding: 10px 0; margin: 20px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2a2e38; border-bottom: 1px solid #2a2e38; }
        .marquee-content { display: inline-block; animation: scrollMarquee 30s linear infinite; }
        @keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { display: inline-flex; align-items: center; gap: 10px; background: #23272f; padding: 5px 15px; margin-right: 15px; border-radius: 20px; font-size: 12px; border: 1px solid #3d424d; }
        .winner-item b { color: #FFD700; }
        .winner-item i { color: #4caf50; }
        .providers-wall { padding: 15px; background: #23272f; margin: 15px; border-radius: 12px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .provider-tag { background: #1a1d24; padding: 6px 12px; border-radius: 6px; font-size: 12px; color: #FFD700; border: 1px solid #3d424d; font-weight: bold; }
        .reviews-section { padding: 15px; }
        .review-card { background: #23272f; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2a2e38; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 10px; }
        .user-meta { display: flex; align-items: center; gap: 8px; }
        .user-meta i { font-size: 20px; color: #b0b3b8; }
        .user-name { font-size: 14px; font-weight: bold; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #8a8d91; }
        .review-content { font-size: 13px; color: #b0b3b8; }
        .faq-section { padding: 15px; }
        .faq-item { background: #23272f; border-radius: 12px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2a2e38; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #ffffff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-question::after { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; color: #FFD700; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b3b8; display: block; }
        .security-section { text-align: center; padding: 30px 15px; background: #12141a; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #8a8d91; }
        .security-text { font-size: 12px; color: #8a8d91; margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid #8a8d91; color: #8a8d91; border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: bold; font-size: 14px; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1000; }
        .nav-item { text-align: center; color: #8a8d91; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        .nav-item span { font-size: 10px; font-weight: 500; }
        .nav-item:nth-child(3) i { color: #FF2E63; font-size: 24px; margin-top: -5px; }
        footer { background: #0d0f14; padding: 40px 20px 100px; color: #8a8d91; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-contacts a { font-size: 14px; color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #b0b3b8; }
        .copyright { text-align: center; font-size: 11px; border-top: 1px solid #2a2e38; padding-top: 20px; }