body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1116; color: #ffffff; line-height: 1.5; padding-bottom: 70px; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .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: #d4af37; }
        .header-right { display: flex; gap: 8px; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #f3d078 0%, #d4af37 100%); color: #000; border: none; padding: 7px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2 / 1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #1a1d24; border-radius: 25px; padding: 8px 15px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; font-size: 13px; border: 1px solid #2a2e35; }
        .announcement i { color: #d4af37; }
        .marquee { overflow: hidden; white-space: nowrap; width: 100%; }
        .marquee p { display: inline-block; padding-left: 100%; animation: marquee 20s linear infinite; margin: 0; color: #b0b3b8; }
        @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; border: 1px solid #2a2e35; position: relative; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; margin: 0; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #e0e0e0; }
        .intro-card { background: linear-gradient(145deg, #1a1d24 0%, #0f1116 100%); padding: 20px; border-radius: 15px; margin: 25px 0; border: 1px solid #d4af3733; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; margin: 0; }
        .casino-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .feature-item { text-align: center; background: #1a1d24; padding: 15px 5px; border-radius: 10px; border: 1px solid #2a2e35; }
        .feature-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; display: block; }
        .feature-item span { font-size: 11px; color: #fff; display: block; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 25px; border: 1px solid #2a2e35; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2a2e35; }
        .winner-item:last-child { border-bottom: none; }
        .winner-user { font-size: 13px; color: #e0e0e0; display: flex; align-items: center; gap: 8px; }
        .winner-user i { color: #d4af37; font-size: 12px; }
        .winner-amount { color: #4caf50; font-weight: bold; font-size: 13px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2a2e35; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { color: #d4af37; font-size: 14px; font-weight: bold; }
        .review-stars { color: #ffc107; font-size: 12px; }
        .review-text { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { background: #1a1d24; border-radius: 12px; padding: 5px 15px; margin-bottom: 25px; border: 1px solid #2a2e35; }
        .faq-item { border-bottom: 1px solid #2a2e35; padding: 15px 0; }
        .faq-item:last-child { border-bottom: none; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin: 0 0 10px 0; }
        .faq-item p { font-size: 14px; color: #b0b3b8; margin: 0; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e35; z-index: 1001; }
        .nav-item { text-decoration: none; color: #b0b3b8; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:nth-child(3) i { color: #d4af37; font-size: 24px; }
        footer { background: #0f1116; padding: 30px 20px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-row a { color: #b0b3b8; text-decoration: none; font-size: 13px; transition: color 0.2s; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; border-top: 1px solid #1a1d24; padding-top: 20px; }