/* One geometric bottom-nav reference across native pages; override old left:0+translate collisions. */
html body.qnd-native .qnd-bottom,
html body.app-shell.qnd-native.qno-native .qnd-bottom,
html body.qn-native .qn-bottom-nav,
html body.qn-native.qn-route-invoice .qn-bottom-nav{
 position:fixed!important;top:auto!important;left:50%!important;right:auto!important;bottom:0!important;inset-block-start:auto!important;inset-inline-start:50%!important;inset-inline-end:auto!important;transform:translateX(-50%)!important;
 display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;
 width:100%!important;max-width:760px!important;min-width:0!important;height:58px!important;min-height:58px!important;
 margin:0!important;padding:0 7px!important;border-radius:0!important;box-sizing:border-box!important;
 align-items:center!important;align-content:center!important;justify-content:stretch!important;row-gap:0!important;background:#fff!important;border-top:1px solid #e7eaf0!important;box-shadow:none!important;z-index:650!important;
}
html body.qnd-native .qnd-bottom>a,html body.qnd-native .qnd-bottom>span,
html body.qn-native .qn-bottom-nav>a,html body.qn-native .qn-bottom-nav>.qn-nav-disabled{
 display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
 width:100%!important;min-width:0!important;height:57px!important;min-height:0!important;max-height:57px!important;
 margin:0!important;padding:2px 1px!important;gap:2px!important;line-height:1.1!important;text-align:center!important;
 border:0!important;box-shadow:none!important;box-sizing:border-box!important;align-self:center!important;
}
html body.qnd-native .qnd-bottom svg,html body.qn-native .qn-bottom-nav svg{width:23px!important;height:23px!important;flex-shrink:0!important}
html body.qnd-native .qnd-bottom>a>span,html body.qnd-native .qnd-bottom>span>span,
html body.qn-native .qn-bottom-nav>a>span:last-child,html body.qn-native .qn-bottom-nav>.qn-nav-disabled>span:last-child{
 display:block!important;font:650 10px/1.1 system-ui,sans-serif!important;text-align:center!important;white-space:nowrap!important;
}
html body.qnd-native,html body.qn-native:not(.qn-auth){padding-bottom:62px!important}
@supports (-webkit-touch-callout:none){@media (display-mode:standalone){
html body.qnd-native .qnd-bottom,html body.app-shell.qnd-native.qno-native .qnd-bottom,html body.qn-native .qn-bottom-nav{height:calc(58px + env(safe-area-inset-bottom))!important;padding-bottom:env(safe-area-inset-bottom)!important}
html body.qnd-native,html body.qn-native:not(.qn-auth){padding-bottom:calc(62px + env(safe-area-inset-bottom))!important}
}}
