/* newsdesk-pwa-mobile.css — C-S690b–C-S749 mobile workstation chrome */
.sv-mob-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  background: #12141a;
  border-top: 1px solid rgba(212,168,83,0.25);
  padding: 8px 4px calc(8px + env(safe-area-inset-bottom, 0));
}
body.sv-mob-nav-on .sv-mob-nav { display: grid; }
body.sv-mob-nav-on .rl-root,
body.sv-mob-nav-on .dr-root,
body.sv-mob-nav-on #adm-root,
body.sv-mob-nav-on .nd-cal-page,
body.sv-mob-nav-on #ent-root,
body.sv-mob-nav-on #set-root { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0)); }
.sv-mob-nav-link {
  text-align: center;
  font-size: 10px;
  color: #9aa0ad;
  text-decoration: none;
  padding: 10px 2px;
  min-height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sv-mob-nav-link.on { color: #d4a853; background: rgba(212,168,83,0.1); }
.sv-mob-nav-link:focus-visible { outline: 2px solid #d4a853; outline-offset: 2px; }
.sv-pull-indicator {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  text-align: center; padding: 10px; font-size: 12px; color: #d4a853;
  background: rgba(18,20,26,0.95);
}
.sv-skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 500;
  padding: 10px 14px; background: #d4a853; color: #0a0b0e;
}
.sv-skip-link:focus { left: 8px; top: 8px; }
body.dr-mob-tools-open .dr-tools-slot { display: block; border: 1px solid rgba(212,168,83,0.2); border-radius: 8px; padding: 8px; margin: 8px 0; }
@media (prefers-reduced-motion: reduce) {
  .sv-mob-nav-link, .sv-pull-indicator { transition: none; }
}
