body.frontend-pack-view1 {
  --view1-bg: #f5f7fb;
  --view1-bg-soft: #eef3fb;
  --view1-surface: #ffffff;
  --view1-surface-soft: #f8fbff;
  --view1-border: #d8e1ef;
  --view1-border-strong: #c7d3e5;
  --view1-text: #2f3746;
  --view1-text-soft: #69778c;
  --view1-blue: #1f7cff;
  --view1-blue-strong: #114ca9;
  --view1-link-blue: var(--view1-blue);
  --view1-blue-soft: #dceaff;
  --view1-blue-soft-strong: #e8f1ff;
  --view1-blue-border: #b9d4ff;
  --view1-blue-focus: #a8c9ff;
  --view1-blue-hover: #0f67df;
  --view1-topbar-blue: #0000c1;
  --view1-topbar-blue-alt: #154ed6;
  --view1-topbar-shadow: rgba(0, 0, 193, 0.18);
  --view1-purple: #6d4cff;
  --view1-orange: #fdab3d;
  --view1-red: #e2445c;
  --view1-green: #00c875;
  --view1-shadow: 0 10px 24px rgba(22, 39, 64, 0.06);
  background: linear-gradient(180deg, #f8faff 0%, #f3f6fb 100%);
  color: var(--view1-text);
  font-family: 'Plus Jakarta Sans', sans-serif;
}

body.frontend-pack-view1 h1,
body.frontend-pack-view1 .h1,
body.frontend-pack-view1 h2,
body.frontend-pack-view1 .h2,
body.frontend-pack-view1 h3,
body.frontend-pack-view1 .h3,
body.frontend-pack-view1 h4,
body.frontend-pack-view1 .h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

body.frontend-pack-view1 .app-nav-user__notifications,
body.frontend-pack-view1 .app-nav-user__badge {
  color: inherit;
}

body.frontend-pack-view1 .app-nav-user__badge {
  background: var(--view1-red);
  color: #fff;
}

body.frontend-pack-view1 .app-global-search--view1 {
  width: min(26rem, 40vw);
}

body.frontend-pack-view1 .app-global-search--view1 .form-control,
body.frontend-pack-view1 .app-global-search--view1 .input-group-text {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.22);
}

body.frontend-pack-view1 .app-global-search--view1 .form-control:focus {
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 0 0.18rem rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  body.frontend-pack-view1 .app-global-search--view1 {
    width: 100%;
  }

  .frontend-pack-view1 .view1-topbar__user {
    display: none;
  }
}

body.frontend-pack-view1 .dropdown-menu,
body.frontend-pack-view1 .offcanvas,
body.frontend-pack-view1 .comment-bubble,
body.frontend-pack-view1 .markdown-note-card,
body.frontend-pack-view1 .app-notification-menu {
  border-color: var(--view1-border);
  box-shadow: var(--view1-shadow);
}

body.frontend-pack-view1 .btn-primary {
  --bs-btn-bg: var(--view1-blue);
  --bs-btn-border-color: var(--view1-blue);
  --bs-btn-hover-bg: var(--view1-blue-hover);
  --bs-btn-hover-border-color: var(--view1-blue-hover);
  --bs-btn-active-bg: var(--view1-blue-hover);
  --bs-btn-active-border-color: var(--view1-blue-hover);
}

body.frontend-pack-view1 .btn-outline-primary {
  --bs-btn-color: var(--view1-blue);
  --bs-btn-border-color: var(--view1-border-strong);
  --bs-btn-hover-color: var(--view1-blue);
  --bs-btn-hover-bg: var(--view1-blue-soft);
  --bs-btn-hover-border-color: var(--view1-blue-soft);
}

body.frontend-pack-view1 .btn-outline-secondary {
  --bs-btn-color: var(--view1-text);
  --bs-btn-border-color: var(--view1-border-strong);
  --bs-btn-hover-color: var(--view1-text);
  --bs-btn-hover-bg: var(--view1-bg-soft);
  --bs-btn-hover-border-color: var(--view1-border-strong);
}

body.frontend-pack-view1 .text-bg-primary {
  background-color: var(--view1-blue) !important;
  color: #fff !important;
}

body.frontend-pack-view1 .bg-primary {
  background-color: var(--view1-blue) !important;
}

body.frontend-pack-view1 .text-primary,
body.frontend-pack-view1 .text-primary-emphasis {
  color: var(--view1-blue-strong) !important;
}

body.frontend-pack-view1 .border-primary {
  border-color: var(--view1-blue-border) !important;
}

body.frontend-pack-view1 .btn,
body.frontend-pack-view1 .form-control,
body.frontend-pack-view1 .form-select,
body.frontend-pack-view1 .input-group-text,
body.frontend-pack-view1 .participant-pill,
body.frontend-pack-view1 .snapshot-client-flags__pill,
body.frontend-pack-view1 .badge.text-bg-light {
  border-radius: 0.85rem;
}

body.frontend-pack-view1 .form-control,
body.frontend-pack-view1 .form-select,
body.frontend-pack-view1 .input-group-text {
  border-color: var(--view1-border);
  background: var(--view1-surface);
  color: var(--view1-text);
  box-shadow: none;
}

body.frontend-pack-view1 .form-control::placeholder {
  color: #95a1b3;
}

body.frontend-pack-view1 .form-control:focus,
body.frontend-pack-view1 .form-select:focus {
  border-color: var(--view1-blue-focus);
  box-shadow: 0 0 0 0.18rem rgba(31, 124, 255, 0.12);
}

body.frontend-pack-view1 .card,
body.frontend-pack-view1 .stat-card,
body.frontend-pack-view1 .compact-task-row,
body.frontend-pack-view1 .dashboard-timeline-group,
body.frontend-pack-view1 .dashboard-timeline-client-group,
body.frontend-pack-view1 .dashboard-timeline-row,
body.frontend-pack-view1 .app-offcanvas,
body.frontend-pack-view1 .snapshot-group,
body.frontend-pack-view1 .markdown-note-panel-card {
  border-color: var(--view1-border) !important;
  background: var(--view1-surface);
  box-shadow: var(--view1-shadow) !important;
}

