* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { background-color: #0f1218; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); border-bottom: 1px solid #2d323e; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #d4af37; letter-spacing: 0.5px; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn-login { padding: 6px 15px; border-radius: 20px; border: 1px solid #d4af37; color: #d4af37; font-size: 14px; transition: 0.3s; }
        .btn-register { padding: 6px 15px; border-radius: 20px; background: linear-gradient(135deg, #d4af37, #f1c40f); color: #000; font-size: 14px; font-weight: bold; transition: 0.3s; }
        .banner { width: 100%; display: block; overflow: hidden; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; cursor: pointer; }
        .announcement { background: #1a1d24; padding: 10px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #2d323e; }
        .announcement i { color: #d4af37; }
        .ticker { overflow: hidden; white-space: nowrap; width: 100%; }
        .ticker-content { display: inline-block; animation: scroll 20s linear infinite; font-size: 13px; color: #bdc3c7; }
        @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        main { padding: 15px; max-width: 1200px; margin: 0 auto; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; 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; border: 1px solid #2d323e; transition: transform 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }
        .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; font-weight: 500; color: #ecf0f1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .platform-intro { background: #1a1d24; padding: 20px; border-radius: 15px; margin: 30px 0; border: 1px solid #2d323e; }
        .platform-intro h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; text-align: center; }
        .platform-intro p { font-size: 14px; color: #bdc3c7; margin-bottom: 10px; text-align: justify; }
        .winners-list { background: #1a1d24; border-radius: 12px; padding: 10px; height: 300px; overflow-y: auto; border: 1px solid #2d323e; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2d323e; font-size: 12px; }
        .winner-item:last-child { border-bottom: none; }
        .winner-user { color: #d4af37; display: flex; align-items: center; gap: 5px; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .trust-badges { display: flex; justify-content: space-around; margin: 30px 0; gap: 10px; text-align: center; }
        .trust-card { flex: 1; background: #1a1d24; padding: 15px; border-radius: 10px; font-size: 11px; }
        .trust-card i { font-size: 24px; color: #d4af37; margin-bottom: 8px; }
        .reviews-container { margin: 30px 0; }
        .review-card { background: #252a34; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #d4af37; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { font-weight: bold; font-size: 14px; color: #d4af37; }
        .review-stars { color: #f1c40f; font-size: 12px; }
        .review-text { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { margin-top: 40px; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-question { padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-size: 14px; color: #ecf0f1; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bdc3c7; }
        .navigater { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; height: 65px; border-top: 1px solid #2d323e; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #bdc3c7; transition: 0.3s; flex: 1; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #d4af37; }
        .special-nav { color: #d4af37; font-weight: bold; transform: translateY(-5px); }
        .special-nav i { font-size: 28px; background: #1a1d24; border: 2px solid #d4af37; border-radius: 50%; padding: 8px; box-shadow: 0 0 15px rgba(212,175,55,0.3); }
        footer { background: #0b0d11; padding: 40px 15px 100px; border-top: 1px solid #2d323e; text-align: center; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; font-size: 13px; }
        .footer-row a { color: #bdc3c7; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #7f8c8d; border-top: 1px solid #2d323e; padding-top: 20px; }
        .gcash-promo { background: linear-gradient(90deg, #007dfe, #0056b3); padding: 15px; border-radius: 12px; margin: 20px 0; display: flex; align-items: center; justify-content: space-between; }
        .gcash-info h4 { font-size: 15px; }
        .gcash-info p { font-size: 12px; opacity: 0.9; }
        .gcash-icon { font-size: 30px; font-weight: bold; font-style: italic; }