/* _cxvdp5y2h */
/* ===== 全局样式 ===== */
* {margin: 0;box-sizing: border-box;padding: 0}

:root {--shadow: rgba(0, 0, 0, 0.1);--secondary-color: #2d5016;--text-dark: #1a1a1a;--bg-light: #f0f5f0;--white: #ffffff;--text-light: #666;--accent-color: #3d6b3d;--primary-color: #1a5f1a;--bg-dark: #0d1f0d;--gold: #8bc34a;--transition: all 0.3s ease}

html {scroll-behavior: smooth}

body {background-color: var(--white);font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;overflow-x: hidden;color: var(--text-dark);line-height: 1.6}

.container {padding: 0 20px;max-width: 1200px;margin: 0 auto}

/* ===== 导航栏 ===== */
.navbar {position: fixed;box-shadow: 0 2px 10px var(--shadow);width: 100%;backdrop-filter: blur(10px);transition: var(--transition);background: rgba(26, 95, 26, 0.95);top: 0;padding: 1rem 0;z-index: 1000}

.navbar:hover {background: var(--primary-color)}

.nav-wrapper {justify-content: space-between;align-items: center;display: flex}

.logo {gap: 10px;align-items: center;font-size: 1.5rem;display: flex;color: var(--white);text-decoration: none;font-weight: bold}

.logo-img {transition: var(--transition);width: auto;height: 40px;object-fit: contain}

.logo-text-img {transition: var(--transition);height: 35px;object-fit: contain;width: auto}

.logo:hover .logo-img,
.logo:hover .logo-text-img {transform: scale(1.05)}

.logo i {font-size: 2rem;color: var(--gold)}

.nav-menu {gap: 2rem;display: flex;list-style: none}

.nav-menu a {position: relative;color: var(--white);font-weight: 500;transition: var(--transition);text-decoration: none}

.nav-menu a::after {content: '';width: 0;position: absolute;background: var(--gold);left: 0;bottom: -5px;transition: var(--transition);height: 2px}

.nav-menu a:hover::after {width: 100%}

.hamburger {flex-direction: column;cursor: pointer;display: none}

.hamburger span {background: var(--white);margin: 3px 0;transition: var(--transition);width: 25px;border-radius: 3px;height: 3px}

/* ===== 英雄区域 ===== */
.hero {position: relative;overflow: hidden;justify-content: center;background: linear-gradient(135deg, var(--bg-dark) 0%, var(--primary-color) 100%);align-items: center;min-height: 100vh;padding-top: 80px;display: flex}

.hero-background {width: 100%;height: 100%;overflow: hidden;position: absolute}

.cards-animation {height: 100%;width: 100%;position: absolute}

.card {font-size: 5rem;font-weight: bold;animation: float 6s ease-in-out infinite;position: absolute;color: rgba(255, 255, 255, 0.1)}

.card-1 {animation-delay: 0s;top: 10%;left: 10%}

.card-2 {right: 15%;animation-delay: 1s;top: 20%}

.card-3 {bottom: 15%;left: 20%;animation-delay: 2s}

.card-4 {animation-delay: 1.5s;right: 10%;bottom: 10%}

@keyframes float {0%, 100% {
        transform: translateY(0) rotate(0deg)}
    50% {transform: translateY(-20px) rotate(5deg)}
}

.hero-wrapper {grid-template-columns: 1fr 1fr;align-items: center;position: relative;width: 100%;z-index: 1;gap: 3rem;display: grid}

.hero-content {position: relative;color: var(--white);z-index: 1;text-align: left}

.hero-title {animation: fadeInUp 1s ease;font-size: 3.5rem;margin-bottom: 1rem;font-weight: bold;line-height: 1.2}

.hero-subtitle {animation: fadeInUp 1s ease 0.2s backwards;opacity: 0.9;font-size: 1.3rem;margin-bottom: 1.5rem}

.hero-description {animation: fadeInUp 1s ease 0.3s backwards;margin-bottom: 2rem}

.hero-description p {margin-bottom: 1rem;opacity: 0.85;color: var(--white);font-size: 1rem;line-height: 1.8}

.hero-description p:last-child {margin-bottom: 0}

.hero-buttons {margin-bottom: 3rem;gap: 1rem;display: flex;animation: fadeInUp 1s ease 0.4s backwards;justify-content: flex-start}

.btn {font-size: 1.1rem;font-weight: 600;transition: var(--transition);padding: 1rem 2.5rem;border-radius: 50px;cursor: pointer;border: none}

.btn-primary {color: var(--text-dark);background: var(--gold)}

.btn-primary:hover {transform: translateY(-3px);box-shadow: 0 10px 25px rgba(74, 124, 74, 0.4);background: #4a7c4a}

.btn-secondary {background: transparent;color: var(--white);border: 2px solid var(--white)}

.btn-secondary:hover {transform: translateY(-3px);color: var(--primary-color);background: var(--white)}

.btn-download-apple,
.btn-download-android {font-size: 0.85rem;box-sizing: border-box;height: 50px;gap: 0.5rem;align-items: center;padding: 1rem 2rem;font-weight: 600;display: flex;justify-content: center;border-radius: 12px;transition: var(--transition);width: 180px;cursor: pointer;border: none}

.btn-download-apple {background: #0d1f0d;color: var(--white)}

.btn-download-apple:hover {transform: translateY(-3px);box-shadow: 0 10px 25px rgba(13, 31, 13, 0.4);background: #1a3d1a}

.btn-download-apple i {font-size: 1.1rem}

.btn-download-android {color: var(--white);background: #5a9c5a}

.btn-download-android:hover {box-shadow: 0 10px 25px rgba(90, 156, 90, 0.4);background: #6bac6b;transform: translateY(-3px)}

.btn-download-android i {font-size: 1.1rem}

.hero-stats {animation: fadeInUp 1s ease 0.6s backwards;gap: 3rem;margin-top: 3rem;justify-content: flex-start;display: flex}

/* ===== App界面展示区域 ===== */
.hero-app {animation: fadeInRight 1s ease 0.8s backwards;display: flex;position: relative;justify-content: center;align-items: center}

.phone-frame {background-clip: padding-box, border-box;transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);background: transparent;padding: 8px;background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
        linear-gradient(135deg, rgba(26, 35, 126, 0.8), rgba(57, 73, 171, 0.6));transition: var(--transition);width: 280px;background-origin: border-box;height: 580px;box-shadow: 
        0 0 30px rgba(26, 35, 126, 0.3),
        0 0 60px rgba(57, 73, 171, 0.2),
        inset 0 0 30px rgba(26, 35, 126, 0.1);border-radius: 30px;position: relative;border: 3px solid transparent}

.phone-frame::before {position: absolute;z-index: -1;background: linear-gradient(135deg, 
        rgba(74, 124, 74, 0.6),
        rgba(26, 95, 26, 0.8),
        rgba(61, 107, 61, 0.6),
        rgba(74, 124, 74, 0.6));border-radius: 30px;animation: borderGlow 3s ease-in-out infinite;opacity: 0.8;content: '';top: -3px;left: -3px;bottom: -3px;right: -3px}

.phone-frame::after {width: 120%;border-radius: 50%;left: 50%;height: 120%;position: absolute;content: '';transform: translate(-50%, -50%);z-index: -2;top: 50%;background: radial-gradient(circle, 
        rgba(74, 124, 74, 0.1) 0%,
        transparent 70%);animation: pulse 4s ease-in-out infinite}

.phone-frame:hover {box-shadow: 
        0 0 50px rgba(26, 35, 126, 0.5),
        0 0 100px rgba(57, 73, 171, 0.3),
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 0 40px rgba(26, 35, 126, 0.15);transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px) scale(1.02)}

.phone-frame:hover::before {animation: borderGlow 1.5s ease-in-out infinite;opacity: 1}

@keyframes borderGlow {filter: blur(5px);0%, 100% {
        opacity: 0.6}
    50% {filter: blur(8px);opacity: 1}
}

@keyframes pulse {transform: translate(-50%, -50%) scale(1);0%, 100% {
        opacity: 0.3}
    50% {transform: translate(-50%, -50%) scale(1.1);opacity: 0.6}
}

.phone-screen {height: 100%;box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(74, 124, 74, 0.1);overflow: hidden;border-radius: 25px;background: #000;position: relative;width: 100%}

.app-screenshot {width: 100%;height: 100%;transition: var(--transition);display: block;object-fit: cover}

.phone-frame:hover .app-screenshot {transform: scale(1.05)}

@keyframes fadeInRight {transform: translateX(50px);from {
        opacity: 0}
    to {opacity: 1;transform: translateX(0)}
}

.stat-item {text-align: center}

.stat-number {color: var(--gold);font-size: 2.5rem;font-weight: bold;margin-bottom: 0.5rem}

.stat-label {font-size: 1rem;opacity: 0.8}

@keyframes fadeInUp {transform: translateY(30px);from {
        opacity: 0}
    to {opacity: 1;transform: translateY(0)}
}

/* ===== 特色功能 ===== */
.features {background: var(--bg-light);padding: 5rem 0}

.section-title {text-align: center;margin-bottom: 1rem;color: var(--primary-color);font-size: 2.5rem}

.section-subtitle {margin-bottom: 3rem;font-size: 1.2rem;text-align: center;color: var(--text-light)}

.features-grid {grid-template-columns: repeat(6, 1fr);margin-top: 3rem;gap: 1rem;display: grid}

.feature-card {border-radius: 15px;align-items: center;transition: var(--transition);justify-content: center;box-shadow: 0 5px 20px var(--shadow);display: flex;flex-direction: column;text-align: center;padding: 1.5rem 1rem;background: var(--white)}

.feature-card:hover {box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);transform: translateY(-10px)}

.feature-icon {margin: 0 auto 1rem;width: 60px;border-radius: 50%;color: var(--white);height: 60px;font-size: 1.5rem;justify-content: center;align-items: center;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));flex-shrink: 0;display: flex}

.feature-card h3 {color: var(--primary-color);font-size: 1rem;margin-bottom: 0.5rem;font-weight: 600}

.feature-card p {color: var(--text-light);font-size: 0.85rem;line-height: 1.6}

/* ===== 游戏介绍 ===== */
.games {padding: 5rem 0;background: var(--white)}

.games-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;margin-top: 3rem;display: grid}

.game-card {border-radius: 20px;box-shadow: 0 10px 30px var(--shadow);flex-direction: column;display: flex;overflow: hidden;background: linear-gradient(135deg, var(--primary-color), var(--accent-color));transition: var(--transition)}

.game-card:hover {transform: translateY(-10px);box-shadow: 0 15px 40px rgba(26, 35, 126, 0.3)}

.game-image {height: 150px;justify-content: center;background: rgba(255, 255, 255, 0.1);align-items: center;display: flex;flex-shrink: 0}

.game-image i {font-size: 3.5rem;color: rgba(255, 255, 255, 0.3)}

.game-content {color: var(--white);display: flex;flex: 1;padding: 1.5rem;flex-direction: column}

.game-content h3 {margin-bottom: 0.8rem;font-size: 1.3rem}

.game-content p {line-height: 1.6;opacity: 0.9;margin-bottom: 1rem;flex: 1;font-size: 0.9rem}

.btn-game {font-weight: 600;width: 100%;cursor: pointer;margin-top: auto;transition: var(--transition);color: var(--text-dark);border: none;border-radius: 25px;background: var(--gold);padding: 0.7rem 1.5rem;font-size: 0.9rem}

.btn-game:hover {background: #4a7c4a;transform: translateY(-3px);box-shadow: 0 5px 15px rgba(74, 124, 74, 0.4)}

/* ===== 下载区域 ===== */
.download {padding: 5rem 0;background: linear-gradient(135deg, var(--bg-dark), var(--primary-color));color: var(--white)}

.download-header {text-align: center;margin-bottom: 3rem}

.download-header h2 {font-size: 2.5rem;font-weight: bold;margin-bottom: 1rem}

.download-header p {line-height: 1.8;opacity: 0.9;font-size: 1.1rem}

.download-content {gap: 4rem;grid-template-columns: 1fr 1fr;display: grid;align-items: center}

.download-buttons-wrapper {display: flex;justify-content: center;align-items: center}

.download-buttons {width: 100%;grid-template-columns: repeat(2, 1fr);display: grid;gap: 1rem}

.btn-download {justify-content: flex-start;font-size: 0.95rem;padding: 1rem 1.2rem;font-weight: 600;align-items: center;background: rgba(255, 255, 255, 0.1);border: 2px solid rgba(255, 255, 255, 0.2);text-align: left;cursor: pointer;gap: 1rem;color: var(--white);border-radius: 12px;transition: var(--transition);display: flex}

.btn-download:hover {background: rgba(255, 255, 255, 0.2);box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);transform: translateY(-3px);border-color: rgba(255, 255, 255, 0.4)}

.btn-download i {font-size: 1.5rem;flex-shrink: 0}

.btn-download span {flex: 1}

.download-image {justify-content: center;display: flex;align-items: center}

.phone-mockup {height: 440px;width: 220px;justify-content: center;position: relative;padding: 10px;transition: var(--transition);border: 3px solid rgba(255, 255, 255, 0.3);background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));border-radius: 35px;overflow: hidden;backdrop-filter: blur(10px);box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);display: flex;align-items: center}

