:root{
  --phase54-ring: rgba(104, 211, 255, 0.56);
  --phase54-soft: rgba(255,255,255,.05);
  --phase54-line: rgba(255,255,255,.1);
  --phase54-shadow: 0 14px 34px rgba(0,0,0,.24);
}
body.cbs-phase54{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.cbs-phase54 .hidden,
body.cbs-phase54 [hidden]{
  pointer-events:none !important;
}
body.cbs-phase54 [id$="-app"]{
  overscroll-behavior: contain;
}
body.cbs-phase54 button,
body.cbs-phase54 input,
body.cbs-phase54 select,
body.cbs-phase54 textarea{
  font: inherit;
}
body.cbs-phase54 button,
body.cbs-phase54 [role="button"],
body.cbs-phase54 .sr53-tab,
body.cbs-phase54 .sr53-episode-tab,
body.cbs-phase54 .sr53-episode-column,
body.cbs-phase54 .sr53-bridge-card,
body.cbs-phase54 .mvx-shot-card,
body.cbs-phase54 .mvx-timeline-block,
body.cbs-phase54 .pdx-episode-card{
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
  touch-action: manipulation;
}
body.cbs-phase54 button:hover,
body.cbs-phase54 [role="button"]:hover,
body.cbs-phase54 .sr53-bridge-card:hover,
body.cbs-phase54 .mvx-shot-card:hover,
body.cbs-phase54 .pdx-episode-card:hover{
  box-shadow: var(--phase54-shadow);
}
body.cbs-phase54 .phase54-press{
  transform: translateY(1px) scale(.985);
}
body.cbs-phase54 button:focus-visible,
body.cbs-phase54 input:focus-visible,
body.cbs-phase54 select:focus-visible,
body.cbs-phase54 textarea:focus-visible,
body.cbs-phase54 [role="button"]:focus-visible{
  outline: 2px solid var(--phase54-ring) !important;
  outline-offset: 2px;
}
body.cbs-phase54 .phase54-nav-scroller{
  scrollbar-width: thin;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3px;
}
body.cbs-phase54 .phase54-nav-scroller::-webkit-scrollbar{ height: 8px; }
body.cbs-phase54 .phase54-nav-scroller::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.18); border-radius: 999px; }
body.cbs-phase54 .phase54-img-broken{
  opacity: .2;
  filter: grayscale(1);
}
body.cbs-phase54 .modal{
  width: min(96vw, 980px);
  max-height: min(90vh, calc(var(--cbs-vh, 1vh) * 90));
  overflow: auto;
}
body.cbs-phase54 .sr53-card,
body.cbs-phase54 .mtx-card,
body.cbs-phase54 .pod-lead-card,
body.cbs-phase54 .sticky-note,
body.cbs-phase54 .tl-card{
  box-shadow: var(--phase54-shadow);
}
body.cbs-phase54 .sr53-side-preview,
body.cbs-phase54 .mvx-note-box,
body.cbs-phase54 .pdx-note-card,
body.cbs-phase54 .pdx-guest-card,
body.cbs-phase54 .pdx-episode-card{
  backdrop-filter: blur(2px);
}
body.cbs-phase54 .sr53-topbar,
body.cbs-phase54 .mtx-topbar{
  position: sticky;
  top: 8px;
  z-index: 8;
}
body.cbs-phase54 #sr53-beat-lens{
  top: 8px;
}
body.cbs-phase54 textarea{
  line-height: 1.4;
}
body.cbs-phase54 .sr53-planner-grid textarea,
body.cbs-phase54 .pdx-script-field textarea,
body.cbs-phase54 .pdx-mini-form textarea,
body.cbs-phase54 .pdx-form-grid textarea{
  min-height: 112px;
}
body.cbs-phase54 .sr53-guide-grid > div,
body.cbs-phase54 .sr53-mini-card,
body.cbs-phase54 .mvx-release-chip,
body.cbs-phase54 .mvx-toggle,
body.cbs-phase54 .pdx-check{
  border-color: rgba(255,255,255,.12);
}
body.cbs-phase54 .sr53-binder,
body.cbs-phase54 .sr53-side-preview,
body.cbs-phase54 .phase54-nav-scroller{
  scrollbar-color: rgba(255,255,255,.22) transparent;
}
@media (max-width: 1024px){
  body.cbs-phase54 .sr53-topbar,
  body.cbs-phase54 .mtx-topbar{ top: 0; }
  body.cbs-phase54 .sr53-top-actions,
  body.cbs-phase54 .sr53-actions,
  body.cbs-phase54 .mvx-wide-story-actions,
  body.cbs-phase54 .pdx-tool-actions{ width: 100%; }
}
@media (max-width: 820px){
  body.cbs-phase54 [id$="-app"]{
    padding-bottom: calc(env(safe-area-inset-bottom,0px) + 78px) !important;
  }
  body.cbs-phase54 .modal{
    width: min(98vw, 720px);
    border-radius: 18px;
  }
  body.cbs-phase54 .sr53-topbar,
  body.cbs-phase54 .mtx-topbar,
  body.cbs-phase54 .sr53-card,
  body.cbs-phase54 .mtx-card{
    border-radius: 18px;
  }
  body.cbs-phase54 .sr53-meta-row,
  body.cbs-phase54 .pdx-form-grid.two,
  body.cbs-phase54 .mvx-release-grid,
  body.cbs-phase54 .mvx-story-grid,
  body.cbs-phase54 .pdx-board-grid,
  body.cbs-phase54 .mvx-board-grid{
    grid-template-columns: 1fr !important;
  }
  body.cbs-phase54 .sr53-tab,
  body.cbs-phase54 .sr53-btn,
  body.cbs-phase54 .sr53-mini-btn,
  body.cbs-phase54 .mtx-btn,
  body.cbs-phase54 .mvx-shot-card,
  body.cbs-phase54 .pdx-episode-card,
  body.cbs-phase54 .pdx-check,
  body.cbs-phase54 .mvx-toggle,
  body.cbs-phase54 .mvx-release-chip{
    min-height: 44px;
  }
}
@media (max-width: 600px){
  body.cbs-phase54 .sr53-shell,
  body.cbs-phase54 .mtx-shell{ padding-left: 12px; padding-right: 12px; }
  body.cbs-phase54 .sr53-topbar h2,
  body.cbs-phase54 .mtx-title{ font-size: 1.4rem; }
  body.cbs-phase54 .sr53-pill-row,
  body.cbs-phase54 .mvx-summary-strip,
  body.cbs-phase54 .pdx-summary-strip{ gap: 8px; }
  body.cbs-phase54 .sr53-summary-card,
  body.cbs-phase54 .mvx-summary-card,
  body.cbs-phase54 .pdx-summary-card{ min-width: 0; }
  body.cbs-phase54 .sr53-episode-column,
  body.cbs-phase54 .sr53-episode-tab,
  body.cbs-phase54 .mvx-timeline-block,
  body.cbs-phase54 .sr53-row,
  body.cbs-phase54 .pdx-guest-card,
  body.cbs-phase54 .pdx-episode-card{ border-radius: 14px; }
}