body.frontend-pack-view1 .markdown-note-card {
  border-color: var(--note-border);
  background: var(--note-surface);
}

body.frontend-pack-view1 .hero-panel,
body.frontend-pack-view1 .dashboard-timeline-summary-card,
body.frontend-pack-view1 .dashboard-mobile-tile-toggle__button,
body.frontend-pack-view1 .dashboard-view-tabs,
body.frontend-pack-view1 .dashboard-timeline-quarter,
body.frontend-pack-view1 .dashboard-timeline-month,
body.frontend-pack-view1 .dashboard-timeline-grid__client-col,
body.frontend-pack-view1 .dashboard-timeline-grid__status-col {
  background: var(--view1-surface-soft);
  border-color: var(--view1-border);
}

body.frontend-pack-view1 .dashboard-filter-tile {
  border: 1px solid transparent;
  box-shadow: none;
}

body.frontend-pack-view1 .dashboard-filter-tile:hover {
  background: #fbfdff;
  border-color: var(--view1-border);
  transform: translateY(-1px);
}

body.frontend-pack-view1 .dashboard-filter-tile--active {
  background: var(--view1-blue-soft);
  border-color: var(--view1-blue-border) !important;
  box-shadow: none !important;
}

body.frontend-pack-view1 .dashboard-view-tab--active {
  background: var(--view1-blue);
  color: #fff;
  box-shadow: none;
}

body.frontend-pack-view1 .dashboard-timeline-group__count,
body.frontend-pack-view1 .dashboard-mobile-tile-toggle__eyebrow,
body.frontend-pack-view1 .filter-summary,
body.frontend-pack-view1 .text-secondary,
body.frontend-pack-view1 .small.text-secondary,
body.frontend-pack-view1 .comment-empty,
body.frontend-pack-view1 .my-work-inline-edit-form__hint {
  color: var(--view1-text-soft) !important;
}

body.frontend-pack-view1 .task-item__link,
body.frontend-pack-view1 .task-item__eyebrow-link,
body.frontend-pack-view1 .dashboard-inline-edit-link,
body.frontend-pack-view1 .my-work-inline-link,
body.frontend-pack-view1 .external-link__anchor,
body.frontend-pack-view1 .btn-link:not(.nav-link),
body.frontend-pack-view1 a:not(.btn):not(.nav-link):not(.navbar-brand):not(.app-notification-item):not(.dropdown-item):not(.view1-sidebar__link) {
  color: var(--view1-link-blue);
}

body.frontend-pack-view1:not(.page-dashboard) a:not(.nav-link):not(.navbar-brand):not(.app-nav-user__notifications):not(.app-notification-item):not(.app-nav-dashboard__item):not(.btn):not(.view1-sidebar__link),
body.frontend-pack-view1:not(.page-dashboard) .btn-link:not(.nav-link) {
  color: var(--view1-link-blue) !important;
}

body.frontend-pack-view1 .task-item__link:hover,
body.frontend-pack-view1 .task-item__link:focus,
body.frontend-pack-view1 .task-item__eyebrow-link:hover,
body.frontend-pack-view1 .task-item__eyebrow-link:focus,
body.frontend-pack-view1 .dashboard-inline-edit-link:hover,
body.frontend-pack-view1 .dashboard-inline-edit-link:focus,
body.frontend-pack-view1 .my-work-inline-link:hover,
body.frontend-pack-view1 .my-work-inline-link:focus,
body.frontend-pack-view1 .external-link__anchor:hover,
body.frontend-pack-view1 .external-link__anchor:focus,
body.frontend-pack-view1 .btn-link:not(.nav-link):hover,
body.frontend-pack-view1 .btn-link:not(.nav-link):focus,
body.frontend-pack-view1 a:not(.btn):not(.nav-link):not(.navbar-brand):not(.app-notification-item):not(.dropdown-item):not(.view1-sidebar__link):hover,
body.frontend-pack-view1 a:not(.btn):not(.nav-link):not(.navbar-brand):not(.app-notification-item):not(.dropdown-item):not(.view1-sidebar__link):focus {
  color: var(--view1-blue-strong);
}

body.frontend-pack-view1:not(.page-dashboard) a:not(.nav-link):not(.navbar-brand):not(.app-nav-user__notifications):not(.app-notification-item):not(.app-nav-dashboard__item):not(.btn):not(.view1-sidebar__link):hover,
body.frontend-pack-view1:not(.page-dashboard) a:not(.nav-link):not(.navbar-brand):not(.app-nav-user__notifications):not(.app-notification-item):not(.app-nav-dashboard__item):not(.btn):not(.view1-sidebar__link):focus,
body.frontend-pack-view1:not(.page-dashboard) .btn-link:not(.nav-link):hover,
body.frontend-pack-view1:not(.page-dashboard) .btn-link:not(.nav-link):focus {
  color: var(--view1-blue-strong) !important;
}

body.frontend-pack-view1 .priority-badge,
body.frontend-pack-view1 .badge {
  box-shadow: none;
}

body.frontend-pack-view1 .participant-pill,
body.frontend-pack-view1 .snapshot-client-flags__pill,
body.frontend-pack-view1 .badge.text-bg-light {
  background: #f0f5fd !important;
  color: #5d6e85 !important;
  border: 1px solid var(--view1-border) !important;
}

body.frontend-pack-view1 .icon-action {
  border-radius: 0.8rem;
  border-color: var(--view1-border);
  background: var(--view1-surface);
  color: var(--view1-text);
  box-shadow: none;
}

body.frontend-pack-view1 .icon-action:hover,
body.frontend-pack-view1 .icon-action:focus {
  background: var(--view1-bg-soft);
  color: var(--view1-blue);
}

body.frontend-pack-view1 .dashboard-timeline-bar {
  box-shadow: 0 6px 16px rgba(31, 124, 255, 0.18);
  color: #fff;
  background: var(--view1-blue);
  border-color: rgba(31, 124, 255, 0.24);
}