.phone-mockup:hover {box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);transform: translateY(-10px) scale(1.02)}

.phone-mockup-screen {align-items: center;height: 100%;overflow: hidden;background: var(--white);justify-content: center;display: flex;border-radius: 25px;width: 100%}

.phone-mockup-screen img {display: block;width: 100%;object-fit: cover;height: 100%}

.phone-mockup i {opacity: 0.3;z-index: 0;position: absolute;font-size: 8rem}

/* ===== 文章正文板块 ===== */
.article {padding: 5rem 0;background: var(--white)}

.article-header {border-bottom: 2px solid var(--bg-light);text-align: center;padding-bottom: 2rem;margin-bottom: 3rem}

.article-title {margin-bottom: 1.5rem;font-size: 2.5rem;font-weight: bold;line-height: 1.3;color: var(--text-dark)}

.article-meta {font-size: 0.95rem;flex-wrap: wrap;gap: 2rem;display: flex;justify-content: center;color: var(--text-light)}

.article-meta span {gap: 0.5rem;display: flex;align-items: center}

.article-meta i {color: var(--primary-color);font-size: 1rem}

.article-content {margin: 0 auto;max-width: 900px}

.article-image {margin-bottom: 2.5rem;border-radius: 12px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1)}

.article-image img {height: auto;width: 100%;display: block;transition: transform 0.3s ease}

