/*
 * WP Engine Autoscale POC — placeholder stub. Intentionally empty.
 *
 * ceu-creations/inc/auth0.php enqueues this stylesheet, but the file is absent
 * from ceucreationdev — the migration source we were authorized to copy. It is
 * present on ceucreation (production), which we were NOT authorized to copy
 * from, so this stub stands in rather than the real asset.
 *
 * Without it the request 404s, which on WordPress falls through to the PHP 404
 * handler and is not edge-cacheable. That fires on every front-end, wp-admin,
 * and login pageview (auth0.php:344-346) and would distort load-test results.
 *
 * This stub applies no styles. That matches current behaviour on ceucreationdev,
 * where the request 404s and no styles are applied either. It is not a fix:
 * the POC does not have the password-requirements UI. Do not demo it as if it does.
 *
 * Remove this file if Inverse Paradox syncs dev to prod, or if we are authorized
 * to source the real asset from production.
 *
 * Not customer code.
 */
