body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; -webkit-font-smoothing: antialiased; }
        header { background: #12141a; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 13px; text-decoration: none; color: #fff; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: #323742; }
        .btn-register { background: linear-gradient(135deg, #FF6B35 0%, #FF2E63 100%); }
        .main-content { max-width: 800px; margin: 0 auto; padding: 0; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 15px; background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); border: 2px solid #FFD700; border-radius: 15px; padding: 20px; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-label { color: #FFD700; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #FFD700; font-family: monospace; }
        .intro-card { margin: 15px; padding: 20px; background: #23272f; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin: 0 0 10px 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b5c1; line-height: 1.6; margin: 0; }
        .section-title { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; margin: 0; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #23272f; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s; display: block; 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: 13px; color: #fff; margin: 0 0 4px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #8a8f9d; }
        .payments-licenses { background: #12141a; margin: 25px 15px; padding: 20px; border-radius: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.8; }
        .payments-licenses i { font-size: 28px; color: #FFD700; }
        .guidelines-grid { padding: 0 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guideline-item { background: #23272f; padding: 15px; border-radius: 12px; border-top: 1px solid #323742; }
        .guideline-item h3 { font-size: 16px; color: #FFD700; margin: 0 0 8px 0; }
        .guideline-item p { font-size: 13px; color: #b0b5c1; line-height: 1.5; margin: 0; }
        .winners-marquee { background: #12141a; margin: 25px 0; overflow: hidden; height: 180px; position: relative; }
        .marquee-track { animation: scrollUp 40s linear infinite; padding: 10px 15px; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #1a1d24; font-size: 12px; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00ff88; font-weight: bold; }
        .providers-wall { background: #23272f; margin: 25px 15px; padding: 20px; border-radius: 15px; text-align: center; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; color: #8a8f9d; font-size: 13px; font-weight: bold; text-transform: uppercase; }
        .reviews-container { padding: 0 15px; display: grid; gap: 15px; }
        .review-card { background: #23272f; 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-meta h3 { font-size: 14px; margin: 0; color: #fff; }
        .review-meta span { font-size: 11px; color: #8a8f9d; }
        .stars { color: #FFD700; font-size: 10px; margin-top: 2px; }
        .review-content { font-size: 13px; color: #b0b5c1; line-height: 1.5; margin: 0; }
        .faq-section { padding: 0 15px; }
        .faq-item { margin-bottom: 15px; background: #23272f; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #FFD700; margin: 0 0 10px 0; }
        .faq-item p { font-size: 13px; color: #b0b5c1; line-height: 1.6; margin: 0; }
        .security-section { margin: 25px 15px; padding: 20px; background: #12141a; border-radius: 15px; text-align: center; border: 1px solid #2a2e38; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; font-size: 20px; }
        .security-text { font-size: 12px; color: #8a8f9d; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e38; z-index: 1000; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { text-decoration: none; color: #8a8f9d; display: flex; flex-direction: column; align-items: center; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        .nav-item:hover { color: #FFD700; }
        footer { background: #0d0f14; padding: 30px 15px 40px; text-align: center; border-top: 1px solid #2a2e38; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contacts a { color: #b0b5c1; text-decoration: none; font-size: 13px; border: 1px solid #2a2e38; padding: 5px 12px; border-radius: 15px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #8a8f9d; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 11px; color: #5c6270; line-height: 1.6; }