#app .operations-page,
#app .operations-content,
#app .operations-content *,
#app .operations-content *::before,
#app .operations-content *::after {
  box-sizing: border-box;
}

#app .operations-page {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

#app .operations-content {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  overflow-x: clip;
  color: var(--ref-text, #eaf5ff);
}

.operations-content :is(button, input, select, textarea) {
  font: inherit;
}

.operations-content :is(button, input:not([type="checkbox"]), select, textarea) {
  min-height: 44px;
}

.operations-content :is(button, input, select, textarea):focus-visible,
.operations-table-region:focus-visible {
  outline: 3px solid rgba(128, 226, 255, .94);
  outline-offset: 2px;
}

.operations-content h1,
.operations-content h2,
.operations-content h3,
.operations-content p {
  overflow-wrap: anywhere;
}

.operations-content h1,
.operations-content h2,
.operations-content h3 {
  margin: 0;
  color: var(--ref-text, #eaf5ff);
}

.operations-content p {
  color: var(--ref-muted, #8fa8c1);
}

.operations-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--ref-cyan, #66d7ff);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.operations-view-tabs,
.operations-collection-tabs {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.operations-view-tabs {
  padding: 2px;
}

.operations-view-tab,
.operations-collection-tab {
  min-height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(126, 185, 230, .24);
  border-radius: 10px;
  color: var(--ref-muted, #8fa8c1);
  background: rgba(7, 26, 47, .82);
  cursor: pointer;
}

.operations-view-tab {
  padding: 0 18px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.operations-view-tab:hover,
.operations-collection-tab:hover {
  border-color: rgba(102, 215, 255, .66);
  color: var(--ref-text, #eaf5ff);
}

.operations-view-tab.is-active,
.operations-collection-tab.is-active {
  border-color: rgba(102, 215, 255, .78);
  color: #fff;
  background: linear-gradient(145deg, rgba(39, 132, 207, .86), rgba(8, 66, 125, .94));
  box-shadow: inset 0 1px rgba(255, 255, 255, .18), 0 6px 15px rgba(0, 80, 155, .2);
}

.operations-page-tools {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--ref-line, rgba(92, 151, 203, .24));
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 45, 75, .92), rgba(5, 24, 44, .94));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 12px 24px rgba(0, 7, 18, .18);
}

.operations-page-tools > div {
  min-width: 0;
}

.operations-page-tools h1 {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.operations-page-tools p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.operations-tool-actions {
  flex: 0 1 auto;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}

.operations-tool-actions label,
.operations-section-heading label {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.operations-tool-actions label > span,
.operations-section-heading label > span {
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  font-weight: 850;
}

.operations-tool-actions input,
.operations-section-heading select {
  min-width: 150px;
  padding: 0 11px;
  border: 1px solid rgba(147, 202, 255, .32);
  border-radius: 9px;
  color: var(--ref-text, #eaf5ff);
  background: #071b35;
}

.operations-role-badge,
.operations-rule-badge,
.operations-capacity-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid rgba(102, 215, 255, .42);
  border-radius: 999px;
  color: var(--ref-cyan, #66d7ff);
  background: rgba(11, 57, 89, .54);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.operations-tool-actions > .operations-role-badge {
  min-height: 44px;
}

.operations-button {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(147, 202, 255, .3);
  border-radius: 10px;
  color: var(--ref-text, #eaf5ff);
  background: rgba(9, 31, 54, .9);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.operations-button:hover {
  border-color: rgba(102, 215, 255, .72);
  background: rgba(20, 58, 94, .96);
}

.operations-button:active {
  transform: translateY(1px);
}

.operations-button:disabled,
.operations-collection-tab:disabled {
  cursor: not-allowed;
  opacity: .48;
  transform: none;
}

.operations-button--primary {
  border-color: rgba(113, 194, 255, .62);
  color: #fff;
  background: linear-gradient(145deg, #5aa8ff, #176be5 52%, #07449f);
  box-shadow: inset 0 1px rgba(255, 255, 255, .26), 0 7px 16px rgba(0, 73, 176, .25);
}

.operations-button--danger {
  border-color: rgba(255, 108, 127, .68);
  color: #fff;
  background: linear-gradient(145deg, #dd526a, #a32442 58%, #681329);
  box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 7px 16px rgba(125, 18, 48, .26);
}

.operations-button--compact {
  min-width: 70px;
  min-height: 44px;
  padding: 0 10px;
}

.operations-panel,
.operations-access,
.operations-event-form {
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--ref-line, rgba(92, 151, 203, .24));
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(15, 46, 76, .88), rgba(5, 24, 44, .94));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 10px 24px rgba(0, 7, 18, .16);
}

.operations-section-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid var(--ref-line, rgba(92, 151, 203, .24));
}

.operations-section-heading > div {
  min-width: 0;
}

.operations-section-heading h2 {
  font-size: 17px;
  line-height: 1.25;
}

.operations-section-heading p {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.5;
}

.operations-section-heading > span {
  flex: 0 0 auto;
  color: var(--ref-muted, #8fa8c1);
  font-size: 11px;
  font-weight: 750;
}

.operations-feedback {
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid rgba(104, 178, 232, .28);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.operations-feedback--error {
  border-color: rgba(255, 98, 123, .48);
  color: #ffd7de;
  background: rgba(91, 20, 42, .5);
}

.operations-feedback--success {
  border-color: rgba(86, 230, 174, .4);
  color: var(--ref-green, #56e6ae);
  background: rgba(7, 65, 54, .42);
}

.operations-metrics {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.operations-metric {
  position: relative;
  min-width: 0;
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(113, 178, 228, .2);
  border-radius: 13px;
  background: rgba(5, 22, 40, .76);
}

.operations-metric::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: currentColor;
  opacity: .82;
}

.operations-metric span,
.operations-metric small {
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  line-height: 1.35;
}

.operations-metric span {
  font-weight: 850;
}

.operations-metric strong {
  color: currentColor;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.operations-tone--good { color: var(--ref-green, #56e6ae); }
.operations-tone--cyan { color: var(--ref-cyan, #66d7ff); }
.operations-tone--blue { color: #82b8ff; }
.operations-tone--wait { color: var(--ref-amber, #ffc56c); }
.operations-tone--hot { color: #ff8093; }

.operations-command-grid {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.operations-command-facts,
.operations-capacity-panel {
  grid-column: 1 / -1;
  overflow: hidden;
}

.operations-table-region {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.operations-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--ref-text, #eaf5ff);
  font-size: 12px;
}

.operations-table th,
.operations-table td {
  min-width: 0;
  padding: 10px 9px;
  border-bottom: 1px solid rgba(104, 170, 220, .15);
  text-align: left;
  vertical-align: middle;
}

.operations-table th {
  color: var(--ref-muted, #8fa8c1);
  background: rgba(18, 72, 123, .3);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
}

.operations-table tbody tr {
  background: rgba(5, 21, 38, .34);
}

.operations-table tbody tr:hover {
  background: rgba(26, 72, 111, .36);
}

.operations-table td strong,
.operations-table td small {
  display: block;
}

.operations-table td small {
  margin-top: 3px;
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.operations-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--ref-cyan, #66d7ff);
  background: rgba(4, 20, 37, .58);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.operations-status::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.operations-status--completed,
.operations-status--active {
  color: var(--ref-green, #56e6ae);
}

.operations-status--pending,
.operations-status--in_progress,
.operations-status--partial,
.operations-status--needs_review {
  color: var(--ref-amber, #ffc56c);
}

.operations-status--technical_exception,
.operations-status--exception,
.operations-status--inactive {
  color: #ff8093;
}

.operations-assessment,
.operations-limitations,
.operations-capacity-analysis {
  min-width: 0;
  padding: 16px;
}

.operations-assessment-heading,
.operations-capacity-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.operations-assessment-heading code,
.operations-capacity-heading code,
.operations-resource-card code,
.operations-form-actions code {
  color: #c9e9ff;
  font-family: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.operations-assessment-message {
  margin: 13px 0;
  color: var(--ref-text, #eaf5ff) !important;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.5;
}

.operations-evidence,
.operations-capacity-evidence {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 16px;
}

.operations-evidence > div,
.operations-capacity-evidence > div {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(104, 170, 220, .18);
  border-radius: 10px;
  background: rgba(5, 21, 38, .5);
}

.operations-evidence dt,
.operations-capacity-evidence dt {
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  font-weight: 850;
}

.operations-evidence dd,
.operations-capacity-evidence dd {
  margin: 0;
  color: var(--ref-cyan, #66d7ff);
  font-size: 20px;
  font-weight: 900;
}

.operations-assessment h3,
.operations-limitations h3,
.operations-capacity-analysis h3 {
  margin: 13px 0 8px;
  font-size: 13px;
}

.operations-priority-list,
.operations-limitations ul,
.operations-limit-list,
.operations-gap-list {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.operations-priority-list {
  display: grid;
  gap: 8px;
}

.operations-priority-list li {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 11px;
  border: 1px solid rgba(255, 197, 108, .24);
  border-radius: 10px;
  background: rgba(83, 55, 13, .24);
}

.operations-priority-list li > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.operations-priority-list strong {
  font-size: 12px;
}

.operations-priority-list span,
.operations-priority-list small {
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.operations-priority-list p {
  margin: 0;
  color: #e8d8b4;
  font-size: 11px;
  line-height: 1.45;
}

.operations-limitations {
  display: grid;
  gap: 7px;
}

.operations-limitations ul,
.operations-limit-list {
  display: grid;
  gap: 7px;
}

.operations-limitations li,
.operations-limit-list li {
  position: relative;
  padding-left: 17px;
  color: #c9d8e6;
  font-size: 11px;
  line-height: 1.5;
}

.operations-limitations li::before,
.operations-limit-list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ref-amber, #ffc56c);
}

.operations-limitations > p,
.operations-capacity-disclaimer {
  margin: 6px 0 0;
  padding: 10px 11px;
  border: 1px dashed rgba(255, 197, 108, .3);
  border-radius: 9px;
  color: #eadab8;
  background: rgba(73, 51, 17, .22);
  font-size: 11px;
  line-height: 1.5;
}

.operations-capacity-state--on_track {
  border-color: rgba(86, 230, 174, .46);
  color: var(--ref-green, #56e6ae);
}

.operations-capacity-state--capacity_risk {
  border-color: rgba(255, 108, 127, .55);
  color: #ff9bac;
}

.operations-capacity-state--data_incomplete,
.operations-capacity-state--waiting_data {
  border-color: rgba(255, 197, 108, .48);
  color: var(--ref-amber, #ffc56c);
}

.operations-saturday-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(240px, 1fr);
  gap: 12px;
  align-items: center;
  margin: 14px 0;
  padding: 13px;
  border: 1px solid rgba(102, 215, 255, .24);
  border-radius: 12px;
  background: rgba(6, 29, 51, .62);
}

.operations-saturday-card dl {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.operations-saturday-card dl > div {
  min-width: 0;
  padding: 9px;
  border-radius: 9px;
  background: rgba(4, 20, 37, .64);
}

.operations-saturday-card dt {
  color: var(--ref-muted, #8fa8c1);
  font-size: 9px;
}

.operations-saturday-card dd {
  margin: 4px 0 0;
  color: var(--ref-cyan, #66d7ff);
  font-size: 20px;
  font-weight: 900;
}

.operations-saturday-card p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.operations-capacity-details {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 12px;
}

.operations-capacity-details > section {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(104, 170, 220, .18);
  border-radius: 11px;
  background: rgba(5, 21, 38, .4);
}

.operations-capacity-table {
  min-width: 820px;
}

.operations-gap-list {
  display: grid;
  gap: 7px;
}

.operations-gap-list li {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 197, 108, .22);
  border-radius: 9px;
  background: rgba(83, 55, 13, .2);
}

.operations-gap-list code {
  color: #f2ddb1;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.operations-gap-list strong {
  color: var(--ref-amber, #ffc56c);
}

.operations-muted {
  margin: 8px 0;
  font-size: 11px;
}

.operations-resources-layout {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  gap: 12px;
}

.operations-resource-browser,
.operations-event-editor {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.operations-collection-tabs {
  padding: 12px;
  border-bottom: 1px solid rgba(104, 170, 220, .15);
}

.operations-collection-tab {
  min-width: 128px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  padding: 7px 12px;
  white-space: nowrap;
}

.operations-collection-tab span {
  font-size: 11px;
  font-weight: 900;
}

.operations-collection-tab small {
  font-size: 9px;
  opacity: .8;
}

.operations-resource-list-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(104, 170, 220, .14);
}

.operations-resource-list-heading > div {
  min-width: 0;
}

.operations-resource-list-heading h3 {
  font-size: 14px;
}

.operations-resource-list-heading p {
  margin: 3px 0 0;
  font-size: 10px;
}

.operations-resource-list-heading > span {
  flex: 0 0 auto;
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  font-weight: 800;
}

.operations-resource-cards {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.operations-resource-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(104, 170, 220, .18);
  border-radius: 12px;
  background: rgba(5, 21, 38, .52);
}

.operations-resource-card > header,
.operations-resource-card > footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.operations-resource-card > header > div,
.operations-resource-card > footer > div {
  min-width: 0;
}

.operations-resource-card h3 {
  margin-top: 7px;
  font-size: 14px;
}

.operations-resource-card dl {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
}

.operations-resource-card dl > div {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(6, 28, 49, .64);
}

.operations-resource-card dt {
  color: var(--ref-muted, #8fa8c1);
  font-size: 9px;
  font-weight: 850;
}

.operations-resource-card dd {
  min-width: 0;
  margin: 0;
  color: var(--ref-text, #eaf5ff);
  font-size: 11px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.operations-resource-card > footer {
  align-items: flex-end;
}

.operations-resource-card > footer > code {
  max-width: 45%;
}

.operations-resource-card > footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.operations-permission-note {
  margin: 0;
  padding: 9px 10px;
  border: 1px dashed rgba(255, 197, 108, .3);
  border-radius: 9px;
  color: #eadab8 !important;
  background: rgba(73, 51, 17, .22);
  font-size: 10px;
  line-height: 1.45;
}

.operations-event-editor {
  align-self: start;
}

.operations-event-editor > .operations-feedback {
  margin: 12px 12px 0;
}

.operations-event-form {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.operations-event-form > header {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(104, 170, 220, .16);
}

.operations-event-form > header > div {
  min-width: 0;
}

.operations-event-form > header h2 {
  font-size: 17px;
}

.operations-event-form > header p {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.45;
}

.operations-event-form fieldset {
  min-width: 0;
  margin: 12px;
  padding: 12px;
  border: 1px solid rgba(102, 175, 229, .24);
  border-radius: 12px;
  background: rgba(5, 21, 38, .56);
}

.operations-event-form legend {
  padding: 0 7px;
  color: var(--ref-text, #eaf5ff);
  font-size: 12px;
  font-weight: 900;
}

.operations-form-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.operations-field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
}

.operations-field-main {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.operations-field-main > span {
  color: var(--ref-text, #eaf5ff);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.35;
}

.operations-field small {
  color: var(--ref-muted, #8fa8c1);
  font-size: 9px;
  line-height: 1.4;
}

.operations-field input:not([type="checkbox"]),
.operations-field select,
.operations-field textarea,
.operations-auth-form input,
.operations-auth-form select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(147, 202, 255, .32);
  border-radius: 9px;
  color: var(--ref-text, #eaf5ff);
  background: #071b35;
  font-size: 12px;
}

.operations-field textarea {
  min-height: 88px;
  padding-top: 9px;
  padding-bottom: 9px;
  resize: vertical;
}

.operations-field input:disabled,
.operations-field select:disabled {
  color: var(--ref-muted, #8fa8c1);
  background: rgba(5, 18, 32, .78);
}

.operations-null-clear {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border: 1px dashed rgba(104, 170, 220, .24);
  border-radius: 8px;
  color: var(--ref-muted, #8fa8c1);
  background: rgba(5, 24, 43, .52);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.operations-null-clear input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: #36aef0;
}

.operations-field--wide,
.operations-field--days {
  grid-column: 1 / -1;
}

.operations-weekdays {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.operations-weekdays label {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(104, 170, 220, .2);
  border-radius: 8px;
  background: rgba(5, 24, 43, .7);
  cursor: pointer;
}

.operations-weekdays input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: #36aef0;
}

.operations-weekdays span {
  min-width: 0;
  font-size: 10px;
  font-weight: 800;
}

.operations-form-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  padding: 0 12px 12px;
}

.operations-form-actions > span {
  min-width: 0;
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  overflow-wrap: anywhere;
}

.operations-form-boundary {
  margin: 0 12px 14px;
  padding: 10px 11px;
  border: 1px dashed rgba(104, 170, 220, .3);
  border-radius: 9px;
  color: var(--ref-muted, #8fa8c1);
  font-size: 10px;
  line-height: 1.5;
}

.operations-access {
  width: min(720px, 100%);
  justify-self: center;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.operations-access h2 {
  font-size: 21px;
}

.operations-access p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.operations-auth-form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(220px, 1fr) auto;
  align-items: end;
  gap: 9px;
}

.operations-auth-form label {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.operations-auth-form label > span {
  color: var(--ref-text, #eaf5ff);
  font-size: 10px;
  font-weight: 850;
}

.operations-empty,
.operations-loading {
  min-width: 0;
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 24px;
  color: var(--ref-muted, #8fa8c1);
  text-align: center;
}

.operations-empty strong,
.operations-loading strong {
  color: var(--ref-text, #eaf5ff);
  font-size: 14px;
}

.operations-empty span,
.operations-loading span {
  max-width: 620px;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.operations-empty--warning {
  min-height: 150px;
  color: #f0deb6;
  background: rgba(83, 55, 13, .16);
}

.operations-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(102, 215, 255, .2);
  border-top-color: var(--ref-cyan, #66d7ff);
  border-radius: 50%;
  animation: operationsSpin .8s linear infinite;
}

@keyframes operationsSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1320px) {
  .operations-resources-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .operations-resource-browser,
  .operations-event-editor {
    grid-column: 1 / -1;
  }

  .operations-resource-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .operations-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .operations-capacity-details {
    grid-template-columns: minmax(0, 1fr);
  }

  .operations-resource-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .operations-command-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .operations-command-grid > .operations-panel {
    grid-column: 1;
  }

  .operations-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operations-evidence,
  .operations-capacity-evidence {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .operations-table {
    min-width: 0;
  }

  .operations-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .operations-table,
  .operations-table tbody {
    display: block;
  }

  .operations-table tbody {
    padding: 10px;
  }

  .operations-table tbody tr {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    margin-bottom: 10px;
    padding: 11px;
    border: 1px solid rgba(104, 170, 220, .18);
    border-radius: 11px;
  }

  .operations-table td {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 3px;
    padding: 0;
    border: 0;
    overflow-wrap: anywhere;
  }

  .operations-table td::before {
    content: attr(data-label);
    color: var(--ref-muted, #8fa8c1);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
  }

  .operations-saturday-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .operations-page-tools,
  .operations-section-heading,
  .operations-event-form > header {
    align-items: stretch;
    flex-direction: column;
  }

  .operations-tool-actions {
    width: 100%;
    justify-content: stretch;
  }

  .operations-tool-actions label {
    flex: 1 1 180px;
  }

  .operations-tool-actions .operations-button {
    flex: 1 1 auto;
  }

  .operations-resource-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .operations-auth-form {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .operations-metrics,
  .operations-evidence,
  .operations-capacity-evidence,
  .operations-form-grid,
  .operations-resource-card dl,
  .operations-weekdays,
  .operations-table tbody tr,
  .operations-saturday-card dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .operations-field--wide,
  .operations-field--days {
    grid-column: auto;
  }

  .operations-resource-card > header,
  .operations-resource-card > footer,
  .operations-resource-list-heading,
  .operations-priority-list li > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .operations-resource-card > footer > code {
    max-width: 100%;
  }

  .operations-resource-card > footer > div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .operations-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .operations-page-tools,
  .operations-assessment,
  .operations-limitations,
  .operations-capacity-analysis,
  .operations-access {
    padding-right: 12px;
    padding-left: 12px;
  }

  .operations-tool-actions,
  .operations-form-actions,
  .operations-resource-card > footer > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .operations-tool-actions .operations-button,
  .operations-form-actions .operations-button,
  .operations-resource-card .operations-button {
    width: 100%;
  }

  .operations-tool-actions label,
  .operations-tool-actions input,
  .operations-section-heading label,
  .operations-section-heading select {
    width: 100%;
    min-width: 0;
  }

  .operations-event-form fieldset {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .operations-form-actions,
  .operations-form-boundary {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .operations-spinner {
    animation: none !important;
  }

  .operations-button {
    transition: none !important;
  }
}