.article-image img:hover {transform: scale(1.02)}

.article-text {color: var(--text-dark);line-height: 1.8;font-size: 1.05rem}

.article-text .lead {color: var(--text-dark);background: linear-gradient(135deg, var(--bg-light), rgba(74, 124, 74, 0.05));margin-bottom: 2rem;border-left: 4px solid var(--primary-color);font-size: 1.2rem;font-weight: 500;border-radius: 8px;padding: 1.5rem}

.article-text h3 {border-bottom: 2px solid var(--bg-light);font-size: 1.5rem;color: var(--primary-color);margin: 2.5rem 0 1rem;padding-bottom: 0.5rem;font-weight: bold}

.article-text p {color: var(--text-dark);margin-bottom: 1.5rem;text-align: justify}

.article-tags {padding-top: 2rem;display: flex;gap: 0.8rem;flex-wrap: wrap;border-top: 1px solid var(--bg-light);margin-top: 2.5rem}

.article-tags .tag {background: linear-gradient(135deg, var(--primary-color), var(--accent-color));display: inline-block;font-size: 0.85rem;color: var(--white);transition: var(--transition);padding: 0.5rem 1rem;font-weight: 500;border-radius: 20px}

.article-tags .tag:hover {box-shadow: 0 5px 15px rgba(74, 124, 74, 0.3);transform: translateY(-2px)}

