/* Diagnostic error detail */
.toast {
  max-width: min(680px, calc(100vw - 32px));
  white-space: normal;
  overflow-wrap: anywhere;
}
.sidebar .brand {
  margin: 0 -16px;
  padding: 8px 20px;
  background: #fff;
  color: var(--navy);
  border-bottom: 1px solid #dfe5ec;
}
.password-field {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.password-field input {
  padding-right: 48px;
}
.password-field input::-ms-reveal,
.password-field input::-ms-clear {
  display: none;
}
.password-field button {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 6px;
  font-size: 18px;
}
.password-field button:hover {
  background: #eef3f9;
}
.code-active-view,
.admin-active {
  width: 18px;
  height: 18px;
  accent-color: var(--navy);
  opacity: 1;
}
.admin-active:disabled {
  cursor: not-allowed;
}
.code-detail {
  min-height: 32px;
  padding: 0 12px;
}
.form-help {
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}
.admin-form-message {
  margin: 10px 0 0;
}
.dialog-card input[readonly] {
  background: #f1f4f8;
  color: #667085;
  cursor: not-allowed;
}
.root-admin-label {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 8px;
  background: #fff1d7;
  color: #8a5b08;
  font-size: 11px;
  font-weight: 700;
}

/* Typography hierarchy: English labels and Korean navigation titles */
.brand .system-name,
.breadcrumb span,
.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.nav-item,
.breadcrumb b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
}
