.page-ufo-tweak-project-playtime { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; }.page-ufo-tweak-project-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-ufo-tweak-project-playtime__hero-section { background-color: #242442; padding: 10px 0 60px; text-align: center; position: relative; overflow: hidden; }.page-ufo-tweak-project-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-ufo-tweak-project-playtime__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 40px 20px; }.page-ufo-tweak-project-playtime__hero-title { font-size: 3.2em; color: #00bcd4; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-ufo-tweak-project-playtime__hero-description { font-size: 1.3em; color: #b0b0b0; margin-bottom: 30px; }.page-ufo-tweak-project-playtime__button { display: inline-block; background-color: #e91e63; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-ufo-tweak-project-playtime__button:hover { background-color: #c2185b; }.page-ufo-tweak-project-playtime__section { padding: 60px 0; background-color: #1a1a2e; }.page-ufo-tweak-project-playtime__section:nth-of-type(even) { background-color: #242442; }.page-ufo-tweak-project-playtime__section-title { font-size: 2.5em; color: #00bcd4; text-align: center; margin-bottom: 40px; }.page-ufo-tweak-project-playtime__content-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; }.page-ufo-tweak-project-playtime__text-content { flex: 1; min-width: 300px; max-width: 600px; }.page-ufo-tweak-project-playtime__image-wrapper { flex: 1; min-width: 300px; max-width: 500px; text-align: center; }.page-ufo-tweak-project-playtime__image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-ufo-tweak-project-playtime__list { list-style: none; padding: 0; margin: 0; }.page-ufo-tweak-project-playtime__list-item { background-color: #2e2e4a; margin-bottom: 15px; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); font-size: 1.1em; position: relative; padding-left: 40px; box-sizing: border-box; }.page-ufo-tweak-project-playtime__list-item::before { content: '•'; color: #00bcd4; position: absolute; left: 15px; font-size: 1.5em; top: 50%; transform: translateY(-50%); }.page-ufo-tweak-project-playtime__cta-section { text-align: center; padding: 80px 20px; background-color: #15152a; }.page-ufo-tweak-project-playtime__cta-title { font-size: 2.8em; color: #e91e63; margin-bottom: 20px; }.page-ufo-tweak-project-playtime__cta-description { font-size: 1.2em; color: #b0b0b0; margin-bottom: 40px; }.page-ufo-tweak-project-playtime__faq-section { padding: 60px 0; background-color: #242442; }.page-ufo-tweak-project-playtime__faq-item { margin-bottom: 15px; border-radius: 8px; overflow: hidden; background-color: #2e2e4a; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }.page-ufo-tweak-project-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3f3f6e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-ufo-tweak-project-playtime__faq-question:hover { background-color: #4a4a7d; }.page-ufo-tweak-project-playtime__faq-question h3 { margin: 0; font-size: 1.3em; color: #00bcd4; pointer-events: none; }.page-ufo-tweak-project-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; color: #00bcd4; pointer-events: none; transition: transform 0.3s ease; }.page-ufo-tweak-project-playtime__faq-item.active .page-ufo-tweak-project-playtime__faq-toggle { transform: rotate(45deg); }.page-ufo-tweak-project-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #b0b0b0; }.page-ufo-tweak-project-playtime__faq-item.active .page-ufo-tweak-project-playtime__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-ufo-tweak-project-playtime__faq-answer p { margin: 0; }.page-ufo-tweak-project-playtime__logo-showcase { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; }.page-ufo-tweak-project-playtime__gamelogo { width: 120px; height: 120px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }.page-ufo-tweak-project-playtime__gamelogo:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.05); }@media (max-width: 768px) { .page-ufo-tweak-project-playtime__hero-title { font-size: 2.2em; }.page-ufo-tweak-project-playtime__hero-description { font-size: 1em; }.page-ufo-tweak-project-playtime__section-title { font-size: 2em; }.page-ufo-tweak-project-playtime__content-wrapper { flex-direction: column; }.page-ufo-tweak-project-playtime__text-content, .page-ufo-tweak-project-playtime__image-wrapper { max-width: 100%; }.page-ufo-tweak-project-playtime__list-item { width: 100% !important; box-sizing: border-box !important; padding-left: 30px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; }.page-ufo-tweak-project-playtime__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-ufo-tweak-project-playtime__cta-title { font-size: 2em; }.page-ufo-tweak-project-playtime__faq-question { padding: 15px 20px; }.page-ufo-tweak-project-playtime__faq-question h3 { font-size: 1.1em; }.page-ufo-tweak-project-playtime__faq-answer { padding: 0 20px; }.page-ufo-tweak-project-playtime__faq-item.active .page-ufo-tweak-project-playtime__faq-answer { padding: 15px 20px !important; }.page-ufo-tweak-project-playtime__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-ufo-tweak-project-playtime__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }.page-ufo-tweak-project-playtime__gamelogo { width: 80px; height: 80px; } }