.mobile-navigation{display:none}@media (width<=760px){.mobile-navigation{z-index:70;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#181814f0;border:1px solid #ffffff94;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;min-height:66px;padding:6px;display:grid;position:fixed;left:10px;box-shadow:0 18px 44px #18181440}.mobile-navigation a{color:#ffffff94;border-radius:16px;align-content:center;place-items:center;gap:4px;min-width:0;min-height:52px;text-decoration:none;display:grid}.mobile-navigation svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.mobile-navigation span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:750;overflow:hidden}.mobile-navigation a.is-active{color:#fff;background:#ffffff1a}.mobile-navigation a.is-accent{color:#fff;background:var(--orange)}.mobile-navigation a.is-accent.is-active{background:var(--orange-dark)}}
