* { 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; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #f3c15c; color: #f3c15c; padding: 5px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(135deg, #f3c15c, #d4a017); border: none; color: #000; padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .container { padding: 15px; }
        .jackpot-box { background: linear-gradient(135deg, #2c1f4a, #1a1d24); border: 2px solid #f3c15c; border-radius: 15px; padding: 20px; text-align: center; margin: 10px 0 20px; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #f3c15c; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(243, 193, 92, 0.5); margin: 5px 0; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #f3c15c; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s; border: 1px solid #2d323e; }
        .game-card:active { transform: scale(0.95); }
        .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; font-weight: normal; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 20px 0; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #f3c15c; margin-bottom: 12px; }
        .intro-card p { font-size: 14px; color: #a0a6b1; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; border-left: 3px solid #f3c15c; }
        .guide-item i { font-size: 24px; color: #f3c15c; width: 30px; text-align: center; }
        .guide-text h4 { font-size: 15px; margin-bottom: 4px; }
        .guide-text p { font-size: 12px; color: #8a8f99; }
        .winners-list { background: #1a1d24; border-radius: 15px; padding: 15px; margin: 20px 0; max-height: 300px; overflow-y: auto; }
        .winner-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-user { color: #f3c15c; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .casino-features { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; justify-content: space-between; }
        .feature-tag { background: #2d323e; padding: 6px 12px; border-radius: 4px; font-size: 12px; color: #f3c15c; border: 1px solid #3d4452; }
        .comments-section { margin: 20px 0; }
        .comment-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-avatar { width: 35px; height: 35px; background: #3d4452; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; color: #f3c15c; }
        .comment-name { font-size: 14px; font-weight: bold; }
        .comment-rating { color: #ffc107; font-size: 12px; }
        .comment-content { font-size: 13px; color: #a0a6b1; font-style: italic; }
        .faq-section { margin: 20px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d323e; }
        .faq-question { font-size: 15px; font-weight: bold; color: #f3c15c; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px; }
        .faq-answer { font-size: 14px; color: #a0a6b1; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323e; z-index: 1000; }
        .nav-item { text-decoration: none; color: #8a8f99; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active, .nav-item:active { color: #f3c15c; }
        footer { background: #1a1d24; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #8a8f99; text-decoration: none; font-size: 13px; transition: color 0.2s; }
        .footer-links a:hover { color: #f3c15c; }
        .footer-contact { margin-bottom: 20px; display: flex; justify-content: center; gap: 20px; }
        .footer-contact a { color: #f3c15c; font-size: 20px; }
        .copyright { font-size: 12px; color: #5c626e; line-height: 1.5; }