body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-align: center; margin: 20px 0; }
        nav { background: #FF8C00; padding: 15px; text-align: center; position: relative; }
        nav a { color: white; margin: 0 15px; text-decoration: none; }
        .mobile-nav-toggle { display: none; position: absolute; right: 20px; top: 15px; background: white; border: none; font-size: 20px; }
        h1 { color: #FF4500; border-bottom: 3px solid #FF8C00; padding-bottom: 10px; }
        h2 { color: #FF8C00; margin-top: 30px; }
        h3 { color: #FFA500; }
        .download-btn, .login-btn { display: inline-block; background: #FF4500; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .download-btn:hover, .login-btn:hover { background: #FF8C00; }
        img { max-width: 100%; height: auto; display: block; margin: 20px auto; }
        .game-stats { background: #FFF8DC; padding: 15px; border-left: 5px solid #FF8C00; margin: 20px 0; }
        .攻略-section { background: #F5F5F5; padding: 20px; margin: 20px 0; }
        .tag { background: #FFE4B5; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 3px; }
        footer { margin-top: 40px; padding: 20px; background: #333; color: white; text-align: center; }
        @media (max-width: 768px) {
            nav { overflow: hidden; max-height: 0; transition: max-height 0.3s; }
            nav.active { max-height: 500px; }
            .mobile-nav-toggle { display: block; }
        }
