body { background-color: #0f1217; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; -webkit-font-smoothing: antialiased; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-block; }
        .btn-login { background: transparent; color: #f3ba2f; border: 1px solid #f3ba2f; }
        .btn-reg { background: linear-gradient(180deg, #f3ba2f 0%, #d4a017 100%); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { padding: 20px 15px 10px; font-size: 18px; color: #f3ba2f; display: flex; align-items: center; gap: 8px; }
        .section-title i { font-size: 16px; }
        .jackpot-container { margin: 15px; background: linear-gradient(135deg, #2c1f01 0%, #1a1d24 100%); border: 1px solid #f3ba2f; border-radius: 15px; padding: 20px; text-align: center; position: relative; overflow: hidden; }
        .jackpot-value { font-size: 32px; font-weight: 800; color: #f3ba2f; text-shadow: 0 0 10px rgba(243,186,47,0.5); font-family: monospace; }
        .jackpot-label { font-size: 12px; color: #aaa; text-transform: uppercase; letter-spacing: 2px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; display: block; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-title { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0; }
        .intro-card { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 25px; border-left: 4px solid #f3ba2f; }
        .intro-card h1 { font-size: 20px; margin-top: 0; color: #f3ba2f; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #ccc; line-height: 1.6; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; gap: 15px; align-items: flex-start; }
        .guide-icon { background: rgba(243,186,47,0.1); color: #f3ba2f; padding: 12px; border-radius: 10px; font-size: 20px; }
        .guide-text h3 { margin: 0 0 5px; font-size: 16px; color: #fff; }
        .guide-text p { margin: 0; font-size: 13px; color: #999; }
        .winners-list { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 15px; height: 300px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-user { color: #f3ba2f; }
        .winner-amt { color: #4caf50; font-weight: bold; }
        .trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 15px; text-align: center; }
        .badge-item i { font-size: 24px; color: #f3ba2f; margin-bottom: 8px; }
        .badge-item span { display: block; font-size: 11px; color: #aaa; text-transform: uppercase; }
        .comment-grid { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .user-avatar { width: 35px; height: 35px; background: #2d323d; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #f3ba2f; }
        .comment-rating { color: #f3ba2f; font-size: 12px; margin-bottom: 5px; }
        .comment-content { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #f3ba2f; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #bbb; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; z-index: 1001; }
        .nav-item { text-decoration: none; color: #aaa; text-align: center; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-contact { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-contact a { color: #f3ba2f; font-size: 20px; }
        .copyright { color: #555; font-size: 12px; line-height: 1.5; }