.page-uw99-singapore { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 80px; }.page-uw99-singapore__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-uw99-singapore__section { padding: 40px 0; text-align: center; }.page-uw99-singapore__section--dark { background-color: #2a2a2a; }.page-uw99-singapore__section-title { font-size: 2.5em; margin-bottom: 30px; color: #ffd700; text-transform: uppercase; }.page-uw99-singapore__section-subtitle { font-size: 1.8em; margin-bottom: 20px; color: #fff; }.page-uw99-singapore__text { font-size: 1.1em; margin-bottom: 20px; color: #ccc; }.page-uw99-singapore__button { display: inline-block; background-color: #ffd700; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; margin: 10px; }.page-uw99-singapore__button:hover { background-color: #e6c200; transform: translateY(-2px); }.page-uw99-singapore__button--primary { background-color: #007bff; color: #fff; }.page-uw99-singapore__button--primary:hover { background-color: #0056b3; }.page-uw99-singapore__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; padding: 10px 0 60px; color: #fff; text-align: center; position: relative; overflow: hidden; }.page-uw99-singapore__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-uw99-singapore__hero-content { position: relative; z-index: 1; padding: 20px 15px; }.page-uw99-singapore__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffd700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-uw99-singapore__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #fff; }.page-uw99-singapore__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-uw99-singapore__intro-card { background-color: #2a2a2a; padding: 25px; border-radius: 10px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-uw99-singapore__intro-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-uw99-singapore__intro-card-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-uw99-singapore__intro-card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 10px; }.page-uw99-singapore__intro-card-text { color: #ccc; }.page-uw99-singapore__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-uw99-singapore__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-uw99-singapore__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-uw99-singapore__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-uw99-singapore__game-image { width: 100%; height: 200px; object-fit: cover; }.page-uw99-singapore__game-content { padding: 20px; }.page-uw99-singapore__game-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; }.page-uw99-singapore__game-description { color: #ccc; font-size: 0.95em; margin-bottom: 15px; }.page-uw99-singapore__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-uw99-singapore__promotion-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-uw99-singapore__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-uw99-singapore__promotion-image { width: 100%; height: 200px; object-fit: cover; }.page-uw99-singapore__promotion-content { padding: 20px; }.page-uw99-singapore__promotion-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; }.page-uw99-singapore__promotion-description { color: #ccc; font-size: 0.95em; margin-bottom: 15px; }.page-uw99-singapore__contact-info { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-top: 30px; }.page-uw99-singapore__contact-item { display: flex; align-items: center; gap: 10px; color: #ccc; font-size: 1.1em; }.page-uw99-singapore__contact-icon { width: 40px; height: 40px; object-fit: contain; }.page-uw99-singapore__faq-list { margin-top: 30px; text-align: left; }.page-uw99-singapore__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-uw99-singapore__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #333; color: #ffd700; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-uw99-singapore__faq-question:hover { background-color: #444; }.page-uw99-singapore__faq-question h3 { margin: 0; pointer-events: none; color: #ffd700; }.page-uw99-singapore__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-uw99-singapore__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-uw99-singapore__faq-item.active .page-uw99-singapore__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-uw99-singapore__faq-item.active .page-uw99-singapore__faq-toggle { transform: rotate(45deg); }.page-uw99-singapore__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-uw99-singapore__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-uw99-singapore__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-uw99-singapore__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-uw99-singapore__blog-content { padding: 20px; }.page-uw99-singapore__blog-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; }.page-uw99-singapore__blog-title a { color: #ffd700; text-decoration: none; }.page-uw99-singapore__blog-title a:hover { text-decoration: underline; }.page-uw99-singapore__blog-excerpt { color: #ccc; font-size: 0.95em; margin-bottom: 15px; }.page-uw99-singapore__blog-date { font-size: 0.85em; color: #888; }.page-uw99-singapore__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-uw99-singapore__floating-button { background-color: #ff0000; color: #fff; border-radius: 50px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; }.page-uw99-singapore__floating-button:hover { background-color: #cc0000; transform: scale(1.05); }.page-uw99-singapore__floating-button--login { background-color: #007bff; }.page-uw99-singapore__floating-button--login:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-uw99-singapore__hero-title { font-size: 2.5em; }.page-uw99-singapore__hero-subtitle { font-size: 1.2em; }.page-uw99-singapore__section-title { font-size: 2em; }.page-uw99-singapore__intro-grid, .page-uw99-singapore__game-grid, .page-uw99-singapore__promotion-grid, .page-uw99-singapore__blog-grid { grid-template-columns: 1fr; }.page-uw99-singapore__intro-card, .page-uw99-singapore__game-card, .page-uw99-singapore__promotion-card, .page-uw99-singapore__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-uw99-singapore__faq-question { font-size: 1em; padding: 15px; }.page-uw99-singapore__faq-answer { padding: 15px !important; }.page-uw99-singapore__floating-buttons { bottom: 15px; right: 15px; }.page-uw99-singapore__floating-button { width: 50px; height: 50px; font-size: 0.8em; }img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-uw99-singapore__intro-card-icon, .page-uw99-singapore__contact-icon { max-width: 60px !important; height: auto !important; }}