/* Extracted presentation utilities. Loaded last to preserve original inline overrides. */
:root .u-align-items-center {
  align-items: center;
}
:root .u-align-items-flex-end {
  align-items: flex-end;
}
:root .u-background-var-accent-rust-light {
  background: var(--accent-rust-light);
}
:root .u-background-var-bg-subtle {
  background: var(--bg-subtle);
}
:root .u-border-0 {
  border: 0;
}
:root .u-border-1px-dashed-var-accent-rust {
  border: 1px dashed var(--accent-rust);
}
:root .u-border-1px-solid-var-border-color {
  border: 1px solid var(--border-color);
}
:root .u-border-bottom-1px-dashed-000 {
  border-bottom: 1px dashed #000;
}
:root .u-border-bottom-1px-solid-var-border-color {
  border-bottom: 1px solid var(--border-color);
}
:root .u-border-radius-12px {
  border-radius: 12px;
}
:root .u-border-radius-6px {
  border-radius: 6px;
}
:root .u-border-radius-8px {
  border-radius: 8px;
}
:root .u-border-top-1px-solid-var-border-color {
  border-top: 1px solid var(--border-color);
}
:root .u-color-var-accent-rust {
  color: var(--accent-rust);
}
:root .u-color-var-danger-red {
  color: var(--danger-red);
}
:root .u-color-var-primary-green {
  color: var(--primary-green);
}
:root .u-color-var-text-muted {
  color: var(--text-muted);
}
:root .u-cursor-pointer {
  cursor: pointer;
}
:root .u-display-flex {
  display: flex;
}
:root .u-display-none {
  display: none;
}
:root .u-flex-1 {
  flex: 1;
}
:root .u-flex-2 {
  flex: 2;
}
:root .u-flex-wrap-wrap {
  flex-wrap: wrap;
}
:root .u-font-family-var-font-mono {
  font-family: var(--font-mono);
}
:root .u-font-family-var-font-sans {
  font-family: var(--font-sans);
}
:root .u-font-size-11px {
  font-size: 11px;
}
:root .u-font-size-12px {
  font-size: 12px;
}
:root .u-font-size-13px {
  font-size: 13px;
}
:root .u-font-size-14px {
  font-size: 14px;
}
:root .u-font-size-16px {
  font-size: 16px;
}
:root .u-font-size-18px {
  font-size: 18px;
}
:root .u-font-weight-600 {
  font-weight: 600;
}
:root .u-font-weight-700 {
  font-weight: 700;
}
:root .u-gap-10px {
  gap: 10px;
}
:root .u-gap-6px {
  gap: 6px;
}
:root .u-gap-8px {
  gap: 8px;
}
:root .u-grid-column-1-1 {
  grid-column: 1 / -1;
}
:root .u-grid-template-columns-repeat-3-1fr {
  grid-template-columns: repeat(3, 1fr);
}
:root .u-height-38px {
  height: 38px;
}
:root .u-height-50px {
  height: 50px;
}
:root .u-inset-0 {
  inset: 0;
}
:root .u-justify-content-flex-end {
  justify-content: flex-end;
}
:root .u-justify-content-space-between {
  justify-content: space-between;
}
:root .u-letter-spacing-1px {
  letter-spacing: 1px;
}
:root .u-margin-0 {
  margin: 0;
}
:root .u-margin-12px-0 {
  margin: 12px 0;
}
:root .u-margin-16px-0 {
  margin: 16px 0;
}
:root .u-margin-16px-0-12px {
  margin: 16px 0 12px;
}
:root .u-margin-18px-0 {
  margin: 18px 0;
}
:root .u-margin-20px-0-12px {
  margin: 20px 0 12px;
}
:root .u-margin-24px-0-12px {
  margin: 24px 0 12px;
}
:root .u-margin-24px-0-16px {
  margin: 24px 0 16px;
}
:root .u-margin-32px-0 {
  margin: 32px 0;
}
:root .u-margin-auto {
  margin: auto;
}
:root .u-margin-bottom-0 {
  margin-bottom: 0;
}
:root .u-margin-bottom-12px {
  margin-bottom: 12px;
}
:root .u-margin-bottom-16px {
  margin-bottom: 16px;
}
:root .u-margin-bottom-20px {
  margin-bottom: 20px;
}
:root .u-margin-bottom-24px {
  margin-bottom: 24px;
}
:root .u-margin-bottom-2px {
  margin-bottom: 2px;
}
:root .u-margin-bottom-4px {
  margin-bottom: 4px;
}
:root .u-margin-bottom-8px {
  margin-bottom: 8px;
}
:root .u-margin-top-10px {
  margin-top: 10px;
}
:root .u-margin-top-12px {
  margin-top: 12px;
}
:root .u-margin-top-16px {
  margin-top: 16px;
}
:root .u-margin-top-18px {
  margin-top: 18px;
}
:root .u-margin-top-20px {
  margin-top: 20px;
}
:root .u-margin-top-32px {
  margin-top: 32px;
}
:root .u-margin-top-6px {
  margin-top: 6px;
}
:root .u-margin-top-8px {
  margin-top: 8px;
}
:root .u-max-height-calc-100dvh-32px {
  max-height: calc(100dvh - 32px);
}
:root .u-max-width-100 {
  max-width: 100%;
}
:root .u-max-width-320px {
  max-width: 320px;
}
:root .u-max-width-500px {
  max-width: 500px;
}
:root .u-max-width-700px {
  max-width: 700px;
}
:root .u-max-width-750px {
  max-width: 750px;
}
:root .u-max-width-850px {
  max-width: 850px;
}
:root .u-overflow-auto {
  overflow: auto;
}
:root .u-overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
:root .u-padding-0 {
  padding: 0;
}
:root .u-padding-10px {
  padding: 10px;
}
:root .u-padding-12px {
  padding: 12px;
}
:root .u-padding-14px {
  padding: 14px;
}
:root .u-padding-16px {
  padding: 16px;
}
:root .u-padding-20px {
  padding: 20px;
}
:root .u-padding-24px {
  padding: 24px;
}
:root .u-padding-32px {
  padding: 32px;
}
:root .u-padding-40px {
  padding: 40px;
}
:root .u-padding-4px-8px {
  padding: 4px 8px;
}
:root .u-padding-8px-16px {
  padding: 8px 16px;
}
:root .u-padding-bottom-6px {
  padding-bottom: 6px;
}
:root .u-padding-bottom-8px {
  padding-bottom: 8px;
}
:root .u-padding-top-4px {
  padding-top: 4px;
}
:root .u-position-fixed {
  position: fixed;
}
:root .u-text-align-center {
  text-align: center;
}
:root .u-text-align-left {
  text-align: left;
}
:root .u-text-align-right {
  text-align: right;
}
:root .u-text-decoration-none {
  text-decoration: none;
}
:root .u-white-space-pre-wrap {
  white-space: pre-wrap;
}
:root .u-width-100 {
  width: 100%;
}
:root .u-width-110px {
  width: 110px;
}
:root .u-width-70px {
  width: 70px;
}
:root .u-width-80px {
  width: 80px;
}
:root .u-width-min-460px-calc-100vw-32px {
  width: min(460px, calc(100vw - 32px));
}

/* Runtime visibility overrides initial utility state. */
:root .is-display-none {
  display: none;
}
:root .is-display-block {
  display: block;
}
.staff-field-error {
  color: var(--danger-red);
  font-size: 12px;
  margin-top: 5px;
}
