* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        .nav-wrapper { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #ffd700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #000; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-section { background: radial-gradient(circle at center, #2c0b0e 0%, #0f1218 100%); padding: 20px; text-align: center; margin: 15px 0; border-radius: 12px; border: 1px solid #4a1111; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #ffca28; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.6); font-family: 'Courier New', monospace; }
        .jackpot-currency { color: #ffd700; font-size: 18px; margin-right: 5px; }
        .section-title { font-size: 18px; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #ffd700; display: flex; justify-content: space-between; align-items: center; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background-color: #1a1d24; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: translateY -5px; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .platform-intro { background-color: #1a1d24; padding: 20px; border-radius: 15px; margin: 20px 0; border: 1px solid #2d323d; }
        .platform-intro h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #b0b3b8; }
        .pro-elements { display: flex; overflow-x: auto; gap: 15px; padding: 10px 0; scrollbar-width: none; }
        .pro-item { min-width: 140px; background: #242832; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2d323d; }
        .pro-item i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .pro-item span { display: block; font-size: 12px; font-weight: 600; }
        .guidelines { background-color: #1a1d24; border-radius: 15px; padding: 15px; margin: 20px 0; }
        .guideline-item { padding: 12px 0; border-bottom: 1px solid #2d323d; display: flex; align-items: center; gap: 10px; }
        .guideline-item:last-child { border-bottom: none; }
        .guideline-item i { color: #4caf50; font-size: 16px; }
        .guideline-text { font-size: 14px; color: #e4e6eb; }
        .winners-box { background-color: #1a1d24; border-radius: 15px; padding: 15px; margin: 20px 0; height: 300px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .comment-section { display: flex; flex-direction: column; gap: 15px; margin: 20px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 4px solid #ffd700; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; justify-content: space-between; }
        .comment-rating { color: #ffca28; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { background-color: #1a1d24; padding: 20px; border-radius: 15px; margin: 20px 0; }
        .faq-item { margin-bottom: 20px; border-bottom: 1px solid #2d323d; padding-bottom: 15px; }
        .faq-item:last-child { border-bottom: none; }
        .faq-item h3 { font-size: 15px; color: #ffd700; margin-bottom: 10px; }
        .faq-item p { font-size: 14px; color: #b0b3b8; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background-color: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #b0b3b8; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active { color: #ffd700; }
        footer { background-color: #0f1218; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-link { font-size: 13px; color: #b0b3b8; }
        .footer-row:nth-child(2) .footer-link { color: #8a8d91; }
        .copyright { font-size: 12px; color: #5f6368; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .comment-section { grid-template-columns: repeat(2, 1fr); display: grid; }
        }