.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px}.app-topbar-left{gap:8px;min-width:0}.app-topbar-back,.app-topbar-left{display:flex;align-items:center;flex-shrink:0}.app-topbar-back{width:32px;height:32px;border-radius:10px;background:hsla(0,0%,100%,.14);color:#fff;font-size:22px;font-weight:400;line-height:1;justify-content:center;text-decoration:none;padding:0 0 2px}.app-topbar-back:active{background:hsla(0,0%,100%,.22)}.app-topbar-brand{font-weight:700;font-size:17px;letter-spacing:.02em;color:#fff;text-decoration:none;white-space:nowrap}.app-topbar-brand-accent{color:#f5a623}.app-topbar-title{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.92);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55%;min-width:0}@media (min-width:1024px){.app-topbar-brand{display:none}}