body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.5; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f3ba2f; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #4a4d55; }
        .btn-register { background: linear-gradient(180deg, #f3ba2f 0%, #d49a12 100%); color: #000; }
        main { padding: 15px; padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; border-radius: 15px; margin-bottom: 20px; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-card { background: radial-gradient(circle at center, #2c313c 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3a3f4b; margin-bottom: 25px; position: relative; overflow: hidden; }
        .jackpot-card::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(transparent, rgba(243, 186, 47, 0.1), transparent 30%); animation: rotate 4s linear infinite; }
        @keyframes rotate { 100% { transform: rotate(360deg); } }
        .jackpot-title { font-size: 14px; color: #f3ba2f; text-transform: uppercase; letter-spacing: 2px; position: relative; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; margin-top: 10px; font-family: 'Courier New', monospace; position: relative; }
        .section-title { font-size: 18px; font-weight: 700; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title i { color: #f3ba2f; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e37; 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; }
        .game-info h3 { font-size: 13px; margin: 0; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #e0e0e0; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; border-left: 4px solid #f3ba2f; margin-bottom: 25px; }
        .intro-card h1 { font-size: 20px; margin: 0 0 10px; color: #f3ba2f; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin: 0; }
        .guidelines-container { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; }
        .guideline-item i { color: #f3ba2f; font-size: 18px; margin-top: 3px; }
        .guideline-text h4 { margin: 0 0 5px; font-size: 15px; color: #ffffff; }
        .guideline-text p { margin: 0; font-size: 13px; color: #909090; }
        .winning-list { background: #1a1d24; border-radius: 15px; padding: 10px; max-height: 300px; overflow-y: auto; border: 1px solid #2a2e37; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2a2e37; font-size: 13px; }
        .winning-item:last-child { border-bottom: none; }
        .win-user { display: flex; align-items: center; gap: 8px; }
        .win-user i { color: #4caf50; }
        .win-amount { color: #f3ba2f; font-weight: 600; }
        .trust-section { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; padding: 20px 0; opacity: 0.6; filter: grayscale(1); }
        .trust-section i { font-size: 30px; }
        .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 #2a2e37; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 10px; }
        .comment-user { font-weight: 600; font-size: 14px; color: #f3ba2f; }
        .comment-stars { color: #f3ba2f; font-size: 12px; }
        .comment-body { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2a2e37; }
        .faq-item h3 { font-size: 15px; margin: 0 0 8px; color: #ffffff; }
        .faq-item p { font-size: 13px; color: #909090; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e37; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #909090; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #f3ba2f; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 14px; color: #909090; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 400px; margin: 0 auto 25px; }
        .contact-link { background: #1a1d24; padding: 10px; border-radius: 8px; font-size: 13px; border: 1px solid #2a2e37; }
        .copyright { font-size: 12px; color: #555; }