/* POC FLOW back bar — shared across all POC FLOW apps */
.poc-bar{position:sticky;top:0;z-index:200;display:flex;align-items:center;
  background:#0B1E3F;color:#fff;padding:0 16px;
  padding-top:env(safe-area-inset-top,0px);
  min-height:calc(52px + env(safe-area-inset-top,0px));
  box-shadow:0 1px 6px rgba(0,0,0,.18)}
.poc-back{display:flex;align-items:center;gap:5px;text-decoration:none;
  color:rgba(255,255,255,.85);font-size:13px;font-weight:600;white-space:nowrap;
  padding-right:14px;margin-right:14px;
  border-right:1px solid rgba(255,255,255,.22);align-self:stretch;
  -webkit-tap-highlight-color:transparent}
.poc-back svg{width:15px;height:15px;stroke:currentColor;fill:none;
  stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.poc-bar-title{font-size:15px;font-weight:700}
