
.ohivory-mobile-nav{display:none}.ohivory-drawer-tabs{display:none}.ohivory-drawer-panel{display:block}
@media screen and (max-width:749px){
 body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
 .ohivory-mobile-nav{position:fixed;z-index:9999;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);min-height:64px;padding:5px 4px calc(5px + env(safe-area-inset-bottom));background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.14);box-shadow:0 -4px 18px rgba(0,0,0,.08)}
 .ohivory-mobile-nav__item{appearance:none;border:0;background:transparent;color:rgb(var(--color-foreground));text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font:inherit;font-size:10px;line-height:1.1;padding:4px 1px;cursor:pointer}
 .ohivory-mobile-nav__item svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
 .ohivory-drawer-tabs{display:grid;grid-template-columns:1fr 1fr;margin:0 2rem 1.2rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}
 .ohivory-drawer-tab{border:0;border-bottom:2px solid transparent;background:none;padding:1.2rem .5rem;font:inherit;font-weight:600;color:rgb(var(--color-foreground));cursor:pointer}
 .ohivory-drawer-tab.is-active{border-bottom-color:currentColor}
 .ohivory-drawer-panel{display:none}.ohivory-drawer-panel.is-active{display:block}
}
