body { background-color: #0f1217; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323d; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #e1e1e1; text-transform: uppercase; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 8px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #4a4a4a; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 500; }
        .btn-register { background: linear-gradient(135deg, #f3d078 0%, #d4af37 100%); color: #1a1d24; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; box-shadow: 0 2px 5px rgba(212,175,55,0.3); }
        .banner-container { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle at center, #2d323d 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3d4452; }
        .jackpot-title { font-size: 14px; color: #d4af37; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(212,175,55,0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; 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: 8px; text-align: center; }
        .game-info h3 { margin: 0; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #e1e1e1; }
        .intro-card { background: #1a1d24; margin: 20px 15px; padding: 20px; border-radius: 15px; border: 1px solid #2d323d; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a0a0; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 0 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; display: flex; align-items: center; gap: 15px; }
        .guide-item i { font-size: 24px; color: #d4af37; width: 30px; text-align: center; }
        .guide-text h4 { margin: 0; font-size: 15px; color: #ffffff; }
        .guide-text p { margin: 2px 0 0; font-size: 12px; color: #888; }
        .winning-records { background: #1a1d24; margin: 20px 15px; border-radius: 15px; border: 1px solid #2d323d; overflow: hidden; }
        .record-item { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .record-item:last-child { border-bottom: none; }
        .record-user { color: #d4af37; }
        .record-amount { color: #4caf50; font-weight: 600; }
        .pro-elements { padding: 20px 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; }
        .pro-item i { font-size: 20px; color: #d4af37; margin-bottom: 5px; }
        .pro-item span { font-size: 11px; display: block; color: #888; }
        .comments-section { padding: 0 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323d; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; color: #888; }
        .comment-user { color: #ffffff; font-weight: 600; }
        .comment-stars { color: #f3d078; }
        .comment-content { font-size: 13px; color: #a0a0a0; font-style: italic; }
        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-q { padding: 12px 15px; font-weight: 600; font-size: 14px; cursor: pointer; color: #d4af37; display: flex; justify-content: space-between; align-items: center; }
        .faq-a { padding: 0 15px 15px; font-size: 13px; color: #a0a0a0; }
        .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; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .foot-row { margin-bottom: 15px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .foot-link { font-size: 13px; color: #888; transition: color 0.2s; }
        .foot-link:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #555; margin-top: 20px; }