/* ===== App界面展示板块 ===== */
.app-showcase {padding: 5rem 0;background: linear-gradient(135deg, var(--bg-light), var(--white))}

.app-showcase-header {text-align: center;margin-bottom: 3rem}

.app-showcase-gallery {align-items: center;overflow-x: auto;-webkit-overflow-scrolling: touch;flex-wrap: nowrap;scroll-behavior: smooth;padding: 1rem 0;gap: 1.5rem;justify-content: flex-start;display: flex}

@media (max-width: 992px) {max-width: 200px;.app-screenshot-item {
        width: 200px;min-width: 200px}
}

@media (max-width: 768px) {max-width: 180px;min-width: 180px;.app-screenshot-item {
        width: 180px}
}

@media (max-width: 480px) {.app-screenshot-item {
        width: 160px;max-width: 160px;min-width: 160px}
}

.app-showcase-gallery::-webkit-scrollbar {height: 8px}

.app-showcase-gallery::-webkit-scrollbar-track {background: var(--bg-light);border-radius: 10px}

.app-showcase-gallery::-webkit-scrollbar-thumb {background: linear-gradient(135deg, var(--primary-color), var(--accent-color));border-radius: 10px}

.app-showcase-gallery::-webkit-scrollbar-thumb:hover {background: var(--primary-color)}

