.rt-mobile-dock{display:none}
@media(max-width:600px){
  body{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}
  .rt-footer{padding-bottom:calc(106px + env(safe-area-inset-bottom,0px))}
  .rt-mobile-dock{position:fixed;z-index:150;right:50%;bottom:calc(10px + env(safe-area-inset-bottom,0px));transform:translateX(50%);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;width:min(420px,calc(100% - 20px));height:74px;padding:7px 8px 6px;border:1px solid rgba(255,255,255,.8);border-radius:25px;background:linear-gradient(135deg,rgba(235,243,247,.76),rgba(244,241,235,.7));box-shadow:0 14px 36px rgba(17,37,50,.2),inset 0 1px 0 rgba(255,255,255,.88);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);isolation:isolate;transition:opacity .18s ease,transform .18s ease}
  .rt-mobile-dock:before{content:"";position:absolute;z-index:0;top:50%;right:50%;width:68px;height:68px;transform:translate(50%,-50%);border-radius:50%;background:rgba(244,247,247,.72);border:1px solid rgba(255,255,255,.92);box-shadow:0 7px 22px rgba(17,37,50,.12),inset 0 1px 0 rgba(255,255,255,.92);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);pointer-events:none}
  .rt-mobile-dock__item,.rt-mobile-dock__search{appearance:none;border:0;background:transparent;color:var(--rt-navy);min-width:0;min-height:58px;padding:3px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-family:inherit;cursor:pointer;border-radius:15px}
  .rt-mobile-dock svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .rt-mobile-dock span{font-size:10px;line-height:1.4;font-weight:750;white-space:nowrap}
  .rt-mobile-dock__item[aria-current="page"]{color:var(--rt-burgundy);background:rgba(255,255,255,.45)}
  .rt-mobile-dock__item[aria-current="page"] svg{stroke-width:2.3}
  .rt-mobile-dock__search{position:relative;z-index:1;align-self:center;justify-content:center;width:56px;height:56px;min-height:56px;margin:0 auto;border-radius:50%;background:var(--rt-amber);color:var(--rt-navy);border:3px solid rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(17,37,50,.2),0 0 0 5px rgba(255,255,255,.5)}
  .rt-mobile-dock__search svg{width:24px;height:24px;stroke-width:2.2}
  .rt-mobile-dock__search span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .rt-mobile-dock button:focus-visible,.rt-mobile-dock a:focus-visible{outline:3px solid var(--rt-burgundy);outline-offset:2px}
  .rt-mobile-keyboard-open .rt-mobile-dock{opacity:0;pointer-events:none;transform:translate(50%,120%)}
  .rt-reading-progress{z-index:160}
}
@media(max-width:360px){.rt-mobile-dock{width:calc(100% - 12px);bottom:calc(6px + env(safe-area-inset-bottom,0px));padding-inline:5px}.rt-mobile-dock span{font-size:9px}}
@media(prefers-reduced-motion:reduce){.rt-mobile-dock{transition:none}}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){@media(max-width:600px){.rt-mobile-dock,.rt-mobile-dock:before{background:#eef1f1}}}
