.exit-button {
  margin-top: auto;
  border: 1px solid #2c3c58;
  background: transparent;
  color: #8fa0bd;
  border-radius: 9px;
  padding: 10px 13px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
}

.exit-button:hover {
  background: #1a2944;
  color: #fff;
}

.exit-button span {
  margin-right: 10px;
}

.exit-button + .sidebar-note {
  margin-top: 12px;
}

.auth-logout {
  border: 1px solid #2a3b5c;
  color: #aebbd0;
  background: #182641;
  text-align: left;
  padding: 11px 14px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 8px;
}

.auth-logout span { margin-right: 8px; }
.auth-logout:hover { color: #fff; background: #213252; }
.viewer-mode .admin-only { display: none !important; }

.checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid #dce2eb;
  border-radius: 8px;
  background: #f8fafc;
}

.checkbox-label input {
  width: auto !important;
  margin: 0 !important;
}

.shutdown-screen {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: #f4f7fb;
  display: grid;
  place-items: center;
  text-align: center;
}

.shutdown-screen[hidden] {
  display: none;
}

.shutdown-screen .brand-mark {
  margin: 0 auto 18px;
  color: #fff;
}

.shutdown-screen h2 {
  margin: 0;
  font-size: 22px;
}

.shutdown-screen p {
  color: #718096;
  font-size: 13px;
  margin-top: 10px;
}

.field-hint {
  display: block;
  margin-top: 7px;
  color: #8793a5;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
}

.inline-action {
  margin-left: 7px;
}

.public-status-cell small,
.channel-proof-cell small {
  color: #8793a5;
  line-height: 1.55;
}

.import-safety {
  border: 1px solid #d7e8ff;
  background: #f4f8ff;
  border-radius: 9px;
  padding: 12px 14px;
}

.import-safety strong {
  display: block;
  color: #31548a;
  font-size: 11px;
}

.import-safety p {
  margin: 6px 0 0;
  color: #6f7f97;
  font-size: 10px;
  line-height: 1.6;
}

.ocr-details {
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  padding: 10px 12px;
  color: #68758a;
  font-size: 11px;
}

.ocr-details summary {
  cursor: pointer;
  font-weight: 700;
}

.ocr-details pre {
  max-height: 160px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 10px 0 0;
  color: #354158;
  font-family: "Microsoft YaHei UI", sans-serif;
  line-height: 1.55;
}
