body { background-color: #0f1217; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: linear-gradient(to bottom, #1a1d24, #12141a); 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 #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: #ffd700; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #ffd700; color: #ffd700; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #b8860b); border: none; color: #000; padding: 7px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        main { padding: 15px; }
        .jackpot-container { background: radial-gradient(circle at center, #2c3e50, #000); border: 2px solid #ffd700; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #ffd700; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #ffd700; font-family: 'Courier New', Courier, monospace; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; color: #fff; border-left: 4px solid #ffd700; 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; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; margin: 0; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 12px; padding: 20px; border: 1px solid #2d323d; margin-bottom: 25px; }
        .intro-card h1 { font-size: 18px; color: #ffd700; margin-bottom: 12px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #b0b8c1; margin: 0; text-align: justify; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #2d323d; }
        .guide-item i { color: #ffd700; font-size: 20px; margin-top: 3px; }
        .guide-item h3 { font-size: 15px; margin: 0 0 5px; color: #fff; }
        .guide-item p { font-size: 13px; margin: 0; color: #b0b8c1; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 15px; border: 1px solid #2d323d; max-height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 15px; margin: 30px 0; padding: 15px; background: #1a1d24; border-radius: 12px; }
        .trust-item { text-align: center; font-size: 12px; color: #b0b8c1; }
        .trust-item i { font-size: 24px; color: #ffd700; display: block; margin-bottom: 5px; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-user img { width: 35px; height: 35px; border-radius: 50%; border: 1px solid #ffd700; }
        .comment-user span { font-size: 14px; font-weight: bold; }
        .comment-text { font-size: 13px; font-style: italic; color: #b0b8c1; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #ffd700; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b8c1; line-height: 1.5; }
        .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 #2d323d; z-index: 1000; }
        .nav-item { text-decoration: none; color: #b0b8c1; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 4px; width: 20%; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-links { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
        .footer-links a { color: #b0b8c1; text-decoration: none; font-size: 13px; }
        .footer-copyright { font-size: 12px; color: #666; margin-top: 20px; }