/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/*
 * Scoped styles for _Layout.cshtml (compiled into TrashHaulers.styles.css).
 *
 * This file previously held the untouched `dotnet new mvc` template defaults:
 *   a               { color: #0077cc }              generic blue links
 *   .btn-primary    { background-color: #1b6ec2 }   template blue button
 *   .nav-pills ...  { background-color: #1b6ec2 }
 *   a.navbar-brand, .border-top, .border-bottom, .box-shadow, .footer
 *
 * All of it was removed:
 *
 *  - The colour rules fought the brand palette.  Because CSS isolation rewrites
 *    `.btn-primary` to `.btn-primary[b-xxxxxxxxxx]` — specificity (0,2,0) — they
 *    outranked the (0,1,0) brand override in brand-tokens.css and would silently
 *    win on any element _Layout renders.
 *  - The layout rules targeted chrome that no longer exists: _Layout now uses the
 *    shared brand shell (.valet-topbar / .valet-page / .valet-footer) instead of
 *    the template's navbar-brand + fixed .footer.  The matching
 *    `body { margin-bottom: 60px }` companion to `.footer { position: absolute }`
 *    was already removed from site.css for the same reason.
 *
 * The file is intentionally kept rather than deleted: it is the only *.cshtml.css
 * in the project, and removing it would stop TrashHaulers.styles.css from being
 * generated, 404-ing the <link> that all three layouts emit.
 *
 * Add genuinely _Layout-scoped rules here.  Anything shared across layouts belongs
 * in brand-tokens.css (tokens) or valet-landing.css (brand shell components).
 */