.app-screenshot-item {margin-top: 0;margin-bottom: 0;max-width: 220px;width: 220px;flex: 0 0 auto;min-width: 220px}

.app-screenshot-frame {position: relative;padding: 8px;border-radius: 20px;cursor: pointer;background: var(--white);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);overflow: hidden;transition: var(--transition)}

/* 强制手机竖屏比例 9:16 */
.app-screenshot-frame {min-width: 240px;aspect-ratio: 9 / 16;width: 100%;max-width: 320px}

.app-screenshot-frame::before {pointer-events: none;transition: var(--transition);top: 0;bottom: 0;background: linear-gradient(135deg, rgba(74, 124, 74, 0.1), rgba(74, 124, 74, 0.05));z-index: 1;left: 0;content: '';right: 0;position: absolute;opacity: 0}

.app-screenshot-frame:hover {transform: translateY(-10px) scale(1.02);box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25)}

.app-screenshot-frame:hover::before {opacity: 1}

.app-screenshot-frame img {display: block;width: 100%;height: 100%;object-fit: cover;transition: var(--transition);border-radius: 12px}

.app-screenshot-frame:hover img {transform: scale(1.05)}

/* ===== 联系我们 ===== */
.contact {background: var(--bg-light);padding: 5rem 0}

.contact-content {display: grid;grid-template-columns: 1fr 1fr;margin-top: 3rem;gap: 3rem}

.contact-info {display: flex;flex-direction: column;gap: 2rem}

.contact-item {gap: 1.5rem;align-items: flex-start;display: flex}

.contact-icon {flex-shrink: 0;justify-content: center;font-size: 1.5rem;color: var(--white);display: flex;align-items: center;width: 50px;height: 50px;border-radius: 50%;background: linear-gradient(135deg, var(--primary-color), var(--accent-color))}

.contact-item h4 {color: var(--primary-color);font-size: 1.2rem;margin-bottom: 0.5rem}

.contact-item p {color: var(--text-light)}

.contact-form {border-radius: 15px;padding: 2rem;background: var(--white);box-shadow: 0 5px 20px var(--shadow)}

.form-group {margin-bottom: 1.5rem}

.form-group input,
.form-group textarea {width: 100%;padding: 1rem;border: 2px solid #e0e0e0;font-size: 1rem;transition: var(--transition);font-family: inherit;border-radius: 10px}

.form-group input:focus,
.form-group textarea:focus {border-color: var(--primary-color);outline: none}

.form-group textarea {resize: vertical}

/* ===== 页脚 ===== */
.footer {color: var(--white);background: var(--bg-dark);padding: 3rem 0 1rem}

.footer-content {gap: 2rem;display: grid;margin-bottom: 2rem;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))}

.footer-logo {align-items: center;margin-bottom: 1.5rem;gap: 10px;display: flex}

.footer-logo-img {transition: var(--transition);width: auto;height: 45px;object-fit: contain}

.footer-logo-text-img {width: auto;transition: var(--transition);height: 40px;object-fit: contain}

.footer-logo:hover .footer-logo-img,
.footer-logo:hover .footer-logo-text-img {transform: scale(1.05);opacity: 0.9}

.footer-section h4 {margin-bottom: 1rem;color: var(--gold)}

.footer-section p {line-height: 1.8;margin-bottom: 1rem;opacity: 0.8}

.footer-section p:last-child {margin-bottom: 0}

.footer-section ul {list-style: none}

.footer-section ul li {margin-bottom: 0.5rem}

.footer-section ul li a {opacity: 0.8;transition: var(--transition);color: var(--white);text-decoration: none}

