.page-itch-io-project-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-itch-io-project-playtime a { text-decoration: none; color: #007bff; } .page-itch-io-project-playtime a:hover { text-decoration: underline; } .page-itch-io-project-playtime strong { font-weight: bold; } .page-itch-io-project-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-itch-io-project-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-itch-io-project-playtime__section--dark { background-color: #2c3e50; color: #fff; } .page-itch-io-project-playtime__section-title { text-align: center; color: #333; margin-bottom: 30px; font-size: 2.5em; font-weight: 700; } .page-itch-io-project-playtime__section--dark .page-itch-io-project-playtime__section-title { color: #fff; } .page-itch-io-project-playtime__section-subtitle { text-align: center; color: #555; margin-bottom: 40px; font-size: 1.2em; } .page-itch-io-project-playtime__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-itch-io-project-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-itch-io-project-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-itch-io-project-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-itch-io-project-playtime__hero-description { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-itch-io-project-playtime__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-itch-io-project-playtime__button { display: inline-block; padding: 15px 30px; background-color: #ffc107; color: #212529; border-radius: 50px; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-itch-io-project-playtime__button:hover { background-color: #e0a800; transform: translateY(-3px); text-decoration: none; } .page-itch-io-project-playtime__button--primary { background-color: #28a745; color: #fff; } .page-itch-io-project-playtime__button--primary:hover { background-color: #218838; } .page-itch-io-project-playtime__intro-content { display: flex; flex-direction: column; align-items: center; text-align: center; } .page-itch-io-project-playtime__intro-image { width: 100%; max-width: 600px; height: auto; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-itch-io-project-playtime__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto; } .page-itch-io-project-playtime__quick-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 30px; } .page-itch-io-project-playtime__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-itch-io-project-playtime__game-card { background-color: #f0f2f5; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-itch-io-project-playtime__game-card:hover { transform: translateY(-5px); } .page-itch-io-project-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-itch-io-project-playtime__game-card-content { padding: 20px; } .page-itch-io-project-playtime__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #333; } .page-itch-io-project-playtime__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-itch-io-project-playtime__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-itch-io-project-playtime__promo-card { background-color: #e9f7ef; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-itch-io-project-playtime__promo-card:hover { transform: translateY(-5px); } .page-itch-io-project-playtime__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-itch-io-project-playtime__promo-card-content { padding: 20px; } .page-itch-io-project-playtime__promo-card-title { font-size: 1.6em; margin-bottom: 10px; color: #28a745; } .page-itch-io-project-playtime__promo-card-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-itch-io-project-playtime__security-content { display: flex; flex-direction: column; align-items: center; text-align: center; } .page-itch-io-project-playtime__security-image { width: 100%; max-width: 700px; height: auto; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-itch-io-project-playtime__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-itch-io-project-playtime__feature-item { background-color: #f0f8ff; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); min-width: 250px; text-align: left; } .page-itch-io-project-playtime__feature-item h3 { font-size: 1.2em; color: #007bff; margin-bottom: 10px; } .page-itch-io-project-playtime__faq-list { margin-top: 30px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-itch-io-project-playtime__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-itch-io-project-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #e7f3ff; color: #333; cursor: pointer; user-select: none; font-size: 1.15em; font-weight: bold; transition: background-color 0.3s ease; } .page-itch-io-project-playtime__faq-question:hover { background-color: #d0e7ff; } .page-itch-io-project-playtime__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #007bff; } .page-itch-io-project-playtime__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-itch-io-project-playtime__faq-item.active .page-itch-io-project-playtime__faq-toggle { transform: rotate(45deg); } .page-itch-io-project-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-itch-io-project-playtime__faq-item.active .page-itch-io-project-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-itch-io-project-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-itch-io-project-playtime__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-itch-io-project-playtime__blog-card:hover { transform: translateY(-5px); } .page-itch-io-project-playtime__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-itch-io-project-playtime__blog-card-content { padding: 20px; } .page-itch-io-project-playtime__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; } .page-itch-io-project-playtime__blog-card-title a { color: #333; } .page-itch-io-project-playtime__blog-card-title a:hover { color: #007bff; } .page-itch-io-project-playtime__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-itch-io-project-playtime__blog-card-date { font-size: 0.85em; color: #888; text-align: right; } @media (max-width: 992px) { .page-itch-io-project-playtime__hero-title { font-size: 2.8em; } .page-itch-io-project-playtime__hero-description { font-size: 1.3em; } .page-itch-io-project-playtime__section-title { font-size: 2em; } .page-itch-io-project-playtime__game-grid, .page-itch-io-project-playtime__promotions-grid, .page-itch-io-project-playtime__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-itch-io-project-playtime__feature-item { flex: 1 1 calc(50% - 30px); } } @media (max-width: 768px) { .page-itch-io-project-playtime__hero-title { font-size: 2.2em; } .page-itch-io-project-playtime__hero-description { font-size: 1.1em; } .page-itch-io-project-playtime__hero-cta-group { flex-direction: column; gap: 10px; } .page-itch-io-project-playtime__button { width: 100%; max-width: 300px; } .page-itch-io-project-playtime__section { padding: 30px 15px; } .page-itch-io-project-playtime__section-title { font-size: 1.8em; } .page-itch-io-project-playtime__quick-links { flex-direction: column; gap: 10px; } .page-itch-io-project-playtime__game-grid, .page-itch-io-project-playtime__promotions-grid, .page-itch-io-project-playtime__blog-grid { grid-template-columns: 1fr; } .page-itch-io-project-playtime__feature-item { flex: 1 1 100%; } .page-itch-io-project-playtime__faq-question { font-size: 1em; padding: 15px; } .page-itch-io-project-playtime__faq-answer { padding: 15px !important; } .page-itch-io-project-playtime__game-card-image, .page-itch-io-project-playtime__promo-card-image, .page-itch-io-project-playtime__blog-card-image { height: 180px; } .page-itch-io-project-playtime__intro-image, .page-itch-io-project-playtime__security-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-itch-io-project-playtime__feature-item, .page-itch-io-project-playtime__game-card, .page-itch-io-project-playtime__promo-card, .page-itch-io-project-playtime__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-itch-io-project-playtime__game-grid, .page-itch-io-project-playtime__promotions-grid, .page-itch-io-project-playtime__blog-grid, .page-itch-io-project-playtime__quick-links, .page-itch-io-project-playtime__security-features { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-itch-io-project-playtime__faq-list { width: 100% !important; max-width: 100% !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-itch-io-project-playtime__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-itch-io-project-playtime__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-itch-io-project-playtime__hero-title { font-size: 1.8em; } .page-itch-io-project-playtime__hero-description { font-size: 1em; } .page-itch-io-project-playtime__button { padding: 12px 20px; font-size: 1em; } }