/* On narrow screens show every navigation action without sideways scrolling. */
@media screen and (max-width:720px){
 html,body,#app{width:100%;max-width:100%;min-width:0;overflow-x:clip;box-sizing:border-box;}
 *,*::before,*::after{box-sizing:border-box;}
 .shell{width:100%!important;max-width:100%!important;min-width:0!important;margin:0 auto!important;padding:0 14px 28px!important;}
 .shell>.boutique-nav{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0 0 16px!important;padding:12px 0 16px!important;overflow:visible!important;border-right:0!important;border-bottom:1px solid #eee0dd!important;}
 .shell>.boutique-nav .sidebar-brand{grid-column:1/-1!important;display:flex!important;justify-content:center!important;align-items:center!important;flex:auto!important;width:100%!important;padding:2px 0 8px!important;}
 .shell>.boutique-nav .sidebar-brand img{width:90px!important;max-width:90px!important;height:78px!important;object-fit:contain!important;}
 .shell>.boutique-nav .sidebar-brand>span,.shell>.boutique-nav .sidebar-foot{display:none!important;}
 .shell>.boutique-nav button{width:100%!important;min-width:0!important;min-height:44px!important;margin:0!important;padding:9px 10px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;flex:auto!important;white-space:normal!important;overflow-wrap:anywhere!important;text-align:left!important;font-size:12px!important;line-height:1.3!important;border-radius:12px!important;}
 .shell>.boutique-nav .nav-icon{flex:0 0 20px!important;width:20px!important;font-size:17px!important;}
 .shell>*:not(.boutique-nav){max-width:100%!important;min-width:0!important;}
 .shell .card,.shell .scroll,.shell .grid,.shell .two,.dashboard-hero,.dashboard-panels,.metric-grid{min-width:0!important;max-width:100%!important;}
 .shell .scroll{overflow-x:auto!important;}
 .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
 .dashboard-panels{grid-template-columns:minmax(0,1fr)!important;}
 .dashboard-hero h1{overflow-wrap:anywhere;}
}
@media screen and (max-width:360px){.shell>.boutique-nav{grid-template-columns:minmax(0,1fr)!important;}.shell>.boutique-nav .sidebar-brand{grid-column:1!important;}}