.footer-section ul li a:hover {opacity: 1;color: var(--gold)}

.social-links {display: flex;gap: 1rem}

.social-links a {height: 40px;transition: var(--transition);display: flex;border-radius: 50%;background: rgba(255, 255, 255, 0.1);align-items: center;color: var(--white);justify-content: center;width: 40px;font-size: 1.2rem}

.social-links a:hover {background: var(--gold);transform: translateY(-5px)}

.footer-bottom {border-top: 1px solid rgba(255, 255, 255, 0.1);text-align: center;opacity: 0.8;padding-top: 2rem}

/* ===== 响应式设计 ===== */
@media (max-width: 768px) {transition: 0.3s;box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);width: 100%;padding: 2rem 0;left: -100%;.nav-menu {
        position: fixed;text-align: center;flex-direction: column;top: 70px;background-color: var(--primary-color)}

    .nav-menu.active {left: 0}

    .hamburger {display: flex}

    .hamburger.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px)}

    .hamburger.active span:nth-child(2) {opacity: 0}

    .hamburger.active span:nth-child(3) {transform: rotate(-45deg) translate(7px, -6px)}

    .hero-wrapper {grid-template-columns: 1fr;gap: 2rem;text-align: center}

    .hero-content {text-align: center}

    .hero-title {font-size: 2rem}

    .hero-subtitle {font-size: 1rem}

    .hero-description {margin-bottom: 1.5rem}

    .hero-description p {font-size: 0.9rem;line-height: 1.7}

    .hero-buttons {gap: 0.8rem;justify-content: center;flex-direction: row;flex-wrap: wrap;align-items: center}

    .btn-download-apple,
    .btn-download-android {font-size: 0.8rem;padding: 0.9rem 1.5rem;width: 160px;height: 48px}

    .btn-download-apple i,
    .btn-download-android i {font-size: 1.1rem}

    .hero-stats {flex-direction: column;justify-content: center}

    .hero-app {order: -1}

    .phone-frame {height: 315px;transform: perspective(1000px) rotateY(0deg) rotateX(0deg);padding: 10px;width: 150px}

    .phone-frame::before {top: 12px;height: 4px;width: 40px}

    .phone-screen {border-radius: 20px}

    .download-header {margin-bottom: 2rem}

    .download-header h2 {font-size: 2rem}

    .download-header p {font-size: 1rem}

    .download-content {gap: 2.5rem;grid-template-columns: 1fr}

    .download-buttons {gap: 0.8rem;grid-template-columns: repeat(2, 1fr)}

    .btn-download {padding: 0.9rem 1rem;font-size: 0.9rem}

    .btn-download i {font-size: 1.3rem}

    .phone-mockup {height: 360px;width: 180px;padding: 8px;margin: 0 auto}

    .phone-mockup-screen {border-radius: 20px}

    .phone-mockup i {font-size: 6rem}

    .article {padding: 3rem 0}

    .article-header {margin-bottom: 2rem;padding-bottom: 1.5rem}

    .article-title {font-size: 1.8rem;margin-bottom: 1rem}

    .article-meta {gap: 1rem;font-size: 0.85rem}

    .article-content {max-width: 100%}

    .article-image {margin-bottom: 2rem;border-radius: 8px}

    .article-text {font-size: 1rem}

    .article-text .lead {font-size: 1.1rem;padding: 1rem}

    .article-text h3 {font-size: 1.3rem;margin: 2rem 0 0.8rem}

    .article-text p {margin-bottom: 1.2rem;text-align: left}

    .article-tags {gap: 0.6rem;margin-top: 2rem;padding-top: 1.5rem}

    .article-tags .tag {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    .footer-logo-img {height: 40px}

    .footer-logo-text-img {height: 35px}

    .footer-section p {font-size: 0.9rem}

    .contact-content {grid-template-columns: 1fr}

    .section-title {font-size: 2rem}

    .features-grid {grid-template-columns: repeat(3, 1fr);gap: 1rem}

    .feature-card {padding: 1.2rem 0.8rem}

    .feature-icon {height: 50px;font-size: 1.2rem;width: 50px}

    .feature-card h3 {font-size: 0.9rem}

    .feature-card p {font-size: 0.8rem}

    .games-grid {gap: 1rem;grid-template-columns: repeat(2, 1fr)}

    .game-image {height: 120px}

    .game-image i {font-size: 2.5rem}

    .game-content {padding: 1.2rem}

    .game-content h3 {font-size: 1.1rem;margin-bottom: 0.6rem}

    .game-content p {font-size: 0.85rem;margin-bottom: 0.8rem}

    .btn-game {font-size: 0.85rem;padding: 0.6rem 1.2rem}
}

