body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        .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: #e1b34c; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; text-decoration: none; }
        .btn-login { background: transparent; color: #e1b34c; border: 1px solid #e1b34c; }
        .btn-register { background: linear-gradient(135deg, #e1b34c, #c2932c); color: #000; }
        main { padding: 10px; max-width: 800px; margin: 0 auto; padding-bottom: 80px; }
        .banner-container { margin-bottom: 20px; border-radius: 12px; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; aspect-ratio: 2/1; display: block; }
        .jackpot-box { background: linear-gradient(135deg, #1e232b, #13161c); border: 2px solid #e1b34c; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-label { font-size: 14px; color: #e1b34c; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(225, 179, 76, 0.5); }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 4px solid #e1b34c; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; height: auto; display: block; }
        .game-info { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 16px; padding: 20px; margin-bottom: 25px; border: 1px solid #2d323d; }
        .intro-card h1 { font-size: 20px; color: #e1b34c; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a6b1; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; font-size: 13px; border-bottom: 2px solid #e1b34c; }
        .guide-item i { font-size: 24px; color: #e1b34c; margin-bottom: 8px; display: block; }
        .winners-box { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; max-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-name { color: #a0a6b1; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: center; }
        .trust-item { font-size: 12px; color: #a0a6b1; }
        .trust-item i { font-size: 20px; color: #e1b34c; display: block; margin-bottom: 5px; }
        .comments-section { margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border-left: 3px solid #e1b34c; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; justify-content: space-between; }
        .comment-stars { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #a0a6b1; font-style: italic; }
        .faq-section { background: #1a1d24; border-radius: 16px; padding: 5px 15px 15px; margin-bottom: 25px; }
        .faq-item { border-bottom: 1px solid #2d323d; padding: 15px 0; }
        .faq-item:last-child { border-bottom: none; }
        .faq-question { font-weight: bold; font-size: 15px; color: #e1b34c; margin-bottom: 8px; display: block; }
        .faq-answer { font-size: 13px; color: #a0a6b1; }
        .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: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #a0a6b1; font-size: 11px; text-align: center; display: flex; flex-direction: column; gap: 4px; }
        .nav-item i { font-size: 18px; }
        footer { background: #13161c; padding: 30px 15px 100px; text-align: center; font-size: 13px; color: #666; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-links a { color: #a0a6b1; text-decoration: none; }
        .copyright { margin-top: 20px; border-top: 1px solid #2d323d; padding-top: 20px; font-size: 12px; }