* { 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; }
        header { background: #111418; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .nav-top { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn:active { transform: scale(0.95); }
        main { max-width: 1200px; margin: 0 auto; padding: 10px; }
        .banner-container { width: 100%; margin-bottom: 20px; cursor: pointer; border-radius: 12px; overflow: hidden; aspect-ratio: 2/1; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; margin-bottom: 25px; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 18px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; font-family: 'Courier New', monospace; letter-spacing: 2px; }
        .intro-card { background: #252932; padding: 25px; border-radius: 15px; margin-bottom: 25px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #cccccc; }
        .section-header { margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #FFD700; text-transform: uppercase; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; transition: 0.3s; display: block; border: 1px solid #333; }
        .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: #fff; }
        .game-provider { font-size: 12px; color: #888; }
        .trust-section { background: #111418; padding: 20px; border-radius: 15px; margin-bottom: 25px; }
        .icon-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; justify-items: center; align-items: center; }
        .icon-row i { font-size: 30px; color: #FFD700; }
        .icon-row img { width: 50px; filter: grayscale(1); transition: 0.3s; }
        .icon-row img:hover { filter: grayscale(0); }
        .content-guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
        .guide-item { background: #252932; padding: 20px; border-radius: 12px; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guide-item p { font-size: 14px; color: #aaa; }
        .marquee-box { background: #111418; padding: 15px; border-radius: 12px; overflow: hidden; margin-bottom: 30px; position: relative; }
        .marquee-content { display: flex; gap: 20px; animation: scroll 40s linear infinite; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-tag { background: #252932; padding: 8px 15px; border-radius: 20px; border: 1px solid #444; white-space: nowrap; display: flex; align-items: center; gap: 10px; }
        .winner-tag span { color: #FFD700; font-weight: bold; }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
        .provider-chip { background: #111418; padding: 6px 12px; border-radius: 5px; font-size: 13px; color: #FFD700; border: 1px solid #333; }
        .reviews-section { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
        .review-card { background: #252932; padding: 20px; border-radius: 12px; border: 1px solid #333; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-bottom: 8px; }
        .review-text { font-size: 14px; font-style: italic; color: #ccc; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #252932; padding: 15px; border-radius: 10px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 14px; color: #aaa; }
        .security-footer { background: #111418; padding: 25px; border-radius: 15px; text-align: center; border: 1px solid #222; margin-bottom: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; }
        .security-icons i { color: #00ff00; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 2000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 12px; color: #888; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item:hover, .nav-item:active { color: #FFD700; }
        footer { padding: 30px 15px; background: #0a0c10; color: #666; text-align: center; font-size: 13px; }
        .footer-contacts { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-contacts a { color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: left; }
        .footer-links a { color: #888; }
        .copyright { border-top: 1px solid #222; padding-top: 20px; }