
/* FOUNDING ALPHA U4 — RESPONSIVE UX HARDENING */
html,body{max-width:100%;overflow-x:hidden}
.yr-main,.yr-app{min-width:0}
.home-head,.home-primary,.home-glance{min-width:0}
@media(max-width:1050px){
  .home-glance{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .yr-app{display:block!important}
  .yr-sidebar{position:static!important;width:auto!important;min-height:auto!important;padding-bottom:10px!important}
  .yr-nav{display:flex!important;overflow-x:auto;gap:5px;padding-bottom:4px;scrollbar-width:none}
  .yr-nav::-webkit-scrollbar{display:none}
  .yr-nav a{flex:0 0 auto;white-space:nowrap}
  .yr-sidebar-bottom{display:none!important}
  .yr-main{padding:16px 12px 88px!important}
  .home-head{display:block!important}
  .home-head-actions{margin-top:12px;display:flex;flex-wrap:wrap}
  .home-glance{grid-template-columns:1fr!important}
}
