* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #0f1116; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .flex { display: flex; align-items: center; }
        .grid { display: grid; gap: 12px; }
        .container { padding: 0 15px; max-width: 1200px; margin: 0 auto; }
        header { background: #1a1d24; height: 60px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        header .container { height: 100%; display: flex; justify-content: space-between; align-items: center; }
        .logo-box { gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #f1f1f1; }
        .auth-btns { gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-reg { background: linear-gradient(135deg, #ffd700, #ffae00); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-sec { margin: 15px 0; background: #1a1d24; border-radius: 12px; padding: 15px; text-align: center; border: 1px solid #2d323e; }
        .jackpot-title { font-size: 14px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffffff; margin: 5px 0; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { font-size: 18px; margin: 20px 0 12px; padding-left: 10px; border-left: 4px solid #ffd700; }
        .game-grid { grid-template-columns: repeat(2, 1fr); }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 12px; padding: 20px; margin: 20px 0; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #abb2bf; }
        .guidelines { grid-template-columns: 1fr; gap: 10px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; border: 1px solid #2d323e; }
        .guide-item h3 { font-size: 15px; color: #ffd700; margin-bottom: 5px; }
        .guide-item p { font-size: 13px; color: #9aa0ac; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; height: 250px; overflow-y: auto; border: 1px solid #2d323e; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; text-align: center; }
        .pro-item i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .pro-item span { display: block; font-size: 12px; color: #abb2bf; }
        .comment-grid { grid-template-columns: 1fr; gap: 12px; margin: 20px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323e; }
        .user-meta { gap: 10px; margin-bottom: 8px; }
        .user-meta i { font-size: 30px; color: #4e5461; }
        .user-name { font-size: 14px; font-weight: 600; }
        .user-rating { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #9aa0ac; font-style: italic; }
        .faq-sec { margin: 25px 0; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-q { padding: 15px; font-size: 14px; font-weight: 600; color: #f1f1f1; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-a { padding: 0 15px 15px; font-size: 13px; color: #9aa0ac; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323e; z-index: 1000; }
        .nav-item { text-align: center; color: #9aa0ac; font-size: 11px; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        footer { background: #0f1116; padding: 30px 15px 80px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-link { color: #9aa0ac; font-size: 13px; }
        .copyright { font-size: 12px; color: #5c6370; margin-top: 10px; }