/* Operations use the same restrained blue/white product language as the timetable. */
.ops-module-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 24px;
  background: #fff;
  border-bottom: 1px solid #e7ebf2;
  overflow-x: auto;
  scrollbar-width: thin;
}
.ops-module-label {
  flex-shrink: 0;
  color: #8a96a9;
  font-size: 12px;
  font-weight: 600;
  margin-right: 16px;
  padding-right: 20px;
  border-right: 1px solid #e5eaf2;
}
.ops-module-nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 12px;
  flex-shrink: 0;
  color: #637088;
  font-size: 13px;
  font-weight: 550;
  text-decoration: none;
  border-radius: 9px;
}
.ops-module-nav a svg {
  width: 16px;
  height: 16px;
}
.ops-module-nav a:hover {
  background: #f4f6fb;
  color: #253650;
}
.ops-module-nav a[aria-current] {
  color: #3454f5;
  background: #edf1ff;
  font-weight: 700;
}
.ops-content {
  max-width: 1600px;
  padding: 24px 28px 40px;
}
.ops-page-heading {
  justify-content: space-between;
  margin-bottom: 22px;
}
.ops-eyebrow {
  font-size: 11px;
  color: #79869c;
  margin-bottom: 5px;
}
.ops-page-heading h1 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.ops-heading-actions {
  display: flex;
  gap: 7px;
}
.ops-content button,
.workspace-button {
  min-height: 40px;
  font-size: 13px;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 14px;
}
.ops-content button svg,
.workspace-button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.ops-heading-actions button {
  color: #637088;
  border-color: #e5eaf2;
  background: #fff;
}
.ops-heading-actions button:first-child {
  padding: 9px;
}
.ops-content :is(.ops-list, .ops-editor, .ops-card) {
  border-color: #e5eaf2;
  border-radius: 16px;
  box-shadow: 0 2px 5px #20325003;
}
.ops-content :is(input, select, textarea) {
  border-color: #c5cfdf;
  border-radius: 9px;
  color: #26354e;
  font-size: 14px;
}
.ops-content .ops-tabs {
  gap: 5px;
  padding: 5px;
  border-radius: 12px;
  background: #eaf0f8;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
}
.ops-content .ops-tabs button {
  min-height: 36px;
  border: 0;
  padding: 8px 12px;
  color: #67768e;
  background: transparent;
}
.ops-content .ops-tabs button.active {
  background: #fff;
  color: #3454f5;
  box-shadow: 0 1px 4px #1b345414;
}
.workspace-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  color: #3c4d68;
  background: #fff;
  border: 1px solid #dce3ee;
  white-space: nowrap;
}
.workspace-button:hover {
  background: #f3f6fb;
  border-color: #adbbd3;
}
.workspace-button.primary {
  background: #3454f5;
  border-color: #3454f5;
  color: #fff;
  box-shadow: 0 3px 8px #3454f51a;
}
.workspace-button.primary:hover {
  background: #2946dc;
  border-color: #2946dc;
}
.attendance-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.attendance-filters {
  display: flex;
  gap: 12px;
}
.attendance-filters label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  color: #6c7a91;
  font-weight: 550;
}
.attendance-filters input,
.attendance-filters select {
  min-height: 42px;
  padding: 9px 12px;
  background: white;
  border: 1px solid #c5cfdf;
  width: 180px;
}
.attendance-filters select {
  width: 150px;
}
.attendance-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.attendance-actions > * {
  min-height: 42px;
}
.attendance-settings {
  background: transparent;
}
.attendance-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.attendance-card {
  background: white;
  border: 1px solid #e3e9f2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 8px #20325003;
}
.attendance-card > header {
  padding: 20px 22px 17px;
  border-bottom: 1px solid #eef1f7;
}
.attendance-card > header > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.attendance-card > header svg {
  width: 20px;
  height: 20px;
  color: #7385a3;
}
.attendance-card h2 {
  font-size: 15px;
  color: #2b3b55;
  font-weight: 680;
}
.attendance-card header small {
  display: block;
  font-size: 12px;
  margin: 6px 0 0 28px;
  color: #8190a7;
}
.attendance-count {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #65758d;
  background: #f1f4f9;
  padding: 4px 8px;
  border-radius: 7px;
}
.attendance-empty {
  display: grid;
  justify-items: center;
  padding: 44px 20px 48px;
  text-align: center;
  min-height: 246px;
  align-content: center;
}
.attendance-empty-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f2f5fc;
  color: #8ea1c6;
  margin-bottom: 17px;
}
.attendance-empty-icon svg {
  width: 26px;
  height: 26px;
}
.attendance-empty h3 {
  font-size: 14px;
  font-weight: 600;
  color: #596a84;
  margin: 0 0 8px;
}
.attendance-empty p {
  font-size: 12px;
  color: #7b89a0;
  line-height: 1.8;
  word-break: keep-all;
}
.attendance-card .ops-row {
  padding: 16px 22px;
  border-color: #eef1f7;
  gap: 12px;
}
.attendance-person-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #f0f3fa;
  color: #6c7ea1;
  border-radius: 12px;
  font-size: 13px;
  flex-shrink: 0;
}
.attendance-card .body strong {
  font-size: 14px;
}
.attendance-state {
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  padding: 5px 8px;
  white-space: nowrap;
}
.attendance-state.arrived {
  background: #eaf6f0;
  color: #24825f;
}
.attendance-state.left {
  background: #f1f4fa;
  color: #687c9d;
}
.attendance-state.pending {
  background: #fff3e2;
  color: #a56824;
}
.attendance-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #8290a5;
  font-size: 12px;
  margin-top: 20px;
}
.attendance-footnote svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.ops-account-editor {
  max-width: 520px;
}
.kiosk-setup {
  max-width: 960px;
  min-height: 100svh;
  margin: auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.kiosk-setup > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.kiosk-setup > header img {
  width: 210px;
  height: 36px;
  object-fit: contain;
  object-position: left;
}
.kiosk-setup > header a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #62748e;
  font-size: 13px;
  text-decoration: none;
  min-height: 44px;
}
.kiosk-setup > header a svg {
  width: 16px;
  height: 16px;
}
.kiosk-setup-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px;
  align-items: center;
  margin: auto 0;
  padding: 42px;
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 24px;
  box-shadow: 0 8px 32px #1f36580a;
}
.kiosk-setup-art img {
  width: 100%;
  height: auto;
}
.kiosk-setup h1 {
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.4;
}
.kiosk-setup-card .ops-hint {
  margin: 14px 0 24px;
  font-size: 13px;
}
.kiosk-setup form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.kiosk-setup form input {
  min-height: 46px;
  width: 100%;
  border: 1px solid #b9c7da;
  border-radius: 10px;
  padding: 12px;
}
.kiosk-setup form button {
  margin-top: 14px;
  min-height: 46px;
  width: 100%;
}
.kiosk-setup [role="alert"] {
  margin-top: 10px;
  font-size: 13px;
  color: #b32d45;
}
.kiosk-setup footer {
  font-size: 12px;
  text-align: center;
  color: #8391a8;
  padding: 24px 0 0;
}
.ops-kiosk.ops-card {
  border-color: #e2e9f4;
  border-radius: 24px;
  box-shadow: 0 8px 32px #1f365808;
  padding: 28px;
}
.ops-kiosk .ops-keypad button {
  border: 0;
  border-radius: 13px;
  background: #f2f5fb;
  color: #2a3c5b;
  font-weight: 550;
}
.ops-kiosk .ops-keypad button:hover {
  background: #e8eeff;
}
.ops-kiosk .ops-tabs button.active {
  background: #edf1ff;
  color: #3454f5;
}
.ops-kiosk .primary {
  border-radius: 12px;
  background: #3454f5;
  min-height: 50px;
}
@media (max-width: 1024px) {
  .ops-content {
    padding: 20px;
  }
  .ops-module-nav {
    padding-inline: 18px;
  }
  .attendance-controls {
    align-items: stretch;
  }
  .attendance-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .ops-module-nav {
    padding: 5px 12px;
  }
  .ops-module-label {
    display: none;
  }
  .ops-module-nav a {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 12px;
  }
  .ops-content {
    padding: 18px 12px 30px;
  }
  .ops-page-heading {
    margin-bottom: 18px;
  }
  .ops-page-heading h1 {
    font-size: 22px;
    width: auto;
  }
  .ops-heading-actions button {
    min-height: 44px;
  }
  .ops-heading-actions button span {
    display: none;
  }
  .attendance-filters {
    width: 100%;
  }
  .attendance-filters label {
    flex: 1;
    min-width: 0;
  }
  .attendance-filters input,
  .attendance-filters select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }
  .attendance-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }
  .attendance-actions > * {
    min-height: 44px;
    padding: 10px;
    font-size: 12px;
  }
  .attendance-actions .primary {
    grid-column: 1 / -1;
  }
  .attendance-columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .attendance-card > header {
    padding: 17px 18px 14px;
  }
  .attendance-empty {
    min-height: 205px;
    padding: 30px 18px;
  }
  .attendance-footnote {
    align-items: flex-start;
    text-align: left;
    line-height: 1.6;
  }
  .attendance-footnote svg {
    margin-top: 2px;
  }
  .kiosk-setup {
    padding: 18px;
  }
  .kiosk-setup > header img {
    width: 170px;
  }
  .kiosk-setup > header a {
    font-size: 12px;
  }
  .kiosk-setup-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 26px;
    margin: 24px 0 auto;
  }
  .kiosk-setup-art {
    width: 125px;
    margin: auto;
  }
  .kiosk-setup h1 {
    font-size: 23px;
  }
}

/* Campus choices stay visible; no code entry or dropdown is needed. */
.kiosk-campus-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}
.kiosk-setup .kiosk-campus-options label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 16px 12px;
  border: 1px solid #dce3ef;
  border-radius: 12px;
  cursor: pointer;
  min-height: 58px;
  font-size: 16px;
}
.kiosk-setup .kiosk-campus-options label:has(:checked) {
  color: #304eea;
  border-color: #3454ef;
  background: #eef2ff;
}
.kiosk-setup .kiosk-campus-options input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  margin: 0;
  accent-color: #3454ef;
  flex-shrink: 0;
}
.kiosk-campus-options label:focus-within {
  outline: 2px solid #3454ef;
  outline-offset: 3px;
}
.kiosk-campus-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.kiosk-campus-heading button {
  width: auto;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 13px;
}
