/**
 * DEPRECATED FORK -> SHIM (2026-07-21)
 *
 * This file used to be a second, divergent copy of the VitalCoach sidebar CSS
 * ("Demo Style", 4,734B) while /public/website/vitalcoach/css/vc-sidebar.css
 * held a different one ("Complete Self-Contained", 5,859B). Because vercel.json
 * rewrites `/:path+` -> `/vitalcoach/:path+` for host vitalcoach.bizbottech.com,
 * a coach page linking `/css/vc-sidebar.css` loaded the vitalcoach copy on the
 * subdomain and THIS copy on bizbottech.com/vitalcoach/* -- two different UIs
 * from one href. Notably this copy had no `.sidebar.vc-open` rules, so on the
 * apex host the mobile burger toggled a class with no styling attached to it.
 *
 * The canonical file is now vitalcoach/css/vc-sidebar.css (it absorbed the two
 * rules this fork had that it lacked: the mobile-android @import and
 * `.btn-logout` in the legacy-footer hide list). Coach pages link it RELATIVE
 * (`css/vc-sidebar.css`), which resolves to the same file on both hosts.
 * This shim exists only so any consumer still using the absolute path gets the
 * canonical bytes. Do not add rules here.
 */
@import url('/vitalcoach/css/vc-sidebar.css');