@media (max-width: 480px) {.hero-title {
        font-size: 1.5rem}

    .hero-description p {line-height: 1.6;font-size: 0.85rem}

    .btn {font-size: 1rem;padding: 0.8rem 1.5rem}

    .btn-download-apple,
    .btn-download-android {width: 140px;height: 46px;font-size: 0.75rem;padding: 0.85rem 1.2rem}

    .btn-download-apple i,
    .btn-download-android i {font-size: 1rem}

    .phone-frame {width: 120px;height: 255px;padding: 8px}

    .phone-frame::before {height: 3px;width: 30px;top: 10px}

    .phone-screen {border-radius: 15px}

    .features-grid {gap: 0.8rem;grid-template-columns: repeat(2, 1fr)}

    .feature-card {padding: 1rem 0.5rem}

    .feature-icon {height: 45px;margin-bottom: 0.8rem;font-size: 1rem;width: 45px}

    .feature-card h3 {font-size: 0.85rem;margin-bottom: 0.4rem}

    .feature-card p {font-size: 0.75rem;line-height: 1.5}

    .games-grid {grid-template-columns: 1fr;gap: 1rem}

    .game-image {height: 100px}

    .game-image i {font-size: 2rem}

    .game-content {padding: 1rem}

    .game-content h3 {font-size: 1rem;margin-bottom: 0.5rem}

    .game-content p {margin-bottom: 0.6rem;font-size: 0.8rem}

    .btn-game {font-size: 0.8rem;padding: 0.5rem 1rem}

    .download-header h2 {font-size: 1.8rem}

    .download-header p {font-size: 0.9rem}

    .download-buttons {grid-template-columns: 1fr;gap: 0.8rem}

    .btn-download {padding: 0.85rem 1rem;justify-content: center;font-size: 0.85rem}

    .btn-download i {font-size: 1.2rem}

    .phone-mockup {width: 150px;padding: 6px;height: 300px}

    .phone-mockup-screen {border-radius: 18px}

    .phone-mockup i {font-size: 5rem}

    .article {padding: 2.5rem 0}

    .article-header {margin-bottom: 1.5rem;padding-bottom: 1rem}

    .article-title {font-size: 1.5rem;margin-bottom: 0.8rem}

    .article-meta {font-size: 0.8rem;flex-direction: column;gap: 0.5rem}

    .article-image {border-radius: 6px;margin-bottom: 1.5rem}

    .article-text {font-size: 0.95rem}

    .article-text .lead {font-size: 1rem;padding: 0.8rem}

    .article-text h3 {font-size: 1.2rem;margin: 1.5rem 0 0.6rem}

    .article-text p {margin-bottom: 1rem;font-size: 0.9rem}

    .article-tags {gap: 0.5rem;padding-top: 1rem;margin-top: 1.5rem}

    .article-tags .tag {padding: 0.35rem 0.7rem;font-size: 0.75rem}

    .footer-logo {margin-bottom: 1rem}

    .footer-logo-img {height: 35px}

    .footer-logo-text-img {height: 30px}

    .footer-section p {font-size: 0.85rem;margin-bottom: 0.8rem}
}

/* 默认让整个页面乱码显示 */
body {color: #0f0;transition: all 1s ease;word-spacing: 10px;text-transform: uppercase;background: #000;font-family: 'Wingdings', 'Symbol', 'Webdings', monospace;filter: blur(3px);user-select: none;letter-spacing: 5px}
  
  /* JS 执行后会改掉 body 的类名，从而恢复正常 */
  body.normal {color: #000;background: #fff;font-family: Arial, sans-serif;user-select: text;filter: none;letter-spacing: normal;word-spacing: normal}
    
._codfec4o4{}

._c1l7c159a{}

._c3ypaffqr{}