body.frontend-pack-view1 .dashboard-timeline-bar--completed,
body.frontend-pack-view1 .dashboard-timeline-bar--planned {
  box-shadow: none;
}

body.frontend-pack-view1 .dashboard-timeline-bar--planned {
  background: #dceaff;
  border-color: rgba(31, 124, 255, 0.18);
  color: var(--view1-blue-strong);
}

body.frontend-pack-view1 .dashboard-timeline-bar--blocked {
  background: var(--view1-blue);
  border-color: rgba(31, 124, 255, 0.24);
  color: #fff;
  box-shadow: 0 6px 16px rgba(31, 124, 255, 0.18);
}

body.frontend-pack-view1 .dashboard-timeline-bar--completed,
body.frontend-pack-view1 .dashboard-timeline-bar--canceled,
body.frontend-pack-view1 .dashboard-timeline-bar--cancelled {
  background: #edf2f8;
  border-color: rgba(105, 119, 140, 0.16);
  color: #7f8ca1;
}

body.frontend-pack-view1 .dashboard-timeline-bar:hover,
body.frontend-pack-view1 .dashboard-timeline-bar:focus,
body.frontend-pack-view1 .dashboard-timeline-bar__label,
body.frontend-pack-view1 .dashboard-timeline-bar__name,
body.frontend-pack-view1 .dashboard-timeline-bar__date {
  color: #fff;
}

body.frontend-pack-view1 .dashboard-timeline-bar--planned:hover,
body.frontend-pack-view1 .dashboard-timeline-bar--planned:focus,
body.frontend-pack-view1 .dashboard-timeline-bar--planned .dashboard-timeline-bar__label,
body.frontend-pack-view1 .dashboard-timeline-bar--planned .dashboard-timeline-bar__name,
body.frontend-pack-view1 .dashboard-timeline-bar--planned .dashboard-timeline-bar__date {
  color: var(--view1-blue-strong);
}

body.frontend-pack-view1 .dashboard-timeline-bar--blocked:hover,
body.frontend-pack-view1 .dashboard-timeline-bar--blocked:focus,
body.frontend-pack-view1 .dashboard-timeline-bar--blocked .dashboard-timeline-bar__label,
body.frontend-pack-view1 .dashboard-timeline-bar--blocked .dashboard-timeline-bar__name,
body.frontend-pack-view1 .dashboard-timeline-bar--blocked .dashboard-timeline-bar__date {
  color: #fff;
}

body.frontend-pack-view1 .dashboard-timeline-bar--completed:hover,
body.frontend-pack-view1 .dashboard-timeline-bar--completed:focus,
body.frontend-pack-view1 .dashboard-timeline-bar--completed .dashboard-timeline-bar__label,
body.frontend-pack-view1 .dashboard-timeline-bar--completed .dashboard-timeline-bar__name,
body.frontend-pack-view1 .dashboard-timeline-bar--completed .dashboard-timeline-bar__date,
body.frontend-pack-view1 .dashboard-timeline-bar--canceled:hover,
body.frontend-pack-view1 .dashboard-timeline-bar--canceled:focus,
body.frontend-pack-view1 .dashboard-timeline-bar--canceled .dashboard-timeline-bar__label,
body.frontend-pack-view1 .dashboard-timeline-bar--canceled .dashboard-timeline-bar__name,
body.frontend-pack-view1 .dashboard-timeline-bar--canceled .dashboard-timeline-bar__date,
body.frontend-pack-view1 .dashboard-timeline-bar--cancelled:hover,
body.frontend-pack-view1 .dashboard-timeline-bar--cancelled:focus,
body.frontend-pack-view1 .dashboard-timeline-bar--cancelled .dashboard-timeline-bar__label,
body.frontend-pack-view1 .dashboard-timeline-bar--cancelled .dashboard-timeline-bar__name,
body.frontend-pack-view1 .dashboard-timeline-bar--cancelled .dashboard-timeline-bar__date {
  color: #7f8ca1;
}

body.frontend-pack-view1 .dashboard-timeline-bar__health-indicator {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

body.frontend-pack-view1 .dashboard-timeline-bar__health-indicator--green,
body.frontend-pack-view1 .text-success {
  color: var(--view1-green) !important;
}

body.frontend-pack-view1 .text-warning,
body.frontend-pack-view1 .text-warning-emphasis,
body.frontend-pack-view1 .dashboard-timeline-bar__health-indicator--amber {
  color: #b57712 !important;
}

body.frontend-pack-view1 .text-danger,
body.frontend-pack-view1 .dashboard-timeline-bar__health-indicator--red {
  color: var(--view1-red) !important;
}

.frontend-pack-view1 .view1-topbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: linear-gradient(135deg, var(--view1-topbar-blue) 0%, var(--view1-topbar-blue-alt) 100%);
  box-shadow: 0 10px 28px var(--view1-topbar-shadow);
}

