* { 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; }
        header { background: #111418; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .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: 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: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(to right, #FF6B35, #FF2E63); color: white; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.6); margin-top: 5px; font-family: 'Courier New', monospace; }
        .platform-intro { padding: 25px 15px; text-align: center; background: #23272f; margin: 15px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 18px; color: #FFD700; margin-bottom: 12px; }
        .platform-intro p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 15px; display: flex; align-items: center; gap: 10px; font-size: 18px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px 20px; }
        .game-card { background: #23272f; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; 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; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #888; }
        .trust-section { background: #111418; padding: 20px 15px; margin: 15px 0; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 24px; color: #ddd; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background: #23272f; padding: 15px; border-radius: 10px; border-top: 2px solid #FFD700; }
        .guide-item h2 { font-size: 16px; margin-bottom: 8px; color: #FFD700; }
        .guide-item p { font-size: 13px; color: #bbb; }
        .winners-marquee { background: #111418; padding: 15px 0; overflow: hidden; white-space: nowrap; position: relative; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; background: #23272f; padding: 5px 15px; margin: 0 10px; border-radius: 20px; font-size: 12px; border: 1px solid #333; }
        .winner-tag strong { color: #FFD700; margin-left: 5px; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; text-align: center; color: #888; font-size: 13px; line-height: 2; }
        .comment-grid { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .comment-card { background: #23272f; padding: 15px; border-radius: 12px; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-meta { display: flex; align-items: center; gap: 8px; }
        .user-meta i { background: #333; padding: 8px; border-radius: 50%; color: #FFD700; }
        .rating { color: #FFD700; font-size: 12px; }
        .comment-content { font-size: 13px; color: #ccc; }
        .faq-section { padding: 15px; }
        .faq-item { background: #23272f; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; }
        .responsible-gaming { padding: 20px 15px; text-align: center; background: #111418; border-top: 2px solid #FF2E63; }
        .responsible-gaming h2 { font-size: 16px; color: #FF2E63; margin-bottom: 10px; }
        .age-badge { display: inline-block; border: 2px solid #FF2E63; color: #FF2E63; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; font-weight: bold; margin-bottom: 10px; }
        .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: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #888; gap: 4px; }
        .nav-item i { font-size: 20px; }
        footer { padding: 30px 15px 100px; background: #0c0e12; text-align: center; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
        .footer-contacts a { font-size: 13px; color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #888; }
        .copyright { font-size: 12px; color: #555; }