* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
        a:hover { opacity: 0.9; }
        header { background: #12141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; color: #fff; }
        .btn-login { background: #2d323e; }
        .btn-register { background: linear-gradient(135deg, #FF6B35 0%, #FF2E63 100%); }
        main { max-width: 1200px; margin: 0 auto; }
        .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: #242832; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #363c4a; position: relative; overflow: hidden; }
        .jackpot-label { font-size: 14px; color: #FFD700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .intro-card { margin: 15px; padding: 20px; background: #242832; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .section-header { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #fff; border-left: 3px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #242832; border-radius: 10px; overflow: hidden; border: 1px solid #2d323e; display: flex; flex-direction: column; }
        .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; }
        .game-info span { font-size: 11px; color: #8a8d91; }
        .trust-section { background: #12141a; margin: 25px 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; align-items: center; margin-top: 15px; }
        .trust-item { font-size: 24px; color: #555c6b; }
        .guidelines { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-item { background: #242832; padding: 15px; border-radius: 12px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #b0b3b8; text-align: justify; }
        .marquee-container { background: #12141a; padding: 15px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; white-space: nowrap; animation: marquee 40s linear infinite; gap: 30px; }
        .winner-item { display: flex; align-items: center; gap: 8px; font-size: 13px; background: #242832; padding: 8px 15px; border-radius: 20px; border: 1px solid #363c4a; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00ff88; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; text-align: center; background: #242832; margin: 20px 15px; border-radius: 12px; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; font-weight: 700; color: #555c6b; }
        .provider-name { font-size: 14px; text-transform: uppercase; }
        .comments-section { padding: 15px; }
        .comment-card { background: #242832; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2d323e; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .user-icon { font-size: 30px; color: #FFD700; }
        .user-meta h3 { font-size: 14px; color: #fff; }
        .user-meta span { font-size: 11px; color: #8a8d91; }
        .rating { color: #FFD700; font-size: 12px; margin: 5px 0; }
        .comment-body { font-size: 13px; color: #b0b3b8; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; background: #242832; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 13px; color: #b0b3b8; }
        .security-section { padding: 20px 15px; background: #12141a; text-align: center; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin: 15px 0; font-size: 30px; color: #FFD700; }
        .responsible-text { font-size: 12px; color: #8a8d91; max-width: 800px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #8a8d91; }
        .nav-item i { font-size: 18px; color: #ffffff; }
        footer { background: #0e1014; padding: 30px 15px 100px; text-align: center; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contacts a { font-size: 14px; color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #8a8d91; }
        .copyright { font-size: 11px; color: #555c6b; border-top: 1px solid #2d323e; padding-top: 20px; }