.frontend-pack-view1 .view1-topbar__inner {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.frontend-pack-view1 .view1-topbar__brand-group,
.frontend-pack-view1 .view1-topbar__actions,
.frontend-pack-view1 .view1-topbar__user {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.frontend-pack-view1 .view1-topbar .navbar-brand {
  color: #fff !important;
}

.frontend-pack-view1 .view1-topbar__user {
  flex: 0 0 auto;
}

.frontend-pack-view1 .view1-topbar__user-name {
  color: #fff;
  white-space: nowrap;
}

.frontend-pack-view1 .view1-topbar__search-collapse {
  margin-left: auto;
}

.frontend-pack-view1 .app-global-search--view1 {
  margin-left: auto;
}

.frontend-pack-view1 .view1-topbar__icon {
  position: relative;
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.frontend-pack-view1 .view1-topbar__icon:hover,
.frontend-pack-view1 .view1-topbar__icon:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.frontend-pack-view1 .view1-topbar .app-nav-user__badge {
  background: var(--view1-red);
  color: #fff;
}

.frontend-pack-view1 .view1-shell {
  display: flex;
  min-height: calc(100vh - 4.5rem);
}

.frontend-pack-view1 .view1-sidebar {
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  position: sticky;
  top: 4.5rem;
  height: calc(100vh - 4.5rem);
  overflow-y: auto;
  border-right: 1px solid var(--view1-border);
  background: linear-gradient(180deg, #fbfdff 0%, #f4f7fc 100%);
  transition: width 0.2s ease, flex-basis 0.2s ease;
}

.frontend-pack-view1 .view1-sidebar-offcanvas {
  --bs-offcanvas-width: 280px;
}

html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar {
  width: 76px;
  flex-basis: 76px;
  overflow: visible;
}

.frontend-pack-view1 .view1-sidebar__nav {
  display: grid;
  gap: 1.25rem;
  padding: 1rem;
}

.frontend-pack-view1 .view1-sidebar__section {
  display: grid;
  gap: 0.35rem;
}

.frontend-pack-view1 .view1-sidebar__label {
  padding: 0 0.8rem;
  color: var(--view1-text-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.frontend-pack-view1 .view1-sidebar__link,
body.frontend-pack-view1 .view1-sidebar__link:visited {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.9rem;
  color: var(--view1-text) !important;
  text-decoration: none;
  font-weight: 600;
}

.frontend-pack-view1 .view1-sidebar__link > i {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  text-align: center;
  font-size: 1.05rem;
}

body.frontend-pack-view1 .view1-sidebar__link:hover,
body.frontend-pack-view1 .view1-sidebar__link:focus {
  background: var(--view1-blue-soft-strong);
  color: var(--view1-blue) !important;
}

body.frontend-pack-view1 .view1-sidebar__link.is-active,
body.frontend-pack-view1 .view1-sidebar__link.is-active:visited {
  background: #dceaff;
  color: var(--view1-blue-strong) !important;
}

html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar__nav,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar__nav {
  padding: 1rem 0.75rem;
}

html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar__label,
html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar__link span,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar__label,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar__link span {
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
}

html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar__section,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar__section {
  gap: 0.5rem;
}

html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar__link,
html.view1-sidebar-collapsed body.frontend-pack-view1 .view1-sidebar__link:visited,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar__link,
body.frontend-pack-view1.view1-sidebar-collapsed .view1-sidebar__link:visited {
  justify-content: center;
  gap: 0;
  padding: 0.7rem;
}

.frontend-pack-view1 .view1-main {
  flex: 1;
  min-width: 0;
}

.frontend-pack-view1 .view1-main__container {
  max-width: 1440px;
}

body.page-sla-monitor.frontend-pack-view1 .view1-topbar,
body.page-sla-monitor.frontend-pack-view1 .view1-sidebar,
body.page-sla-monitor.frontend-pack-view1 .view1-sidebar-offcanvas {
  display: none !important;
}

body.page-sla-monitor.frontend-pack-view1 .view1-shell {
  min-height: 100vh;
}

body.page-sla-monitor.frontend-pack-view1 .view1-main__container {
  width: 100%;
  max-width: none;
  padding: 1.25rem !important;
}

body.page-sla-monitor.frontend-pack-view1 {
  background: #f6f8fb;
}

body.page-sla-monitor.frontend-pack-view1 .breadcrumb {
  margin-bottom: 0.35rem;
}

.sla-monitor {
  min-height: calc(100vh - 2.5rem);
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1rem;
}

.sla-monitor__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--view1-border);
}

.sla-monitor__title {
  margin: 0;
  color: var(--view1-text);
  font-size: 2.35rem;
  font-weight: 850;
  line-height: 1.05;
}

.sla-monitor__status {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.sla-monitor__stat {
  min-width: 7.5rem;
  max-width: 10.5rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--view1-border);
  border-radius: 0.5rem;
  background: #fff;
}

.sla-monitor__stat-label {
  display: block;
  color: var(--view1-text-soft);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.sla-monitor__stat strong {
  display: block;
  color: var(--view1-text);
  font-size: 1.45rem;
  line-height: 1.15;
}

.sla-monitor__action {
  align-self: stretch;
  width: 3.2rem;
  min-height: 3.2rem;
}

.sla-monitor__loading {
  font-size: 1.05rem;
}

.sla-monitor__table-shell {
  min-height: 0;
  overflow: auto;
  border: 1px solid var(--view1-border);
  border-radius: 0.5rem;
  background: #fff;
}

.sla-monitor__empty {
  display: grid;
  min-height: 50vh;
  place-items: center;
  color: var(--view1-text-soft);
  font-size: 4rem;
  font-weight: 850;
}

.sla-monitor__empty--compact {
  min-height: 8rem;
  font-size: 1.25rem;
}

.sla-monitor-section + .sla-monitor-section {
  border-top: 1px solid var(--view1-border);
}

.sla-monitor-section__title {
  padding: 0.7rem 0.75rem;
  border-top: 1px solid var(--view1-border);
  border-bottom: 1px solid var(--view1-border);
  background: #fff;
  color: var(--view1-text-soft);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.sla-monitor-section--recent-breaches .sla-monitor-section__title {
  background: #fff1f2;
  color: var(--view1-red);
}

.sla-monitor-section--held-releases .sla-monitor-section__title {
  background: #fff7ed;
  color: #b45309;
}

.sla-monitor-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.sla-monitor-table__col-ticket {
  width: 8%;
}

.sla-monitor-table__col-progress {
  width: 20%;
}

.sla-monitor-table__col-client {
  width: 16%;
}

.sla-monitor-table__col-date {
  width: 12%;
}

.sla-monitor-table__col-state {
  width: 7%;
}

.sla-monitor-table__col-status {
  width: 20%;
}

.sla-monitor-table th,
.sla-monitor-table td {
  padding: 0.55rem 0.5rem;
  border-top: 1px solid var(--view1-border);
  vertical-align: top;
  overflow-wrap: anywhere;
}

.sla-monitor-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  border-top: 0;
  background: #eef4ff;
  color: var(--view1-text-soft);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
}

.sla-monitor-table tbody td {
  color: var(--view1-text);
  font-size: 0.92rem;
  line-height: 1.25;
}

.sla-monitor-table__ticket-row td {
  border-top: 1px solid #c9d5e4;
  padding-bottom: 0.42rem;
}

.sla-monitor-table__description-row td {
  padding-top: 0;
  padding-bottom: 0.85rem;
  border-top: 0;
  border-bottom: 1px solid #c9d5e4;
  background: #f9fbff;
}

.sla-monitor-table__ticket-row--recent-breach td,
.sla-monitor-table__description-row--recent-breach td {
  background: #fff1f2;
  color: var(--view1-red);
}

.sla-monitor-table__ticket-row--recent-breach a,
.sla-monitor-table__description-row--recent-breach a,
.sla-monitor-table__description-row--recent-breach .sla-monitor-table__meta {
  color: var(--view1-red) !important;
}

.sla-monitor-table a {
  font-weight: 800;
  text-decoration: none;
}

.sla-monitor-table .halo-activity-pill {
  max-width: 100%;
  white-space: normal;
}

.sla-monitor-table__summary {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: var(--view1-blue) !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.sla-monitor-table__meta {
  display: inline-block;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--view1-border);
  color: var(--view1-text-soft);
  font-size: 0.86rem;
  font-weight: 600;
  vertical-align: bottom;
}

.sla-monitor-table__assignee {
  margin-top: 0.28rem;
  color: var(--view1-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.15;
}

.sla-monitor-table__vip {
  margin-left: 0.35rem;
  color: #f5b301;
  font-size: 0.9rem;
}

.sla-monitor-table__breach-label {
  color: var(--view1-red);
  white-space: normal;
}

.sla-monitor-progress {
  min-width: 0;
}

.sla-monitor-progress__track {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe5ec;
}

.sla-monitor-progress__bar {
  height: 100%;
  border-radius: inherit;
}

.sla-monitor-progress__bar--success {
  background: #198754;
}

.sla-monitor-progress__bar--warning {
  background: #ffc107;
}

.sla-monitor-progress__bar--danger {
  background: var(--view1-red);
}

.sla-monitor-progress__label {
  margin-top: 0.28rem;
  color: var(--view1-text);
  font-size: 0.92rem;
  font-weight: 850;
  white-space: nowrap;
}

.sla-monitor-progress__label span {
  color: var(--view1-text-soft);
}

@media (max-width: 991.98px) {
  body.page-sla-monitor.frontend-pack-view1 .view1-main__container {
    padding: 0.9rem !important;
  }

  .sla-monitor__header {
    flex-direction: column;
  }
}

body.page-my-work.frontend-pack-view1 .detail-toolbar {
  border: 0;
  padding: 0;
}

body.page-my-work.frontend-pack-view1 .view1-workspace {
  margin-top: 0.25rem;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__hero {
  display: grid;
  gap: 1.25rem;
  padding: 1.4rem;
  border: 1px solid var(--view1-border);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(31, 124, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.95) 100%);
  box-shadow: var(--view1-shadow);
}

body.page-my-work.frontend-pack-view1 .view1-workspace__hero-copy {
  display: grid;
  gap: 1rem;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__eyebrow-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--view1-blue-soft);
  color: var(--view1-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__eyebrow-text,
body.page-my-work.frontend-pack-view1 .view1-workspace__subtitle {
  color: var(--view1-text-soft);
}

body.page-my-work.frontend-pack-view1 .view1-workspace__title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__hero-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__mobile-toggle {
  display: none;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__metrics--mobile-quickview.collapse:not(.show) {
  display: grid;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__metric {
  display: grid;
  gap: 0.35rem;
  min-height: 8.5rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(199, 211, 229, 0.85);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.82);
}

body.page-my-work.frontend-pack-view1 .view1-workspace__metric-label {
  color: var(--view1-text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__metric-value {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

body.page-my-work.frontend-pack-view1 .view1-workspace__metric-note {
  color: var(--view1-text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.page-my-work.frontend-pack-view1 .view1-work-controls {
  display: grid;
  gap: 0.85rem;
}

body.page-my-work.frontend-pack-view1 .view1-work-controls__bar {
  padding: 1rem 1.1rem;
  border: 1px solid var(--view1-border);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(22, 39, 64, 0.04);
}

body.page-my-work.frontend-pack-view1 .view1-work-controls__summary,
body.page-on-call.frontend-pack-view1 .view1-work-controls__summary {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

body.page-my-work.frontend-pack-view1 .view1-work-controls__summary-chip,
body.page-on-call.frontend-pack-view1 .view1-work-controls__summary-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--view1-border);
  background: rgba(255, 255, 255, 0.75);
  color: var(--view1-text-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

body.page-my-work.frontend-pack-view1 .view1-work-controls__summary-chip--action,
body.page-on-call.frontend-pack-view1 .view1-work-controls__summary-chip--action {
  color: var(--view1-link-blue);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.75);
}

body.page-my-work.frontend-pack-view1 .view1-work-controls__summary-chip--action:hover,
body.page-my-work.frontend-pack-view1 .view1-work-controls__summary-chip--action:focus,
body.page-on-call.frontend-pack-view1 .view1-work-controls__summary-chip--action:hover,
body.page-on-call.frontend-pack-view1 .view1-work-controls__summary-chip--action:focus {
  color: var(--view1-blue-strong);
  border-color: rgba(90, 131, 255, 0.35);
  text-decoration: none;
}

body.page-on-call.frontend-pack-view1 button.view1-work-controls__summary-chip {
  border: 1px solid var(--view1-border);
}

body.page-on-call.frontend-pack-view1 button.view1-work-controls__summary-chip:disabled {
  opacity: 0.55;
  color: var(--view1-text-soft);
  cursor: default;
}

body.page-my-work.frontend-pack-view1 .view1-work-board {
  gap: 1rem;
}

body.page-my-work.frontend-pack-view1 .view1-work-table-wrap,
body.page-on-call.frontend-pack-view1 .on-call-table-wrap {
  border: 1px solid var(--view1-border);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.92) 100%);
  box-shadow: var(--view1-shadow);
  overflow: hidden;
}

body.page-on-call.frontend-pack-view1 .on-call-table-wrap {
  overflow: hidden;
}

body.page-on-call.frontend-pack-view1 .on-call-table-wrap .table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem 1.05rem 0.95rem;
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 1.35rem;
  background: #f7faff;
  box-shadow: var(--view1-shadow);
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__header-start {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex-wrap: wrap;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year {
  color: var(--view1-text);
  font-size: 1rem;
  font-weight: 700;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--view1-text);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year-button:hover,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year-button:focus {
  border-color: rgba(29, 78, 216, 0.35);
  background: rgba(239, 246, 255, 0.98);
  color: var(--view1-link);
  box-shadow: 0 10px 18px -16px rgba(37, 99, 235, 0.75);
  transform: translateY(-1px);
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__track {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.2rem;
  scroll-padding-inline: 0.15rem;
  scrollbar-width: thin;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(148, 163, 184, 0.38);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--view1-text) !important;
  text-decoration: none;
  box-shadow: 0 10px 18px -18px rgba(37, 99, 235, 0.65);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-button:hover,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-button:focus {
  border-color: rgba(29, 78, 216, 0.34);
  background: rgba(239, 246, 255, 0.98);
  color: var(--view1-link) !important;
  transform: translateY(-1px);
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  color: var(--view1-text);
  line-height: 1.1;
  white-space: nowrap;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-text {
  color: var(--view1-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-separator {
  color: rgba(105, 119, 140, 0.72);
  font-size: 0.8rem;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-range {
  color: var(--view1-text);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  flex-wrap: wrap;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__action,
body.page-on-call.frontend-pack-view1 button.on-call-month-carousel__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.2rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--view1-text) !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__action:hover,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__action:focus,
body.page-on-call.frontend-pack-view1 button.on-call-month-carousel__action:hover,
body.page-on-call.frontend-pack-view1 button.on-call-month-carousel__action:focus {
  border-color: rgba(29, 78, 216, 0.34);
  background: rgba(239, 246, 255, 0.98);
  color: var(--view1-link) !important;
  box-shadow: 0 12px 20px -20px rgba(37, 99, 235, 0.7);
  transform: translateY(-1px);
}

body.page-on-call.frontend-pack-view1 button.on-call-month-carousel__action:disabled {
  opacity: 0.55;
  color: var(--view1-text-soft) !important;
  cursor: default;
  box-shadow: none;
  transform: none;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.65rem;
  padding: 0.62rem 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--view1-text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip:visited {
  color: var(--view1-text);
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip:hover,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip:focus {
  border-color: rgba(29, 78, 216, 0.35);
  background: rgba(239, 246, 255, 0.98);
  color: var(--view1-link);
  box-shadow: 0 12px 24px -20px rgba(37, 99, 235, 0.75);
  transform: translateY(-1px);
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-current {
  border-style: dashed;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active {
  border-color: rgba(37, 99, 235, 0.78);
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.95), rgba(59, 130, 246, 0.88));
  color: #fff !important;
  box-shadow: 0 18px 32px -22px rgba(37, 99, 235, 0.95);
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active:visited,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active:hover,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active:focus {
  color: #fff !important;
}

body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active span,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active:visited span,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active:hover span,
body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip.is-active:focus span {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  body.page-on-call.frontend-pack-view1 .on-call-month-carousel {
    gap: 0.55rem;
    padding: 0.75rem 0.75rem 0.85rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__header-start {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0.45rem;
    min-width: 0;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-nav {
    display: grid;
    grid-template-columns: 2.15rem minmax(0, 1fr) 2.15rem;
    align-items: center;
    gap: 0.45rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-copy {
    order: 0;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
    text-align: center;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year-nav {
    justify-content: flex-end;
    align-self: start;
    gap: 0.35rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__actions {
    justify-content: center;
    gap: 0.45rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__action,
  body.page-on-call.frontend-pack-view1 button.on-call-month-carousel__action {
    min-height: 2rem;
    padding: 0.42rem 0.7rem;
    font-size: 0.72rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-text {
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-range {
    font-size: 0.82rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year {
    font-size: 0.92rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__year-button,
  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__week-button {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.8rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__track {
    justify-content: flex-start;
    gap: 0.55rem;
    padding-top: 0.1rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-month-carousel__chip {
    min-width: 4.15rem;
    padding: 0.56rem 0.72rem;
    font-size: 0.74rem;
  }
}

body.page-on-call.frontend-pack-view1 .on-call-table {
  table-layout: fixed;
  width: 100%;
}

body.page-on-call.frontend-pack-view1 .on-call-table th:nth-child(1),
body.page-on-call.frontend-pack-view1 .on-call-table td:nth-child(1) {
  width: 5.5rem;
}

body.page-on-call.frontend-pack-view1 .on-call-table th:nth-child(2),
body.page-on-call.frontend-pack-view1 .on-call-table td:nth-child(2) {
  width: 4.5rem;
}

body.page-on-call.frontend-pack-view1 .on-call-table th:nth-child(n + 3),
body.page-on-call.frontend-pack-view1 .on-call-table td:nth-child(n + 3) {
  width: 18rem;
}

body.page-on-call.frontend-pack-view1 .on-call-editor {
  min-width: 0;
}

body.page-on-call.frontend-pack-view1 .on-call-editor .participant-pill-editor__controls {
  width: 100%;
  max-width: none;
  min-width: 0;
}

body.page-on-call.frontend-pack-view1 .on-call-editor .participant-pill-editor__selected {
  gap: 0.3rem;
}

body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell {
  padding-right: 0.85rem;
}

body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell .on-call-editor {
  width: 100%;
}

body.page-on-call.frontend-pack-view1 .on-call-table__day-mobile {
  display: none;
}

body.page-on-call.frontend-pack-view1 .on-call-editor .participant-pill {
  gap: 0.24rem;
  padding: 0.15rem 0.34rem 0.15rem 0.5rem;
}

body.page-on-call.frontend-pack-view1 .participant-pill__meta {
  color: var(--view1-text-soft);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.page-on-call.frontend-pack-view1 .on-call-editor .participant-pill__label {
  font-size: 0.8rem;
}

body.page-on-call.frontend-pack-view1 .on-call-editor .participant-pill__remove {
  width: 0.9rem;
  height: 0.9rem;
}

body.page-on-call.frontend-pack-view1 .on-call-editor__suggestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

body.page-on-call.frontend-pack-view1 .on-call-editor__suggestion-meta {
  color: var(--view1-text-soft);
  font-size: 0.76rem;
  white-space: nowrap;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  body.page-on-call.frontend-pack-view1 .on-call-table {
    table-layout: auto;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table thead {
    display: none;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table tbody,
  body.page-on-call.frontend-pack-view1 .on-call-table tr,
  body.page-on-call.frontend-pack-view1 .on-call-table td {
    display: block;
    width: 100% !important;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table tbody {
    padding: 0.75rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-row {
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 24px -24px rgba(37, 99, 235, 0.65);
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-row + .on-call-table__day-row {
    margin-top: 0.75rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-cell {
    padding: 0 0 0.65rem;
    border-bottom: 1px solid rgba(216, 225, 239, 0.92);
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__date-cell {
    display: none !important;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-short {
    display: none;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-mobile {
    display: grid;
    gap: 0.18rem;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-mobile strong {
    color: var(--view1-text);
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__day-mobile span {
    color: var(--view1-text-soft);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell {
    display: grid;
    grid-template-columns: minmax(5.75rem, 6.4rem) minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
    padding: 0.75rem 0 0;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell::before {
    content: attr(data-shift-label);
    color: var(--view1-text-soft);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell--disabled {
    display: none !important;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell .on-call-editor,
  body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell .participant-pill-editor__selected {
    min-width: 0;
  }

  body.page-on-call.frontend-pack-view1 .on-call-table__shift-cell .on-call-editor .participant-pill {
    max-width: 100%;
  }
}

body.page-on-call.frontend-pack-view1 .on-call-editor__input-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}

body.page-on-call.frontend-pack-view1 .on-call-editor__toggle {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.page-on-call.frontend-pack-view1 .on-call-editor__suggestion .fw-semibold {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.frontend-pack-view1 .on-call-picker-portal {
  position: fixed;
  z-index: 1085;
}

body.frontend-pack-view1 .on-call-picker-portal__panel {
  display: grid;
  gap: 0.45rem;
  padding: 0.5rem;
  border: 1px solid var(--view1-border);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.9rem 2rem rgba(15, 23, 42, 0.16);
}

body.frontend-pack-view1 .on-call-picker-portal__input {
  width: 100%;
}

body.frontend-pack-view1 .on-call-picker-portal__suggestions {
  display: grid;
  gap: 0.35rem;
  max-height: min(20rem, 50vh);
  overflow: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

body.frontend-pack-view1 .on-call-picker-portal__empty {
  padding: 0.4rem 0.25rem;
  color: var(--view1-text-soft);
  font-size: 0.88rem;
}

body.page-my-work.frontend-pack-view1 .my-work-table {
  margin-bottom: 0;
}

body.page-my-work.frontend-pack-view1 .my-work-table thead th,
body.page-on-call.frontend-pack-view1 .on-call-table thead th {
  border-bottom-width: 1px;
  border-color: var(--view1-border);
  background: rgba(244, 248, 255, 0.92);
  color: var(--view1-text-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.page-my-work.frontend-pack-view1 .my-work-table__sort {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

body.page-my-work.frontend-pack-view1 .my-work-table__sort:hover,
body.page-my-work.frontend-pack-view1 .my-work-table__sort:focus {
  color: var(--view1-blue-strong);
}

body.page-my-work.frontend-pack-view1 .my-work-table__sort.is-active {
  color: var(--view1-link-blue);
}

body.page-my-work.frontend-pack-view1 .my-work-table tbody td,
body.page-on-call.frontend-pack-view1 .on-call-table tbody td {
  border-color: rgba(208, 219, 238, 0.7);
  vertical-align: top;
}

body.page-my-work.frontend-pack-view1 .my-work-table tbody tr:last-child td,
body.page-on-call.frontend-pack-view1 .on-call-table tbody tr:last-child td {
  border-bottom: 0;
}

body.page-my-work.frontend-pack-view1 .my-work-table__project {
  min-width: 16rem;
}

body.page-my-work.frontend-pack-view1 .my-work-table__project-name {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--view1-link-blue);
  font-weight: 700;
  text-decoration: none;
}

body.page-my-work.frontend-pack-view1 .my-work-table__project-name:hover,
body.page-my-work.frontend-pack-view1 .my-work-table__project-name:focus,
body.page-my-work.frontend-pack-view1 .my-work-table__subtle-link:hover,
body.page-my-work.frontend-pack-view1 .my-work-table__subtle-link:focus {
  color: var(--view1-blue-strong);
  text-decoration: none;
}

body.page-my-work.frontend-pack-view1 .my-work-table__subtle-link {
  color: inherit;
  text-decoration: none;
}

body.page-my-work.frontend-pack-view1 .my-work-table__meta,
body.page-my-work.frontend-pack-view1 .my-work-table__dates {
  display: grid;
  gap: 0.2rem;
}

body.page-my-work.frontend-pack-view1 .my-work-table__eyebrow {
  color: var(--view1-text-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-my-work.frontend-pack-view1 .my-work-table__description,
body.page-my-work.frontend-pack-view1 .my-work-table__wrap-text {
  color: var(--view1-text-soft);
  font-size: 0.9rem;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--view1-border);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.92) 100%);
  box-shadow: var(--view1-shadow);
}

body.page-my-work.frontend-pack-view1 .view1-work-lane--planned {
  background: linear-gradient(180deg, rgba(249, 251, 255, 0.98) 0%, rgba(244, 247, 252, 0.95) 100%);
}

body.page-my-work.frontend-pack-view1 .view1-work-lane__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane__eyebrow {
  color: var(--view1-link-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane__title {
  font-size: 1.2rem;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane__subtitle {
  max-width: 46rem;
  color: var(--view1-text-soft);
  font-size: 0.94rem;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: var(--view1-blue-soft-strong);
  color: var(--view1-blue-strong);
  font-weight: 800;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane .my-work-section {
  gap: 0.75rem;
}

body.page-my-work.frontend-pack-view1 .view1-work-lane .my-work-section-divider {
  display: none;
}

body.page-my-work.frontend-pack-view1 .task-item__link,
body.page-my-work.frontend-pack-view1 .task-item__eyebrow-link,
body.page-my-work.frontend-pack-view1 .my-work-inline-link,
body.page-my-work.frontend-pack-view1 .btn.btn-link.my-work-inline-link {
  color: var(--view1-link-blue) !important;
}

body.page-my-work.frontend-pack-view1 .task-item__link:hover,
body.page-my-work.frontend-pack-view1 .task-item__link:focus,
body.page-my-work.frontend-pack-view1 .task-item__eyebrow-link:hover,
body.page-my-work.frontend-pack-view1 .task-item__eyebrow-link:focus,
body.page-my-work.frontend-pack-view1 .my-work-inline-link:hover,
body.page-my-work.frontend-pack-view1 .my-work-inline-link:focus,
body.page-my-work.frontend-pack-view1 .btn.btn-link.my-work-inline-link:hover,
body.page-my-work.frontend-pack-view1 .btn.btn-link.my-work-inline-link:focus {
  color: var(--view1-blue-strong) !important;
}

body.page-my-work.frontend-pack-view1 .compact-task-row__project-client-link {
  color: var(--text-secondary) !important;
}

body.page-my-work.frontend-pack-view1 .compact-task-row__project-client-link:hover,
body.page-my-work.frontend-pack-view1 .compact-task-row__project-client-link:focus {
  color: var(--view1-link-blue) !important;
}

body.page-my-work.frontend-pack-view1 .compact-task-row {
  border-color: #d7e3f5;
  border-radius: 1.1rem;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(22, 39, 64, 0.04);
}

body.page-my-work.frontend-pack-view1 .compact-task-row__actions {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 0.55rem;
  min-width: 9.5rem;
}

body.page-my-work.frontend-pack-view1 .compact-task-row__pills {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.4rem;
  min-height: 2rem;
  width: 100%;
}

body.page-my-work.frontend-pack-view1 .compact-task-row__icon-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  width: 100%;
}

body.frontend-pack-view1 .compact-task-row--blocked {
  border-color: rgba(226, 68, 92, 0.22);
  background: linear-gradient(180deg, rgba(255, 244, 246, 0.98) 0%, rgba(255, 238, 241, 0.94) 100%);
}

body.page-my-work.frontend-pack-view1 .compact-task-row--planned {
  background: rgba(248, 250, 255, 0.92);
}

body.page-my-work.frontend-pack-view1 .compact-task-row:hover,
body.page-my-work.frontend-pack-view1 .compact-task-row:focus-within {
  background: rgba(244, 248, 255, 0.98);
  border-color: #bfd3f1;
}

body.page-my-work.frontend-pack-view1 .compact-task-row--planned:hover,
body.page-my-work.frontend-pack-view1 .compact-task-row--planned:focus-within {
  background: rgba(238, 244, 255, 0.98);
}

body.page-my-work.frontend-pack-view1 .view1-work-empty {
  border: 1px dashed var(--view1-border-strong);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.82);
}

body.page-my-work.frontend-pack-view1 .view1-work-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-inline: auto;
  border-radius: 1.2rem;
  background: var(--view1-blue-soft);
  color: var(--view1-blue);
  font-size: 1.6rem;
}

body.frontend-pack-view1 .sql-console-results {
  font-size: 0.82rem;
}

body.frontend-pack-view1 .sql-console-results__table {
  margin-bottom: 0;
}

body.frontend-pack-view1 .sql-console-results__cell {
  padding: 0.35rem 0.5rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  body.page-my-work.frontend-pack-view1 .view1-workspace__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .frontend-pack-view1 .view1-main {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .frontend-pack-view1 .app-brand__name {
    display: inline-block;
  }

  body.page-my-work.frontend-pack-view1 .view1-workspace__hero,
  body.page-my-work.frontend-pack-view1 .view1-work-controls__bar,
  body.page-my-work.frontend-pack-view1 .view1-work-lane {
    padding: 1rem;
    border-radius: 1.1rem;
  }

  body.page-my-work.frontend-pack-view1 .view1-workspace__metrics {
    grid-template-columns: 1fr;
  }

  body.page-my-work.frontend-pack-view1 .view1-workspace__mobile-toggle {
    display: block;
  }

  body.page-my-work.frontend-pack-view1 .view1-workspace__metrics--mobile-quickview.collapse:not(.show) {
    display: none;
  }

  body.page-my-work.frontend-pack-view1 .view1-workspace__metrics--mobile-quickview.show,
  body.page-my-work.frontend-pack-view1 .view1-workspace__metrics--mobile-quickview.collapsing {
    display: grid;
  }

  .frontend-pack-view1 .view1-topbar__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    align-items: flex-start;
  }

  .frontend-pack-view1 .view1-topbar__brand-group,
  .frontend-pack-view1 .view1-topbar__actions {
    gap: 0.55rem;
  }

  .frontend-pack-view1 .view1-topbar__brand-group {
    order: 1;
    flex: 0 1 auto;
  }

  .frontend-pack-view1 .view1-topbar__search-collapse {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0;
  }

  .frontend-pack-view1 .view1-topbar__actions {
    order: 2;
    flex: 1 1 auto;
    justify-content: flex-end;
    width: auto;
  }

  body.frontend-pack-view1 .app-global-search--view1 {
    width: 100%;
    margin-top: 0.25rem;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  body.page-my-work.frontend-pack-view1 .view1-workspace__metrics--mobile-quickview {
    display: grid !important;
    height: auto !important;
    overflow: visible !important;
  }
}

.frontend-pack-view1 .status-email-draft-textarea {
  min-height: 34rem;
  font-size: 0.92rem;
  line-height: 1.55;
  resize: vertical;
}
