/*
 * uxc/css/nav.css - the fleet menu-icon law (operator 2026-09-16): every header
 * menu button renders a 16px svg. Canon lives in the pay.u.cash docroot and is
 * published verbatim to cdn.u.cash/uxc/ by the drift publisher.
 *
 * Scope: hosts whose pages load NO other shared sheet (portal/accounts/test
 * consumer+home, prime topbar, plan phone bar). The standard-header family is
 * owned by uxc/css/header.css (.nav-toggle svg 16px) + navdrawer.css runtime law;
 * the dapp/uxc_shell family by ds/<v>/console.css; the una family by
 * libs/3/una-base.css (.una-nav-open-btn .una-ico). Markup width/height attrs
 * (20/22/26px) may stay anywhere - this sheet wins by load order; link it AFTER
 * the host's own sheet. Flat selectors, no !important, no theme rules.
 */
.nav-actions .nav-burger svg { width: 16px; height: 16px; }   /* portal-family consumer nav (portal/accounts/test) */
.ucash-topbar .uxc-nav-open-btn svg, .ucash-topbar-toggle svg { width: 16px; height: 16px; }   /* prime topbar (logged-in burger + guest toggle) */
.pl-mob-burger svg { width: 16px; height: 16px; }             /* plan phone bar */
