:root {
  --primary: #333fff;
  --primary-deep: #1f2bd8;
  --primary-weak: rgba(51, 63, 255, 0.1);
  --secondary-bg: #f1f4ff;
  --text: #15161f;
  --muted: #505266;
  --caption: #737585;
  --placeholder: #9697a3;
  --border: #dcdce0;
  --line: #eeeef0;
  --panel: #ffffff;
  --success: #1f9d55;
  --warning: #b46a00;
  --danger: #d93026;
  --control-height: 32px;
  --control-radius: 4px;
  --section-title-height: 42px;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #f1f1f1;
  color: var(--text);
  font-family: "Microsoft YaHei UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.park-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: currentColor;
  line-height: 1;
  vertical-align: -3px;
}

.park-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.screen {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  width: 100vw;
  height: 100vh;
  min-width: 960px;
  min-height: 620px;
  overflow: hidden;
  background: #ffffff;
}

.primary-nav {
  position: relative;
  z-index: 60;
  background: linear-gradient(180deg, #7454f1 0%, #6a52f1 25%, #524ae4 53%, #5753e4 75%, #507aee 100%);
  color: #ffffff;
}

.brand {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 56px;
  height: 24px;
  padding: 0;
  background: transparent;
}

.brand img {
  width: 56px;
  height: 24px;
  object-fit: contain;
}

.system {
  position: absolute;
  top: 38px;
  left: 7px;
  width: 50px;
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.primary-search {
  position: absolute;
  top: 63px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: transparent;
}

.primary-search span {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.9);
}

.primary-search span::after {
  content: none;
}

.app-menu {
  position: absolute;
  top: 112px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 48px;
}

.app-entry {
  position: relative;
  display: grid;
  grid-template-rows: 32px 20px;
  justify-items: center;
  width: 48px;
  height: 56px;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.nav-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 4px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.nav-icon .park-icon {
  width: 18px;
  height: 18px;
}

.app-entry.active,
.app-entry.active .nav-icon {
  color: #ffffff;
}

.app-entry.active {
  background: rgba(255, 255, 255, 0.15);
}

.app-entry.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 14px;
  width: 3px;
  height: 28px;
  border-radius: 0 3px 3px 0;
  background: #ffffff;
}

.ai-avatar-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  width: 56px;
  height: 56px;
}

.menu-context.mode-page .ai-avatar-widget {
  right: 24px;
  bottom: 82px;
}

.ai-avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 230, 255, 0.9);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  box-shadow: 0 12px 28px rgba(49, 74, 176, 0.18);
}

.ai-avatar img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  object-position: 50% 30%;
  transform: translateY(6px) scale(1.12);
}

.ai-avatar-close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid #e2e7f2;
  border-radius: 50%;
  background: #ffffff;
  color: #4d5666;
  box-shadow: 0 8px 18px rgba(31, 41, 55, 0.12);
  font-size: 17px;
  line-height: 1;
}

.ai-avatar-close:hover {
  color: #1f2937;
  border-color: #cfd8e8;
}

.home-ai-open .ai-avatar-widget,
.ai-avatar-hidden .ai-avatar-widget {
  display: none;
}

.menu-context.mode-split .ai-avatar-widget,
.menu-context.mode-ai .ai-avatar-widget {
  display: none;
}

.admin {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 64px;
  height: 28px;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

.admin span {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
}

.menu-flyout {
  position: absolute;
  z-index: 2000;
  top: 8px;
  left: 64px;
  width: min(1120px, calc(100vw - 96px));
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
  overflow: hidden;
  border: 1px solid #e8e9f5;
  border-left: 0;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 18px 18px 44px rgba(31, 39, 104, 0.14);
}

.flyout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 18px 0 20px;
  border-bottom: 1px solid var(--line);
}

.flyout-head span,
.title-stack span {
  display: block;
  color: var(--caption);
  font-size: 12px;
  line-height: 18px;
}

.flyout-head strong,
.title-stack strong {
  display: block;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.title-stack small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #7d8092;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flyout-body {
  max-height: calc(100vh - 70px);
  padding: 18px 22px 22px;
  overflow: auto;
  column-width: 220px;
  column-gap: 34px;
}

.flyout-group {
  break-inside: avoid;
  margin: 0 0 20px;
}

.flyout-group h3 {
  height: auto;
  margin: 0;
  padding: 0 0 8px;
  color: #1b1f2c;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.flyout-group > div {
  display: grid;
  gap: 2px;
}

.flyout-menu-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 30px;
  padding: 3px 8px;
  border-radius: 8px;
  background: transparent;
  color: #555d71;
  text-align: left;
}

.flyout-menu-item span {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}

.flyout-menu-item:hover,
.flyout-menu-item.selected {
  background: rgba(63, 95, 238, 0.08);
  color: #1d2bd4;
}

.workspace {
  min-width: 0;
  height: 100vh;
  padding: 6px 10px 10px;
  overflow: hidden;
  background: var(--secondary-bg);
}

.home-context .workspace {
  padding: 18px 18px 18px;
  background: #eef6ff;
}

.content-surface {
  display: grid;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.home-context .content-surface {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-shell {
  display: none;
  height: 100%;
  overflow: auto;
}

.home-context .home-shell {
  display: block;
}

.home-context.home-ai-open .home-shell {
  display: none;
}

.home-context .page-panel {
  display: none;
}

.screen.mode-ai .content-surface,
.screen.mode-page .content-surface {
  grid-template-columns: minmax(0, 1fr);
}

.screen.mode-split .content-surface {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 25%);
}

.screen.mode-split .page-panel {
  order: 1;
}

.screen.mode-split .ai-panel {
  order: 2;
}

.screen.mode-split .filters-row,
.screen.mode-split .filters-row.compact {
  grid-template-columns: repeat(3, minmax(120px, 1fr)) 132px;
  min-height: 80px;
}

.screen.mode-split .table-wrap {
  height: calc(100% - 190px);
}

.screen.mode-split .audit-page .table-wrap {
  height: calc(100% - 234px);
}

.screen.mode-split .ai-body {
  gap: 12px;
  padding: 76px 18px 10px;
  overflow: auto;
}

.screen.mode-split .ai-floating-actions {
  top: 18px;
  left: 22px;
  right: 22px;
  justify-content: flex-end;
}

.screen.mode-split .context-chip {
  max-width: 250px;
}

.screen.mode-split .ai-welcome {
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
}

.screen.mode-split .ai-orb {
  width: 62px;
  height: 62px;
}

.screen.mode-split .ai-welcome strong {
  font-size: 20px;
  line-height: 28px;
}

.screen.mode-split .ai-welcome p {
  font-size: 13px;
  line-height: 20px;
}

.screen.mode-split .ai-card-board {
  grid-template-columns: 1fr;
  gap: 12px;
}

.screen.mode-split .app-workbench-card {
  padding: 12px;
  border-radius: 12px;
}

.screen.mode-split .workbench-shell,
.screen.mode-split .function-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.screen.mode-split .function-card span {
  font-size: 16px;
  line-height: 26px;
}

.screen.mode-split .function-card b {
  font-size: 17px;
  line-height: 26px;
}

.screen.mode-split .chat-input {
  height: 76px;
  min-height: 76px;
  margin-left: 0;
}

.screen.mode-split .chat-side-action {
  display: none;
}

.screen.mode-split .chat-input textarea {
  height: 74px;
  padding: 18px 120px 12px 14px;
  font-family: "Microsoft YaHei UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.screen.mode-split .input-tools {
  right: 10px;
  gap: 10px;
}

.screen.mode-split .tool-icon {
  width: 28px;
  height: 28px;
}

.screen.mode-split .send-icon {
  width: 36px;
  height: 36px;
}

.screen.mode-split .tool-icon .park-icon,
.screen.mode-split .send-icon .park-icon {
  width: 20px;
  height: 20px;
}

.screen.mode-split .menu-insight-panel {
  max-height: none;
}

.screen.mode-ai .page-panel,
.screen.mode-page .ai-panel {
  display: none;
}

.menu-context .workbench-head,
.menu-context .menu-insight-panel {
  display: none;
}

.menu-context .ai-body {
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  gap: 12px;
  padding-top: 68px;
}

.menu-context .app-workbench-card {
  min-height: 0;
  padding: 20px 22px 22px;
  border: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(205, 244, 255, 0.58), rgba(205, 244, 255, 0) 180px),
    linear-gradient(135deg, #fbf8ff 0%, #f6f8ff 52%, #f3fbff 100%);
  box-shadow: none;
}

.menu-context .workbench-shell {
  display: block;
}

.menu-context .assist-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.menu-context .ai-card-board {
  max-height: 320px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, transform 0.28s ease;
}

.menu-context.menu-chat-active .ai-card-board {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}

.ai-panel,
.page-panel {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(20, 24, 54, 0.04);
}

.ai-panel {
  background:
    radial-gradient(circle at 38% 0%, rgba(238, 240, 255, 0.95) 0, rgba(255, 255, 255, 0) 360px),
    linear-gradient(180deg, #fbfbff 0%, #ffffff 38%, #ffffff 100%);
}

.home-context .ai-panel {
  position: relative;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(221, 227, 248, 0.96);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(32, 42, 118, 0.1);
}

.home-context.home-ai-open .ai-panel {
  display: block;
  animation: homeAiRise 0.28s ease-out both;
}

.home-context.home-ai-fullscreen .ai-panel {
  width: auto;
}

.home-context.home-ai-fullscreen .ai-body {
  max-width: 1180px;
}

.home-context .ai-floating-actions {
  top: 14px;
  left: 22px;
  right: 22px;
  justify-content: flex-end;
}

@keyframes homeAiRise {
  from {
    opacity: 0;
    transform: translateY(42px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-return-button {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #dfe4ff;
  border-radius: 8px;
  background: #ffffff;
  color: var(--primary);
  font-size: 13px;
  line-height: 20px;
}

.home-return-button:hover {
  border-color: #c7ceff;
  color: var(--primary-deep);
}

.page-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border-bottom: 0;
  background: #eef3ff;
}

.page-head > strong {
  min-width: 0;
  overflow: hidden;
  color: #15161f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-tabs {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0;
  min-width: 0;
  max-width: none;
  height: 32px;
  overflow: auto hidden;
  scrollbar-width: none;
}

.page-tabs::-webkit-scrollbar {
  display: none;
}

.page-tab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  grid-template-rows: 1fr;
  column-gap: 8px;
  align-items: center;
  flex: 0 0 auto;
  width: 126px;
  min-width: 126px;
  max-width: 126px;
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
  color: #465066;
  text-align: left;
}

.page-tab:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #20283a;
}

.page-tab.active {
  background: #ffffff;
  color: #000000;
  box-shadow: none;
}

.page-tab.active::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle at 100% 0, transparent 8px, #ffffff 8.5px);
}

.page-tab span,
.page-tab i {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-tab span {
  grid-column: 1;
  color: inherit;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.page-tab.active span {
  font-weight: 400;
}

.page-tab i {
  display: none;
}

.page-tab-close {
  position: relative;
  display: grid;
  place-items: center;
  place-self: center;
  grid-column: 2;
  grid-row: 1;
  width: 16px;
  height: 16px;
  border-radius: 0;
  color: #a8abb2;
}

.page-tab-close:hover {
  background: transparent;
  color: #858a96;
}

.page-tab-close::before,
.page-tab-close::after {
  content: none;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 1.5px;
  height: 12px;
  border-radius: 1px;
  background: currentColor;
}

.page-tab-close::before {
  transform: rotate(45deg);
}

.page-tab-close::after {
  transform: rotate(-45deg);
}

.page-tab-close .park-icon {
  width: 12px;
  height: 12px;
  pointer-events: none;
}

#closePageButton {
  flex: 0 0 52px;
  width: 52px;
  height: 24px;
  margin: 4px 12px 4px auto;
  border-radius: 0;
  color: #343b4a;
}

#closePageButton::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 4px;
  width: 1px;
  height: 16px;
  background: #cfd8ff;
}

#closePageButton:hover {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.46);
}

.tab-action-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.tab-action-icon::before,
.tab-action-icon::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.tab-action-icon::before {
  left: 8px;
  top: 3px;
}

.tab-action-icon::after {
  left: 3px;
  top: 8px;
  background:
    linear-gradient(45deg, transparent calc(50% - 1px), currentColor calc(50% - 1px), currentColor calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(-45deg, transparent calc(50% - 1px), currentColor calc(50% - 1px), currentColor calc(50% + 1px), transparent calc(50% + 1px)),
    #eef3ff;
}

.ai-floating-actions {
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.context-chip {
  display: none;
  align-items: center;
  gap: 8px;
  max-width: min(360px, calc(100vw - 760px));
  height: 32px;
  padding: 0 10px;
  border: 1px solid #e4e7f2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #606476;
  box-shadow: 0 6px 18px rgba(45, 52, 120, 0.06);
}

.context-chip span {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.context-chip strong {
  color: #15161f;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

.icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
}

.icon-btn:hover:not(:disabled) {
  border-color: var(--border);
  background: #f8f9ff;
}

.icon-btn:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.text-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 78px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #ffffff;
  color: var(--primary);
  font-size: 13px;
  line-height: 20px;
}

.text-action:hover:not(:disabled) {
  border-color: #bdc4ff;
  background: #f8f9ff;
}

.text-action.ghost {
  color: #505266;
}

.text-action:disabled {
  cursor: not-allowed;
  color: var(--placeholder);
  opacity: 0.65;
}

.icon-close,
.icon-page,
.icon-collapse {
  position: relative;
  width: 16px;
  height: 16px;
}

.icon-close::before,
.icon-close::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  background: currentColor;
}

.icon-close::before {
  transform: rotate(45deg);
}

.icon-close::after {
  transform: rotate(-45deg);
}

.icon-page {
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.icon-page::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -3px;
  width: 7px;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: currentColor;
}

.icon-collapse::before,
.icon-collapse::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 6px;
  height: 12px;
  border: 1.5px solid currentColor;
}

.icon-collapse::before {
  left: 0;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}

.icon-collapse::after {
  right: 0;
  border-radius: 0 2px 2px 0;
  background: currentColor;
  opacity: 0.16;
}

.icon-fullscreen {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.icon-fullscreen::before,
.icon-fullscreen::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-color: currentColor;
  border-style: solid;
}

.icon-fullscreen::before {
  top: 2px;
  right: 2px;
  border-width: 2px 2px 0 0;
}

.icon-fullscreen::after {
  left: 2px;
  bottom: 2px;
  border-width: 0 0 2px 2px;
}

.ai-body {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
  gap: 16px;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px 18px;
  overflow: hidden;
}

.home-context .ai-body {
  max-width: none;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  padding: 62px 20px 16px;
  gap: 14px;
  overflow: auto;
}

.ai-welcome {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding-left: 0;
}

.ai-orb {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(56, 61, 132, 0.16));
}

.ai-welcome strong {
  display: block;
  margin-bottom: 8px;
  color: #6558ff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.ai-welcome p {
  margin: 0;
  color: #6b6e80;
  font-size: 16px;
  line-height: 24px;
}

.ai-welcome p:empty {
  display: none;
}

.home-overview {
  display: none;
}

.home-context .home-overview {
  display: none;
}

.home-context .ai-card-board {
  display: block;
}

.home-context .workbench-head,
.home-context .menu-insight-panel {
  display: none;
}

.home-context .workbench-shell {
  display: block;
}

.home-context .app-workbench-card {
  min-height: 0;
  padding: 12px 14px 14px;
  border-radius: 12px;
}

.home-context .assist-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-hero,
.home-panel {
  border: 1px solid rgba(232, 235, 250, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(55, 62, 130, 0.05);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  min-height: 138px;
  padding: 18px 20px;
  background:
    radial-gradient(circle at 96% 12%, rgba(108, 232, 248, 0.22) 0, rgba(108, 232, 248, 0) 140px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.95));
}

.home-hero-copy span {
  display: block;
  color: #7f89a3;
  font-size: 12px;
  line-height: 18px;
}

.home-hero-copy strong {
  display: block;
  margin-top: 8px;
  color: #121726;
  font-size: 28px;
  line-height: 38px;
}

.home-hero-copy p {
  margin: 10px 0 0;
  max-width: 640px;
  color: #61697c;
  font-size: 15px;
  line-height: 24px;
}

.home-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-hero-stats div {
  min-width: 0;
  padding: 14px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.home-hero-stats strong {
  display: block;
  color: #2f54eb;
  font-size: 24px;
  line-height: 30px;
}

.home-hero-stats span {
  display: block;
  margin-top: 4px;
  color: #64697b;
  font-size: 13px;
  line-height: 18px;
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 12px;
}

.home-panel {
  min-height: 186px;
  padding: 16px;
}

.home-panel header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.home-panel header strong {
  color: #111421;
  font-size: 16px;
  line-height: 24px;
}

.home-panel header span {
  color: #8a8fa3;
  font-size: 12px;
  line-height: 18px;
}

.home-panel-wide {
  grid-column: span 1;
}

.home-task-list {
  display: grid;
  gap: 8px;
}

.home-task-list button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 10px;
  min-height: 54px;
  padding: 10px 10px 10px 0;
  background: transparent;
  color: #3f4458;
  text-align: left;
}

.home-task-list button:hover span {
  color: var(--primary);
}

.home-task-list b {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eef2ff;
  color: #3652e7;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.home-task-list button:nth-of-type(2) b {
  background: #fff4e8;
  color: #f08a24;
}

.home-task-list button:nth-of-type(3) b {
  background: #eef8ff;
  color: #2f7adb;
}

.home-task-list button span {
  min-width: 0;
  overflow: hidden;
  color: #1b2234;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-task-list button small {
  min-width: 0;
  overflow: hidden;
  color: #7d8496;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-shortcuts button {
  min-width: 0;
  overflow: hidden;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #e2e6f3;
  border-radius: 8px;
  background: #fbfcff;
  color: #3f4458;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-shortcuts button:hover {
  border-color: #c7ccff;
  color: var(--primary);
}

.home-status-list {
  display: grid;
  gap: 10px;
}

.home-status-list div {
  padding: 10px 12px;
  border: 1px solid #e7ebf6;
  border-radius: 10px;
  background: #fbfcff;
}

.home-status-list strong {
  display: block;
  color: #182033;
  font-size: 14px;
  line-height: 20px;
}

.home-status-list span {
  display: block;
  margin-top: 4px;
  color: #7b8395;
  font-size: 12px;
  line-height: 18px;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(760px, 1.95fr) minmax(430px, 0.95fr);
  grid-template-rows: 132px 90px minmax(0, 1fr) 270px;
  gap: 14px;
  min-height: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.home-banner,
.home-apps,
.home-todo-strip,
.home-progress,
.home-notices,
.home-messages {
  min-width: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(55, 70, 130, 0.05);
}

.home-banner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 22px 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 180px),
    linear-gradient(100deg, #c9e5ff 0%, #e6efff 54%, #dce1ff 100%);
}

.home-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
}

.home-brand img {
  width: 120px;
  height: 44px;
  object-fit: contain;
}

.home-brand strong {
  display: block;
  color: #111421;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.home-brand span {
  display: block;
  margin-top: 8px;
  color: #5f6a82;
  font-size: 14px;
  line-height: 20px;
}

.home-banner-art {
  position: absolute;
  right: 120px;
  bottom: -12px;
  width: 240px;
  height: 116px;
  opacity: 0.72;
}

.home-banner-art i,
.home-banner-art b {
  position: absolute;
  display: block;
  border: 1px solid rgba(117, 138, 233, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 14px 24px rgba(88, 108, 204, 0.1);
  transform: rotate(-9deg);
}

.home-banner-art i {
  left: 24px;
  top: 28px;
  width: 110px;
  height: 72px;
}

.home-banner-art b {
  left: 98px;
  top: 8px;
  width: 130px;
  height: 88px;
  transform: rotate(8deg);
}

.home-apps {
  grid-row: span 2;
  padding: 18px;
}

.home-apps header,
.home-progress header,
.home-notices header,
.home-messages header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.home-apps header strong,
.home-progress header strong,
.home-notices header strong,
.home-messages header strong {
  color: #151927;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.home-apps header button,
.home-notices header button,
.home-messages header button {
  background: transparent;
  color: var(--primary);
  font-size: 13px;
  line-height: 20px;
}

.home-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
}

.home-app-grid button {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  background: transparent;
  color: #272d3f;
  font-size: 13px;
  line-height: 20px;
}

.home-app-grid i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f1f0ff 0%, #f8f9ff 100%);
  color: #615dff;
  font-style: normal;
  font-weight: 700;
}

.home-app-grid span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-todo-strip {
  display: grid;
  grid-template-columns: 88px repeat(6, minmax(0, 1fr));
  overflow: hidden;
}

.home-todo-strip button {
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid #edf0fa;
  background: #ffffff;
  text-align: left;
}

.home-todo-strip button:last-child {
  border-right: 0;
}

.home-todo-strip .total {
  background: linear-gradient(180deg, #6c5cff 0%, #5a67f5 100%);
  color: #ffffff;
}

.home-todo-strip strong {
  display: block;
  color: #ff565f;
  font-size: 24px;
  line-height: 28px;
}

.home-todo-strip .total strong {
  color: #ffffff;
}

.home-todo-strip span {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: #33384a;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-todo-strip .total span {
  color: rgba(255, 255, 255, 0.9);
}

.home-progress {
  grid-row: span 2;
  padding: 18px;
}

.home-progress header span {
  color: #5f6576;
  font-size: 13px;
  line-height: 20px;
}

.home-progress-body {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  height: calc(100% - 38px);
}

.home-timeline {
  display: grid;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #f5f6ff;
}

.timeline-card {
  position: relative;
  min-height: 116px;
  padding: 16px 16px 14px;
  border-radius: 10px;
  background: #ffffff;
}

.timeline-card.active {
  border: 1px solid #726cff;
  box-shadow: inset 3px 0 0 #6b63ff;
}

.timeline-card b {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 12px;
  border-radius: 0 10px 0 10px;
  background: #eef0ff;
  color: #5f61d8;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.timeline-card strong {
  display: block;
  color: #172033;
  font-size: 16px;
  line-height: 24px;
}

.timeline-card span,
.timeline-card em {
  display: block;
  margin-top: 8px;
  color: #6b7284;
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
}

.timeline-card em {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 14px;
  background: #eef1ff;
  color: #4e59da;
  font-weight: 600;
}

.timeline-card.muted b {
  color: #7b8398;
}

.home-chart {
  min-width: 0;
  padding: 12px 4px 0;
}

.home-section-title strong {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 22px;
}

.home-section-title span {
  display: block;
  margin-top: 6px;
  color: #7c8497;
  font-size: 12px;
  line-height: 18px;
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 22px;
  height: calc(100% - 56px);
  min-height: 250px;
  padding-top: 28px;
  border-bottom: 1px solid #edf0f7;
}

.chart-bars div {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  height: 100%;
}

.chart-bars div::before {
  content: "";
  width: 22px;
  height: calc(var(--v) * 1%);
  min-height: 28px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #b8bcff 0%, #7781f2 100%);
}

.chart-bars b {
  position: absolute;
  bottom: calc(var(--v) * 1% + 8px);
  color: #777f92;
  font-size: 12px;
  line-height: 18px;
}

.chart-bars span {
  position: absolute;
  bottom: -28px;
  max-width: 84px;
  overflow: hidden;
  color: #656d80;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-notices,
.home-messages {
  padding: 18px;
}

.home-news-list,
.home-message-list {
  display: grid;
  gap: 0;
}

.home-news-list button,
.home-message-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 12px;
  min-height: 58px;
  padding: 10px 0;
  border-bottom: 1px solid #eef1f7;
  background: transparent;
  text-align: left;
}

.home-news-list button:last-child,
.home-message-list button:last-child {
  border-bottom: 0;
}

.home-news-list strong,
.home-message-list span {
  min-width: 0;
  overflow: hidden;
  color: #2f3547;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-list span,
.home-message-list em {
  color: #8b93a4;
  font-size: 13px;
  font-style: normal;
  line-height: 22px;
  text-align: right;
}

.home-message-list button {
  grid-template-columns: 10px minmax(0, 1fr) 86px;
  align-items: center;
}

.home-message-list i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff4d5c;
}

.home-message-list button:nth-child(n + 3) i {
  background: #b8bfcc;
}

.ai-card-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.app-workbench-card {
  min-height: 352px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(224, 230, 244, 0.95);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 196, 169, 0.12), rgba(80, 196, 169, 0) 170px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  box-shadow: 0 10px 28px rgba(42, 56, 118, 0.06);
}

.workbench-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.workbench-head > div {
  display: grid;
  grid-template-columns: 18px minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.workbench-head strong {
  color: #111421;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  white-space: nowrap;
}

.workbench-head > div > span:last-child {
  min-width: 0;
  overflow: hidden;
  color: #8a90a3;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spark {
  color: #c4c7d8;
  font-size: 18px;
  line-height: 1;
}

.process-context {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.process-context #cardsHint {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline-page-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #dfe4ff;
  border-radius: 6px;
  background: #ffffff;
  color: var(--primary);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.inline-page-action::before {
  content: none;
}

.inline-page-action:hover {
  border-color: #cbd2ff;
  color: var(--primary-deep);
}

.workbench-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.4fr);
  gap: 14px;
  align-items: stretch;
}

.menu-insight-panel,
.assist-panel {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e8edf7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.menu-insight-panel {
  max-height: 370px;
  overflow: hidden;
}

.context-menu-strip {
  display: grid;
  align-content: start;
  gap: 7px;
  max-height: 302px;
  overflow: auto;
}

.context-phase-title {
  margin: 4px 0 0;
  color: #7b8294;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.context-phase-title:first-child {
  margin-top: 0;
}

.context-menu-item {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.5);
  color: #3f4a5e;
  text-align: left;
}

.context-menu-item i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2b76d6;
}

.context-menu-item span {
  min-width: 0;
}

.context-menu-item strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.context-menu-item small {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #6f7688;
  font-size: 12px;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.context-menu-item b {
  max-width: 82px;
  overflow: hidden;
  color: #1f2937;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.context-menu-item:hover,
.context-menu-item.active {
  border-color: #dce4ff;
  background: #ffffff;
  color: var(--primary);
}

.context-menu-item.warning i {
  background: #d88916;
}

.context-menu-item.danger i {
  background: #e34848;
}

.context-menu-item.success i {
  background: #1f9d68;
}

.context-menu-item.info i {
  background: #2b76d6;
}

.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.panel-title strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #151927;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.panel-title strong .park-icon {
  width: 20px;
  height: 20px;
  color: #c8cbd7;
}

.panel-title span {
  min-width: 0;
  overflow: hidden;
  color: #9097a8;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.function-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.function-card {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 0;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #343b4f;
  text-align: left;
  box-shadow: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.function-card:hover {
  color: #2731dc;
  opacity: 0.96;
}

.function-card b {
  display: block;
  width: 24px;
  height: 30px;
  border-radius: 0;
  background: transparent;
  color: #ff4665;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
  text-align: center;
  box-shadow: none;
}

.function-card:nth-child(2) b {
  color: #ff6269;
}

.function-card:nth-child(3) b {
  color: #ff9a32;
}

.function-card:nth-child(n + 4) b {
  color: #a5a8b6;
}

.function-card span {
  min-width: 0;
  overflow: visible;
  color: #646879;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-overflow: clip;
  white-space: normal;
}

.function-card:hover span {
  color: #2f45d9;
}

.refresh-prompts {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  color: #7f8495;
  line-height: 1;
}

.refresh-prompts .park-icon {
  width: 22px;
  height: 22px;
}

.refresh-prompts:hover {
  color: #5d63f5;
}

.chat-feed {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 80px;
  padding: 8px 14px 14px;
  overflow: auto;
}

.chat-message {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 100%;
  color: #15161f;
}

.chat-message.user {
  flex-direction: row-reverse;
  align-self: flex-end;
  color: #15161f;
}

.chat-avatar {
  display: none;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #eef0ff;
  color: #3941d9;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.chat-message.user .chat-avatar {
  background: #333fff;
  color: #ffffff;
}

.chat-bubble {
  min-width: 0;
  max-width: min(760px, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.chat-message.user .chat-bubble {
  max-width: min(460px, 74vw);
  padding: 12px 16px;
  border-radius: 8px;
  background: #e8e6ff;
  color: #252637;
  box-shadow: none;
}

.chat-message strong {
  display: none;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.chat-message p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 28px;
  word-break: break-word;
}

.chat-message.user p {
  line-height: 24px;
}

.chat-message.has-aide-card .chat-bubble {
  width: min(680px, 100%);
}

.aide-menu-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(680px, 100%);
  min-height: 88px;
  margin-top: 12px;
  padding: 15px 16px 15px 18px;
  border: 1px solid rgba(116, 104, 255, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(241, 239, 255, 0.96)),
    radial-gradient(circle at 10% 20%, rgba(116, 104, 255, 0.16), rgba(116, 104, 255, 0));
  color: #1f2233;
  text-align: left;
  box-shadow: 0 14px 32px rgba(66, 59, 156, 0.1);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.aide-menu-card:hover {
  border-color: rgba(116, 104, 255, 0.28);
  box-shadow: 0 18px 40px rgba(66, 59, 156, 0.16);
  transform: translateY(-1px);
}

.aide-menu-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #765cff;
}

.aide-menu-card-icon .park-icon {
  width: 26px;
  height: 26px;
}

.aide-menu-card-copy {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
}

.aide-menu-card-copy strong {
  display: block;
  margin: 0;
  color: #25263c;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.aide-menu-card-copy em {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: #7468ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aide-menu-card-copy p {
  margin: 4px 0 0;
  color: #626579;
  font-size: 14px;
  line-height: 22px;
}

.aide-menu-card > b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 112px;
  height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c72ff 0%, #5c45ee 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(92, 69, 238, 0.26);
}

@media (max-width: 960px) {
  .aide-menu-card {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .aide-menu-card > b {
    margin-left: 44px;
  }
}

.chat-message.thinking {
  align-self: flex-start;
}

.chat-thinking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: #7468ff;
  font-size: 16px;
  line-height: 28px;
}

.chat-thinking i {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(116, 104, 255, 0.22);
  border-top-color: #7468ff;
  border-radius: 50%;
  animation: assistantThinkingSpin 0.9s linear infinite;
}

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

.chat-input {
  position: relative;
  display: block;
  height: 86px;
  min-height: 86px;
  margin-left: 84px;
  padding: 0;
  border: 1px solid #e7e8ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.chat-side-action {
  position: absolute;
  left: -72px;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid #e8e9ef;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    radial-gradient(circle at 64% 28%, rgba(116, 104, 255, 0.12), rgba(116, 104, 255, 0) 44%) border-box;
  color: #0c0c0f;
  box-shadow: none;
  transform: translateY(-50%);
}

.chat-side-action .park-icon {
  width: 30px;
  height: 30px;
}

.chat-input:focus-within {
  border-color: #7468ff;
  box-shadow: 0 0 0 1px #7468ff;
}

.chat-input textarea {
  width: 100%;
  height: 84px;
  min-width: 0;
  padding: 24px 154px 16px 22px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #000000;
  outline: none;
  resize: none;
  font-family: "Microsoft YaHei UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.chat-input textarea::placeholder,
.filters-row input::placeholder {
  color: #a7a8b5;
  font-family: "Microsoft YaHei UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 400;
}

.input-tools {
  position: absolute;
  right: 16px;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateY(-50%);
}

.input-tools i {
  width: 1px;
  height: 18px;
  background: #d7dae4;
}

.tool-icon,
.send-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  color: #000000;
}

.send-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f0f1f5;
  color: #b8bbc7;
  box-shadow: none;
  transition: background 0.16s ease, color 0.16s ease;
}

.chat-input.has-value .send-icon,
.chat-input:focus-within .send-icon {
  background: #6f5cff;
  color: #ffffff;
}

.tool-icon .park-icon {
  width: 24px;
  height: 24px;
}

.send-icon .park-icon {
  width: 24px;
  height: 24px;
}

.ai-disclaimer {
  margin: -6px 0 0;
  color: #a4a6b2;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 4px;
  background: var(--primary);
  color: #ffffff;
  font-size: 14px;
}

.primary-button:hover {
  background: var(--primary-deep);
}

.page-body {
  height: calc(100% - 32px);
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.list-page {
  position: relative;
  height: 100%;
  min-height: 0;
  padding: 8px 16px 0;
  overflow: hidden;
}

.filters-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(110px, 1fr)) 132px;
  gap: 8px 12px;
  min-height: 72px;
  padding: 2px 0 10px;
  background: #ffffff;
}

.filters-row.compact {
  grid-template-columns: repeat(5, minmax(120px, 1fr)) 132px;
  min-height: 46px;
}

.filters-row label {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  height: 32px;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
}

.filters-row label span {
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
}

.filters-row input,
.filters-row select {
  width: 100%;
  height: 28px;
  min-width: 0;
  padding: 4px 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: #000000;
  outline: none;
}

.filter-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  height: 32px;
}

.filter-actions button,
.tool-buttons button,
.icon-tool,
.pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
}

.filter-actions button {
  min-width: 58px;
}

.filter-actions .primary-button {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 10px;
}

.metric-strip div {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 14px;
  border: 1px solid #edf0f7;
  border-radius: 8px;
  background: #fbfcff;
}

.metric-strip strong {
  color: var(--primary);
  font-size: 24px;
  line-height: 30px;
}

.metric-strip span {
  color: var(--muted);
  font-size: 13px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  margin-bottom: 8px;
}

.tool-buttons {
  display: flex;
  gap: 6px;
  min-width: 0;
  overflow: auto;
}

.tool-buttons button {
  flex: 0 0 auto;
  padding: 0 12px;
}

.icon-tool {
  width: 32px;
  padding: 0;
  color: var(--primary);
}

.table-wrap {
  height: calc(100% - 158px);
  min-height: 320px;
  overflow: auto;
  border: 1px solid var(--line);
  background: #ffffff;
}

.audit-page .table-wrap {
  height: calc(100% - 202px);
}

.data-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
}

.mentor-table {
  min-width: 1390px;
}

.audit-table {
  min-width: 980px;
}

.data-table th,
.data-table td {
  height: 32px;
  max-width: 220px;
  padding: 0 10px;
  border-right: 1px solid #f2f2f3;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 30px;
  background: #f9f9f9;
  font-weight: 600;
}

.data-table tr:hover td {
  background: #f7f9ff;
}

.check-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: #ffffff;
  vertical-align: middle;
}

.status-pill {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
}

.status-pill.success {
  background: #eef8f2;
  color: var(--success);
}

.status-pill.warning {
  background: #fff7e8;
  color: var(--warning);
}

.status-pill.danger {
  background: #fff1f0;
  color: var(--danger);
}

.status-pill.info {
  background: #eef4ff;
  color: #2b5cc7;
}

.audit-status-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 64px;
  height: 24px;
  padding: 0 9px 0 10px;
  border: 0;
  border-radius: 5px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}

.audit-status-tag::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

button.audit-status-tag {
  cursor: pointer;
}

button.audit-status-tag:hover {
  filter: brightness(0.98);
}

.audit-status-draft,
.audit-status-neutral {
  background: #f1f2f5;
  color: #667085;
}

.audit-status-pending {
  background: #eef0ff;
  color: #3458ff;
}

.audit-status-success {
  background: #e8f8f5;
  color: #23a995;
}

.audit-status-danger {
  background: #fff1f1;
  color: #ff5a66;
}

.link-action {
  padding: 0;
  background: transparent;
  color: var(--primary);
  font-size: 12px;
}

.pagination {
  position: absolute;
  left: 40px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 20px;
}

.pagination button {
  width: 72px;
  height: 24px;
  font-size: 12px;
}

.pagination b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #eeeef0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}

.mentor-template-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  height: 42px;
  padding: 0 2px;
}

.mentor-template-title strong {
  color: #4b4f58;
  font-size: 22px;
  line-height: 30px;
}

.mentor-template-title span {
  color: var(--caption);
  font-size: 13px;
}

.mentor-template-page {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 14px 10px;
  background: #ffffff;
}

.mentor-template-page .mentor-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: center;
  gap: 8px 28px;
  min-height: 0;
  padding: 16px 16px 8px;
  border: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fafafc 0%, #ffffff 100%);
  box-shadow: none;
  overflow: visible;
}

.mentor-filter-basic,
.mentor-filter-extra {
  display: contents;
}

.mentor-filter-extra[hidden] {
  display: none;
}

.mentor-filters.expanded {
  box-shadow: none;
}

.mentor-template-page .mentor-filter-field {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  height: 32px;
  min-width: 0;
  color: #505266;
  font-size: 14px;
  line-height: 20px;
}

.mentor-template-page .mentor-filter-field span {
  overflow: hidden;
  padding-right: 8px;
  color: #505266;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-template-page .mentor-filter-field select,
.mentor-template-page .mentor-filter-field input {
  width: 100%;
  height: 32px;
  min-width: 0;
  padding: 5px 10px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  outline: none;
}

.mentor-template-page .mentor-filter-field input::placeholder {
  color: #9697a3;
}

.mentor-template-toolbar {
  position: relative;
  z-index: 20;
  height: 32px;
  margin: 0;
  overflow: visible;
}

.mentor-template-toolbar .tool-buttons {
  overflow: visible;
}

.mentor-action-dropdown {
  position: relative;
  display: inline-flex;
  z-index: 70;
}

.mentor-action-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  min-width: 220px;
  padding: 4px 0;
  border: 1px solid #dfe5ee;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 35, 60, 0.18);
}

.mentor-action-menu[hidden] {
  display: none;
}

.mentor-action-menu button {
  justify-content: flex-start;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #3b4658;
  text-align: left;
}

.mentor-action-menu button:hover {
  background: #eef7ff;
  color: var(--primary);
}

.mentor-filter-actions {
  grid-column: -2 / -1;
  justify-self: end;
  align-items: center;
  align-self: center;
  gap: 8px;
  height: 32px;
  min-width: max-content;
}

.mentor-filter-actions button {
  min-width: 60px;
  height: 32px;
  border-color: #dcdce0;
  color: #000000;
  font-size: 14px;
}

.mentor-filter-actions .primary-button {
  min-width: 60px;
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
  font-weight: 400;
}

.mentor-filter-actions .mentor-more-button {
  min-width: 32px;
  width: 32px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.mentor-more-wrap {
  position: relative;
  display: inline-flex;
}

.mentor-filter-more-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  width: 176px;
  padding: 10px 0;
  border: 1px solid #e5e8ef;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  transform: translateX(-50%);
}

.mentor-filter-more-menu[hidden] {
  display: none;
}

.mentor-filter-more-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #e5e8ef;
  border-left: 1px solid #e5e8ef;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.mentor-filter-more-menu button {
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 0;
  background: #ffffff;
  color: #1f2330;
  font-size: 17px;
}

.mentor-filter-more-menu button:hover {
  background: #f6f8ff;
  color: #333fff;
}

.mentor-filter-more-menu i {
  display: inline-flex;
  width: 22px;
  color: #1f2330;
  font-style: normal;
}

.mentor-filter-more-menu i .park-icon {
  width: 16px;
  height: 16px;
}

.mentor-expand-button {
  min-width: 70px !important;
  border: 0 !important;
  background: transparent !important;
  color: #333fff !important;
  font-size: 14px;
}

.mentor-expand-button .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-filters.expanded .mentor-expand-button span {
  transform: translateY(-1px);
}

.mentor-filters.expanded .mentor-more-button,
.mentor-more-wrap:has(.mentor-filter-more-menu:not([hidden])) .mentor-more-button {
  border-color: #333fff;
  background: #ffffff;
  color: #333fff;
}

.tool-buttons .primary-button {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.mentor-template-toolbar .tool-buttons button {
  height: 32px;
  padding: 0 14px;
  border-color: #dcdce0;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.mentor-template-toolbar .tool-buttons button:focus,
.mentor-template-toolbar .tool-buttons button:focus-visible,
.mentor-template-toolbar .tool-buttons button:active,
.mentor-action-menu button:focus,
.mentor-action-menu button:focus-visible,
.mentor-action-menu button:active {
  outline: none;
  box-shadow: none;
}

.mentor-template-toolbar .tool-buttons button:focus:not(:hover),
.mentor-template-toolbar .tool-buttons button:focus-visible:not(:hover),
.mentor-template-toolbar .tool-buttons button:active:not(:hover),
.mentor-action-menu button:focus:not(:hover),
.mentor-action-menu button:focus-visible:not(:hover),
.mentor-action-menu button:active:not(:hover) {
  border-color: #dcdce0;
  background: #ffffff;
  color: #000000;
}

.mentor-template-toolbar .tool-buttons .danger-button {
  border-color: #dcdce0;
  background: #ffffff;
  color: #000000;
}

.mentor-template-toolbar .tool-buttons button.primary-button {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.mentor-selection-note {
  flex: 0 0 auto;
  min-width: max-content;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
  line-height: 20px;
}

.mentor-selection-note b {
  color: var(--primary);
}

.mentor-toolbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mentor-table-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f2630;
  font-size: 15px;
  line-height: 1;
}

.mentor-table-icon .park-icon {
  width: 17px;
  height: 17px;
}

.mentor-page-arrow .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-template-table-wrap {
  position: relative;
  z-index: 1;
  height: auto;
  min-height: 0;
  border-color: #eeeef0;
  border-radius: 0;
  background: #ffffff;
  scrollbar-color: #cfd3dc #f3f4f6;
  scrollbar-width: thin;
}

.mentor-template-table-wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.mentor-template-table-wrap::-webkit-scrollbar-track {
  background: #f3f4f6;
}

.mentor-template-table-wrap::-webkit-scrollbar-thumb {
  border: 2px solid #f3f4f6;
  border-radius: 999px;
  background: #cfd3dc;
}

.mentor-template-table {
  table-layout: fixed;
  min-width: 3268px;
  background: #ffffff;
}

.mentor-template-table tr.selected td {
  background: #ecf5ff;
}

.mentor-template-table tbody tr:nth-child(even):not(.selected) td {
  background: #f7f7f9;
}

.mentor-template-table tbody tr:nth-child(even):not(.selected) td.mentor-select-col,
.mentor-template-table tbody tr:nth-child(even):not(.selected) td.mentor-action-col {
  background: #f7f7f9;
}

.mentor-template-table input[type="checkbox"] {
  appearance: none;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 1px solid #dfe3eb;
  border-radius: 2px;
  background: #ffffff;
  accent-color: #333fff;
  vertical-align: middle;
}

.mentor-template-table input[type="checkbox"]:checked {
  border-color: #333fff;
  background: #333fff;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.mentor-template-table th,
.mentor-template-table td {
  height: 36px;
  padding: 0 12px;
  border-right-color: #eeeef0;
  border-bottom-color: #eeeef0;
  font-size: 14px;
  line-height: 20px;
}

.mentor-template-table th {
  height: 34px;
  background: #f9f9f9;
  color: #000000;
  font-weight: 600;
}

.mentor-template-table .mentor-select-col,
.mentor-template-table .mentor-action-col {
  position: sticky;
  z-index: 3;
  background: #ffffff;
}

.mentor-template-table .mentor-select-col {
  left: 0;
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  padding: 0;
  text-align: center !important;
}

.mentor-template-table .mentor-action-col {
  right: 0;
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  padding: 0 12px;
  box-shadow: -6px 0 12px rgba(15, 23, 42, 0.04);
  text-align: left !important;
}

.mentor-template-table th.mentor-select-col,
.mentor-template-table th.mentor-action-col {
  z-index: 5;
  background: #f9f9f9;
}

.mentor-template-table tr.selected td.mentor-select-col,
.mentor-template-table tr.selected td.mentor-action-col {
  background: #ecf5ff;
}

.mentor-template-table .link-action {
  color: #333fff;
  font-size: 14px;
  line-height: 22px;
}

.mentor-template-pagination {
  position: static;
  height: 34px;
  padding: 10px 0 0;
  gap: 8px;
  color: #505266;
  background: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

.mentor-template-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mentor-template-pagination input {
  width: 40px;
  height: 24px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  text-align: center;
}

.mentor-template-pagination select {
  height: 24px;
  padding: 0 24px 0 8px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
}

.mentor-template-pagination button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f6878;
  font-size: 14px;
}

.mentor-template-pagination .mentor-page-number {
  width: auto;
  min-width: 22px;
}

.mentor-template-pagination b {
  width: 24px;
  height: 24px;
  background: #eef0f4;
  color: #000000;
  font-size: 12px;
}

.mentor-template-pagination .mentor-total {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}

.mentor-page-ellipsis {
  color: #5f6878;
  letter-spacing: 2px;
}

.screen.mode-split .mentor-template-page .mentor-filters {
  min-height: 0;
}

.screen.mode-split .mentor-template-table-wrap {
  height: auto;
}

.screen.mode-split .mentor-filter-basic,
.screen.mode-split .mentor-filter-extra {
  display: contents;
}

.screen.mode-split .mentor-filter-actions {
  grid-column: -2 / -1;
}

.mentor-change-page {
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
}

.mentor-library-page {
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
}

.mentor-page-tabs {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  height: 42px;
  min-width: 0;
  padding: 4px 0 0 2px;
  overflow: hidden;
}

.mentor-page-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #343b4d;
  text-align: left;
}

.mentor-page-tab:hover,
.mentor-page-tab.active {
  background: transparent;
  color: #000000;
}

.mentor-page-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  background: #d8d4ff;
}

.mentor-page-tab span {
  position: relative;
  z-index: 1;
  color: inherit;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.mentor-page-tab.active span {
  font-weight: 700;
}

.mentor-change-toolbar {
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  margin: -2px 0 0;
  background: transparent;
}

.mentor-negative-page {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  padding: 12px 16px 10px;
}

.mentor-negative-toolbar {
  min-height: 34px;
}

.mentor-negative-toolbar .tool-buttons button.primary-button {
  height: 28px;
  padding: 0 12px;
}

.external-person-page {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.external-person-page .mentor-template-table .mentor-action-col {
  width: 164px;
  min-width: 164px;
  max-width: 164px;
}

.external-person-page .mentor-action-col .link-action + .link-action {
  margin-left: 8px;
}

.external-person-page .external-person-table th:nth-child(2),
.external-person-page .external-person-table td:nth-child(2),
.external-person-page .external-person-table th:nth-child(3),
.external-person-page .external-person-table td:nth-child(3),
.external-person-page .external-person-table th:nth-last-child(2),
.external-person-page .external-person-table td:nth-last-child(2) {
  position: sticky;
  z-index: 4;
  background: #ffffff;
}

.external-person-page .external-person-table th:nth-child(2),
.external-person-page .external-person-table td:nth-child(2) {
  left: 38px;
}

.external-person-page .external-person-table th:nth-child(3),
.external-person-page .external-person-table td:nth-child(3) {
  left: 178px;
  box-shadow: 6px 0 12px rgba(15, 23, 42, 0.04);
}

.external-person-page .external-person-table th:nth-last-child(2),
.external-person-page .external-person-table td:nth-last-child(2) {
  right: 164px;
  box-shadow: -6px 0 12px rgba(15, 23, 42, 0.04);
}

.external-person-page .external-person-table th:nth-child(2),
.external-person-page .external-person-table th:nth-child(3),
.external-person-page .external-person-table th:nth-last-child(2) {
  z-index: 6;
  background: #f9f9f9;
}

.external-person-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:nth-child(2),
.external-person-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:nth-child(3),
.external-person-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:nth-last-child(2) {
  background: #f7f7f9;
}

.external-person-page .mentor-template-table tr.selected td:nth-child(2),
.external-person-page .mentor-template-table tr.selected td:nth-child(3),
.external-person-page .mentor-template-table tr.selected td:nth-last-child(2) {
  background: #ecf5ff;
}

.external-person-audit-page .external-person-audit-table th:nth-last-child(2),
.external-person-audit-page .external-person-audit-table td:nth-last-child(2),
.external-person-audit-page .external-person-audit-table th:last-child,
.external-person-audit-page .external-person-audit-table td:last-child {
  position: sticky;
  z-index: 4;
  background: #ffffff;
}

.external-person-audit-page .external-person-audit-table th:nth-last-child(2),
.external-person-audit-page .external-person-audit-table td:nth-last-child(2) {
  right: 220px;
  box-shadow: -6px 0 12px rgba(15, 23, 42, 0.04);
}

.external-person-audit-page .external-person-audit-table th:last-child,
.external-person-audit-page .external-person-audit-table td:last-child {
  right: 0;
}

.external-person-audit-page .external-person-audit-table th:nth-last-child(2),
.external-person-audit-page .external-person-audit-table th:last-child {
  z-index: 6;
  background: #f9f9f9;
}

.external-person-audit-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:nth-last-child(2),
.external-person-audit-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:last-child {
  background: #f7f7f9;
}

.external-person-audit-page .mentor-template-table tr.selected td:nth-last-child(2),
.external-person-audit-page .mentor-template-table tr.selected td:last-child {
  background: #ecf5ff;
}

.external-person-audit-page .external-person-audit-action-col {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  white-space: nowrap;
}
/* ========== 重复率监测申请审核页面样式 ========== */
.repetition-audit-page .repetition-audit-table th:nth-last-child(2),
.repetition-audit-page .repetition-audit-table td:nth-last-child(2),
.repetition-audit-page .repetition-audit-table th:last-child,
.repetition-audit-page .repetition-audit-table td:last-child {
  position: sticky;
  z-index: 4;
  background: #ffffff;
}

.repetition-audit-page .repetition-audit-table th:nth-last-child(2),
.repetition-audit-page .repetition-audit-table td:nth-last-child(2) {
  right: 220px;
  box-shadow: -6px 0 12px rgba(15, 23, 42, 0.04);
}

.repetition-audit-page .repetition-audit-table th:last-child,
.repetition-audit-page .repetition-audit-table td:last-child {
  right: 0;
}

.repetition-audit-page .repetition-audit-table th:nth-last-child(2),
.repetition-audit-page .repetition-audit-table th:last-child {
  z-index: 6;
  background: #f9f9f9;
}

.repetition-audit-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:nth-last-child(2),
.repetition-audit-page .mentor-template-table tbody tr:nth-child(even):not(.selected) td:last-child {
  background: #f7f7f9;
}

.repetition-audit-page .mentor-template-table tr.selected td:nth-last-child(2),
.repetition-audit-page .mentor-template-table tr.selected td:last-child {
  background: #ecf5ff;
}

.repetition-source-chart {
  display: grid;
  gap: 12px;
  padding: 16px 0;
}

.source-bar {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
}

.source-label {
  color: #5d6678;
  font-size: 14px;
}

.source-value {
  display: block;
  height: 24px;
  background: var(--primary);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  min-width: 40px;
  text-align: center;
}


.external-person-audit-page .external-person-audit-action-col .link-action + .link-action {
  margin-left: 12px;
}

.external-person-audit-page td.external-person-audit-action-col {
  padding: 0 14px;
}

.external-person-audit-page .external-person-audit-action-col .link-action:disabled {
  color: #a0a3ad;
  cursor: not-allowed;
}

.external-person-page .mentor-template-pagination,
.external-person-audit-page .mentor-template-pagination {
  justify-content: flex-start;
}

.external-person-page .external-person-selection-note,
.external-person-audit-page .external-person-selection-note {
  margin-left: auto;
  text-align: right;
}

.external-person-status {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
}

.external-person-status.success {
  background: #eef8f2;
  color: var(--success);
}

.external-person-status.warning {
  background: #fff7e8;
  color: var(--warning);
}

.external-person-status.info {
  background: #eef4ff;
  color: #2b5cc7;
}

.external-person-tags {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  overflow: hidden;
}

.external-person-tags em {
  flex: 0 0 auto;
  max-width: 86px;
  height: 22px;
  padding: 0 6px;
  overflow: hidden;
  border-radius: 4px;
  background: #f1efff;
  color: #333fff;
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.external-person-completeness {
  font-weight: 700;
}

.external-person-completeness.good {
  color: var(--success);
}

.external-person-completeness.warn {
  color: var(--warning);
}

.external-person-completeness.low {
  color: var(--danger);
}

.external-person-form .mentor-dialog-form-grid label.mentor-field-wide {
  align-items: start;
}

.external-person-tag-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid #dfe2ea;
  border-radius: 4px;
  background: #ffffff;
}

.external-person-tag-checks label {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 5px;
  min-height: 20px !important;
  color: #303744;
  font-size: 13px;
}

.external-person-tag-checks input {
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  padding: 0 !important;
  accent-color: #333fff;
}

.external-person-form-hint {
  margin: 4px 0 0;
  padding: 8px 12px;
  border-radius: 4px;
  background: #f7f8ff;
  color: #5f6878;
  font-size: 13px;
  line-height: 20px;
}

.external-person-detail-page .mentor-detail-page-footer {
  gap: 10px;
}

.external-person-detail-page .mentor-detail-page-footer button:not(.primary-button) {
  min-width: 96px;
  height: 32px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2630;
}

.external-person-detail-page .mentor-detail-card {
  align-items: center;
}

.external-person-card-info {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 94px;
}

.external-person-detail-page .external-person-card-info strong {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.external-person-detail-page .external-person-card-info span,
.external-person-detail-page .external-person-card-info em {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #5d6678;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.external-person-detail-page .external-person-card-info strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.external-person-log-table-wrap {
  margin: 12px;
}

.external-person-log-table {
  min-width: 780px;
}

.field-setting-page {
  height: 100%;
  min-height: 0;
  padding: 10px 12px;
  overflow: auto;
  background: #ffffff;
}

.field-setting-tabs {
  display: flex;
  gap: 28px;
  height: 30px;
  border-bottom: 1px solid #eef0f4;
}

.field-setting-tabs button {
  position: relative;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #343b4d;
  font-size: 14px;
}

.field-setting-tabs button.active {
  color: #000000;
  font-weight: 700;
}

.field-setting-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #333fff;
}

.field-setting-search {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
}

.field-setting-search input {
  width: 220px;
  height: 28px;
  border: 1px solid #eef0f4;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
}

.field-setting-search button {
  height: 28px;
}

.field-setting-section,
.showcase-setting-section {
  margin-bottom: 8px;
  border: 1px solid #eef0f4;
  background: #ffffff;
}

.field-setting-section header,
.showcase-setting-section header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0 10px;
  background: #f6f6f8;
  color: #1f2430;
}

.field-setting-section strong,
.showcase-setting-section strong {
  font-size: 13px;
  font-weight: 700;
}

.field-setting-section em,
.showcase-setting-section em {
  color: #596273;
  font-style: normal;
}

.field-setting-section header button,
.showcase-setting-section header button {
  border: 0;
  background: transparent;
  color: #697386;
}

.field-setting-table-wrap {
  border: 0;
}

.field-setting-table {
  min-width: 100%;
}

.showcase-setting-section header label {
  margin-left: auto;
  margin-right: 14px;
  color: #596273;
  font-size: 12px;
}

.showcase-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 0;
  padding: 6px 0;
}

.showcase-field-grid label {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) 18px 42px;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #303744;
  font-size: 12px;
  border-bottom: 1px solid #f2f3f6;
}

.showcase-field-grid input,
.showcase-setting-section header input {
  width: 12px;
  height: 12px;
  accent-color: #333fff;
}

.showcase-config-page {
  display: grid;
  grid-template-rows: 42px minmax(0, 1fr) 56px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.showcase-config-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  border-bottom: 1px solid #eef0f4;
  background: #ffffff;
}

.showcase-config-tabs {
  flex: 1;
}

.showcase-config-tabs .mentor-page-tab span {
  font-size: 14px;
}

.showcase-jump-button {
  height: 30px;
  padding: 0 14px;
  border: 1px solid #333fff;
  border-radius: 4px;
  background: #ffffff;
  color: #333fff;
  font-size: 13px;
}

.showcase-config-main {
  min-width: 0;
  min-height: 0;
  padding: 12px;
  overflow: auto;
  background: #ffffff;
}

.showcase-config-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.showcase-config-search input {
  width: 240px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
}

.showcase-config-search button {
  height: 30px;
}

.showcase-field-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  margin-bottom: 10px;
  padding: 0 12px;
  border: 1px solid #f0f1f5;
  background: #fbfaff;
  color: #1f2430;
  font-size: 13px;
  font-weight: 700;
}

.showcase-field-tools button {
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333fff;
  font-size: 13px;
  font-weight: 400;
}

.showcase-config-section {
  margin-bottom: 10px;
  border: 1px solid #f0f1f5;
  background: #ffffff;
}

.showcase-config-section header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  height: 32px;
  padding: 0 12px;
  background: linear-gradient(90deg, #f5f3ff 0%, #ffffff 100%);
  color: #1f2430;
}

.showcase-config-section strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-config-section strong em {
  color: #596273;
  font-style: normal;
}

.showcase-config-section label,
.showcase-display-row label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #303744;
  font-size: 12px;
  white-space: nowrap;
}

.showcase-config-section input[type="checkbox"],
.showcase-display-row input[type="checkbox"] {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: #333fff;
}

.showcase-config-section header button {
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  color: #697386;
}

.showcase-display-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 0 56px;
  padding: 8px 12px 12px;
}

.showcase-display-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 36px 64px;
  align-items: center;
  height: 32px;
  color: #303744;
  font-size: 12px;
}

.showcase-display-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showcase-display-row em {
  color: #a2a9b7;
  font-style: normal;
}

.showcase-display-setting-main {
  background: #ffffff;
}

.showcase-param-table-wrap {
  width: 100%;
}

.showcase-param-table {
  min-width: 1080px;
}

.showcase-setting-form-section header {
  grid-template-columns: minmax(0, 1fr);
}

.showcase-setting-form {
  display: grid;
  gap: 0;
  padding: 0;
}

.showcase-setting-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 16px;
  border-top: 1px solid #eef0f4;
  color: #303744;
  font-size: 13px;
}

.showcase-setting-row > span {
  padding-top: 7px;
  color: #596273;
}

.showcase-setting-card {
  border: 1px solid #eef0f4;
  border-radius: 4px;
  background: #ffffff;
}

.showcase-setting-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 40px;
  padding: 0 14px;
  border-bottom: 1px solid #eef0f4;
}

.showcase-setting-card strong {
  color: #1f2430;
  font-size: 14px;
}

.showcase-setting-card header span {
  color: #6b7280;
  font-size: 12px;
}

.showcase-setting-card header button {
  height: 28px;
  padding: 0 12px;
  border: 1px solid #333fff;
  border-radius: 4px;
  background: #ffffff;
  color: #333fff;
  font-size: 12px;
}

.showcase-condition-builder {
  display: grid;
  gap: 8px;
  padding: 0;
}

.showcase-condition-mode,
.showcase-condition-row {
  display: grid;
  grid-template-columns: 44px 160px auto;
  align-items: center;
  gap: 8px;
  color: #596273;
  font-size: 13px;
}

.showcase-condition-row {
  grid-template-columns: minmax(140px, 1fr) 112px minmax(150px, 1fr) 28px;
}

.showcase-condition-mode button {
  justify-self: start;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  color: #333fff;
  font-size: 12px;
}

.showcase-condition-builder select,
.showcase-condition-builder input,
.showcase-theme-form select,
.showcase-theme-form input {
  height: 32px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
}

.showcase-condition-row button {
  height: 28px;
  background: transparent;
  color: #8a93a3;
  font-size: 18px;
}

.showcase-theme-form {
  display: grid;
  grid-template-columns: 132px 170px;
  gap: 8px;
  align-items: center;
}

.showcase-color-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
}

.showcase-color-picker input[type="color"] {
  width: 28px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.showcase-theme-setting {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.showcase-theme-setting button {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #e4e7ef;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
  text-align: left;
}

.showcase-theme-setting button.active {
  border-color: #333fff;
  color: #333fff;
}

.showcase-theme-setting i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}

.showcase-theme-setting label {
  display: grid;
  gap: 6px;
  color: #596273;
  font-size: 12px;
}

.showcase-config-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 16px;
  border-top: 1px solid #eef0f4;
  background: #ffffff;
}

.showcase-config-footer button {
  min-width: 64px;
  height: 32px;
}

.showcase-preview-button {
  padding: 0 14px;
  border: 1px solid #d5dbe5;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
}

.guide-modal.mentor-showcase-filter-mode .guide-modal-body {
  overflow: auto;
}

.showcase-filter-dialog {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 12px;
  min-height: 0;
}

.showcase-filter-table-wrap {
  min-height: 0;
  overflow: auto;
  border: 1px solid #e5e9f2;
  border-radius: 4px;
}

.showcase-filter-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.showcase-filter-table th,
.showcase-filter-table td {
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  color: #303744;
  font-size: 13px;
  text-align: left;
}

.showcase-filter-table th {
  background: #f6f7fb;
  color: #1f2430;
  font-weight: 700;
  text-align: center;
}

.showcase-filter-table th:first-child,
.showcase-filter-table td:first-child {
  width: 72px;
  text-align: center;
}

.showcase-filter-table th:nth-child(6),
.showcase-filter-table td:nth-child(6) {
  width: 88px;
  text-align: center;
}

.showcase-filter-table input,
.showcase-filter-table select {
  width: 100%;
  height: 30px;
  min-width: 0;
  padding: 0 8px;
  border: 1px solid #dfe3eb;
  border-radius: 3px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
}

.showcase-filter-grip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #303744;
  line-height: 1;
}

.showcase-filter-table .is-disabled {
  color: #c4cad5;
  cursor: not-allowed;
}

.showcase-filter-add {
  justify-self: start;
  height: 28px;
  background: transparent;
  color: #333fff;
  font-size: 13px;
}

.mentor-showcase-preview-page {
  display: grid;
  grid-template-rows: 46px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f5f7fb;
}

.mentor-showcase-preview-page > header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid #e8ebf2;
  background: #ffffff;
}

.mentor-showcase-preview-page > header button {
  color: #333fff;
  background: transparent;
  font-size: 13px;
}

.mentor-showcase-preview-page > header strong {
  color: #1f2430;
  font-size: 15px;
}

.mentor-showcase-preview-page main {
  min-height: 0;
  overflow: auto;
  padding: 22px;
}

.mentor-showcase-hero {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #eef2ff, #ffffff);
  border: 1px solid #e6e9f5;
}

.mentor-showcase-hero img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}

.mentor-showcase-hero h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 28px;
  line-height: 36px;
}

.mentor-showcase-hero p {
  margin: 0 0 14px;
  color: #4b5568;
  font-size: 14px;
}

.mentor-showcase-hero span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin: 0 8px 8px 0;
  padding: 0 10px;
  border-radius: 12px;
  background: #333fff;
  color: #ffffff;
  font-size: 12px;
}

.mentor-showcase-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.mentor-showcase-preview-grid article {
  min-height: 120px;
  padding: 18px;
  border: 1px solid #eef0f4;
  border-radius: 6px;
  background: #ffffff;
}

.mentor-showcase-preview-grid h3 {
  margin: 0 0 10px;
  color: #1f2430;
  font-size: 15px;
}

.mentor-showcase-preview-grid p {
  margin: 0;
  color: #5b6578;
  font-size: 13px;
  line-height: 22px;
}

.field-data-designer-page {
  display: grid;
  grid-template-rows: 42px minmax(0, 1fr) 56px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.field-data-top-tabs {
  padding-left: 18px;
  border-bottom: 1px solid #eef0f4;
  background: #ffffff;
}

.field-data-designer-body {
  display: grid;
  grid-template-columns: 280px minmax(460px, 1fr) 300px;
  min-height: 0;
  overflow: hidden;
  background: #eef1f6;
}

.field-data-side-panel,
.field-data-advanced {
  min-height: 0;
  overflow: auto;
  background: #ffffff;
  scrollbar-width: thin;
}

.field-data-side-panel {
  border-right: 1px solid #e8ebf2;
}

.field-data-model-tabs,
.field-advanced-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid #eef0f4;
}

.field-data-model-tabs button,
.field-advanced-tabs button {
  position: relative;
  height: 38px;
  background: transparent;
  color: #4c5668;
  font-size: 13px;
}

.field-data-model-tabs button.active,
.field-advanced-tabs button.active {
  color: #333fff;
  font-weight: 700;
}

.field-data-model-tabs button.active::after,
.field-advanced-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #333fff;
}

.field-data-side-panel h3 {
  margin: 14px 14px 12px;
  color: #121724;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.field-component-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 14px 12px;
}

.field-component-grid button {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  min-width: 0;
  padding: 0 8px;
  border: 1px solid #e6e9ef;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2735;
  font-size: 13px;
  text-align: left;
}

.field-component-grid i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #2f3542;
  font-style: normal;
}

.field-component-grid i .park-icon {
  width: 18px;
  height: 18px;
}

.field-component-grid span,
.field-model-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.field-model-list {
  display: grid;
  gap: 6px;
  padding: 0 14px 18px;
}

.field-model-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  background: transparent;
  color: #344054;
  text-align: left;
}

.field-model-list button.active {
  background: #f1efff;
  color: #333fff;
}

.field-model-list small {
  flex: 0 0 auto;
  color: #8b94a6;
  font-size: 12px;
}

.data-item-model-list button {
  min-height: 38px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.field-model-card {
  padding-bottom: 18px;
}

.field-model-card > header {
  height: 34px;
  padding: 0 14px;
  background: #f6f6f7;
  color: #4b5568;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
}

.field-model-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 10px;
  color: #4b5568;
  font-size: 13px;
  line-height: 22px;
}

.field-model-head button {
  color: #333fff;
  background: transparent;
  font-size: 13px;
}

.field-field-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 14px 16px;
}

.field-field-model-grid button {
  height: 34px;
  min-width: 0;
  padding: 0 8px;
  border: 1px solid #d8dde6;
  border-radius: 4px;
  background: #ffffff;
  color: #3f4654;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-item-group-list {
  display: grid;
  gap: 14px;
  padding: 12px 12px 20px;
}

.data-item-model-group {
  overflow: hidden;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
}

.data-item-model-group > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 10px;
  background: #f1f1f2;
  color: #1f2735;
}

.data-item-model-group strong {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-item-model-group header button {
  width: 20px;
  height: 20px;
  background: transparent;
  color: #2f3542;
  font-size: 13px;
}

.data-item-model-group header i,
.model-drag-icon {
  color: #2f3542;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.data-item-model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px 12px;
  padding: 12px 10px;
}

.data-item-model-grid button {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  height: 24px;
  background: transparent;
  color: #647084;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.data-item-model-grid button span {
  flex: 0 0 auto;
  color: #8a94a6;
  font-size: 13px;
}

.field-data-canvas {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  padding: 20px;
  background: #eef1f6;
}

.field-form-page {
  min-height: 100%;
  padding: 32px 32px 48px;
  background: #ffffff;
}

.field-form-page h2 {
  margin: 0 0 28px;
  color: #1a1d27;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}

.field-form-group-title {
  height: 42px;
  margin: 0 12px 18px;
  padding: 0 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0ff, #ffffff);
  color: #151923;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
}

.field-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 20px 18px;
  padding: 0 10px;
}

.field-form-grid label {
  position: relative;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: center;
  min-height: 44px;
  border-radius: 4px;
  background: #f6f7f9;
  color: #556176;
  font-size: 14px;
}

.field-form-grid label.selected {
  box-shadow: -4px 0 0 #333fff;
}

.field-form-grid label span {
  padding: 0 18px;
}

.field-form-grid input,
.data-item-table input,
.field-data-advanced input,
.field-data-advanced select {
  width: 100%;
  height: 34px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2735;
  font-size: 13px;
  outline: 0;
}

.field-form-grid input::placeholder,
.data-item-table input::placeholder {
  color: #a0a8b8;
}

.field-form-grid label > button {
  position: absolute;
  right: -8px;
  top: -16px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #333fff;
  color: #ffffff;
  font-size: 12px;
}

.data-item-form-page h2 {
  margin-bottom: 26px;
}

.data-item-section {
  margin: 0 0 34px;
}

.data-item-section h3 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 14px;
  color: #1d2432;
  font-size: 15px;
  line-height: 24px;
}

.data-item-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: #333fff;
}

.data-item-table-wrap {
  overflow-x: auto;
  border-left: 4px solid #333fff;
  box-shadow: 0 8px 22px rgba(24, 34, 72, 0.08);
}

.data-item-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.data-item-table th,
.data-item-table td {
  height: 44px;
  padding: 0 8px;
  border: 1px solid #edf0f5;
  text-align: left;
  vertical-align: middle;
}

.data-item-table th {
  background: #f6f7f9;
  color: #111724;
  font-size: 13px;
  font-weight: 700;
}

.data-item-table th:first-child,
.data-item-table td:first-child {
  width: 54px;
  text-align: center;
}

.field-data-advanced {
  border-left: 1px solid #e8ebf2;
  padding-bottom: 18px;
}

.field-data-advanced > label,
.field-advanced-row {
  display: grid;
  gap: 8px;
  margin: 16px 18px;
  color: #5b6578;
  font-size: 13px;
  line-height: 20px;
}

.field-data-advanced > label span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.field-data-advanced i {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5d6578;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
}

.field-data-advanced label {
  position: relative;
}

.field-data-advanced label em {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #6d7688;
  font-style: normal;
  font-size: 12px;
}

.field-data-advanced input:disabled {
  background: #ededf0;
  color: #a4a9b4;
}

.field-check-line {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
}

.field-check-line input {
  width: 16px;
  height: 16px;
  accent-color: #333fff;
}

.field-advanced-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.field-switch {
  position: relative;
  width: 40px;
  height: 22px;
  border-radius: 999px;
  background: #b8bdc8;
}

.field-switch span {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
}

.field-switch.on {
  background: #333fff;
}

.field-switch.on span {
  left: 21px;
}

.data-table-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 18px 8px;
  color: #5b6578;
  font-size: 13px;
}

.data-table-field-head button {
  background: transparent;
  color: #333fff;
  font-size: 13px;
}

.data-table-field-list {
  display: grid;
  gap: 6px;
  margin: 0 18px 16px;
}

.data-table-field-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px 20px 20px;
  align-items: center;
  gap: 4px;
  min-height: 34px;
  padding: 0 8px;
  background: #f4f5f7;
  color: #4b5568;
  font-size: 13px;
}

.data-table-field-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-table-field-list button {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  color: #4b5568;
}

.data-table-field-list button .park-icon,
.showcase-filter-grip .park-icon,
.mentor-config-grip .park-icon {
  width: 14px;
  height: 14px;
}

.field-data-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  border-top: 1px solid #eef0f4;
  background: #ffffff;
}

.field-data-footer button {
  min-width: 72px;
  height: 32px;
  border-radius: 4px;
}

.mentor-change-top-tabs {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  height: 42px;
  min-width: 0;
  padding: 4px 0 0 2px;
  overflow: hidden;
}

.mentor-change-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: auto;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #343b4d;
  text-align: left;
}

.mentor-change-tab:hover {
  background: transparent;
  color: #000000;
}

.mentor-change-tab.active {
  background: transparent;
  color: #000000;
}

.mentor-change-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 8px;
  background: #d8d4ff;
}

.mentor-change-tab span {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-change-tab.active span {
  font-weight: 700;
}

.mentor-template-pagination .mentor-pagination-spacer {
  flex: 1 1 auto;
}

.mentor-param-page {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 16px 16px 0;
  background: #ffffff;
}

.mentor-param-table-wrap {
  flex: 0 0 auto;
  overflow-x: auto;
  overflow-y: visible;
  border: 1px solid #eef0f4;
}

.mentor-param-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #2f3542;
  font-size: 14px;
}

.mentor-param-table th,
.mentor-param-table td {
  padding: 14px 16px;
  border-right: 1px solid #eef0f4;
  border-bottom: 1px solid #eef0f4;
  text-align: left;
  vertical-align: top;
}

.mentor-param-table th {
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fafafa;
  color: #1f2430;
  font-weight: 700;
}

.mentor-param-table th:last-child,
.mentor-param-table td:last-child {
  border-right: 0;
}

.mentor-param-name-col {
  width: 260px;
}

.mentor-param-value-col {
  width: 54%;
}

.mentor-param-desc-col {
  width: 30%;
}

.mentor-param-group {
  color: #1f2430;
  font-weight: 500;
  line-height: 22px;
}

.mentor-param-radio-list {
  display: grid;
  gap: 16px;
}

.mentor-param-radio-list label {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: #303744;
  line-height: 24px;
}

.mentor-param-radio-list input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

.ui-radio {
  appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid #d9dce3;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.ui-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333fff;
  transform: scale(0);
}

.ui-radio:checked {
  border-color: #333fff;
}

.ui-radio:checked::before {
  transform: scale(1);
}

.ui-radio:focus-visible {
  outline: 2px solid rgba(51, 63, 255, 0.24);
  outline-offset: 2px;
}

.mentor-param-radio-list em {
  margin-left: 18px;
  color: #697386;
  font-style: normal;
}

.mentor-param-rule-box {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #ffffff;
}

.mentor-param-rule-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #333b4a;
  line-height: 22px;
}

.mentor-param-rule-box p,
.mentor-param-inline-note {
  margin: 10px 0 0;
  color: #697386;
  line-height: 22px;
}

.mentor-param-inline-note {
  margin: 0;
}

.mentor-param-desc {
  color: #4f596b;
  font-size: 13px;
  line-height: 22px;
}

.mentor-param-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
  margin: auto -16px 0;
  padding: 0 16px;
  border-top: 1px solid #eef0f4;
  background: #ffffff;
}

.mentor-param-footer button {
  min-width: 64px;
  height: 32px;
  border: 1px solid #333fff;
  border-radius: 4px;
  background: #333fff;
  color: #ffffff;
}

.mentor-param-page.mentor-code-rule-drawer-open::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.38);
}

.mentor-code-rule-drawer {
  position: absolute;
  z-index: 120;
  top: 0;
  right: 0;
  width: min(980px, calc(100% - 64px));
  height: 100%;
  border-left: 1px solid #eceef5;
  background: #ffffff;
  box-shadow: -10px 0 26px rgba(16, 24, 48, 0.12);
}

.mentor-code-rule-modal {
  display: grid;
  grid-template-rows: 70px minmax(0, 1fr) 64px;
  height: 100%;
  min-height: 0;
  color: #000000;
}

.mentor-code-rule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 22px 12px 28px;
  background: #ffffff;
}

.mentor-code-rule-header strong {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.mentor-code-rule-header .icon-btn {
  width: 34px;
  height: 34px;
  color: #000000;
}

.mentor-code-rule-content {
  min-height: 0;
  overflow: auto;
  padding: 0 18px 16px;
  scrollbar-width: none;
}

.mentor-code-rule-content::-webkit-scrollbar {
  display: none;
}

.mentor-code-section {
  margin: 0 0 22px;
}

.mentor-code-section h3 {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0 0 18px;
  padding: 0 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f2f1ff 0%, #fafaff 56%, #ffffff 100%);
  color: #111217;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.mentor-code-basic-form {
  min-height: 48px;
  padding-left: 44px;
}

.mentor-code-basic-form label {
  display: grid;
  grid-template-columns: 120px 370px;
  align-items: center;
  gap: 18px;
  min-height: 40px;
  color: #4b4f5c;
  font-size: 15px;
  line-height: 22px;
}

.mentor-code-basic-form span {
  text-align: right;
}

.mentor-code-basic-form b {
  color: #ff4d5c;
  font-weight: 700;
}

.mentor-code-basic-form input,
.mentor-code-rule-input {
  width: 100%;
  height: 36px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #dfe2ea;
  border-radius: 4px;
  background: #ffffff;
  color: #14161f;
  font-size: 14px;
  line-height: 22px;
  outline: none;
}

.mentor-code-basic-form input::placeholder,
.mentor-code-rule-input::placeholder {
  color: #a5a8b3;
}

.mentor-code-compose-section {
  margin-bottom: 0;
}

.mentor-code-rule-example {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 4px;
  background:
    radial-gradient(circle, rgba(213, 218, 238, 0.68) 1.2px, transparent 1.4px) 0 0 / 24px 24px,
    linear-gradient(180deg, #fbfbff 0%, #f8f9ff 100%);
}

.mentor-code-rule-example-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 30px;
  min-width: 116px;
  padding: 0 22px;
  border-radius: 0 0 24px 0;
  background: linear-gradient(90deg, #424cff 0%, #8f4cff 100%);
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.mentor-code-rule-example-main {
  padding-top: 30px;
}

.mentor-code-rule-sample {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  height: 88px;
  padding-top: 16px;
}

.mentor-code-rule-sample-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 72px;
}

.mentor-code-rule-sample-item strong {
  color: #000000;
  font-family: Arial, "Microsoft YaHei UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.mentor-code-rule-sample-item span {
  color: #767b8f;
  font-size: 14px;
  line-height: 22px;
}

.mentor-code-rule-total {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 70px;
  height: 30px;
  margin-top: 26px;
  color: #3b3d47;
  font-size: 15px;
  line-height: 22px;
}

.mentor-code-rule-total strong {
  font-weight: 700;
}

.mentor-code-rule-tipline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
  padding: 0 26px;
  border-top: 1px solid #ebeef6;
  background: rgba(250, 250, 255, 0.72);
  color: #6d7284;
  font-size: 14px;
  line-height: 22px;
}

.mentor-code-section .mentor-code-rule-table-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 34px;
  margin: 18px 0 12px;
  padding: 0 0 0 12px;
  border-radius: 0;
  background: transparent;
  color: #20242f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.mentor-code-section .mentor-code-rule-table-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background: #333fff;
}

.mentor-code-rule-tipline i,
.mentor-code-date-popover i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333fff;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.mentor-code-rule-table-card {
  position: relative;
  min-width: 0;
  margin-top: 0;
  overflow: visible;
  background: #ffffff;
}

.mentor-code-rule-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #16181f;
  font-size: 15px;
}

.mentor-code-rule-table th,
.mentor-code-rule-table td {
  height: 46px;
  padding: 0 14px;
  border: 1px solid #dfe2ee;
  border-left: 0;
  border-bottom: 1px solid #edeef2;
  text-align: left;
  vertical-align: middle;
}

.mentor-code-rule-table th:first-child,
.mentor-code-rule-table td:first-child {
  border-left: 1px solid #dfe2ee;
}

.mentor-code-rule-table th {
  height: 40px;
  background: #f4f6fb;
  color: #000000;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.mentor-code-rule-order-col {
  width: 112px;
}

.mentor-code-rule-type-col {
  width: 42%;
}

.mentor-code-rule-setting-col {
  width: 42%;
}

.mentor-code-rule-action-col {
  width: 88px;
}

.mentor-code-rule-order-cell {
  text-align: center !important;
}

.mentor-code-rule-drag {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 22px;
  background:
    radial-gradient(circle, #22242c 1.4px, transparent 1.6px) 2px 2px / 7px 7px,
    radial-gradient(circle, #22242c 1.4px, transparent 1.6px) 9px 2px / 7px 7px;
  opacity: 0.86;
}

.mentor-code-rule-control,
.mentor-code-rule-select,
.mentor-code-rule-type-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #dfe2ea;
  border-radius: 4px;
  background: #ffffff;
  color: #1f222b;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.mentor-code-rule-type-select {
  appearance: none;
  position: relative;
  background:
    linear-gradient(45deg, transparent 50%, #6d7280 50%) right 20px top 16px / 6px 6px no-repeat,
    linear-gradient(135deg, #6d7280 50%, transparent 50%) right 14px top 16px / 6px 6px no-repeat,
    #ffffff;
}

.mentor-code-rule-type-select:disabled {
  background:
    linear-gradient(45deg, transparent 50%, #b4b8c3 50%) right 20px top 16px / 6px 6px no-repeat,
    linear-gradient(135deg, #b4b8c3 50%, transparent 50%) right 14px top 16px / 6px 6px no-repeat,
    #f6f6f8;
  color: #8d93a3;
}

.mentor-code-rule-control.is-readonly {
  border-color: transparent;
  background: #f6f6f8;
}

.mentor-code-rule-control.is-placeholder {
  color: #9ca1ae;
}

.mentor-code-rule-select {
  position: relative;
  justify-content: flex-start;
}

.mentor-code-rule-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #6d7280;
  border-bottom: 1.5px solid #6d7280;
  transform: translateY(-65%) rotate(45deg);
}

.mentor-code-rule-date-setting,
.mentor-code-rule-flow-setting {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: center;
}

.mentor-code-rule-date-setting {
  position: relative;
}

.mentor-code-rule-flow-setting {
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 0;
  border: 1px solid #dfe2ea;
  border-radius: 4px;
  overflow: hidden;
}

.mentor-code-rule-flow-setting .mentor-code-rule-input {
  border: 0;
  border-radius: 0;
}

.mentor-code-rule-flow-setting button {
  height: 34px;
  padding: 0 12px;
  background: #ffffff;
  color: #333fff;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.mentor-code-rule-guidance {
  display: grid;
  gap: 4px;
  margin: 12px 0 2px;
  color: #5d6472;
  font-size: 13px;
  line-height: 21px;
}

.mentor-code-rule-counter {
  display: inline-grid;
  grid-template-columns: 40px 44px 40px 42px;
  align-items: center;
  height: 32px;
  overflow: hidden;
  border: 1px solid #d6d9e2;
  border-radius: 4px;
  background: #ffffff;
  color: #1f222b;
}

.mentor-code-rule-counter button,
.mentor-code-rule-counter strong,
.mentor-code-rule-counter span {
  display: grid;
  place-items: center;
  height: 100%;
  border-right: 1px solid #e4e6ee;
  font-size: 14px;
  line-height: 20px;
}

.mentor-code-rule-counter button {
  background: #f7f8fb;
  color: #333943;
}

.mentor-code-rule-counter strong {
  background: #ffffff;
  font-weight: 700;
}

.mentor-code-rule-counter span {
  border-right: 0;
  background: #ffffff;
}

.mentor-code-rule-unit-setting {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  align-items: center;
  border: 1px solid #dfe2ea;
  border-radius: 4px;
  overflow: hidden;
}

.mentor-code-rule-unit-setting .mentor-code-rule-control,
.mentor-code-rule-unit-setting .mentor-code-rule-input {
  border: 0;
  border-radius: 0;
}

.mentor-code-rule-unit-setting .mentor-code-rule-control {
  background: #f6f6f8;
}

.mentor-code-rule-input:disabled {
  background: #f4f4f5;
  color: #a1a5b2;
}

.mentor-code-rule-unit-setting button {
  height: 34px;
  padding: 0 10px;
  background: #ffffff;
  color: #333fff;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.mentor-code-rule-help {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #c9cdd6;
  border-radius: 50%;
  background: #ffffff;
  color: #171923;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.mentor-code-rule-delete {
  padding: 0;
  background: transparent;
  color: #333fff;
  font-size: 15px;
  line-height: 22px;
}

.mentor-code-rule-delete.muted {
  color: #b9bdc8;
  cursor: not-allowed;
}

.mentor-code-rule-add {
  margin-top: 12px;
  padding: 0;
  background: transparent;
  color: #1683ff;
  font-size: 14px;
  line-height: 22px;
}

.mentor-code-date-popover {
  position: absolute;
  z-index: 30;
  right: 8px;
  bottom: 44px;
  width: 392px;
  padding: 18px 20px 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(24, 29, 62, 0.13);
  color: #5e6475;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.mentor-code-rule-date-setting:hover .mentor-code-date-popover,
.mentor-code-rule-date-setting:focus-within .mentor-code-date-popover,
.mentor-code-rule-date-setting.show-popover .mentor-code-date-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mentor-code-date-popover::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 6px 6px 14px rgba(24, 29, 62, 0.06);
  transform: rotate(45deg);
}

.mentor-code-date-popover header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.mentor-code-date-popover strong {
  color: #252932;
  font-size: 15px;
  line-height: 22px;
}

.mentor-code-date-popover p {
  margin: 0 0 8px;
}

.mentor-code-date-popover p:last-child {
  margin-bottom: 0;
}

.mentor-code-date-popover b {
  color: #44495a;
}

.mentor-code-rule-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 64px;
  padding: 0 22px;
  border-top: 1px solid #eeeef2;
  background: #ffffff;
}

.mentor-code-rule-footer button {
  min-width: 72px;
  height: 36px;
  padding: 0 18px;
  border: 1px solid #dcdfe8;
  border-radius: 4px;
  background: #ffffff;
  color: #22242c;
  font-size: 14px;
  line-height: 22px;
}

.mentor-code-rule-footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.field-permission-page {
  display: grid;
  grid-template-rows: 46px minmax(0, 1fr) 56px;
  height: 100%;
  min-height: 0;
  background: #ffffff;
}

.field-permission-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0 22px;
  border-bottom: 1px solid #eef0f4;
}

.field-permission-config-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid #eef0f4;
  background: #ffffff;
}

.field-permission-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
}

.field-permission-tabs button {
  position: relative;
  height: 100%;
  padding: 0;
  background: transparent;
  color: #4c5668;
  font-size: 13px;
}

.field-permission-tabs button.active {
  color: #333fff;
  font-weight: 700;
}

.field-permission-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #333fff;
}

.field-permission-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #111724;
}

.field-permission-title strong {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  padding: 0 1px;
  background: linear-gradient(to top, #d8d4ff 0 8px, transparent 8px);
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-permission-title strong::after {
  content: none;
}

.field-permission-title button {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid #d9dde6;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
}

.field-permission-title span {
  flex: 0 0 auto;
  width: 1px;
  height: 22px;
  margin: 0 8px 0 12px;
  background: #d8dce5;
}

.field-permission-title em {
  min-width: 0;
  color: #6b7280;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.field-permission-search {
  display: flex;
  align-items: center;
  width: 210px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #eef0f4;
  border-radius: 2px;
  background: #ffffff;
  color: #8a93a3;
}

.field-permission-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #303744;
  font-size: 12px;
}

.field-permission-layout {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  min-height: 0;
}

.field-permission-content-panel {
  display: grid;
  grid-template-rows: 42px minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.field-permission-content-no-tabs {
  grid-template-rows: minmax(0, 1fr);
}

.field-permission-sidebar {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 14px 8px 10px;
  border-right: 1px solid #eef0f4;
  background: #ffffff;
}

.field-permission-sidebar h3 {
  margin: 0 0 10px;
  padding: 0 4px;
  color: #1f2430;
  font-size: 13px;
  font-weight: 700;
}

.field-permission-sidebar nav {
  display: grid;
  gap: 4px;
}

.field-permission-sidebar nav button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  padding: 0 8px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #343b4d;
  font-size: 13px;
  text-align: left;
}

.field-permission-sidebar nav button.active {
  background: #f1efff;
  color: #333fff;
}

.field-permission-sidebar nav button em {
  display: inline-flex;
  margin-right: 8px;
  color: #8a93a3;
  font-style: normal;
}

.field-permission-sidebar nav button.active em {
  color: #333fff;
}

.field-permission-sidebar nav button span {
  flex: 1;
}

.field-permission-sidebar nav button i {
  color: #a2a9b7;
  font-style: normal;
}

.field-permission-copy {
  height: 30px;
  margin-top: auto;
  border: 1px solid #eef0f4;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 12px;
}

.field-permission-main {
  min-width: 0;
  min-height: 0;
  padding: 12px;
  overflow: auto;
  background: #ffffff;
}

.field-permission-section {
  margin-bottom: 10px;
  border: 1px solid #f0f1f5;
  background: #ffffff;
}

.field-permission-section header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0 12px;
  background: linear-gradient(90deg, #f5f3ff 0%, #ffffff 100%);
  color: #1f2430;
}

.field-permission-section strong {
  font-size: 13px;
  font-weight: 700;
}

.field-permission-section strong em {
  color: #596273;
  font-style: normal;
  font-weight: 700;
}

.field-permission-section header .field-permission-actions,
.field-permission-section header .field-permission-title-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #303744;
  font-size: 12px;
}

.field-permission-section header .field-permission-title-actions {
  min-width: 0;
  gap: 12px;
}

.field-permission-title-actions strong {
  flex: 0 0 auto;
}

.field-permission-section label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.field-permission-section input[type="checkbox"] {
  appearance: none;
  width: 12px;
  height: 12px;
  margin: 0;
  border: 1px solid #dfe3eb;
  border-radius: 2px;
  background: #ffffff;
}

.field-permission-section input[type="checkbox"]:checked {
  border-color: #333fff;
  background: #333fff;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.field-permission-section header button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #697386;
}

.field-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  column-gap: 60px;
  padding: 8px 12px 12px;
}

.field-permission-row {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) 36px 32px 32px 32px;
  align-items: center;
  height: 32px;
  color: #303744;
  font-size: 12px;
}

.field-permission-row .field-placeholder {
  color: #a2a9b7;
}

.field-permission-row label {
  justify-content: center;
}

.data-item-permission-main {
  padding: 8px 6px;
}

.data-item-permission-section {
  margin-bottom: 8px;
}

.data-item-permission-section header {
  background: linear-gradient(90deg, #f5f3ff 0%, #ffffff 100%);
}

.data-item-permission-section.expanded header {
  background: linear-gradient(90deg, #f5f3ff 0%, #ffffff 100%);
}

.data-item-permission-col {
  min-width: 0;
}

.field-permission-table-head {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) 36px 32px 32px 32px;
  align-items: center;
  height: 32px;
  color: #6b7280;
  font-size: 12px;
}

.field-permission-table-head span:nth-child(n + 3) {
  text-align: center;
}

.field-permission-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  border-top: 1px solid #eef0f4;
  background: #ffffff;
}

.field-permission-footer button {
  min-width: 64px;
  height: 32px;
  border: 1px solid #333fff;
  border-radius: 4px;
  background: #333fff;
  color: #ffffff;
}

.mentor-snapshot-page {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  background: #ffffff;
}

.mentor-snapshot-sidebar {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 16px 12px 12px;
  border-right: 1px solid #eef0f4;
  background: #ffffff;
}

.mentor-snapshot-sidebar h3 {
  margin: 0 0 16px;
  color: #1f2430;
  font-size: 14px;
  font-weight: 700;
}

.mentor-snapshot-date {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #eef0f4;
  border-radius: 2px;
  color: #8a93a3;
}

.mentor-snapshot-date input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #303744;
  font-size: 12px;
}

.mentor-snapshot-year {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 16px 0 8px;
  color: #1f2430;
  font-size: 13px;
  font-weight: 700;
}

.mentor-snapshot-date .park-icon,
.mentor-snapshot-year .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-snapshot-sidebar nav {
  display: grid;
  gap: 4px;
}

.mentor-snapshot-sidebar nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 30px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #596273;
  font-size: 12px;
}

.mentor-snapshot-sidebar nav button.active {
  background: #f1efff;
  color: #333fff;
}

.mentor-snapshot-sidebar nav button em {
  padding: 1px 4px;
  border-radius: 2px;
  background: #fff4e5;
  color: #d9822b;
  font-style: normal;
}

.mentor-snapshot-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.mentor-snapshot-actions button {
  height: 30px;
  border: 1px solid #eef0f4;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 12px;
}

.mentor-snapshot-main {
  padding: 12px 16px 10px;
}

.mentor-snapshot-main.mentor-template-page {
  grid-template-rows: 26px auto auto minmax(0, 1fr) auto;
}

.mentor-snapshot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #596273;
  font-size: 12px;
}

.mentor-snapshot-head strong {
  color: #1f2430;
  font-size: 13px;
}

.mentor-snapshot-toolbar {
  min-height: 32px;
}

.button-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 7px solid currentColor;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  vertical-align: middle;
}

.mentor-select-col {
  width: 42px;
  text-align: center !important;
}

.mentor-action-col {
  width: 104px;
  text-align: center !important;
}

.sort-mark {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
}

.sort-mark::before,
.sort-mark::after {
  position: absolute;
  left: 2px;
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.sort-mark::before {
  top: 1px;
  border-bottom: 6px solid #a0a7b0;
}

.sort-mark::after {
  bottom: 1px;
  border-top: 6px solid #a0a7b0;
}

.mentor-pagination {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 58px;
  color: #343940;
  font-size: 16px;
}

.mentor-page-buttons {
  display: flex;
  gap: 8px;
}

.mentor-page-buttons button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d5dbe5;
  border-radius: 4px;
  background: #ffffff;
  color: #333943;
  font-size: 18px;
  font-weight: 700;
}

.mentor-pagination b {
  font-weight: 400;
}

.mentor-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mentor-pagination input {
  width: 48px;
  height: 36px;
  border: 1px solid #d5dbe5;
  border-radius: 4px;
  text-align: center;
}

.mentor-detail-modal {
  display: grid;
  gap: 18px;
}

.guide-modal-panel {
  width: min(920px, calc(100vw - 56px));
}

.mentor-detail-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid #e2e7f0;
  border-radius: 8px;
  background: #f7faff;
}

.mentor-detail-summary strong {
  display: block;
  margin-bottom: 6px;
  color: #1f2733;
  font-size: 20px;
}

.mentor-detail-summary span {
  color: #697280;
  font-size: 14px;
}

.mentor-detail-summary em {
  display: inline-grid;
  place-items: center;
  min-width: 72px;
  height: 30px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
}

.mentor-detail-summary em.success {
  background: #eaf8f0;
  color: #1f8f4d;
}

.mentor-detail-summary em.warning {
  background: #fff3df;
  color: #b46a00;
}

.mentor-detail-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #e5ebf4;
}

.mentor-detail-tabs button {
  height: 34px;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #596477;
  font-size: 13px;
}

.mentor-detail-tabs button.active {
  border-bottom-color: var(--primary);
  color: var(--primary);
  font-weight: 700;
}

.mentor-detail-grid,
.mentor-edit-modal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mentor-detail-grid dl {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  min-height: 38px;
  margin: 0;
  border: 1px solid #edf0f5;
}

.mentor-detail-grid dt,
.mentor-detail-grid dd {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
}

.mentor-detail-grid dt {
  background: #f6f8fb;
  color: #6e7682;
}

.mentor-detail-grid dd {
  color: #222832;
}

.mentor-detail-section {
  display: grid;
  gap: 10px;
}

.mentor-detail-section header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #102443;
}

.mentor-detail-section header strong {
  font-size: 15px;
  line-height: 22px;
}

.mentor-detail-section header span {
  color: #70809a;
  font-size: 12px;
}

.mentor-detail-section table,
.mentor-small-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e1e8f2;
  font-size: 13px;
}

.mentor-detail-section th,
.mentor-detail-section td,
.mentor-small-table th,
.mentor-small-table td {
  padding: 9px 10px;
  border-bottom: 1px solid #edf1f7;
  color: #4e5f79;
  text-align: left;
}

.mentor-detail-section th,
.mentor-small-table th {
  background: #f6f8fc;
  color: #71809a;
  font-weight: 700;
}

.mentor-change-list {
  display: grid;
  gap: 8px;
}

.mentor-change-list p {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid #edf1f7;
  border-radius: 6px;
  background: #fbfcff;
}

.mentor-change-list b {
  color: #405069;
  font-size: 13px;
}

.mentor-change-list span {
  color: #637089;
  font-size: 13px;
}

.mentor-detail-actions,
.mentor-edit-actions,
.mentor-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.mentor-detail-actions button,
.mentor-edit-actions button,
.mentor-modal-actions button {
  height: 34px;
  padding: 0 14px;
  border: 1px solid #d5dbe5;
  border-radius: 4px;
  background: #ffffff;
  color: #333943;
  font-size: 14px;
  line-height: 20px;
}

.mentor-detail-actions .primary-button,
.mentor-modal-actions .primary-button {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.danger-button,
.mentor-modal-actions .danger-button {
  border-color: var(--danger);
  background: var(--danger);
  color: #ffffff;
}

.mentor-modal-actions button:disabled {
  cursor: not-allowed;
  border-color: #d8dee8;
  background: #f2f4f8;
  color: #a0a7b2;
}

.mentor-edit-modal label {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #343940;
  font-size: 14px;
}

.mentor-edit-modal input,
.mentor-edit-modal select,
.mentor-edit-modal textarea {
  height: 34px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #d5dbe5;
  border-radius: 4px;
}

.mentor-edit-modal textarea {
  height: auto;
  padding: 8px 10px;
  resize: vertical;
}

.mentor-field-wide,
.mentor-edit-actions,
.mentor-modal-actions {
  grid-column: 1 / -1;
}

.mentor-edit-actions {
  grid-column: 1 / -1;
}

.mentor-form-panel {
  margin-bottom: 14px;
}

.mentor-import-box {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px dashed #b8c6db;
  border-radius: 8px;
  background: #fbfdff;
}

.mentor-import-box strong {
  color: #1f2733;
  font-size: 15px;
}

.mentor-import-box p {
  margin: 0;
  color: #6f7785;
  font-size: 13px;
}

.mentor-file-picker {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mentor-file-picker input {
  display: none;
}

.mentor-file-picker span {
  display: inline-grid;
  place-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
}

.mentor-file-picker em {
  color: #7d8796;
  font-size: 13px;
  font-style: normal;
}

.guide-modal.mentor-import-mode {
  background: rgba(0, 0, 0, 0.34);
}

.guide-modal.mentor-import-mode .guide-modal-panel {
  width: min(1288px, calc(100vw - 72px));
  max-height: min(905px, calc(100vh - 48px));
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.guide-modal.mentor-import-mode .guide-modal-panel > header {
  padding: 28px 34px 8px;
  border-bottom: 0;
}

.guide-modal.mentor-import-mode .guide-modal-panel > header span,
.guide-modal.mentor-form-mode .guide-modal-panel > header span {
  display: none;
}

.guide-modal.mentor-import-mode .guide-modal-panel > header strong,
.guide-modal.mentor-form-mode .guide-modal-panel > header strong {
  margin: 0;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.guide-modal.mentor-import-mode .guide-modal-body {
  padding: 0 34px 22px;
}

.mentor-import-wizard {
  display: grid;
  gap: 20px;
}

.mentor-import-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 2px 0 8px;
  padding: 0;
  list-style: none;
}

.mentor-import-steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #000000;
  font-size: 22px;
  line-height: 34px;
}

.mentor-import-steps li:not(:last-child) {
  margin-right: 92px;
}

.mentor-import-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 28px);
  top: 50%;
  width: 72px;
  height: 1px;
  background: #d7d9e0;
}

.mentor-import-steps i {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d9dce5;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font-style: normal;
  font-size: 22px;
}

.mentor-import-steps .active {
  color: #333fff;
}

.mentor-import-steps .active i,
.mentor-import-steps .done i {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.mentor-import-steps .done {
  color: #333fff;
}

.mentor-import-template {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #333fff;
  font-size: 20px;
  line-height: 30px;
}

.mentor-upload-zone {
  display: grid;
  place-items: center;
  min-height: 296px;
  padding: 32px;
  border: 1px dashed #d5d8e0;
  border-radius: 6px;
  background: #ffffff;
  color: #707889;
  text-align: center;
}

.mentor-upload-zone input {
  display: none;
}

.mentor-upload-zone .park-icon {
  width: 84px;
  height: 84px;
  margin-bottom: 10px;
  color: #626873;
}

.mentor-upload-zone strong {
  display: block;
  margin-bottom: 14px;
  color: #363b45;
  font-size: 24px;
  line-height: 34px;
}

.mentor-upload-zone strong span {
  color: #333fff;
}

.mentor-upload-zone p {
  margin: 4px 0 0;
  color: #9aa1b0;
  font-size: 18px;
  line-height: 30px;
}

.mentor-import-strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mentor-import-mode-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 170px;
  padding: 28px 28px;
  border: 1px solid #e5e7ef;
  border-radius: 8px;
  background: #ffffff;
}

.mentor-import-mode-card.selected {
  border-color: #333fff;
}

.mentor-import-mode-card strong {
  color: #111217;
  font-size: 24px;
  line-height: 34px;
}

.mentor-import-mode-card p {
  margin: 0;
  color: #8a91a2;
  font-size: 20px;
  line-height: 32px;
}

.mentor-import-mode-card em {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-grid;
  place-items: center;
  min-width: 124px;
  height: 42px;
  border-radius: 0 7px 0 12px;
  background: #333fff;
  color: #ffffff;
  font-style: normal;
  font-size: 20px;
}

.mentor-import-empty-rule {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #5f6878;
  font-size: 22px;
}

.mentor-import-empty-rule select {
  width: 198px;
  height: 54px;
  padding: 0 42px 0 20px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 22px;
}

.mentor-import-check {
  display: grid;
  gap: 16px;
  min-height: 320px;
}

.mentor-import-check header {
  display: grid;
  gap: 6px;
}

.mentor-import-check header strong {
  color: #111217;
  font-size: 18px;
  line-height: 28px;
}

.mentor-import-check header span {
  color: #7b8393;
  font-size: 14px;
  line-height: 22px;
}

.mentor-import-pass {
  color: #20a162;
}

.mentor-import-warn {
  color: #ff963f;
}

.mentor-import-result {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  min-height: 320px;
  color: #111217;
  text-align: center;
}

.mentor-import-result .park-icon {
  width: 76px;
  height: 76px;
  color: #20a162;
}

.mentor-import-result strong {
  font-size: 24px;
  line-height: 34px;
}

.mentor-import-result p {
  margin: 0;
  color: #7b8393;
  font-size: 16px;
  line-height: 26px;
}

.mentor-import-result div {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.mentor-import-result span {
  height: 30px;
  padding: 0 12px;
  border-radius: 15px;
  background: #f3f3ff;
  color: #333fff;
  font-size: 14px;
  line-height: 30px;
}

.guide-modal.mentor-import-mode .mentor-modal-actions {
  align-items: center;
  margin-top: 2px;
}

.guide-modal.mentor-import-mode .mentor-modal-actions button {
  min-width: 100px;
  height: 52px;
  font-size: 20px;
}

.guide-modal.mentor-import-mode .mentor-modal-actions .primary-button {
  min-width: 146px;
}

.guide-modal.mentor-form-mode {
  background: rgba(0, 0, 0, 0.3);
}

.guide-modal.mentor-form-mode .guide-modal-panel {
  width: min(980px, calc(100vw - 72px));
  max-height: min(780px, calc(100vh - 64px));
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.guide-modal.mentor-form-mode .guide-modal-panel > header {
  padding: 24px 28px 12px;
  border-bottom: 0;
}

.guide-modal.mentor-form-mode .guide-modal-body {
  padding: 0 28px 24px;
}

.guide-modal.mentor-major-form-mode .guide-modal-panel {
  width: min(680px, calc(100vw - 72px));
}

.guide-modal.mentor-major-form-mode .guide-modal-body {
  padding: 0 28px 24px;
}

.mentor-major-form-dialog .mentor-dialog-form-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.mentor-major-form-dialog .mentor-dialog-form-grid label {
  grid-template-columns: 150px minmax(0, 1fr);
}

.guide-modal.mentor-major-detail-mode .guide-modal-panel {
  width: min(1180px, calc(100vw - 72px));
  max-height: min(760px, calc(100vh - 64px));
  border-radius: 8px;
}

.guide-modal.mentor-major-detail-mode .guide-modal-body {
  padding: 0 28px 24px;
  overflow: auto;
}

.mentor-major-detail-dialog {
  gap: 18px;
}

.mentor-dialog-tabs {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 38px;
  border-bottom: 1px solid #edf0f5;
}

.mentor-dialog-tabs button {
  position: relative;
  height: 34px;
  border: 0;
  background: transparent;
  color: #4f5668;
  font-size: 14px;
  font-weight: 500;
}

.mentor-dialog-tabs button.active {
  color: #111217;
  font-weight: 700;
}

.mentor-dialog-tabs button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #7d6bff;
  transform: translateX(-50%);
}

.mentor-data-detail-dialog {
  grid-template-rows: 38px minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 420px;
}

.mentor-data-detail-dialog .mentor-dialog-tabs {
  height: 38px;
}

.mentor-data-detail-dialog [data-mentor-data-detail-panel] {
  align-content: start;
  min-height: 286px;
  gap: 0;
}

.mentor-data-detail-dialog .mentor-dialog-form-grid {
  padding-top: 2px;
}

.mentor-data-detail-dialog .mentor-dialog-table {
  margin-top: 0;
}

.mentor-form-dialog {
  display: grid;
  gap: 18px;
}

.mentor-form-section {
  display: grid;
  gap: 14px;
}

.mentor-form-section h3 {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0 16px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f3f3ff 0%, #ffffff 100%);
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.mentor-form-section h3 i {
  width: 4px;
  height: 18px;
  margin-right: 10px;
  border-radius: 2px;
  background: #333fff;
}

.mentor-dialog-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 22px;
}

.mentor-dialog-form-grid label {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #4b5568;
  font-size: 14px;
}

.mentor-dialog-form-grid label > span {
  min-width: 0;
  overflow: hidden;
  color: #4b5568;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-dialog-form-grid b {
  color: #ff4d4f;
}

.mentor-dialog-form-grid input,
.mentor-dialog-form-grid select,
.mentor-dialog-form-grid textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2937;
  font-size: 14px;
  outline: none;
}

.mentor-dialog-form-grid input,
.mentor-dialog-form-grid select {
  height: 34px;
  padding: 0 10px;
}

.mentor-dialog-form-grid textarea {
  min-height: 68px;
  padding: 8px 10px;
  resize: vertical;
}

.mentor-dialog-form-grid input:disabled,
.mentor-dialog-form-grid select:disabled,
.mentor-dialog-form-grid textarea:disabled {
  background: #f5f6f8;
  color: #707889;
}

.mentor-dialog-form-grid.mentor-single-column-form {
  grid-template-columns: minmax(0, 1fr);
  max-width: 520px;
}

.mentor-dialog-form-grid.mentor-single-column-form label {
  grid-template-columns: 150px minmax(0, 1fr);
}

.mentor-form-hint {
  margin: 0;
  color: #8a91a2;
  font-size: 13px;
  line-height: 22px;
}

.mentor-inline-file {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mentor-inline-file input {
  display: none;
}

.mentor-inline-file button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  width: 110px;
  height: 32px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #333943;
  font-size: 14px;
  text-align: center;
}

.mentor-inline-file .park-icon {
  width: 16px;
  height: 16px;
}

.mentor-inline-file em {
  margin-left: 10px;
  color: #8a91a2;
  font-style: normal;
  font-size: 13px;
}

.mentor-dialog-table {
  font-size: 14px;
}

.mentor-dialog-table th,
.mentor-dialog-table td {
  height: 38px;
  padding: 0 12px;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
}

.mentor-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mentor-option-grid label {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #343940;
  font-size: 13px;
}

.mentor-option-grid input,
.mentor-option-grid select,
.mentor-option-grid textarea {
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #d5dbe5;
  border-radius: 4px;
  background: #ffffff;
}

.mentor-option-grid textarea {
  height: auto;
  padding: 8px 10px;
  resize: vertical;
}

.mentor-export-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 12px;
  padding: 12px;
  border: 1px solid #edf1f7;
  border-radius: 8px;
  background: #fbfcff;
}

.mentor-export-fields label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #465164;
  font-size: 13px;
}

.placeholder-page {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 24px;
}

.placeholder-page > div {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcff;
  text-align: center;
}

.placeholder-page strong {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}

.placeholder-page p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
}

.application-guide-page {
  display: grid;
  grid-template-columns: 278px minmax(0, 1fr);
  height: 100%;
  min-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  background: #ffffff;
}

.application-guide-page::-webkit-scrollbar {
  display: none;
}

.guide-summary {
  min-height: 0;
  padding: 20px 18px;
  border-right: 1px solid #e6eaf2;
  background: #fbfcff;
}

.health-card {
  padding: 16px;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 92px),
    linear-gradient(135deg, #5c4df2, #7a3df0);
  color: #ffffff;
}

.health-card-title {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.health-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.health-card header span {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.health-card header button {
  height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 11px;
}

.health-card div {
  margin-top: 16px;
}

.health-card div strong {
  font-size: 38px;
  line-height: 42px;
}

.health-card div span {
  margin-left: 6px;
  font-size: 13px;
}

.health-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 18px;
}

.guide-issues {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.guide-issue {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.guide-issue i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d5dbe7;
  background: #ffffff;
  position: relative;
}

.guide-issue.pending i::before,
.guide-issue.pending i::after {
  content: none;
}

.guide-issue.pass i {
  border-color: #b9e3c6;
  background: #ecfbf1;
}

.guide-issue.pass i::before,
.guide-issue.pass i::after,
.guide-issue.fail i::before,
.guide-issue.fail i::after {
  content: "";
  position: absolute;
  border-radius: 2px;
}

.guide-issue.pass i::before {
  left: 5px;
  top: 12px;
  width: 5px;
  height: 2px;
  background: #20a15c;
  transform: rotate(45deg);
}

.guide-issue.pass i::after {
  left: 9px;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #20a15c;
  transform: rotate(-45deg);
}

.guide-issue.fail i {
  border-color: #f2c5cc;
  background: #fff1f3;
}

.guide-issue.fail i::before,
.guide-issue.fail i::after {
  left: 6px;
  top: 11px;
  width: 10px;
  height: 2px;
  background: #ef4444;
}

.guide-issue.fail i::before {
  transform: rotate(45deg);
}

.guide-issue.fail i::after {
  transform: rotate(-45deg);
}

.guide-issue-copy {
  min-width: 0;
  padding-top: 1px;
}

.guide-issue span {
  display: block;
  min-width: 0;
  color: #182033;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  white-space: normal;
  word-break: break-all;
}

.guide-issue small {
  display: block;
  margin-top: 2px;
  min-width: 0;
  color: #7b8191;
  font-size: 11px;
  line-height: 16px;
  white-space: normal;
  word-break: break-all;
}

.guide-issue b {
  margin-top: 1px;
  align-self: start;
  padding: 1px 7px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 16px;
}

.guide-issue.pass b {
  background: #ecfbf1;
  color: #169355;
}

.guide-issue.fail b {
  background: #fff1f1;
  color: #f04455;
}

.guide-main {
  min-height: 0;
  padding: 16px 16px 18px;
  overflow: visible;
}

.guide-category {
  margin-bottom: 14px;
}

.guide-category header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dce8fb;
}

.guide-category header > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.guide-category header i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #3478f6;
}

.guide-category header i::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid #ffffff;
  border-radius: 4px;
}

.guide-category header strong {
  color: #071529;
  font-size: 15px;
  line-height: 22px;
}

.guide-category header span {
  color: #75849b;
  font-size: 11px;
}

.guide-category.green header {
  border-color: #d7f1df;
}

.guide-category.green header i {
  background: #22c55e;
}

.guide-category.orange header {
  border-color: #fde7bd;
}

.guide-category.orange header i {
  background: #f59e0b;
}

.guide-category.purple header {
  border-color: #eadcff;
}

.guide-category.purple header i {
  background: #8b5cf6;
}

.guide-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.guide-menu-card {
  position: relative;
  min-height: 70px;
  padding: 11px 12px;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.guide-menu-card:hover {
  border-color: #b8c8ff;
  box-shadow: 0 8px 18px rgba(48, 64, 118, 0.08);
}

.guide-menu-card.attention {
  border-color: #f3c5c8;
  background: linear-gradient(135deg, #fff6f6, #fff2f2);
  box-shadow: 0 0 0 1px rgba(244, 99, 99, 0.06), 0 10px 22px rgba(239, 68, 68, 0.12);
}

.guide-menu-card.flash {
  animation: guideAttentionFlash 1.2s ease-out;
}

@keyframes guideAttentionFlash {
  0% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.28);
  }

  35% {
    transform: translateY(-2px);
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.12);
  }

  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

.guide-menu-card strong {
  display: block;
  padding-right: 46px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-menu-card em {
  position: absolute;
  top: 11px;
  right: 10px;
  max-width: 48px;
  padding: 1px 6px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff1f1;
  color: #f04455;
  font-style: normal;
  font-size: 10px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-menu-card span {
  display: block;
  margin-top: 9px;
  overflow: hidden;
  color: #8391a8;
  font-size: 11px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.application-guide-page {
  grid-template-columns: 270px minmax(0, 1fr);
  overflow: hidden;
  background: #f6f8fc;
}

.guide-summary {
  display: grid;
  align-content: stretch;
  padding: 16px;
  overflow: hidden;
  border-right: 1px solid #e4e9f3;
  background: #ffffff;
}

.guide-menu-info,
.guide-score-card,
.guide-preview-card,
.guide-empty-state,
.guide-result-card {
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.guide-menu-info {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  overflow: auto;
  background: #ffffff;
}

.guide-menu-info > span {
  display: block;
  margin-bottom: 10px;
  color: #75849b;
  font-size: 12px;
  line-height: 18px;
}

.guide-menu-info > strong {
  display: block;
  color: #1f2430;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.guide-menu-info > p {
  margin: 8px 0 14px;
  color: #697386;
  font-size: 13px;
  line-height: 22px;
}

.guide-side-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
}

.guide-side-metrics div {
  display: grid;
  place-items: center;
  min-height: 64px;
  border: 1px solid rgba(205, 218, 241, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
}

.guide-side-metrics b {
  color: #155bd4;
  font-family: DIN, Arial, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.guide-side-metrics small {
  color: #53637f;
  font-size: 12px;
  line-height: 18px;
}

.guide-menu-info dl {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}

.guide-menu-info dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f4f7fb;
}

.guide-menu-info dt,
.guide-menu-info dd {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.guide-menu-info dt {
  color: #71809a;
}

.guide-menu-info dd {
  max-width: 150px;
  overflow: hidden;
  color: #15243d;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-menu-info button {
  width: 100%;
  height: 38px;
  margin-top: auto;
  border-radius: 10px;
  background: #333fff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  box-shadow: 0 12px 22px rgba(51, 63, 255, 0.18);
}

.guide-side-health {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid rgba(219, 228, 241, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.guide-side-health > span {
  color: #7280a0;
  font-size: 13px;
  line-height: 20px;
}

.guide-side-health div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.guide-side-health strong {
  color: #0f9d4f;
  font-family: DIN, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.guide-side-health.warning strong {
  color: #d71920;
}

.guide-side-health b {
  color: #42506a;
  font-size: 14px;
  line-height: 22px;
}

.guide-side-health p {
  margin: 6px 0 0;
  color: #71809a;
  font-size: 13px;
  line-height: 20px;
}

.guide-score-card {
  padding: 16px 18px;
}

.guide-score-card > span {
  color: #7280a0;
  font-size: 13px;
  line-height: 20px;
}

.guide-score-card div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.guide-score-card strong {
  color: #0f9d4f;
  font-family: DIN, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
}

.guide-score-card.warning strong {
  color: #d71920;
}

.guide-score-card b {
  color: #42506a;
  font-size: 14px;
  line-height: 22px;
}

.guide-score-card p {
  margin: 6px 0 0;
  color: #71809a;
  font-size: 13px;
  line-height: 20px;
}

.guide-main {
  display: grid;
  align-content: start;
  padding: 16px;
  overflow: auto;
}

.guide-sections {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.guide-map-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid #dbe7ff;
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(239, 247, 255, 0.98), rgba(255, 255, 255, 0.94) 58%, rgba(242, 245, 255, 0.96)),
    radial-gradient(circle at 92% 8%, rgba(79, 103, 255, 0.14), transparent 32%);
  box-shadow: 0 16px 34px rgba(31, 45, 78, 0.06);
}

.guide-map-hero span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(51, 63, 255, 0.08);
  color: #333fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

.guide-map-hero strong {
  display: block;
  margin-top: 10px;
  color: #071c52;
  font-size: 26px;
  font-weight: 850;
  line-height: 34px;
}

.guide-map-hero p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #6f7f9e;
  font-size: 14px;
  line-height: 24px;
}

.guide-map-hero dl {
  display: grid;
  grid-template-columns: repeat(3, 86px);
  gap: 10px;
  margin: 0;
}

.guide-map-hero dl div {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px solid rgba(205, 218, 241, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
}

.guide-map-hero dt,
.guide-map-hero dd {
  margin: 0;
}

.guide-map-hero dt {
  color: #155bd4;
  font-family: DIN, Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 30px;
}

.guide-map-hero dd {
  color: #53637f;
  font-size: 12px;
  line-height: 18px;
}

.guide-menu-section {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.guide-menu-section > header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guide-menu-section > header div {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  padding-left: 10px;
}

.guide-menu-section > header div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 16px;
  border-radius: 999px;
  background: #333fff;
  transform: translateY(-50%);
}

.guide-menu-section > header i {
  display: none;
}

.guide-menu-section > header strong {
  overflow: hidden;
  color: #1f2430;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-menu-section > header span,
.guide-menu-section > header b {
  flex: 0 0 auto;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #697386;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.guide-category-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.guide-category-overview em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 4px 9px 4px 11px;
  border: 1px solid #dce6f7;
  border-radius: 999px;
  background: #f7faff;
  color: #3554d1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.guide-category-overview em.tone-1 {
  border-color: #d8f0e4;
  background: #f3fbf6;
  color: #13884a;
}

.guide-category-overview em.tone-2 {
  border-color: #f5e5c8;
  background: #fff8ec;
  color: #b86605;
}

.guide-category-overview em.tone-3 {
  border-color: #d2ecfa;
  background: #f0f9ff;
  color: #0879b4;
}

.guide-category-overview b {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ffffff;
  color: inherit;
  font-family: DIN, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.guide-preview-board,
.guide-result-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  min-width: 0;
}

.guide-preview-card {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 112px;
  padding: 14px;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.guide-preview-card:hover,
.guide-preview-card:focus-visible,
.guide-result-card:hover,
.guide-result-card:focus-visible {
  border-color: #b8c9ff;
  box-shadow: 0 16px 34px rgba(51, 63, 255, 0.11);
  transform: translateY(-1px);
  outline: none;
}

.guide-preview-card > span {
  justify-self: start;
  max-width: 100%;
  overflow: hidden;
  padding: 3px 9px;
  border-radius: 999px;
  background: #edf2ff;
  color: #333fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-preview-card strong {
  overflow: hidden;
  color: #071c52;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-preview-card p {
  margin: 0;
  overflow: hidden;
  color: #697386;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.guide-preview-card nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
  overflow: hidden;
}

.guide-preview-card em {
  max-width: 100%;
  overflow: hidden;
  padding: 2px 7px;
  border-radius: 999px;
  background: #f2f5fb;
  color: #65738b;
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-preview-card div {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 7px;
  justify-self: start;
  margin-top: 2px;
  padding: 7px 10px;
  border: 1px solid #dbe7ff;
  border-radius: 10px;
  background: #f4f8ff;
}

.guide-preview-card b {
  color: #155bd4;
  font-family: DIN, Arial, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.guide-preview-card small {
  color: #4e6180;
  font-size: 12px;
  line-height: 18px;
}

.guide-empty-state {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 36px;
  color: #71809a;
  text-align: center;
}

.guide-empty-state > span {
  padding: 4px 12px;
  border-radius: 999px;
  background: #edf2ff;
  color: #333fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.guide-empty-state strong {
  margin-top: 16px;
  color: #071c52;
  font-size: 24px;
  line-height: 34px;
}

.guide-empty-state p {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.guide-empty-state div {
  display: grid;
  place-items: center;
  width: 128px;
  height: 92px;
  margin: 24px 0 8px;
  border: 1px solid #dbe7ff;
  border-radius: 14px;
  background: #f4f8ff;
}

.guide-empty-state b {
  color: #155bd4;
  font-family: DIN, Arial, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.guide-empty-state small {
  color: #4e6180;
  font-size: 13px;
  line-height: 20px;
}

.guide-result-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  max-width: none;
  min-height: 214px;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.guide-result-card.has-error {
  border-color: #f0d1d5;
  background: #ffffff;
  box-shadow: none;
}

.guide-result-card.has-error:hover,
.guide-result-card.has-error:focus-visible {
  border-color: #ff9ca8;
  box-shadow: 0 18px 40px rgba(215, 25, 32, 0.16);
}

.guide-result-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px 11px;
  border-top: 0;
  border-bottom: 1px solid #eef0f4;
}

.guide-result-card.has-error > header {
  border-top-color: transparent;
}

.guide-result-card > header div {
  min-width: 0;
}

.guide-result-card > header small {
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #edf2ff;
  color: #333fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-result-card > header strong {
  display: block;
  overflow: hidden;
  color: #071c52;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-result-card > header p {
  margin: 4px 0 0;
  overflow: hidden;
  color: #8291b4;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.guide-result-card > header em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin-top: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ffe5e7;
  color: #d71920;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
}

.guide-result-card > header em::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f04455;
  box-shadow: 0 0 0 0 rgba(240, 68, 85, 0.45);
  animation: guide-alert-pulse 1.35s ease-out infinite;
}

.guide-result-card.healthy > header em {
  background: #e9fbf0;
  color: #13964d;
}

.guide-result-card.healthy > header em::before {
  background: #13a050;
  box-shadow: none;
  animation: none;
}

@keyframes guide-alert-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 68, 85, 0.45);
  }

  72% {
    box-shadow: 0 0 0 8px rgba(240, 68, 85, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(240, 68, 85, 0);
  }
}

.guide-result-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 0 12px 10px;
}

.guide-result-metrics button {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid #dfe7f1;
  border-radius: 10px;
  background: #fbfdff;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.guide-result-metrics button:hover,
.guide-result-metrics button:focus-visible {
  border-color: #b8c9ff;
  box-shadow: 0 10px 20px rgba(51, 63, 255, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.guide-result-metrics .total {
  border-color: #bed8ff;
  background: #eef6ff;
}

.guide-result-metrics strong {
  font-family: DIN, Arial, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.guide-result-metrics .danger strong {
  color: #d71920;
}

.guide-result-metrics .success strong {
  color: #10a34a;
}

.guide-result-metrics .total strong {
  color: #155bd4;
}

.guide-result-metrics span {
  color: #455b80;
  font-size: 12px;
  line-height: 18px;
}

.guide-result-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 8px;
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.guide-result-summary span {
  white-space: nowrap;
}

.guide-result-summary strong {
  margin-right: 3px;
  font-family: DIN, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.guide-result-summary.problem strong {
  color: #d71920;
}

.guide-result-summary.ok strong {
  color: #10a34a;
}

.guide-result-summary small {
  margin-left: auto;
  color: #8a93a3;
  font-size: 12px;
  line-height: 18px;
}

.guide-result-list-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 8px;
  border-top: 1px solid #e6edf6;
  color: #4e6180;
  font-size: 12px;
  line-height: 18px;
}

.guide-result-list-head b {
  color: #4e6180;
  font-weight: 500;
}

.guide-result-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(3, 30px) 26px;
  align-content: start;
  gap: 6px;
  min-height: 134px;
  padding: 0 14px 12px;
}

.guide-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  height: 30px;
  padding: 0 9px;
  border: 1px solid #eef0f4;
  border-radius: 4px;
  background: #fafbfc;
  color: #102443;
  text-align: left;
}

span.guide-check-item {
  pointer-events: none;
}

.guide-check-item.more {
  justify-content: center;
  color: #70809a;
}

.guide-check-item.more i {
  display: none;
}

.guide-check-item.more span {
  flex: 0 0 auto;
  font-size: 17px;
  letter-spacing: 0;
}

.guide-check-item i {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.guide-check-item.fail i {
  background: #ffe8eb;
}

.guide-check-item.pass i {
  background: #def9e9;
}

.guide-check-item i::before,
.guide-check-item i::after {
  content: "";
  position: absolute;
  border-radius: 2px;
}

.guide-check-item.fail i::before,
.guide-check-item.fail i::after {
  width: 8px;
  height: 2px;
  background: #e0373f;
}

.guide-check-item.fail i::before {
  transform: rotate(45deg);
}

.guide-check-item.fail i::after {
  transform: rotate(-45deg);
}

.guide-check-item.pass i::before {
  left: 5px;
  top: 12px;
  width: 6px;
  height: 3px;
  background: #11a354;
  transform: rotate(45deg);
}

.guide-check-item.pass i::after {
  left: 9px;
  top: 9px;
  width: 11px;
  height: 3px;
  background: #11a354;
  transform: rotate(-48deg);
}

.guide-check-item span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-check-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 26px;
  padding: 0 10px;
  border: 1px dashed #c9d2ff;
  border-radius: 4px;
  background: #f7f9ff;
  color: #333fff;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}

.guide-check-more:hover,
.guide-check-more:focus-visible {
  border-style: solid;
  background: #eef2ff;
  outline: none;
}

.guide-check-more span {
  color: #697386;
}

.guide-check-more strong {
  color: #333fff;
  font-size: 12px;
  font-weight: 700;
}

.guide-result-card footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 8px 12px 12px;
  border-top: 1px dashed #dce4ef;
}

.guide-result-card footer span {
  color: #4e6180;
  font-size: 12px;
  line-height: 18px;
}

.guide-result-card footer button {
  color: #0756c8;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-decoration: underline;
}

.guide-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(15, 23, 42, 0.32);
}

.guide-modal[hidden] {
  display: none;
}

.guide-modal-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(920px, calc(100vw - 56px));
  max-height: min(720px, calc(100vh - 56px));
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(10, 20, 45, 0.22);
}

.guide-modal-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #e7edf6;
}

.guide-modal-panel > header > div {
  min-width: 0;
}

.guide-modal-panel > header #guideModalClose {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: #000000;
  opacity: 1;
}

.guide-modal-panel > header #guideModalClose .icon-close {
  display: block;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.guide-modal-panel > header #guideModalClose .park-icon {
  display: block;
}

.guide-modal-panel > header #guideModalClose:hover {
  border-color: #dcdce0;
  background: #f5f6f8;
}

.guide-modal-panel > header span {
  display: block;
  color: #7c8aa3;
  font-size: 12px;
  line-height: 18px;
}

.guide-modal-panel > header strong {
  display: block;
  margin-top: 2px;
  color: #102443;
  font-size: 20px;
  line-height: 30px;
}

.guide-modal-body {
  padding: 14px 18px 18px;
  overflow: auto;
}

.guide-modal.mentor-batch-confirm-mode,
.guide-modal.mentor-batch-modal-mode {
  background: rgba(0, 0, 0, 0.32);
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-panel {
  width: min(520px, calc(100vw - 48px));
  max-height: min(260px, calc(100vh - 48px));
  grid-template-rows: auto auto;
  border-radius: 6px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-panel > header {
  align-items: center;
  padding: 22px 24px 8px;
  border-bottom: 0;
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-panel > header > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-panel > header > div::before {
  content: "i";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333fff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-panel > header span,
.guide-modal.mentor-batch-modal-mode .guide-modal-panel > header span {
  display: none;
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-panel > header strong {
  margin: 0;
  color: #111217;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.guide-modal.mentor-batch-confirm-mode .guide-modal-body {
  padding: 12px 24px 22px;
  overflow: visible;
}

.mentor-batch-confirm-dialog {
  display: grid;
  gap: 24px;
}

.mentor-batch-confirm-dialog p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 22px;
}

.mentor-batch-confirm-dialog b,
.mentor-batch-info-bar b {
  color: #333fff;
  font-weight: 700;
}

.mentor-batch-confirm-dialog footer,
.mentor-batch-operation-dialog footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.mentor-batch-confirm-dialog footer button,
.mentor-batch-operation-dialog footer button {
  min-width: 64px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #111217;
  font-size: 14px;
}

.mentor-batch-confirm-dialog footer .primary-button,
.mentor-batch-operation-dialog footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.guide-modal.mentor-batch-modal-mode .guide-modal-panel {
  width: min(900px, calc(100vw - 72px));
  max-height: min(560px, calc(100vh - 64px));
  border-radius: 6px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
}

.guide-modal.mentor-batch-modal-mode .guide-modal-panel > header {
  padding: 22px 24px 12px;
  border-bottom: 0;
}

.guide-modal.mentor-batch-modal-mode .guide-modal-panel > header strong {
  margin: 0;
  color: #111217;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.guide-modal.mentor-batch-modal-mode .guide-modal-body {
  padding: 0 24px 22px;
  overflow: auto;
}

.mentor-batch-operation-dialog {
  display: grid;
  grid-template-rows: auto minmax(132px, 1fr) auto;
  gap: 18px;
  min-height: 280px;
}

.mentor-batch-info-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 4px;
  background: #f0f0ff;
  color: #4f5668;
  font-size: 13px;
  line-height: 20px;
}

.mentor-batch-info-bar i,
.mentor-batch-empty-toast i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333fff;
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.mentor-batch-info-bar span {
  min-width: 0;
}

.mentor-batch-operation-body {
  display: grid;
  align-content: start;
  gap: 16px;
}

.guide-modal.mentor-config-mode .guide-modal-panel {
  width: min(1320px, calc(100vw - 80px));
  max-height: min(820px, calc(100vh - 72px));
  border-radius: 8px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28);
}

.guide-modal.mentor-config-mode .guide-modal-panel > header {
  padding: 28px 32px 18px;
  border-bottom: 0;
}

.guide-modal.mentor-config-mode .guide-modal-panel > header span {
  display: none;
}

.guide-modal.mentor-config-mode .guide-modal-panel > header strong {
  margin: 0;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
}

.guide-modal.mentor-config-mode #guideModalClose {
  width: 36px;
  height: 36px;
  border-color: transparent;
  background: transparent;
  color: #000000;
}

.guide-modal.mentor-config-mode #guideModalClose:hover {
  border-color: #e5e7ef;
  background: #f5f6f8;
}

.guide-modal.mentor-config-mode .guide-modal-body {
  padding: 0 32px 26px;
  overflow: hidden;
}

.guide-modal.mentor-serial-rule-mode,
.guide-modal.mentor-unsaved-confirm-mode {
  background: rgba(0, 0, 0, 0.28);
}

.guide-modal.mentor-serial-rule-mode .guide-modal-panel {
  width: min(1180px, calc(100vw - 96px));
  max-height: min(560px, calc(100vh - 80px));
  border-radius: 8px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.22);
}

.guide-modal.mentor-serial-rule-mode .guide-modal-panel > header {
  padding: 28px 32px 18px;
  border-bottom: 0;
}

.guide-modal.mentor-serial-rule-mode .guide-modal-panel > header span,
.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel > header span {
  display: none;
}

.guide-modal.mentor-serial-rule-mode .guide-modal-panel > header strong {
  margin-top: 0;
  color: #111217;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.guide-modal.mentor-serial-rule-mode .guide-modal-body {
  padding: 0 32px 28px;
  overflow: visible;
}

.mentor-serial-rule-dialog {
  display: grid;
  gap: 26px;
}

.mentor-serial-rule-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 4px;
  background: #fff3ec;
  color: #171923;
  font-size: 16px;
  line-height: 24px;
}

.mentor-serial-rule-alert i,
.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel > header > div::before {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff963f;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.mentor-serial-rule-dialog h3 {
  margin: 20px 0 -8px;
  color: #111217;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.mentor-serial-rule-option {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: #1c1f29;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.mentor-serial-rule-option input {
  width: 18px;
  height: 18px;
  accent-color: #333fff;
}

.mentor-serial-rule-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}

.mentor-serial-rule-footer button,
.mentor-unsaved-confirm-dialog footer button {
  min-width: 72px;
  height: 36px;
  padding: 0 18px;
  border: 1px solid #dcdfe8;
  border-radius: 4px;
  background: #ffffff;
  color: #22242c;
  font-size: 14px;
  line-height: 22px;
}

.mentor-serial-rule-footer .primary-button,
.mentor-unsaved-confirm-dialog footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel {
  width: min(600px, calc(100vw - 48px));
  max-height: min(240px, calc(100vh - 64px));
  border-radius: 6px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel > header {
  align-items: center;
  padding: 28px 28px 8px;
  border-bottom: 0;
}

.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel > header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel > header > div::before {
  content: "!";
}

.guide-modal.mentor-unsaved-confirm-mode .guide-modal-panel > header strong {
  margin-top: 0;
  color: #171923;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.guide-modal.mentor-unsaved-confirm-mode .guide-modal-body {
  padding: 10px 28px 24px;
  overflow: visible;
}

.mentor-unsaved-confirm-dialog p {
  margin: 0;
  color: #8a91a2;
  font-size: 14px;
  line-height: 22px;
}

.mentor-unsaved-confirm-dialog footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
}

.mentor-config-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 20px;
  min-height: min(650px, calc(100vh - 190px));
}

.mentor-config-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 28px;
  color: #596173;
  font-size: 18px;
}

.mentor-config-tabs i {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #687083;
  border-radius: 50%;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.mentor-config-tabs button {
  border: 0;
  background: transparent;
  color: #333fff;
  font-size: 18px;
}

.mentor-config-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 18px;
  min-height: 0;
}

.mentor-config-left,
.mentor-config-right {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  border: 1px solid #e6e8ef;
  border-radius: 4px;
  background: #ffffff;
}

.mentor-config-left > header,
.mentor-config-right > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
  padding: 0 18px;
  border-bottom: 1px solid #f0f1f5;
}

.mentor-config-left strong,
.mentor-config-right strong {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}

.mentor-config-right em {
  font-style: normal;
}

.mentor-config-left header label {
  display: flex;
  align-items: center;
  width: min(360px, 52%);
  height: 40px;
  padding: 0 12px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  color: #9697a3;
}

.mentor-config-left header input {
  min-width: 0;
  flex: 1;
  height: 36px;
  border: 0;
  outline: none;
  font-size: 16px;
}

.mentor-config-right header button {
  border: 0;
  background: transparent;
  color: #333fff;
  font-size: 18px;
}

.mentor-config-scroll {
  overflow: auto;
  padding: 18px 18px 26px;
}

.mentor-config-group {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.mentor-config-group header {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}

.mentor-config-group header span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #333fff;
}

.mentor-config-group header span::after {
  content: "";
  width: 9px;
  height: 2px;
  background: #ffffff;
}

.mentor-config-group div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 26px;
}

.mentor-config-group label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  font-size: 17px;
  line-height: 24px;
}

.mentor-config-group label span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-config-group input {
  appearance: none;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #d8dbe3;
  border-radius: 3px;
  background: #ffffff;
}

.mentor-config-group input:checked {
  border-color: #333fff;
  background: #333fff;
  box-shadow: inset 0 0 0 3px #333fff;
}

.mentor-config-group input:checked::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  margin: 4px 0 0 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.mentor-config-selected {
  display: grid;
  align-content: start;
  gap: 12px;
  margin: 0;
  padding: 18px;
  overflow: auto;
  list-style: none;
}

.mentor-config-selected li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 28px 28px 28px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 4px;
  background: #f8f8f9;
  color: #596173;
  font-size: 17px;
}

.mentor-config-selected b {
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-config-grip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  line-height: 1;
}

.mentor-config-selected button {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a8190;
}

.mentor-config-selected button:disabled {
  color: #c8cbd3;
}

.mentor-config-dialog > footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.mentor-config-dialog > footer button {
  min-width: 92px;
  height: 44px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
}

.mentor-config-dialog > footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.guide-modal.mentor-detail-page-mode {
  place-items: stretch;
  padding: 0;
  background: #ffffff;
}

.guide-modal.mentor-detail-page-mode .guide-modal-panel {
  width: 100vw;
  height: 100vh;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
}

.guide-modal.mentor-detail-page-mode .guide-modal-panel > header {
  display: none;
}

.guide-modal.mentor-detail-page-mode .guide-modal-body {
  padding: 0;
  overflow: hidden;
}

.mentor-detail-page {
  display: grid;
  grid-template-rows: 54px minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
  color: #111827;
}

.mentor-detail-inline {
  width: 100%;
}

.mentor-detail-page.mentor-detail-no-head {
  grid-template-rows: minmax(0, 1fr) auto;
}

.mentor-detail-page-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 16px;
  border-bottom: 1px solid #edf0f5;
}

.mentor-detail-page-head button {
  height: 32px;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 14px;
}

.mentor-detail-page-head strong {
  padding-left: 18px;
  border-left: 1px solid #e5e7ef;
  font-size: 16px;
}

.mentor-detail-page-head.mentor-detail-page-head-plain {
  grid-template-columns: minmax(0, 1fr);
}

.mentor-detail-page-head.mentor-detail-page-head-plain strong {
  padding-left: 0;
  border-left: 0;
}

.mentor-detail-page-head label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 14px;
}

.mentor-detail-page-head input {
  width: 220px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  outline: none;
}

.mentor-detail-page-body {
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.mentor-detail-side {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 26px;
  padding: 18px 16px;
  border-right: 1px solid #edf0f5;
}

.mentor-detail-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 8px 16px;
  align-items: start;
}

.mentor-detail-photo {
  grid-row: span 3;
  display: grid;
  width: 86px;
  height: 94px;
  justify-items: center;
  align-items: center;
  padding: 0;
  border: 1px solid #edf0f5;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f7fb;
}

.mentor-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mentor-detail-card strong {
  margin-top: 22px;
  font-size: 18px;
  line-height: 24px;
}

.mentor-detail-card span,
.mentor-detail-card em {
  color: #5d6678;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
}

.mentor-person-detail-page .mentor-detail-page-body {
  grid-template-columns: 270px minmax(0, 1fr);
}

.mentor-person-detail-page .mentor-detail-side {
  gap: 30px;
  padding: 22px 18px 18px 20px;
}

.mentor-person-detail-page .mentor-detail-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0 18px;
  align-items: start;
}

.mentor-person-detail-page .mentor-detail-photo {
  grid-row: span 4;
  width: 96px;
  height: 128px;
  padding: 5px;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #ffffff;
}

.mentor-person-detail-page .mentor-detail-photo img {
  border-radius: 6px;
  object-fit: cover;
}

.mentor-detail-card-info {
  display: grid;
  min-width: 0;
  padding-top: 7px;
}

.mentor-person-detail-page .mentor-detail-card strong {
  margin: 0 0 12px;
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-person-detail-page .mentor-detail-card span,
.mentor-person-detail-page .mentor-detail-card em {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #7c8494;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
}

.mentor-person-detail-page .mentor-detail-card span {
  white-space: nowrap;
}

.mentor-person-detail-page .mentor-detail-card em {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mentor-person-detail-page .mentor-detail-nav {
  gap: 8px;
  padding-left: 0;
}

.mentor-person-detail-page .mentor-detail-nav button {
  height: 34px;
  padding: 0 18px;
  border-radius: 4px;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.mentor-person-detail-page .mentor-detail-nav button.active {
  background: #f0efff;
  color: #333fff;
}

.mentor-detail-nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.mentor-detail-nav button {
  display: flex;
  align-items: center;
  height: 34px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #4b5568;
  text-align: left;
  font-size: 14px;
  padding: 0 12px;
}

.mentor-detail-nav button.active {
  background: #e9e9ff;
  color: #333fff;
}

.mentor-detail-content {
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px 42px 36px 26px;
}

.mentor-detail-band {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 42px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f2f3ff 0%, #ffffff 70%);
  color: #000000;
  font-weight: 700;
  line-height: normal;
}

.mentor-detail-band-with-action {
  justify-content: space-between;
  gap: 16px;
}

.mentor-detail-block {
  min-width: 0;
  margin-top: 22px;
}

.mentor-detail-category {
  min-width: 0;
}

.mentor-detail-category[hidden] {
  display: none;
}

.mentor-detail-block h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 14px;
}

.mentor-detail-block h3 i {
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #333fff;
}

.mentor-detail-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  margin: 0 0 16px;
}

.mentor-detail-section-title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}

.mentor-detail-section-title h3 i {
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: #333fff;
}

.mentor-detail-section-title-with-action {
  justify-content: space-between;
}

.mentor-detail-basic-category .mentor-detail-form-section:first-child {
  margin-top: 0;
}

.mentor-detail-form-section {
  margin-top: 20px;
}

.mentor-detail-form-table {
  width: 100%;
  border: 1px solid #edf0f5;
  background: #ffffff;
}

.mentor-detail-form-row {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) 136px minmax(0, 1fr);
  min-height: 46px;
  border-bottom: 1px solid #edf0f5;
}

.mentor-detail-form-row:last-child {
  border-bottom: 0;
}

.mentor-detail-form-label,
.mentor-detail-form-cell {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mentor-detail-form-label {
  gap: 6px;
  padding: 0 16px;
  border-right: 1px solid #edf0f5;
  background: #fafafa;
  color: #5d6678;
  font-size: 14px;
}

.mentor-detail-form-cell {
  padding: 5px 6px;
  border-right: 1px solid #edf0f5;
  background: #ffffff;
}

.mentor-detail-form-table.is-readonly .mentor-detail-form-cell {
  padding: 0 16px;
}

.mentor-detail-form-row .mentor-detail-form-cell:last-child {
  border-right: 0;
}

.mentor-detail-form-label.is-empty,
.mentor-detail-form-cell.is-empty {
  background: #ffffff;
}

.mentor-detail-form-value {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  min-height: 34px;
  overflow: hidden;
  color: #222832;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-detail-form-value.is-key {
  color: #222832;
}

.mentor-detail-form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 34px;
  min-width: 0;
  padding: 0 12px;
  overflow: hidden;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  color: #222832;
  font-size: 14px;
  line-height: 34px;
  box-shadow: inset 0 1px 1px rgba(20, 28, 44, 0.04);
}

.mentor-detail-form-control > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-detail-form-control .park-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: #7c8494;
}

.mentor-detail-help {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid #8a91a2;
  border-radius: 50%;
  color: #5d6678;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.mentor-person-detail-page .mentor-detail-content {
  padding: 22px 22px 34px 22px;
}

.mentor-person-detail-page .mentor-detail-block {
  margin-top: 22px;
}

.mentor-person-detail-page .mentor-detail-block h3 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.mentor-person-detail-page .mentor-detail-block h3 i {
  width: 4px;
  height: 14px;
}

.mentor-person-detail-page .mentor-detail-form-section {
  margin-top: 24px;
}

.mentor-person-detail-page .mentor-detail-form-row {
  grid-template-columns: 148px minmax(0, 1fr) 148px minmax(0, 1fr);
  min-height: 42px;
}

.mentor-person-detail-page .mentor-detail-form-table.is-editing .mentor-detail-form-row {
  min-height: 42px;
}

.mentor-person-detail-page .mentor-detail-form-label {
  padding: 0 16px;
  font-size: 14px;
  line-height: 18px;
}

.mentor-person-detail-page .mentor-detail-form-table.is-readonly .mentor-detail-form-cell {
  padding: 0 18px;
}

.mentor-person-detail-page .mentor-detail-form-cell {
  padding: 5px 6px;
}

.mentor-person-detail-page .mentor-detail-form-value {
  min-height: 32px;
  font-size: 14px;
  line-height: 20px;
}

.mentor-person-detail-page .mentor-detail-form-control {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 32px;
}

.mentor-person-detail-page .mentor-detail-page-footer button {
  height: 32px;
  font-size: 14px;
}

.mentor-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 64px;
}

.mentor-detail-grid label {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.mentor-detail-grid span {
  color: #5d6678;
  text-align: right;
  font-size: 14px;
}

.mentor-detail-grid b {
  min-height: 34px;
  padding: 0 12px;
  overflow: hidden;
  border-radius: 4px;
  background: #f4f4f5;
  color: #293241;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-detail-experience {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #edf0f5;
  font-size: 14px;
}

.mentor-detail-experience th,
.mentor-detail-experience td {
  height: 34px;
  padding: 0 12px;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  text-align: left;
}

.mentor-detail-experience th {
  background: #f9f9f9;
}

.mentor-admission-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 10px;
}

.mentor-admission-tools label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222832;
  font-size: 14px;
}

.mentor-admission-year-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222832;
  font-size: 14px;
}

.mentor-admission-year-multiselect {
  position: relative;
  display: inline-flex;
}

.mentor-admission-year-multiselect > button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 138px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #ffffff;
  color: #222832;
  font-size: 13px;
}

.mentor-admission-year-multiselect > button .park-icon {
  width: 14px;
  height: 14px;
  color: #7c8494;
}

.mentor-admission-year-options {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 12;
  display: grid;
  gap: 2px;
  width: 138px;
  padding: 6px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(20, 28, 44, 0.12);
}

.mentor-admission-year-options[hidden] {
  display: none;
}

.mentor-admission-year-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 6px;
  color: #222832;
  font-size: 13px;
}

.mentor-admission-year-options input {
  width: 14px;
  height: 14px;
  accent-color: #333fff;
}

.mentor-admission-tools select {
  width: 138px;
  height: 32px;
  padding: 0 28px 0 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  outline: none;
}

.mentor-admission-tools select[multiple] {
  overflow: hidden;
}

.mentor-admission-status {
  color: #16a35a;
}

.mentor-admission-status.warning {
  color: #e6a23c;
}

.mentor-admission-status.success {
  color: #16a35a;
}

.mentor-add-major-button {
  min-width: 108px;
  height: 32px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  background: var(--primary);
  color: #ffffff;
  font-size: 13px;
  box-shadow: none;
}

.mentor-detail-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #edf0f5;
  color: #2f3540;
  font-size: 14px;
}

.mentor-detail-table th,
.mentor-detail-table td {
  height: 34px;
  padding: 0 12px;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  text-align: left;
  vertical-align: middle;
}

.mentor-detail-table th {
  background: #f9f9f9;
  color: #2f3540;
  font-weight: 700;
}

.mentor-detail-table .link-action {
  color: #333fff;
  font-size: 14px;
  line-height: 22px;
}

.mentor-detail-table .link-action + .link-action {
  margin-left: 8px;
}

.mentor-detail-table td:last-child {
  white-space: nowrap;
}

.danger-link {
  color: #333fff;
}

.mentor-data-showcase-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #333fff;
  border-radius: 4px;
  background: #ffffff;
  color: #333fff;
  font-size: 13px;
}

.mentor-data-showcase-button .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-data-accordion {
  display: grid;
  gap: 12px;
}

.mentor-data-items-block {
  min-width: 0;
  margin-top: 18px;
}

.mentor-data-item-list {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 2px 0 24px;
}

.mentor-data-item-section {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 0;
}

.mentor-data-item-section > header {
  min-width: 0;
  height: 38px;
  min-height: 38px;
  overflow: hidden;
}

.mentor-data-item-title {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.mentor-data-item-title strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-data-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  height: 100%;
  margin-left: auto;
  white-space: nowrap;
}

.mentor-data-item-section .mentor-data-add-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: auto;
  min-width: 56px;
  height: 24px;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #333fff;
  font-size: 12px;
  line-height: 20px;
}

.mentor-data-item-section .mentor-data-add-button .park-icon {
  width: 13px;
  height: 13px;
}

.mentor-data-toggle-button {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #697386;
}

.mentor-data-toggle-button .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-data-item-section.collapsed .mentor-data-item-table-wrap {
  display: none;
}

.mentor-data-item-table-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 0 10px;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
}

.mentor-data-empty-row td {
  height: 46px;
  color: #8a91a2;
  text-align: center;
}

.mentor-data-panel {
  border: 1px solid #edf0f5;
  background: #ffffff;
}

.mentor-data-panel > header,
.mentor-data-collapse {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  border: 0;
  background: #f3f3f3;
  color: #2b3039;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.mentor-data-panel > header {
  gap: 10px;
  padding: 0 12px;
}

.mentor-data-panel > header span {
  display: inline-flex;
}

.mentor-data-panel > header button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #333fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.mentor-data-collapse {
  justify-content: flex-start;
  gap: 10px;
  padding: 0 12px;
}

.mentor-data-collapse span {
  display: inline-flex;
  line-height: 1;
}

.mentor-data-collapse .park-icon,
.mentor-data-panel > header .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-data-table {
  min-width: 760px;
  border-width: 0;
  font-size: 13px;
}

.mentor-data-table th,
.mentor-data-table td {
  height: 36px;
  border-color: #edf0f5;
}

.mentor-data-table th {
  color: #5f6878;
  font-size: 12px;
  font-weight: 400;
}

.mentor-data-table .mentor-data-fixed {
  position: sticky;
  background: #ffffff;
  z-index: 2;
}

.mentor-data-table th.mentor-data-fixed {
  background: #f9f9f9;
  z-index: 3;
}

.mentor-data-table .mentor-data-fixed-status {
  right: 170px;
  box-shadow: -8px 0 12px -12px rgba(20, 28, 44, 0.38);
}

.mentor-data-table .mentor-data-fixed-action {
  right: 0;
}

.mentor-data-table input {
  width: 18px;
  height: 18px;
  accent-color: #333fff;
}

.mentor-detail-data-category .mentor-detail-section-title {
  min-height: 34px;
  margin-bottom: 14px;
}

.mentor-detail-data-category .mentor-detail-section-title h3 {
  font-size: 14px;
  line-height: 20px;
}

.mentor-detail-data-category .mentor-detail-section-title h3 i {
  width: 4px;
  height: 14px;
}

.mentor-detail-data-category .mentor-data-showcase-button {
  height: 30px;
  border: 0;
  background: transparent;
  color: #333fff;
}

.mentor-detail-data-category .mentor-data-items-block {
  margin-top: 0;
}

.mentor-detail-data-category .mentor-data-items-block + .mentor-data-items-block {
  margin-top: 18px;
}

.mentor-detail-data-category .mentor-data-items-block > h3 {
  margin: 0 0 12px;
}

.mentor-detail-data-category .mentor-data-item-list {
  gap: 16px;
  padding: 0 0 28px;
}

.mentor-detail-data-category .mentor-data-item-section {
  overflow: hidden;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #ffffff;
}

.mentor-detail-data-category .mentor-data-item-section > header {
  height: 42px;
  min-height: 42px;
  padding: 0 30px 0 24px;
  background: #f2f2ff;
}

.mentor-detail-data-category .mentor-data-item-section.collapsed > header {
  background: #f2f2ff;
}

.mentor-detail-data-category .mentor-data-item-section.is-empty > header {
  background: #f3f3f4;
}

.mentor-detail-data-category .mentor-data-item-title strong {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}

.mentor-detail-data-category .mentor-data-item-title strong em {
  margin-left: 6px;
  color: #111827;
  font-style: normal;
}

.mentor-detail-data-category .mentor-data-item-actions {
  gap: 8px;
}

.mentor-detail-data-category .mentor-data-item-section .mentor-data-add-button {
  min-width: 44px;
  height: 32px;
  padding: 0;
  color: #333fff;
  font-size: 14px;
}

.mentor-detail-data-category .mentor-data-item-section .mentor-data-add-button .park-icon {
  display: none;
}

.mentor-detail-data-category .mentor-data-toggle-button {
  width: 24px;
  height: 24px;
}

.mentor-detail-data-category .mentor-data-toggle-button .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-detail-data-category .mentor-data-item-table-wrap {
  padding: 12px 18px 12px;
  border: 0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.mentor-detail-data-category .mentor-data-table {
  min-width: 0;
  width: 100%;
  border: 0;
  table-layout: fixed;
  font-size: 14px;
}

.mentor-detail-data-category .mentor-data-table th,
.mentor-detail-data-category .mentor-data-table td {
  height: 40px;
  padding: 0 16px;
  border-color: #edf0f5;
  line-height: 20px;
  white-space: normal;
  word-break: break-word;
}

.mentor-detail-data-category .mentor-data-table th {
  height: 36px;
  background: #ffffff;
  color: #697386;
  font-size: 14px;
  font-weight: 700;
}

.mentor-detail-data-category .mentor-data-table tbody tr:nth-child(odd) td {
  background: #fcfcfd;
}

.mentor-detail-data-category .mentor-data-table tbody tr:nth-child(even) td {
  background: #ffffff;
}

.mentor-detail-data-category .mentor-data-table th:last-child,
.mentor-detail-data-category .mentor-data-table td:last-child {
  white-space: nowrap;
}

.mentor-detail-data-category .mentor-data-table .mentor-data-fixed {
  background: #ffffff;
  white-space: nowrap;
}

.mentor-detail-data-category .mentor-data-table tbody tr:nth-child(odd) .mentor-data-fixed {
  background: #fbfbfc;
}

.mentor-detail-data-category .mentor-data-table th.mentor-data-fixed {
  background: #f4f6fb;
}

.mentor-detail-data-category .audit-status-tag {
  min-width: 44px;
  height: 24px;
  font-size: 13px;
}

.mentor-detail-data-category .audit-status-tag::after {
  display: none;
}

.mentor-data-item-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 40px;
  padding: 6px 0 0;
  color: #596273;
  font-size: 14px;
  white-space: nowrap;
}

.mentor-data-item-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 28px;
  height: 32px;
  padding: 0 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #596273;
  font-size: 14px;
}

.mentor-data-item-pagination button:first-of-type {
  min-width: 92px;
  border: 1px solid #dfe3eb;
  background: #ffffff;
}

.mentor-data-item-pagination button.active {
  background: #eef0f5;
  color: #111827;
  font-weight: 700;
}

.mentor-data-item-pagination .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-data-item-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mentor-data-item-pagination input {
  width: 46px;
  height: 32px;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  text-align: center;
  color: #111827;
  font-size: 14px;
}

.guide-modal.mentor-showcase-setting-mode .guide-modal-panel {
  width: min(1080px, calc(100vw - 72px));
}

.mentor-showcase-setting-dialog {
  display: grid;
  gap: 12px;
}

.mentor-showcase-setting-page {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 16px 16px 0;
  background: #ffffff;
}

.mentor-showcase-setting-page-dialog {
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
}

.mentor-showcase-setting-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 40px;
  padding: 0 12px;
  background: #f3f6ff;
  font-size: 14px;
}

.mentor-showcase-rule-options {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mentor-showcase-rule-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2f3540;
  font-size: 14px;
}

.mentor-showcase-rule-options input,
.mentor-showcase-setting-table input {
  width: 16px;
  height: 16px;
  accent-color: #333fff;
}

.mentor-showcase-setting-toolbar a {
  margin-left: auto;
  color: #333fff;
}

.mentor-showcase-setting-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid #edf0f5;
}

.mentor-showcase-setting-page-dialog .mentor-showcase-setting-layout {
  min-height: 0;
}

.mentor-showcase-setting-page-dialog .showcase-config-footer {
  margin: 0 -16px;
  padding: 0 16px;
}

.mentor-showcase-external-page .selection-audit-titlebar {
  gap: 18px;
}

.mentor-showcase-external-rule {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  color: #4b5568;
  font-size: 14px;
}

.mentor-showcase-external-rule label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.mentor-showcase-external-rule input {
  width: 16px;
  height: 16px;
  accent-color: #333fff;
}

.mentor-showcase-preview-link {
  margin-left: auto;
  color: #333fff;
}

.mentor-showcase-preview-link strong {
  color: #333fff;
}

.mentor-showcase-external-main {
  grid-template-rows: minmax(0, 1fr) auto;
}

.mentor-showcase-external-table {
  min-width: 720px;
}

.mentor-showcase-external-table th:nth-child(2),
.mentor-showcase-external-table td:nth-child(2),
.mentor-showcase-external-table th:nth-child(3),
.mentor-showcase-external-table td:nth-child(3) {
  text-align: center;
}

.mentor-showcase-external-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #333fff;
}

.mentor-showcase-external-footer {
  margin: 0;
  padding-right: 0;
}

.mentor-showcase-item-list {
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 8px;
  padding: 14px 12px;
  border-right: 1px solid #edf0f5;
  background: #fafbff;
}

.mentor-showcase-item-list button {
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 10px 0 12px;
}

.mentor-showcase-item-list .mentor-showcase-item-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.mentor-showcase-item-metrics {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 4px;
}

.mentor-showcase-item-metrics em {
  flex: 0 0 auto;
  min-width: 34px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  background: #eef0f5;
  color: #8a91a2;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.mentor-showcase-item-metrics em.shown {
  background: #eef0ff;
  color: #333fff;
}

.mentor-showcase-setting-main {
  min-width: 0;
  padding: 16px;
  overflow: auto;
}

.mentor-showcase-setting-table th:last-child,
.mentor-showcase-setting-table td:last-child {
  width: 100px;
  text-align: center;
}

.mentor-status-return {
  color: #ff4d5f;
}

.mentor-detail-page-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 70px;
  padding: 0 24px;
  border-top: 1px solid #edf0f5;
  background: #ffffff;
}

.mentor-detail-page-footer[hidden] {
  display: none;
}

.mentor-detail-page-footer button {
  min-width: 84px;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
}

.guide-modal.mentor-add-mode .guide-modal-panel {
  width: min(1368px, calc(100vw - 80px));
  height: min(746px, calc(100vh - 56px));
  max-height: none;
  border-radius: 8px;
}

.guide-modal.mentor-add-mode .guide-modal-panel > header {
  padding: 26px 22px 14px;
  border-bottom: 0;
}

.guide-modal.mentor-add-mode .guide-modal-panel > header span {
  display: none;
}

.guide-modal.mentor-add-mode .guide-modal-panel > header strong {
  margin: 0;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}

.guide-modal.mentor-add-mode .guide-modal-body {
  padding: 0 22px 22px;
  overflow: hidden;
}

.guide-modal.mentor-add-mode #guideModalClose {
  width: 32px;
  height: 32px;
  color: #000000;
}

.guide-modal.mentor-staff-select-mode {
  background: rgba(0, 0, 0, 0.36);
}

.guide-modal.mentor-staff-select-mode .guide-modal-panel {
  width: min(980px, calc(100vw - 80px));
  max-height: min(720px, calc(100vh - 64px));
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.guide-modal.mentor-staff-select-mode .guide-modal-panel > header {
  padding: 24px 28px 12px;
  border-bottom: 0;
}

.guide-modal.mentor-staff-select-mode .guide-modal-panel > header span {
  display: none;
}

.guide-modal.mentor-staff-select-mode .guide-modal-panel > header strong {
  margin: 0;
  color: #111217;
  font-size: 18px;
  line-height: 28px;
}

.guide-modal.mentor-staff-select-mode .guide-modal-body {
  padding: 0 28px 24px;
}

.mentor-staff-select-dialog {
  display: grid;
  gap: 16px;
}

.mentor-staff-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px auto;
  align-items: center;
  gap: 10px;
}

.mentor-staff-search label {
  display: flex;
  align-items: center;
  height: 36px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
}

.mentor-staff-search label .park-icon {
  width: 16px;
  height: 16px;
  color: #8b93a3;
}

.mentor-staff-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  color: #111217;
  font-size: 14px;
}

.mentor-staff-search .primary-button {
  height: 36px;
  border-radius: 4px;
}

.mentor-staff-table-wrap {
  max-height: 392px;
  overflow: auto;
  border: 1px solid #edf0f5;
}

.mentor-staff-table {
  min-width: 860px;
}

.mentor-external-person-select-table {
  min-width: 1280px;
}

.mentor-staff-table th:first-child,
.mentor-staff-table td:first-child {
  width: 48px;
  text-align: center;
}

.mentor-staff-table tbody tr:nth-child(even) {
  background: #f7fbff;
}

.mentor-staff-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mentor-staff-pager {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #596273;
  font-size: 13px;
}

.mentor-staff-pager button {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #4b5568;
}

.mentor-staff-pager .park-icon {
  width: 14px;
  height: 14px;
}

.mentor-staff-pager input,
.mentor-staff-pager select {
  height: 30px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
}

.mentor-staff-pager input {
  width: 44px;
  text-align: center;
}

.mentor-add-template-modal {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  height: 100%;
}

.mentor-add-sync-note {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #f3f5ff;
  color: #4b5270;
  font-size: 13px;
  line-height: 20px;
}

.mentor-message-preview {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.mentor-message-preview span {
  color: #4b5563;
  font-size: 13px;
}

.mentor-message-preview textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
}

.mentor-add-template-section {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 0;
}

.mentor-add-template-section > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mentor-add-template-section h3 {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 0;
  padding: 0 18px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f3f3ff 0%, #ffffff 100%);
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.mentor-add-template-section h3 i {
  display: none;
}

.mentor-add-template-section > header .link-action {
  color: #333fff;
  font-size: 14px;
  line-height: 22px;
}

.mentor-add-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 78px;
  padding: 4px 0 4px;
}

.mentor-add-form-grid label {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #4b5568;
  font-size: 14px;
}

.mentor-add-form-grid label span {
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mentor-add-form-grid label span b {
  color: #ff4d4f;
}

.mentor-add-form-grid input,
.mentor-add-form-grid select {
  width: 100%;
  height: 36px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2937;
  font-size: 14px;
  outline: none;
}

.mentor-add-form-grid input::placeholder {
  color: #9697a3;
}

.mentor-add-form-grid input:disabled,
.mentor-add-form-grid select:disabled {
  background: #f5f6f8;
  color: #707889;
}

.mentor-add-row-button {
  justify-self: start;
  width: 68px;
  height: 36px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #333943;
  font-size: 14px;
}

.mentor-add-template-table {
  table-layout: fixed;
  border-color: #edf0f5;
  font-size: 14px;
}

.mentor-add-template-table th,
.mentor-add-template-table td {
  height: 48px;
  padding: 0 14px;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  text-align: left;
}

.mentor-add-template-table th {
  background: #fafafa;
  color: #000000;
  font-weight: 700;
}

.mentor-add-template-table td {
  color: #333943;
}

.mentor-add-template-table tbody td {
  text-align: center;
}

.mentor-add-template-modal > .mentor-modal-actions {
  align-self: end;
  padding-top: 14px;
}

.mentor-add-section {
  display: grid;
  gap: 16px;
}

.mentor-add-section header,
.mentor-drawer-section header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222832;
}

.mentor-add-section header i,
.mentor-drawer-section header i {
  width: 4px;
  height: 20px;
  background: #3f63c7;
}

.mentor-add-section header strong,
.mentor-drawer-section header strong {
  font-size: 18px;
  line-height: 26px;
}

.mentor-add-section header button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #333fff;
  font-weight: 400;
}

.mentor-add-footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.guide-modal.mentor-drawer-mode {
  place-items: stretch end;
  padding: 0;
  background: rgba(255, 255, 255, 0.62);
}

.guide-modal.mentor-drawer-mode .guide-modal-panel {
  width: min(980px, calc(100vw - 80px));
  min-width: min(820px, calc(100vw - 80px));
  height: 100vh;
  max-height: none;
  border-radius: 0;
  box-shadow: -5px 0 20px rgba(18, 30, 50, 0.18);
}

.guide-modal.mentor-drawer-mode .guide-modal-panel > header {
  display: none;
}

.guide-modal.mentor-drawer-mode .guide-modal-body {
  padding: 0;
  overflow: hidden;
}

.mentor-detail-drawer {
  height: 100%;
  overflow: auto;
  padding: 26px 34px 0;
  background: #ffffff;
}

.mentor-drawer-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
}

.mentor-avatar {
  position: relative;
  width: 66px;
  height: 76px;
  overflow: hidden;
  background: #4cb6d7;
}

.mentor-avatar::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 22px;
  width: 24px;
  height: 28px;
  border-radius: 50% 50% 48% 48%;
  background: #f5d3ad;
}

.mentor-avatar::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: -4px;
  left: 9px;
  height: 34px;
  background: #1e3347;
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.mentor-avatar i {
  position: absolute;
  top: 10px;
  left: 18px;
  z-index: 1;
  width: 34px;
  height: 25px;
  border-radius: 60% 40% 35% 45%;
  background: #72410a;
  transform: rotate(-14deg);
}

.mentor-drawer-profile strong {
  display: block;
  color: #2a2f38;
  font-size: 27px;
  line-height: 36px;
}

.mentor-drawer-profile span,
.mentor-drawer-profile em {
  display: block;
  color: #596476;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.mentor-drawer-tabs {
  display: flex;
  gap: 26px;
  border-bottom: 1px solid #e5eaf2;
}

.mentor-drawer-tabs button {
  height: 44px;
  padding: 0 4px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #5a6270;
  font-size: 16px;
}

.mentor-drawer-tabs button.active {
  border-bottom-color: #3f63c7;
  color: #2853b4;
  font-weight: 700;
}

.mentor-drawer-section {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.mentor-info-table th {
  width: 122px;
}

.mentor-info-table td {
  min-width: 150px;
  padding: 0 12px;
  color: #2f3540;
}

.mentor-info-large {
  height: 86px;
}

.mentor-drawer-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin: 38px -34px 0;
  padding: 16px 0;
  border-top: 1px solid #edf1f7;
  background: #ffffff;
}

.mentor-drawer-footer button {
  min-width: 112px;
  height: 42px;
  border: 1px solid #d8deea;
  border-radius: 3px;
  background: #ffffff;
  color: #333943;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(20, 35, 60, 0.12);
}

.guide-modal-table {
  overflow: auto;
  border: 1px solid #e1e8f2;
  border-radius: 14px;
  background: #ffffff;
}

.guide-modal-table table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.guide-modal-table th,
.guide-modal-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #edf1f7;
  color: #4e5f79;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}

.guide-modal-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f6f8fc;
  color: #71809a;
  font-size: 12px;
  font-weight: 700;
}

.guide-modal-table th:first-child,
.guide-modal-table td:first-child {
  width: 92px;
  text-align: center;
}

.guide-modal-table td:nth-child(2) {
  width: 150px;
}

.guide-modal-table td:nth-child(3) {
  width: 120px;
  color: #71809a;
}

.guide-modal-table tr.fail td {
  background: #fff8f9;
}

.guide-modal-table tr:last-child td {
  border-bottom: 0;
}

.guide-modal-table strong {
  color: #102443;
  font-size: 14px;
  line-height: 20px;
}

.guide-table-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 66px;
  height: 30px;
  padding: 0 9px 0 7px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(31, 45, 78, 0.04);
}

.guide-table-status.fail {
  border-color: #ffd0d6;
  background: linear-gradient(180deg, #fff6f7, #ffecef);
  color: #d71920;
}

.guide-table-status.pass {
  border-color: #c8f0d9;
  background: linear-gradient(180deg, #f4fff8, #e6faee);
  color: #11884a;
}

.guide-table-status i {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.guide-table-status.fail i {
  background: #f04455;
  box-shadow: 0 4px 10px rgba(240, 68, 85, 0.22);
}

.guide-table-status.pass i {
  background: #16a35a;
  box-shadow: 0 4px 10px rgba(22, 163, 90, 0.2);
}

.guide-table-status b {
  color: inherit;
  font-size: 12px;
  line-height: 18px;
}

.guide-table-status i::before,
.guide-table-status i::after {
  content: "";
  position: absolute;
  border-radius: 2px;
}

.guide-table-status.fail i::before,
.guide-table-status.fail i::after {
  width: 9px;
  height: 2px;
  background: #ffffff;
}

.guide-table-status.fail i::before {
  transform: rotate(45deg);
}

.guide-table-status.fail i::after {
  transform: rotate(-45deg);
}

.guide-table-status.pass i::before {
  left: 4px;
  top: 10px;
  width: 6px;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
}

.guide-table-status.pass i::after {
  left: 8px;
  top: 8px;
  width: 10px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-48deg);
}

.guide-modal-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 54px;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid #e5ebf4;
  border-radius: 12px;
  background: #fbfcff;
}

.guide-modal-item > i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #eef3ff;
  color: #3554d1;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.guide-modal-item.fail > i {
  background: #ffe8eb;
  color: #d71920;
}

.guide-modal-item strong {
  display: block;
  color: #102443;
  font-size: 15px;
  line-height: 22px;
}

.guide-modal-item span {
  display: block;
  margin-top: 2px;
  color: #70809a;
  font-size: 12px;
  line-height: 18px;
}

.guide-modal-item p {
  margin: 4px 0 0;
  color: #4e5f79;
  font-size: 13px;
  line-height: 20px;
}

.guide-modal-item > b {
  justify-self: end;
  padding: 3px 9px;
  border-radius: 999px;
  background: #e9fbf0;
  color: #13964d;
  font-size: 12px;
  line-height: 18px;
}

.guide-modal-item.fail > b {
  background: #ffe8eb;
  color: #d71920;
}

.home-context .workspace {
  padding: 10px;
  background: #f1f4ff;
}

.screen.home-context {
  min-width: 0;
  min-height: 0;
}

.home-context .content-surface {
  display: grid;
  place-items: start center;
  overflow: hidden;
}

.home-context .home-shell,
.home-context.home-ai-open .home-shell {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-context .ai-avatar {
  display: none;
}

.figma-home,
.figma-home * {
  letter-spacing: 0;
}

.figma-home {
  --figma-home-scale: 1;
  --figma-home-x: 0px;
  --figma-home-y: 0px;
  position: absolute;
  left: var(--figma-home-x);
  top: var(--figma-home-y);
  width: 1388px;
  height: 772px;
  overflow: hidden;
  border-radius: 12px;
  background: #f9f9f9;
  color: #000000;
  font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  transform: scale(var(--figma-home-scale));
  transform-origin: 0 0;
  will-change: transform, left, top;
}

.figma-home-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.figma-home-backdrop::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -92px;
  width: 1540px;
  height: 940px;
  opacity: 0.45;
  background:
    url("./figma-home-vectors.png") center / 96% auto no-repeat,
    url("./figma-home-bg.png") center / 118% auto no-repeat;
}

.figma-main-card,
.figma-side {
  position: absolute;
  overflow: hidden;
  border: 1px solid #ffffff;
}

.figma-main-card {
  left: 16px;
  top: 14px;
  width: 998px;
  height: 744px;
  border-radius: 10px;
  background: rgba(249, 249, 249, 0.64);
}

.figma-assistant,
.boundary-pill,
.hello-copy,
.online-chip,
.overview-cards,
.doing-panel {
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.26s ease;
  will-change: transform, opacity;
}

.figma-home.home-chat-mode .figma-assistant,
.figma-home.home-chat-mode .boundary-pill,
.figma-home.home-chat-mode .hello-copy,
.figma-home.home-chat-mode .online-chip,
.figma-home.home-chat-mode .overview-cards,
.figma-home.home-chat-mode .doing-panel {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-420px);
}

.figma-assistant {
  position: absolute;
  left: 425px;
  top: 44px;
  width: 216px;
  height: 216px;
  object-fit: contain;
  pointer-events: none;
}

.boundary-pill {
  position: absolute;
  right: 11px;
  top: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 146px;
  height: 32px;
  padding: 0 11px;
  border: 1px solid #eeeef0;
  border-radius: 999px;
  background: #ffffff;
  color: #505266;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.boundary-pill span,
.skill-row span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.boundary-pill span::before,
.boundary-pill span::after {
  content: "";
  position: absolute;
}

.boundary-pill span::before {
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
}

.boundary-pill span::after {
  left: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.hello-copy {
  position: absolute;
  left: 61px;
  top: 101px;
  width: 250px;
}

.hello-copy p,
.hello-copy strong {
  margin: 0;
  line-height: 28px;
  white-space: nowrap;
}

.hello-copy p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.hello-copy strong {
  display: block;
  color: #333fff;
  font-size: 16px;
  font-weight: 600;
}

.online-chip {
  position: absolute;
  left: 423px;
  top: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 52px;
  height: 28px;
  padding: 0 7px;
  border: 1px solid #d6d9ff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #505266;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.online-chip i,
.doing-panel header i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333fff;
}

.overview-cards {
  position: absolute;
  left: 61px;
  top: 224px;
  width: 620px;
  height: 324px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 306px);
  grid-template-rows: repeat(2, 130px);
  gap: 8px;
  height: 268px;
}

.overview-card {
  position: relative;
  width: 306px;
  height: 130px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
}

.overview-card header {
  display: flex;
  align-items: center;
  height: 36px;
}

.overview-card header span {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.overview-card header b {
  margin-left: 8px;
  color: #000000;
  font-family: DIN, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.overview-card header i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 12px;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.overview-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #505266;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.overview-card p:first-of-type {
  margin-top: 20px;
}

.overview-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  height: 58px;
  border-radius: 8px;
  background: #f6f6f7;
}

.overview-card.approve header i {
  background: #fff4ec;
  color: #ff7852;
}

.overview-card.confirm header i {
  background: linear-gradient(90deg, #f9e7e7, #fef7f6);
  color: #f23d77;
}

.overview-card.notice header i {
  background: linear-gradient(90deg, #e7e8f9, #f7f6fe);
  color: #4752ff;
}

.overview-card.done header i {
  background: #e6f5ef;
  color: #21afbf;
}

.overview-more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  width: 620px;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(224, 241, 255, 0.9), rgba(237, 235, 255, 0.95));
  color: #000000;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.overview-more span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #505266;
  font-size: 12px;
  line-height: 20px;
}

.overview-more i,
.message-head button i {
  position: relative;
  width: 12px;
  height: 12px;
}

.overview-more i::before,
.overview-more i::after,
.message-head button i::before,
.message-head button i::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
}

.overview-more i::before,
.message-head button i::before {
  left: 2px;
  top: 4px;
  transform: rotate(45deg);
}

.overview-more i::after,
.message-head button i::after {
  left: 2px;
  top: 8px;
  transform: rotate(-45deg);
}

.doing-panel {
  position: absolute;
  left: 697px;
  top: 136px;
  width: 240px;
  height: 412px;
  padding: 12px 16px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  scrollbar-width: none;
}

.doing-panel::-webkit-scrollbar,
.side-reminders::-webkit-scrollbar,
.side-messages::-webkit-scrollbar {
  display: none;
}

.doing-panel > header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 22px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}

.doing-panel > header span {
  margin-left: 7px;
}

.doing-panel > header b {
  margin-left: 4px;
  color: #505266;
  font-size: 12px;
  font-weight: 400;
}

.doing-list,
.done-list {
  display: grid;
}

.doing-list article,
.done-list article {
  min-height: 96px;
  margin: 0 -8px;
  padding: 7px 8px 12px;
  border-bottom: 1px solid #eeeef0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.doing-list article + article,
.done-list article + article {
  margin-top: 4px;
  padding-top: 7px;
}

.doing-list article:hover,
.done-list article:hover,
.doing-list article:focus-visible,
.done-list article:focus-visible {
  background: rgba(246, 247, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(214, 217, 255, 0.9);
  outline: none;
}

.doing-list div {
  display: flex;
  align-items: center;
  min-height: 20px;
}

.doing-list strong,
.done-list strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.doing-list em {
  flex: 0 0 auto;
  margin-left: 8px;
  padding: 0 7px;
  border-radius: 4px;
  background: #ebecff;
  color: #333fff;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  white-space: nowrap;
}

.task-menu-label {
  display: block;
  max-width: 100%;
  margin: 1px 0 3px;
  overflow: hidden;
  color: #333fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.doing-list em.warm {
  background: #ffedf1;
  color: #ff5f77;
}

.doing-list p,
.done-list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 2px 0 0;
  color: #505266;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.doing-list time,
.done-list time {
  color: #737585;
  font-size: 12px;
}

.done-divider,
.today-divider {
  position: relative;
  display: grid;
  place-items: center;
  height: 20px;
  margin: 14px 0 16px;
  color: #737585;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.done-divider::before,
.today-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #eeeef0;
}

.done-divider::after,
.today-divider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 84px;
  height: 20px;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  z-index: 0;
}

.done-divider,
.today-divider {
  z-index: 1;
}

.done-divider {
  margin-top: 14px;
}

.home-dialogue {
  position: absolute;
  left: 61px;
  top: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 876px;
  height: 584px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(28px);
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.26s ease;
}

.figma-home.home-chat-mode .home-dialogue {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.home-dialogue header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 34px;
  margin-bottom: 8px;
  color: #737585;
  font-size: 12px;
  line-height: 20px;
}

.home-dialogue header > span {
  display: none;
}

.home-dialogue header button {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px 0 10px;
  border: 1px solid #e1e3f3;
  border-radius: 999px;
  background: #ffffff;
  color: #333fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 8px 20px rgba(51, 63, 255, 0.08);
}

.home-dialogue header button::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.home-dialogue-agent {
  position: absolute;
  top: 2px;
  left: 128px;
  display: inline-grid;
  grid-template-columns: 54px minmax(0, auto);
  align-items: center;
  gap: 10px;
  max-width: 330px;
  min-height: 58px;
  pointer-events: none;
}

.home-dialogue-agent img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(56, 61, 132, 0.14));
}

.home-dialogue-agent strong {
  display: block;
  color: #333fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.home-dialogue-agent span {
  display: block;
  margin-top: 2px;
  color: #737585;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.home-dialogue-feed {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  padding: 6px 0 8px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.home-dialogue-feed::-webkit-scrollbar {
  display: none;
}

.home-dialogue-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 72%;
}

.home-dialogue-message.has-aide-card {
  max-width: min(760px, 92%);
}

.home-dialogue-message.user {
  flex-direction: row-reverse;
  align-self: flex-end;
}

.home-dialogue-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: #eef0ff;
  color: #333fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.home-dialogue-message.user .home-dialogue-avatar {
  background: #333fff;
  color: #ffffff;
}

.home-dialogue-bubble {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #e7e9f6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(45, 52, 92, 0.08);
}

.home-dialogue-message.user .home-dialogue-bubble {
  border-color: #333fff;
  background: linear-gradient(135deg, #333fff 0%, #5961ff 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(51, 63, 255, 0.2);
}

.home-dialogue-message.has-aide-card .home-dialogue-bubble {
  width: min(720px, 100%);
}

.home-dialogue-bubble > strong,
.home-dialogue-empty strong {
  display: block;
  margin-bottom: 5px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.home-dialogue-bubble > p,
.home-dialogue-empty p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 22px;
}

.home-dialogue-empty {
  align-self: center;
  width: 360px;
  margin: auto 0;
  padding: 18px 20px;
  border: 1px dashed #d9dcff;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: #505266;
  text-align: center;
}

.figma-input {
  position: absolute;
  left: 61px;
  bottom: 12px;
  z-index: 4;
  width: 876px;
  height: 112px;
  border: 1px solid #8a68ff;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(51, 63, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.figma-input:focus-within,
.figma-home.home-chat-mode .figma-input {
  border-color: #333fff;
  box-shadow: 0 18px 44px rgba(51, 63, 255, 0.16);
}

.figma-placeholder {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  width: calc(100% - 24px);
  height: 46px;
  padding: 0;
  overflow: auto;
  border: 0;
  background: transparent;
  color: #1f2233;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  resize: none;
  scrollbar-width: none;
}

.figma-placeholder::-webkit-scrollbar {
  display: none;
}

.figma-placeholder::placeholder {
  color: #9697a3;
}

.skill-row {
  position: absolute;
  left: 12px;
  right: 148px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.skill-row button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #dcdce0;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.skill-row button:hover {
  border-color: #c7caff;
  background: #f7f8ff;
  color: #333fff;
}

.skill-row span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 8px;
  border: 1px solid #9697a3;
  border-radius: 2px;
}

.skill-row span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 6px;
  height: 1px;
  background: #9697a3;
}

.input-actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.round-action,
.mic-action,
.send-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
}

.round-action {
  border: 1px solid #dcdce0;
  border-radius: 999px;
  font-size: 18px;
  line-height: 18px;
}

.mic-action::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 10.2a3 3 0 0 0 3-3V4a3 3 0 1 0-6 0v3.2a3 3 0 0 0 3 3Z' fill='none' stroke='%23000' stroke-width='1.4'/%3E%3Cpath d='M3.5 7.2a4.5 4.5 0 0 0 9 0M8 12v2M5.8 14h4.4' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.mic-action::after {
  content: none;
}

.send-action {
  background: #333fff;
  box-shadow: 0 8px 20px rgba(51, 63, 255, 0.22);
}

.send-action::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg) translate(2px, 2px);
}

.figma-side {
  right: 16px;
  width: 346px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.side-reminders {
  top: 14px;
  height: 518px;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.side-messages {
  top: 540px;
  height: 218px;
  padding: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.tab-head,
.message-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.tab-head {
  justify-content: flex-start;
  gap: 18px;
}

.tab-head strong,
.message-head strong {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.tab-head strong::after,
.message-head strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 6px;
  border-radius: 999px;
  background: #d6d9ff;
  z-index: -1;
}

.tab-head b,
.message-head b {
  color: #333fff;
  font-weight: 600;
}

.tab-head span {
  color: #505266;
  font-size: 14px;
  line-height: 22px;
}

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

.reminder-list article,
.schedule-card {
  border: 1px solid #f6f6f7;
  border-radius: 8px;
  background: #ffffff;
}

.reminder-list article {
  min-height: 82px;
  padding: 8px 12px;
}

.reminder-list article:first-child {
  min-height: 136px;
}

.reminder-list article:nth-child(2) {
  min-height: 116px;
}

.reminder-list header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 22px;
}

.reminder-list strong {
  overflow: hidden;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reminder-list em {
  flex: 0 0 auto;
  padding: 0 6px;
  border-radius: 4px;
  background: #fff4ec;
  color: #ff913b;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
}

.reminder-list em.blue {
  background: #ebecff;
  color: #333fff;
}

.reminder-list em.orange {
  background: #fff4ec;
  color: #ff913b;
}

.reminder-list p,
.reminder-list div {
  margin: 4px 0 0;
  color: #505266;
  font-size: 12px;
  line-height: 20px;
}

.reminder-list div {
  padding: 0 7px;
  border-radius: 4px;
  background: #f6f6f7;
}

.today-divider {
  margin: 12px 0;
}

.today-divider::after {
  width: 104px;
}

.schedule-card {
  height: 62px;
  padding: 8px 12px;
}

.schedule-card strong,
.schedule-card span {
  display: block;
  font-size: 13px;
  line-height: 22px;
}

.schedule-card strong {
  color: #000000;
  font-weight: 600;
}

.schedule-card span {
  color: #505266;
}

.message-head button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
}

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

.message-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 8px;
  height: 62px;
  padding: 8px;
  border-radius: 8px;
}

.avatar-wrap {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 3px;
  border-radius: 8px;
}

.avatar-wrap img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.avatar-wrap b {
  position: absolute;
  right: -4px;
  top: -4px;
  display: grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #fa5151;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.message-list article > div:last-child {
  min-width: 0;
}

.message-list header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
}

.message-list strong,
.message-list time {
  color: #737585;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.message-list p {
  margin: 4px 0 0;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toast {
  position: fixed;
  z-index: 6000;
  left: 50%;
  top: 76px;
  bottom: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(520px, calc(100vw - 48px));
  min-width: 168px;
  padding: 10px 18px;
  border-radius: 6px;
  background: rgba(8, 10, 18, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.toast-state-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--toast-icon-bg, #333fff);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.toast-message {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toast-info {
  --toast-icon-bg: #333fff;
}

.toast-success {
  --toast-icon-bg: #25b8aa;
  min-width: 108px;
  min-height: 36px;
  gap: 8px;
  padding: 7px 15px;
  border: 1px solid #d4efeb;
  background: #eefaf8;
  box-shadow: none;
  color: #1f2933;
  font-size: 14px;
  line-height: 20px;
}

.toast-warning {
  --toast-icon-bg: #ff9a2e;
}

.toast-error {
  --toast-icon-bg: #ff4d4f;
}

.toast-info .toast-state-icon::before {
  content: "i";
}

.toast-warning .toast-state-icon::before {
  content: "!";
}

.toast-success .toast-state-icon::before {
  content: "";
  width: 4px;
  height: 7px;
  margin-top: -2px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.toast-success .toast-state-icon {
  width: 14px;
  height: 14px;
}

.toast-error .toast-state-icon::before,
.toast-error .toast-state-icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 3px;
  border-radius: 2px;
  background: #ffffff;
}

.toast-error .toast-state-icon::before {
  transform: rotate(45deg);
}

.toast-error .toast-state-icon::after {
  transform: rotate(-45deg);
}

.toast.mentor-batch-empty-toast {
  z-index: 6000;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 9px 14px;
  border-radius: 4px;
  background: #050505;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  text-align: left;
}

.mentor-batch-empty-toast span {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .home-context .ai-body {
    max-width: 1080px;
  }

  .home-hero {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .screen.mode-split .content-surface {
    grid-template-columns: minmax(290px, 26%) minmax(0, 1fr);
  }

  .application-guide-page {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .guide-summary {
    padding: 16px;
  }

  .guide-main {
    padding: 16px 18px 24px;
  }

  .guide-map-hero dl {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
  }

  .guide-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filters-row,
  .filters-row.compact {
    grid-template-columns: repeat(3, minmax(130px, 1fr)) 132px;
    min-height: 80px;
  }

  .table-wrap,
  .audit-page .table-wrap {
    height: calc(100% - 190px);
  }

  .audit-page .table-wrap {
    height: calc(100% - 234px);
  }
}

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

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

  .screen.mode-split .content-surface {
    grid-template-columns: minmax(280px, 30%) minmax(0, 1fr);
  }

  .application-guide-page {
    grid-template-columns: minmax(0, 1fr);
    overflow: auto;
  }

  .guide-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid #e6eaf2;
  }

  .health-card {
    margin-top: 0;
  }

  .guide-issues {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 0;
  }

  .guide-main {
    overflow: visible;
  }

  .guide-map-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-map-hero dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-preview-board,
  .guide-result-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-category-grid {
    grid-template-columns: repeat(3, 164px);
  }

  .app-workbench-card {
    padding: 14px;
  }

  .context-menu-item {
    min-height: 44px;
    padding: 7px 10px;
  }

  .context-menu-item small {
    max-width: 580px;
  }

  .function-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .guide-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-map-hero dl,
  .guide-preview-board,
  .guide-result-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-map-hero {
    padding: 16px;
  }
}

.selection-application-page {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f7f8fb;
  color: #1f2430;
}

.selection-app-head {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  min-height: 84px;
  padding: 14px 18px;
  border-bottom: 1px solid #e8ebf2;
  background: #ffffff;
}

.selection-app-head > div:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.selection-app-head > div:first-child span {
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.selection-app-head > div:first-child strong {
  color: #111827;
  font-size: 20px;
  line-height: 28px;
}

.selection-app-head > div:first-child p {
  margin: 0;
  color: #596273;
  font-size: 13px;
  line-height: 20px;
}

.selection-head-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(74px, auto));
  gap: 8px;
}

.selection-head-metrics div {
  display: grid;
  gap: 2px;
  min-width: 74px;
  height: 52px;
  padding: 7px 10px;
  border: 1px solid #eceef5;
  border-radius: 6px;
  background: #fbfcff;
}

.selection-head-metrics b {
  color: #333fff;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}

.selection-head-metrics small {
  color: #6a7280;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.selection-head-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.selection-head-actions button,
.selection-type-panel header button,
.selection-section-toolbar button,
.selection-config-footer button,
.selection-preview-panel footer button,
.selection-side-insight button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2430;
  font-size: 13px;
  line-height: 20px;
}

.selection-head-actions .primary-button,
.selection-config-footer .primary-button,
.selection-preview-panel footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.selection-workspace {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 12px;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
}

.selection-type-panel,
.selection-config-panel {
  min-height: 0;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
}

.selection-type-panel {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  overflow: hidden;
}

.selection-type-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 14px;
  border-bottom: 1px solid #eef0f4;
}

.selection-type-panel header strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-type-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  margin: 10px 12px;
  border: 1px solid #dfe3eb;
  border-radius: 6px;
  background: #ffffff;
  color: #697386;
}

.selection-type-search .park-icon {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 10px;
}

.selection-type-search input {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 0;
  outline: none;
  color: #1f2430;
  font-size: 13px;
}

.selection-type-list {
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 0 12px 12px;
  overflow: auto;
}

.selection-type-card {
  display: grid;
  gap: 8px;
  width: 100%;
  min-height: 108px;
  padding: 12px;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
}

.selection-type-card:hover,
.selection-type-card.active {
  border-color: rgba(51, 63, 255, 0.36);
  background: #f7f8ff;
  box-shadow: 0 8px 18px rgba(34, 43, 110, 0.08);
}

.selection-type-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: auto;
  padding: 0;
  border: 0;
}

.selection-type-card strong {
  min-width: 0;
  overflow: hidden;
  color: #172033;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-status {
  flex: 0 0 auto;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef7f1;
  color: #1f8a4c;
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
}

.selection-status.warning {
  background: #fff6e8;
  color: #a15c00;
}

.selection-status.danger,
.selection-status.off {
  background: #f3f4f6;
  color: #6b7280;
}

.selection-type-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.selection-type-tags span {
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  background: #f1f4ff;
  color: #3540bd;
  font-size: 12px;
  line-height: 22px;
}

.selection-type-card footer {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.selection-config-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

.selection-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 14px 8px;
  border-bottom: 1px solid #eef0f4;
}

.selection-step-tabs button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  grid-template-rows: 22px 18px;
  column-gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid #e2e6ef;
  border-radius: 8px;
  background: #ffffff;
  color: #2f3542;
  text-align: left;
}

.selection-step-tabs button.active {
  border-color: #333fff;
  background: #f4f6ff;
}

.selection-step-tabs i {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef0f4;
  color: #697386;
  font-style: normal;
  font-weight: 700;
}

.selection-step-tabs button.active i {
  background: #333fff;
  color: #ffffff;
}

.selection-step-tabs span {
  overflow: hidden;
  color: #151923;
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-step-tabs em {
  overflow: hidden;
  color: #697386;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-config-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 264px;
  gap: 12px;
  min-height: 0;
  padding: 12px 14px;
  overflow: hidden;
}

.selection-base-grid,
.selection-form-builder,
.selection-flow-builder {
  min-height: 0;
  overflow: auto;
}

.selection-base-grid {
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
}

.selection-config-card {
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
}

.selection-config-card > header,
.selection-section-toolbar,
.selection-preview-panel > header,
.selection-side-insight > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid #eef0f4;
}

.selection-config-card > header div,
.selection-section-toolbar div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-config-card strong,
.selection-section-toolbar strong,
.selection-preview-panel strong,
.selection-side-insight strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-config-card span,
.selection-section-toolbar span,
.selection-preview-panel > header span,
.selection-side-insight > header span {
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.selection-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px 16px;
  padding: 14px;
}

.selection-settings-grid label,
.selection-field-editor label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #485264;
  font-size: 13px;
  line-height: 20px;
}

.selection-settings-grid label > span,
.selection-field-editor label > span {
  color: #4b5565;
}

.selection-settings-grid input,
.selection-settings-grid select,
.selection-field-editor input,
.selection-field-editor select {
  width: 100%;
  height: 32px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #151923;
  outline: none;
}

.selection-switch-row {
  grid-template-columns: auto 44px 1fr;
  align-items: center;
  gap: 10px !important;
}

.selection-switch-row input {
  appearance: none;
  position: relative;
  width: 42px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cfd5e1;
}

.selection-switch-row input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.22);
}

.selection-switch-row input:checked {
  background: #27a35c;
}

.selection-switch-row input:checked::after {
  left: 23px;
}

.selection-switch-row b {
  color: #1f8a4c;
  font-size: 13px;
}

.selection-condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 10px;
  padding: 14px;
}

.selection-condition-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 10px;
  min-height: 74px;
  padding: 12px;
  border: 1px solid #eef0f4;
  border-radius: 6px;
  background: #fbfcff;
}

.selection-condition-list i {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #f1f4ff;
  color: #333fff;
  font-style: normal;
}

.selection-condition-list strong {
  color: #151923;
  font-size: 14px;
  line-height: 22px;
}

.selection-condition-list span {
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.selection-section-toolbar {
  margin-bottom: 10px;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
}

.selection-section-toolbar > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.selection-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 12px;
  min-height: 0;
}

.selection-section-list {
  display: grid;
  gap: 12px;
  min-height: 0;
}

.selection-section-card,
.selection-preview-panel,
.selection-side-insight,
.selection-flow-rules {
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
}

.selection-section-card > header {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  border-bottom: 1px solid #eef0f4;
}

.selection-section-card > header i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1677ff;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}

.selection-section-card > header div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-section-card > header strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-section-card > header span {
  overflow: hidden;
  color: #697386;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-section-card > header button {
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dfe4ee;
  border-radius: 4px;
  background: #ffffff;
  color: #333fff;
  font-size: 13px;
}

.selection-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 8px;
  padding: 12px;
}

.selection-field-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  height: 34px;
  padding: 0 9px;
  border: 1px solid #dfe5f2;
  border-radius: 5px;
  background: #ffffff;
  color: #283142;
}

.selection-field-chip .park-icon {
  width: 14px;
  height: 14px;
  color: #1677ff;
}

.selection-field-chip b {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-field-chip em {
  flex: 0 0 auto;
  color: #b46a00;
  font-size: 12px;
  font-style: normal;
}

.selection-field-chip.readonly em {
  color: #697386;
}

.selection-preview-panel {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-height: 0;
  overflow: hidden;
}

.selection-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.selection-preview-metrics div {
  display: grid;
  gap: 2px;
  padding: 10px 8px;
  border-radius: 6px;
  background: #f7f8fb;
  text-align: center;
}

.selection-preview-metrics b {
  color: #333fff;
  font-size: 18px;
  line-height: 22px;
}

.selection-preview-metrics span {
  color: #697386;
  font-size: 12px;
}

.selection-preview-form {
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 0 12px 12px;
  overflow: auto;
}

.selection-preview-form strong {
  padding: 8px 0 2px;
}

.selection-preview-form label {
  display: grid;
  gap: 4px;
  min-height: 48px;
  padding: 8px;
  border: 1px solid #eef0f4;
  border-radius: 5px;
  background: #ffffff;
}

.selection-preview-form label span {
  color: #697386;
  font-size: 12px;
}

.selection-preview-form em {
  color: #1f2430;
  font-size: 13px;
  font-style: normal;
}

.selection-preview-form button {
  justify-self: start;
  height: 24px;
  padding: 0;
  background: transparent;
  color: #333fff;
  font-size: 13px;
}

.selection-preview-panel footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #eef0f4;
}

.selection-flow-layout {
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
}

.selection-flow-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 10px;
  padding: 12px;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
  overflow-x: auto;
}

.selection-flow-node {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 148px;
  padding: 14px 12px;
  border: 1px solid #e4e8f1;
  border-radius: 8px;
  background: #fbfcff;
}

.selection-flow-node i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #333fff;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}

.selection-flow-node strong {
  color: #151923;
  font-size: 14px;
}

.selection-flow-node span,
.selection-flow-node p,
.selection-flow-node em {
  margin: 0;
  color: #697386;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
}

.selection-flow-node em {
  color: #a15c00;
}

.selection-flow-rules {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.selection-flow-rules strong {
  color: #151923;
  font-size: 15px;
}

.selection-flow-rules div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 5px;
  background: #f7f8fb;
}

.selection-flow-rules span {
  color: #1f2430;
  font-size: 13px;
}

.selection-flow-rules em {
  color: #697386;
  font-size: 12px;
  font-style: normal;
}

.selection-side-insight {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.selection-insight-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.selection-insight-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 38px;
  padding: 0 10px;
  border-radius: 6px;
  background: #f7f8fb;
}

.selection-insight-list span {
  color: #697386;
  font-size: 12px;
}

.selection-insight-list b {
  color: #1f2430;
  font-size: 13px;
}

.selection-insight-list .success b {
  color: #1f8a4c;
}

.selection-insight-list .warning b {
  color: #a15c00;
}

.selection-insight-list .danger b {
  color: #6b7280;
}

.selection-side-insight section {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 12px;
  border-top: 1px solid #eef0f4;
}

.selection-side-insight p {
  margin: 0;
  color: #697386;
  font-size: 12px;
  line-height: 20px;
}

.selection-side-insight button {
  justify-self: start;
  color: #333fff;
}

.selection-config-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 0 14px;
  border-top: 1px solid #eef0f4;
  background: #ffffff;
}

.selection-config-footer span {
  color: #697386;
  font-size: 12px;
}

.selection-config-footer div {
  display: flex;
  gap: 8px;
}

.guide-modal.selection-field-config-mode .guide-modal-panel {
  width: min(1480px, calc(100vw - 72px));
  height: min(820px, calc(100vh - 72px));
}

.guide-modal.selection-field-config-mode .guide-modal-body {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.selection-field-config-dialog {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 304px;
  grid-template-rows: minmax(0, 1fr) 58px;
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 12px;
  background: #ffffff;
}

.selection-field-source,
.selection-field-canvas,
.selection-field-editor {
  min-height: 0;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.selection-field-source {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 12px;
  overflow: auto;
}

.selection-field-source section {
  display: grid;
  gap: 8px;
}

.selection-field-source strong {
  color: #151923;
  font-size: 14px;
  line-height: 22px;
}

.selection-field-source button {
  height: 32px;
  border: 1px solid #dfe4ee;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
  font-size: 13px;
}

.selection-field-source button.active,
.selection-field-source button:hover {
  border-color: #333fff;
  background: #f4f6ff;
  color: #333fff;
}

.selection-field-canvas {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.selection-field-canvas > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 0 12px;
  border-bottom: 1px solid #eef0f4;
}

.selection-field-canvas > header div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-field-canvas > header strong,
.selection-field-editor header strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-field-canvas > header span,
.selection-field-editor header span {
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.selection-field-canvas > header div:last-child {
  display: flex;
  gap: 6px;
}

.selection-field-canvas > header button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: #f3f5f9;
  color: #4b5565;
}

.selection-field-canvas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 14px;
  overflow: auto;
}

.selection-field-canvas-grid button {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dfe5f2;
  border-radius: 5px;
  background: #ffffff;
  color: #283142;
  text-align: left;
}

.selection-field-canvas-grid button.active {
  border-color: #333fff;
  background: #f4f6ff;
}

.selection-field-canvas-grid .park-icon {
  width: 14px;
  height: 14px;
  color: #1677ff;
}

.selection-field-canvas-grid span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-field-canvas-grid em {
  color: #b46a00;
  font-size: 12px;
  font-style: normal;
}

.selection-field-canvas-grid .selection-add-field {
  border-color: #333fff;
  color: #333fff;
}

.selection-field-editor {
  display: grid;
  grid-template-rows: auto repeat(4, auto) auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
}

.selection-field-editor header {
  display: grid;
  gap: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef0f4;
}

.selection-field-checks {
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 6px;
  background: #f7f8fb;
}

.selection-field-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #303744;
  font-size: 13px;
}

.selection-field-checks input {
  width: 14px;
  height: 14px;
  accent-color: #333fff;
}

.selection-field-editor p {
  margin: 0;
  color: #697386;
  font-size: 12px;
  line-height: 20px;
}

.selection-field-config-dialog > footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #eef0f4;
}

.selection-field-config-dialog > footer button {
  min-width: 72px;
  height: 32px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  background: #ffffff;
  color: #1f2430;
}

.selection-field-config-dialog > footer .primary-button {
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

.screen.mode-split .selection-workspace {
  grid-template-columns: 260px minmax(0, 1fr);
}

.screen.mode-split .selection-config-body,
.screen.mode-split .selection-form-layout {
  grid-template-columns: minmax(0, 1fr);
}

.screen.mode-split .selection-side-insight {
  display: none;
}

@media (max-width: 1380px) {
  .selection-app-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-head-actions {
    justify-content: flex-start;
  }

  .selection-config-body,
  .selection-form-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-side-insight {
    display: none;
  }

  .selection-field-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

.selection-config-panel {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  background: #f7f8fb;
}

.selection-template-head {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 12px 16px;
  border-bottom: 1px solid #e8ebf2;
  background: #ffffff;
}

.selection-template-head > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-template-head > div:first-child span {
  color: #6a7280;
  font-size: 12px;
  line-height: 18px;
}

.selection-template-head > div:first-child strong {
  color: #111827;
  font-size: 20px;
  line-height: 28px;
}

.selection-template-head > div:first-child p {
  overflow: hidden;
  margin: 0;
  color: #596273;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-template-head > section {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, auto));
  gap: 8px;
}

.selection-template-head > section div {
  display: grid;
  gap: 2px;
  min-width: 72px;
  padding: 8px 10px;
  border: 1px solid #eceef5;
  border-radius: 6px;
  background: #fbfcff;
}

.selection-template-head b {
  color: #2442d8;
  font-size: 17px;
  line-height: 22px;
  white-space: nowrap;
}

.selection-template-head > section span {
  color: #6a7280;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.selection-template-head nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.selection-template-head nav button,
.selection-block-toolbar button,
.selection-block-footer button,
.selection-fields-preview footer button,
.selection-material-preview footer button,
.selection-material-table button,
.selection-material-config-table button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #dfe4ee;
  border-radius: 4px;
  background: #ffffff;
  color: #273244;
  font-size: 13px;
  line-height: 20px;
}

.selection-template-head nav .primary-button,
.selection-block-toolbar button:last-child,
.selection-block-footer button {
  border-color: #1677ff;
  background: #1677ff;
  color: #ffffff;
}

.selection-template-head .park-icon,
.selection-block-toolbar .park-icon,
.selection-block-footer .park-icon,
.selection-fields-preview footer .park-icon,
.selection-material-preview footer .park-icon {
  width: 14px;
  height: 14px;
}

.selection-config-body-flat {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 12px;
  background: #f7f8fb;
  overflow: auto;
}

.selection-block-config {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
  gap: 12px;
  min-height: 0;
}

.selection-block-canvas,
.selection-block-summary {
  min-height: 0;
  border: 1px solid #e6e9f2;
  border-radius: 8px;
  background: #ffffff;
}

.selection-block-canvas {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.selection-block-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 0 14px;
  border-bottom: 1px solid #eef0f4;
  background: #ffffff;
}

.selection-block-toolbar > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-block-toolbar strong,
.selection-block-summary header strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-block-toolbar span,
.selection-block-summary header span {
  color: #697386;
  font-size: 12px;
  line-height: 18px;
}

.selection-block-toolbar > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.selection-block-flow {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0;
  min-height: 0;
  padding: 16px 18px 24px;
  overflow: auto;
}

.selection-block-flow::before {
  content: "";
  position: absolute;
  top: 82px;
  bottom: 48px;
  left: 50%;
  width: 1px;
  background: #dbe2ee;
}

.selection-form-block {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, auto) auto;
  min-width: 0;
  margin: 0 auto;
  width: min(100%, 1060px);
  border: 1px solid #e1e6ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(24, 33, 55, 0.06);
}

.selection-form-block.locked {
  border-color: #d6e6ff;
}

.selection-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 10px 12px;
  border-bottom: 1px solid #eef0f4;
}

.selection-block-title {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.selection-block-title i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1677ff;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.selection-block-title div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-block-title strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-block-title span {
  overflow: hidden;
  color: #697386;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-block-header nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}

.selection-block-edit-title {
  height: 28px;
  padding: 0 8px;
  border: 1px solid #dfe4ee;
  border-radius: 4px;
  background: #ffffff;
  color: #1677ff;
  font-size: 12px;
}

.selection-block-icon-button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: #f3f5f9;
  color: #4b5565;
}

.selection-block-icon-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.selection-block-icon-button .park-icon {
  width: 14px;
  height: 14px;
}

.selection-block-icon-button:hover,
.selection-block-edit-title:hover {
  background: #f2f6ff;
  color: #1677ff;
}

.selection-block-body {
  min-width: 0;
  padding: 12px 14px;
}

.selection-hint-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f4f7fb;
  color: #7a8494;
  font-size: 12px;
}

.selection-hint-strip button {
  border: 0;
  background: transparent;
  color: #1677ff;
  font-size: 12px;
}

.selection-major-preview,
.selection-fields-preview,
.selection-material-preview {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.selection-major-preview-table,
.selection-material-table {
  min-width: 0;
  overflow: auto;
}

.selection-major-preview-table table,
.selection-material-table table,
.selection-material-config-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.selection-major-preview-table table {
  min-width: 100%;
}

.selection-major-preview-table th,
.selection-major-preview-table td,
.selection-material-table th,
.selection-material-table td,
.selection-material-config-table th,
.selection-material-config-table td {
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dfe5f2;
  color: #303744;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-major-preview-table th,
.selection-material-table th,
.selection-material-config-table th {
  background: #f5f7fb;
  color: #374151;
  font-weight: 600;
  text-align: center;
}

.selection-major-preview-table td {
  height: 82px;
  color: #6a7280;
  text-align: center;
}

.selection-fields-preview h4 {
  position: relative;
  margin: 2px 0 0;
  padding-left: 9px;
  color: #151923;
  font-size: 14px;
  line-height: 22px;
}

.selection-fields-preview h4::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 3px;
  border-radius: 2px;
  background: #1677ff;
}

.selection-field-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 8px 10px;
}

.selection-preview-field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dde3ee;
  border-radius: 4px;
  background: #ffffff;
  color: #303744;
}

.selection-preview-field b {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-preview-field em {
  margin-left: auto;
  color: #b46a00;
  font-size: 12px;
  font-style: normal;
}

.selection-preview-field.readonly em {
  color: #7a8494;
}

.selection-preview-field i {
  position: absolute;
  right: 8px;
  bottom: -8px;
  display: none;
  color: #c1c8d4;
  font-size: 10px;
  font-style: normal;
}

.selection-fields-preview footer,
.selection-material-preview footer {
  display: flex;
  gap: 8px;
  padding-top: 2px;
}

.selection-fields-preview footer button,
.selection-material-preview footer button {
  color: #1677ff;
}

.selection-required-text {
  color: #d4380d;
  font-weight: 600;
}

.selection-block-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 8px 12px;
  border-top: 1px solid #eef0f4;
  background: #fbfcff;
}

.selection-block-footer span {
  color: #7a8494;
  font-size: 12px;
  line-height: 18px;
}

.selection-block-plus {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 4px;
  width: 110px;
  height: 28px;
  margin: 9px 0;
  border: 1px solid #dfe5f2;
  border-radius: 999px;
  background: #ffffff;
  color: #1677ff;
  font-size: 12px;
  box-shadow: 0 4px 10px rgba(24, 33, 55, 0.08);
}

.selection-block-plus .park-icon {
  width: 12px;
  height: 12px;
}

.selection-block-end {
  position: relative;
  z-index: 1;
  justify-self: center;
  height: 26px;
  padding: 0 18px;
  border-radius: 5px;
  background: #e9edf3;
  color: #697386;
  font-size: 12px;
  line-height: 26px;
}

.selection-block-summary {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  align-content: start;
  overflow: hidden;
}

.selection-block-summary header {
  display: grid;
  gap: 2px;
  padding: 14px;
  border-bottom: 1px solid #eef0f4;
}

.selection-block-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.selection-block-stat-grid div {
  display: grid;
  gap: 2px;
  padding: 9px 6px;
  border-radius: 6px;
  background: #f4f7fb;
  text-align: center;
}

.selection-block-stat-grid b {
  color: #2442d8;
  font-size: 18px;
  line-height: 22px;
}

.selection-block-stat-grid span,
.selection-block-summary p,
.selection-block-checklist label {
  color: #697386;
  font-size: 12px;
  line-height: 20px;
}

.selection-block-summary section {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #eef0f4;
}

.selection-block-summary section strong {
  color: #151923;
  font-size: 14px;
  line-height: 22px;
}

.selection-block-summary p {
  margin: 0;
}

.selection-block-checklist label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.selection-block-checklist input {
  width: 14px;
  height: 14px;
  accent-color: #1677ff;
}

.selection-material-config-table {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 14px;
  overflow: auto;
}

.selection-material-config-table table {
  min-width: 920px;
}

.selection-material-config-table tr.active td {
  background: #f4f7ff;
}

.selection-material-config-table .selection-add-field {
  justify-self: start;
  border-color: #1677ff;
  color: #1677ff;
}

.selection-field-editor {
  grid-template-rows: none;
  align-content: start;
  overflow: auto;
}

.selection-field-editor textarea {
  width: 100%;
  min-height: 84px;
  padding: 8px 10px;
  border: 1px solid #dcdce0;
  border-radius: 4px;
  color: #151923;
  resize: vertical;
}

@media (max-width: 1440px) {
  .selection-template-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-template-head nav {
    justify-content: flex-start;
  }

  .selection-block-config {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-block-summary {
    display: none;
  }

  .selection-field-preview-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}

.screen.mode-split .selection-template-head {
  grid-template-columns: minmax(0, 1fr);
}

.screen.mode-split .selection-template-head nav,
.screen.mode-split .selection-block-toolbar {
  align-items: flex-start;
}

.screen.mode-split .selection-block-summary {
  display: none;
}

.screen.mode-split .selection-field-preview-grid {
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}

.selection-redesign-page {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f5f7fb;
  color: #172033;
}

.selection-v2-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 18px 22px;
  border-bottom: 1px solid #e3e8f2;
  background: #ffffff;
}

.selection-v2-head > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.selection-v2-head span {
  color: #647086;
  font-size: 12px;
  line-height: 18px;
}

.selection-v2-head strong {
  color: #111827;
  font-size: 22px;
  line-height: 30px;
}

.selection-v2-head p {
  margin: 0;
  color: #4f5b70;
  font-size: 13px;
  line-height: 20px;
}

.selection-v2-head nav,
.selection-v2-row-actions,
.selection-v2-section-head nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.selection-v2-head button,
.selection-v2-row-actions button,
.selection-v2-list-toolbar button,
.selection-v2-section-head button,
.selection-v2-block footer button,
.selection-v2-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #d8dfeb;
  border-radius: 6px;
  background: #ffffff;
  color: #263244;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.selection-v2-head .primary-button,
.selection-v2-row-actions .primary-button,
.selection-v2-section-head .primary-button,
.selection-v2-block footer .primary-button {
  border-color: #1677ff;
  background: #1677ff;
  color: #ffffff;
}

.selection-v2-head .park-icon,
.selection-v2-list-toolbar .park-icon,
.selection-v2-section-head .park-icon,
.selection-v2-block .park-icon,
.selection-v2-back .park-icon {
  width: 14px;
  height: 14px;
}

.selection-v2-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 22px 0;
}

.selection-v2-metrics article {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid #e3e8f2;
  border-radius: 8px;
  background: #ffffff;
}

.selection-v2-metrics span,
.selection-v2-metrics em {
  color: #667386;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.selection-v2-metrics strong {
  color: #1d4ed8;
  font-size: 24px;
  line-height: 30px;
}

.selection-v2-list-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  margin: 14px 22px 22px;
  overflow: hidden;
  border: 1px solid #e1e7f0;
  border-radius: 8px;
  background: #ffffff;
}

.selection-v2-list-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(520px, auto);
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f6;
}

.selection-v2-list-toolbar > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-v2-list-toolbar strong,
.selection-v2-section-head strong,
.selection-v2-config-card > header strong,
.selection-v2-structure-panel header strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-v2-list-toolbar span,
.selection-v2-section-head span,
.selection-v2-config-card > header span,
.selection-v2-structure-panel header span {
  color: #667386;
  font-size: 12px;
  line-height: 18px;
}

.selection-v2-list-toolbar form {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 118px 118px auto;
  gap: 8px;
  align-items: center;
}

.selection-v2-list-toolbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #d8dfeb;
  border-radius: 6px;
  background: #ffffff;
}

.selection-v2-list-toolbar input,
.selection-v2-list-toolbar select,
.selection-v2-form-grid input,
.selection-v2-form-grid select {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 1px solid #d8dfeb;
  border-radius: 6px;
  background: #ffffff;
  color: #172033;
  font-size: 13px;
  outline: none;
}

.selection-v2-list-toolbar label input {
  height: 30px;
  border: 0;
}

.selection-v2-table-wrap {
  min-height: 0;
  overflow: auto;
}

.selection-v2-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
}

.selection-v2-table th,
.selection-v2-table td {
  height: 52px;
  padding: 8px 12px;
  border-bottom: 1px solid #eef1f6;
  color: #303b4d;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
}

.selection-v2-table th {
  height: 42px;
  background: #f7f9fc;
  color: #596579;
  font-size: 12px;
  font-weight: 600;
}

.selection-v2-table tbody tr:hover td {
  background: #f8fbff;
}

.selection-v2-type-name {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.selection-v2-type-name strong {
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-v2-type-name span {
  overflow: hidden;
  color: #6b7484;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-v2-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.selection-v2-tag-list span {
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  background: #eef4ff;
  color: #2255c9;
  font-size: 12px;
  line-height: 22px;
}

.selection-v2-status {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #1f8a4c;
  font-size: 12px;
}

.selection-v2-status.warning {
  background: #fff6e6;
  color: #a15c00;
}

.selection-v2-status.danger,
.selection-v2-status.off {
  background: #f1f3f6;
  color: #6b7280;
}

.selection-v2-number {
  color: #1d4ed8;
  font-weight: 700;
}

.selection-v2-progress {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) 38px;
  align-items: center;
  gap: 8px;
}

.selection-v2-progress::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  height: 6px;
  border-radius: 999px;
  background: #e7ebf2;
}

.selection-v2-progress i {
  grid-column: 1;
  grid-row: 1;
  height: 6px;
  border-radius: 999px;
  background: #18a058;
}

.selection-v2-progress span {
  color: #596579;
  font-size: 12px;
}

.selection-v2-workbench-head {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.selection-v2-back {
  align-self: center;
}

.selection-v2-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 22px;
  border-bottom: 1px solid #e3e8f2;
  background: #ffffff;
}

.selection-v2-step-tabs button {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: 22px 18px;
  gap: 2px 9px;
  align-items: center;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid #dfe5f0;
  border-radius: 8px;
  background: #ffffff;
  color: #202938;
  text-align: left;
}

.selection-v2-step-tabs button.active {
  border-color: #1677ff;
  background: #f4f8ff;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.18);
}

.selection-v2-step-tabs i {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #edf1f7;
  color: #667386;
  font-style: normal;
  font-weight: 700;
}

.selection-v2-step-tabs button.active i {
  background: #1677ff;
  color: #ffffff;
}

.selection-v2-step-tabs span {
  color: #151923;
  font-size: 14px;
  line-height: 22px;
}

.selection-v2-step-tabs em {
  color: #667386;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.selection-v2-workbench-body {
  min-height: 0;
  padding: 16px 22px 22px;
  overflow: auto;
}

.selection-v2-base {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 14px;
}

.selection-v2-config-card,
.selection-v2-form-workbench main,
.selection-v2-structure-panel,
.selection-v2-flow-workbench {
  border: 1px solid #e1e7f0;
  border-radius: 8px;
  background: #ffffff;
}

.selection-v2-config-card > header,
.selection-v2-section-head,
.selection-v2-structure-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f6;
}

.selection-v2-config-card > header div,
.selection-v2-section-head > div,
.selection-v2-structure-panel header {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-v2-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px 16px;
  padding: 16px;
}

.selection-v2-form-grid label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #4d596b;
  font-size: 13px;
}

.selection-v2-form-grid input,
.selection-v2-form-grid select {
  padding: 0 10px;
}

.selection-v2-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
  padding: 16px;
}

.selection-v2-rule-grid section {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 4px 10px;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: 6px;
  background: #fafcff;
}

.selection-v2-rule-grid i {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #edf5ff;
  color: #1677ff;
  font-style: normal;
}

.selection-v2-rule-grid .park-icon {
  width: 16px;
  height: 16px;
}

.selection-v2-rule-grid strong {
  color: #151923;
  font-size: 14px;
}

.selection-v2-rule-grid span {
  color: #667386;
  font-size: 12px;
  line-height: 18px;
}

.selection-v2-form-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  min-height: 0;
}

.selection-v2-form-workbench main {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.selection-v2-block-list {
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 14px;
  overflow: auto;
}

.selection-v2-block {
  display: grid;
  gap: 0;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(24, 33, 55, 0.05);
}

.selection-v2-block > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 10px 12px;
  border-bottom: 1px solid #eef1f6;
}

.selection-v2-block-title {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.selection-v2-block-title i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1677ff;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.selection-v2-block-title div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-v2-block-title strong {
  color: #151923;
  font-size: 15px;
  line-height: 22px;
}

.selection-v2-block-title span {
  color: #667386;
  font-size: 12px;
  line-height: 18px;
}

.selection-v2-block > header nav {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
}

.selection-v2-block > header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 9px;
  border: 1px solid #d8dfeb;
  border-radius: 6px;
  background: #ffffff;
  color: #3d485a;
  font-size: 12px;
}

.selection-v2-block > header button[title] {
  width: 30px;
  padding: 0;
  background: #f6f8fb;
}

.selection-v2-block > p {
  margin: 0;
  padding: 10px 14px 0;
  color: #667386;
  font-size: 12px;
  line-height: 18px;
}

.selection-v2-block-preview {
  min-width: 0;
  padding: 12px 14px;
}

.selection-v2-block footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 8px 12px;
  border-top: 1px solid #eef1f6;
  background: #fbfcff;
}

.selection-v2-block footer span {
  color: #667386;
  font-size: 12px;
}

.selection-v2-structure-panel {
  display: grid;
  grid-template-rows: auto minmax(0, auto) auto;
  align-content: start;
  overflow: hidden;
}

.selection-v2-structure-panel ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px;
  list-style: none;
}

.selection-v2-structure-panel li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 8px;
  border-radius: 6px;
  background: #f6f8fb;
}

.selection-v2-structure-panel li b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e8f1ff;
  color: #1677ff;
  font-size: 12px;
}

.selection-v2-structure-panel li span {
  overflow: hidden;
  color: #283142;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-v2-structure-panel li em {
  color: #667386;
  font-size: 12px;
  font-style: normal;
}

.selection-v2-structure-panel section {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #eef1f6;
}

.selection-v2-structure-panel section strong {
  color: #151923;
  font-size: 14px;
}

.selection-v2-structure-panel section div {
  display: flex;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 8px;
  border-radius: 5px;
  background: #f6f8fb;
  color: #667386;
  font-size: 12px;
}

.selection-v2-structure-panel section b {
  color: #1d4ed8;
}

.selection-v2-flow-workbench {
  display: grid;
  grid-template-rows: auto auto auto;
  overflow: hidden;
}

.selection-v2-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: 12px;
  padding: 14px;
  overflow-x: auto;
}

.selection-v2-flow-grid article {
  display: grid;
  gap: 7px;
  min-height: 150px;
  padding: 14px;
  border: 1px solid #dfe6f2;
  border-radius: 8px;
  background: #fbfcff;
}

.selection-v2-flow-grid article i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1677ff;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
}

.selection-v2-flow-grid strong {
  color: #151923;
  font-size: 14px;
}

.selection-v2-flow-grid span,
.selection-v2-flow-grid p,
.selection-v2-flow-grid em {
  margin: 0;
  color: #667386;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
}

.selection-v2-flow-grid em {
  color: #a15c00;
}

.selection-v2-flow-rules {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.selection-v2-flow-rules div {
  display: grid;
  gap: 4px;
  min-height: 66px;
  padding: 12px;
  border-radius: 6px;
  background: #f6f8fb;
}

.selection-v2-flow-rules strong {
  color: #151923;
  font-size: 13px;
}

.selection-v2-flow-rules span {
  color: #667386;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1320px) {
  .selection-v2-head,
  .selection-v2-workbench-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-v2-head nav {
    justify-content: flex-start;
  }

  .selection-v2-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-v2-list-toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-v2-list-toolbar form {
    grid-template-columns: minmax(180px, 1fr) 118px 118px auto;
  }

  .selection-v2-base,
  .selection-v2-form-workbench {
    grid-template-columns: minmax(0, 1fr);
  }

  .selection-v2-structure-panel {
    display: none;
  }
}

/* ========== 遴选审核页面 ========== */
.selection-audit-page {
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.selection-audit-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  min-height: 56px;
  padding: 8px 14px 0;
  border-bottom: 1px solid #eeeef0;
  color: #1f2330;
}

.selection-audit-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0;
  color: #000000;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.selection-audit-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 8px;
  background: #d8d4ff;
}

.selection-audit-title span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.selection-audit-content {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.selection-audit-sidebar {
  min-height: 0;
  padding: 16px 12px;
  border-right: 1px solid #eeeef0;
  background: #ffffff;
}

.selection-audit-category-list {
  display: grid;
  gap: 8px;
}

.selection-audit-sidebar button {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 4px;
  background: transparent;
  color: #1f2330;
  font-size: 15px;
  text-align: left;
}

.selection-audit-sidebar button:hover {
  background: #f8f8ff;
  color: #333fff;
}

.selection-audit-sidebar button.active {
  background: #f3f0ff;
  color: #333fff;
}

.selection-audit-sidebar span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-audit-main {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 12px 14px 10px;
}

.selection-audit-batch-switch {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #6f7280;
  font-size: 14px;
  white-space: nowrap;
}

.selection-audit-batch-switch:hover {
  background: #f8f8ff;
}

.selection-audit-batch-switch strong {
  color: #1f2330;
  font-size: 14px;
  font-weight: 500;
}

.selection-audit-batch-switch i,
.selection-audit-batch-switch .park-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
}

.selection-audit-toolbar {
  margin-top: 4px;
}

.mentor-template-toolbar .tool-buttons .selection-audit-reject-button {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}

.mentor-template-toolbar .tool-buttons .selection-audit-reject-button:focus:not(:hover),
.mentor-template-toolbar .tool-buttons .selection-audit-reject-button:focus-visible:not(:hover),
.mentor-template-toolbar .tool-buttons .selection-audit-reject-button:active:not(:hover) {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}

.selection-audit-table-wrap {
  border-color: #dfe5ee;
}

.selection-audit-table th,
.selection-audit-table td {
  max-width: none;
}

.selection-audit-table .selection-audit-actions {
  white-space: nowrap;
}

.selection-audit-table .selection-audit-status-col {
  position: sticky;
  right: 160px;
  z-index: 4;
  background: #ffffff;
  box-shadow: -6px 0 12px rgba(15, 23, 42, 0.04);
}

.selection-audit-table th.selection-audit-status-col {
  z-index: 6;
  background: #f9f9f9;
}

.selection-audit-table tbody tr:nth-child(even):not(.selected) td.selection-audit-status-col {
  background: #f7f7f9;
}

.selection-audit-table tr.selected td.selection-audit-status-col {
  background: #ecf5ff;
}

.selection-audit-actions .link-action + .link-action {
  margin-left: 8px;
}

.selection-audit-page .mentor-template-pagination {
  justify-content: flex-start;
}

.selection-audit-selection-note {
  margin-left: auto;
  text-align: right;
}

.selection-audit-selection-note b {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--primary);
  font-weight: 600;
}

.screen.mode-split .selection-audit-page {
  grid-template-columns: minmax(0, 1fr);
}

.screen.mode-split .selection-audit-content {
  grid-template-columns: 168px minmax(0, 1fr);
}

.screen.mode-split .selection-audit-sidebar {
  padding: 14px 10px;
}

/* ========== 数据项审核页面 ========== */
.data-item-audit-page {
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.data-item-audit-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  min-height: 56px;
  padding: 8px 14px 0;
  border-bottom: 1px solid #eeeef0;
  color: #1f2330;
}

.data-item-audit-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0;
  color: #000000;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.data-item-audit-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 8px;
  background: #d8d4ff;
}

.data-item-audit-title span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.data-item-audit-content {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.data-item-audit-sidebar {
  min-height: 0;
  padding: 16px 12px;
  border-right: 1px solid #eeeef0;
  background: #ffffff;
}

.data-item-audit-category-list {
  display: grid;
  gap: 8px;
}

.data-item-audit-sidebar button {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 4px;
  background: transparent;
  color: #1f2330;
  font-size: 15px;
  text-align: left;
}

.data-item-audit-sidebar button:hover {
  background: #f8f8ff;
  color: #333fff;
}

.data-item-audit-sidebar button.active {
  background: #f3f0ff;
  color: #333fff;
}

.data-item-audit-sidebar span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-item-audit-main {
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 12px 14px 10px;
}

.data-item-audit-status-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.data-item-audit-status-tabs button {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #dcdce0;
  border-radius: 4px 4px 0 0;
  background: #f8f9fc;
  color: #505266;
  font-size: 14px;
  cursor: pointer;
}

.data-item-audit-status-tabs button:hover {
  color: #333fff;
  background: #f1f4ff;
}

.data-item-audit-status-tabs button.active {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  color: #333fff;
  font-weight: 600;
}

.data-item-audit-toolbar {
  margin-top: 4px;
}

.mentor-template-toolbar .tool-buttons .data-item-audit-reject-button {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}

.mentor-template-toolbar .tool-buttons .data-item-audit-reject-button:focus:not(:hover),
.mentor-template-toolbar .tool-buttons .data-item-audit-reject-button:focus-visible:not(:hover),
.mentor-template-toolbar .tool-buttons .data-item-audit-reject-button:active:not(:hover) {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}

.data-item-audit-table-wrap {
  border-color: #dfe5ee;
}

.data-item-audit-table th,
.data-item-audit-table td {
  max-width: none;
}

.data-item-audit-table .data-item-audit-actions {
  position: sticky;
  right: 0;
  z-index: 4;
  background: #ffffff;
  white-space: nowrap;
}

.data-item-audit-table th.data-item-audit-actions {
  z-index: 6;
  background: #f9f9f9;
}

.data-item-audit-table tbody tr:nth-child(even):not(.selected) td.data-item-audit-actions {
  background: #f7f7f9;
}

.data-item-audit-table tr.selected td.data-item-audit-actions {
  background: #ecf5ff;
}

.data-item-audit-table .data-item-audit-status-col {
  position: sticky;
  right: 100px;
  z-index: 4;
  background: #ffffff;
  box-shadow: -6px 0 12px rgba(15, 23, 42, 0.04);
}

.data-item-audit-table th.data-item-audit-status-col {
  z-index: 6;
  background: #f9f9f9;
}

.data-item-audit-table tbody tr:nth-child(even):not(.selected) td.data-item-audit-status-col {
  background: #f7f7f9;
}

.data-item-audit-table tr.selected td.data-item-audit-status-col {
  background: #ecf5ff;
}

.data-item-audit-actions .link-action + .link-action {
  margin-left: 8px;
}

.data-item-audit-table .sort-icon {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  opacity: 0.4;
  vertical-align: middle;
}

.data-item-audit-page .mentor-template-pagination {
  justify-content: flex-start;
}

.data-item-audit-selection-note {
  margin-left: auto;
  text-align: right;
}

.data-item-audit-selection-note b {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--primary);
  font-weight: 600;
}

.screen.mode-split .data-item-audit-page {
  grid-template-columns: minmax(0, 1fr);
}

.screen.mode-split .data-item-audit-content {
  grid-template-columns: 168px minmax(0, 1fr);
}

.screen.mode-split .data-item-audit-sidebar {
  padding: 14px 10px;
}

/* ========== 导师遴选申请页面 ========== */
.selection-apply-page {
  display: grid;
  grid-template-columns: minmax(300px, 30%) minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  padding: 16px;
  overflow: hidden;
  background: #eef4ff;
}

.selection-apply-intro {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  padding: 112px 40px 32px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 52%, #f1f5ff 100%);
}

.selection-apply-copy {
  display: grid;
  align-content: start;
  gap: 20px;
  max-width: 360px;
}

.selection-apply-copy h2 {
  margin: 0;
  color: #030712;
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
}

.selection-apply-copy h2 span {
  box-shadow: inset 0 -8px 0 rgba(51, 63, 255, 0.2);
}

.selection-apply-copy p {
  margin: 0;
  color: #62687a;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.selection-apply-intro img {
  align-self: end;
  justify-self: center;
  width: min(72%, 320px);
  max-height: 34vh;
  object-fit: contain;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

.selection-apply-main {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 16px;
  min-width: 0;
  min-height: 0;
  padding: 18px 20px 20px;
  overflow: auto;
  border-radius: 0 8px 8px 0;
  background: #ffffff;
}

.selection-apply-section {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.selection-apply-section > header {
  display: flex;
  align-items: center;
  min-height: var(--section-title-height);
  padding: 0 18px;
  border-radius: var(--control-radius);
  background: linear-gradient(90deg, #f2f3ff 0%, #ffffff 88%);
}

.selection-apply-section > header strong {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.selection-apply-batches {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px;
}

.selection-apply-batch-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 84px;
  padding: 16px 18px;
  border: 1px solid #eceef5;
  border-radius: 8px;
  background: #f7f7f8;
}

.selection-apply-batch-card.active {
  border-color: rgba(51, 63, 255, 0.24);
  background: #eeeeff;
  box-shadow: inset 0 3px 0 rgba(51, 63, 255, 0.22);
}

.selection-apply-batch-card div {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.selection-apply-batch-card strong {
  overflow: hidden;
  color: #222432;
  font-size: 15px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-apply-batch-card span,
.selection-apply-batch-card em {
  color: #687082;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
}

.selection-apply-batch-card button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: var(--control-height);
  padding: 0;
  background: transparent;
  color: #333fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.selection-apply-batch-card button .park-icon {
  width: 16px;
  height: 16px;
}

.selection-apply-empty {
  display: grid;
  place-items: center;
  gap: 18px;
  min-height: 300px;
  color: #697386;
}

.selection-apply-table {
  min-width: 100% !important;
  table-layout: fixed;
}

.selection-apply-history .mentor-template-table-wrap {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.selection-apply-history .mentor-template-table th,
.selection-apply-history .mentor-template-table td {
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
}

.selection-apply-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: var(--control-height);
  color: #5d6575;
  font-size: 14px;
}

.selection-apply-pagination button,
.selection-apply-pagination b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-height);
  height: var(--control-height);
  border: 0;
  border-radius: var(--control-radius);
  background: #f3f4f6;
  color: #111827;
}

.selection-apply-pagination button {
  background: transparent;
  font-size: 18px;
}

.selection-apply-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
}

.selection-apply-pagination input {
  width: 64px;
  height: var(--control-height);
  border: 1px solid #dcdce0;
  border-radius: var(--control-radius);
  text-align: center;
  outline: none;
}

.selection-apply-detail-page {
  display: grid;
  grid-template-rows: 50px 42px minmax(0, 1fr) 56px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  color: #111827;
}

.selection-apply-detail-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid #edf0f5;
}

.selection-apply-detail-head button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: var(--control-height);
  padding: 0 16px 0 0;
  border-right: 1px solid #e5e7ef;
  background: transparent;
  color: #000000;
  font-size: 14px;
}

.selection-apply-detail-head strong {
  overflow: hidden;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-apply-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: var(--section-title-height);
  padding: 0 16px;
  background: #e9eaff;
  color: #202437;
  font-size: 14px;
}

.selection-apply-notice i {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333fff;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.selection-apply-detail-body {
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.selection-apply-profile {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 20px;
  min-height: 0;
  padding: 18px 16px;
  border-right: 1px solid #edf0f5;
  background: #ffffff;
}

.selection-apply-profile section {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: start;
}

.selection-apply-avatar {
  grid-row: span 4;
  display: grid;
  place-items: center;
  width: 86px;
  height: 94px;
  overflow: hidden;
  border: 1px solid #e5e9f1;
  border-radius: var(--control-radius);
  background: linear-gradient(180deg, #f5f7ff 0%, #eef2ff 100%);
}

.selection-apply-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selection-apply-avatar-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #333fff;
}

.selection-apply-avatar-icon .park-icon {
  width: 28px;
  height: 28px;
}

.selection-apply-profile strong {
  margin-top: 6px;
  color: #1f2430;
  font-size: 16px;
}

.selection-apply-profile span,
.selection-apply-profile em {
  color: #687082;
  font-size: 13px;
  font-style: normal;
}

.selection-apply-profile nav {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
}

.selection-apply-profile nav button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  padding: 0 12px;
  border-radius: var(--control-radius);
  background: transparent;
  color: #596273;
  font-size: 14px;
  text-align: left;
}

.selection-apply-profile nav button.active {
  background: #eeeeff;
  color: #111827;
  font-weight: 700;
}

.selection-apply-profile nav button .park-icon {
  color: #13b99a;
}

.selection-apply-content {
  min-width: 0;
  min-height: 0;
  padding: 18px 32px 32px 24px;
  overflow: auto;
}

.selection-apply-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: var(--control-height);
  margin-bottom: 14px;
}

.selection-apply-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: var(--control-height);
  background: transparent;
  color: #5d6575;
  font-size: 14px;
  white-space: nowrap;
}

.selection-apply-tabs button.active {
  color: #333fff;
  font-weight: 700;
}

.selection-apply-panel .mentor-detail-band {
  justify-content: flex-start;
  gap: 16px;
}

.selection-apply-panel .mentor-detail-band span {
  color: #7b8190;
  font-size: 13px;
  font-weight: 400;
}

.selection-apply-form-block {
  margin-top: 18px;
}

.selection-apply-form-block h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #1f2430;
  font-size: 14px;
}

.selection-apply-form-block h3 i {
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #333fff;
}

.selection-apply-form-block h3 em {
  color: #7b8190;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.selection-apply-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 16px 64px;
}

.selection-apply-field {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.selection-apply-field.wide {
  grid-column: 1 / -1;
}

.selection-apply-field > span:first-child {
  color: #646b7d;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.selection-apply-field > span:first-child b {
  margin-right: 2px;
  color: #ff4d4f;
}

.selection-apply-field input,
.selection-apply-field select {
  width: 100%;
  height: var(--control-height);
  min-width: 0;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
  border-radius: var(--control-radius);
  background: #ffffff;
  color: #202633;
  font-size: 14px;
  outline: none;
}

.selection-apply-field.locked input,
.selection-apply-field.locked select {
  border-color: #fff6f0;
  background: #fff8f4;
}

.selection-apply-input-with-icon {
  position: relative;
  display: block;
}

.selection-apply-input-with-icon .park-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  color: #6b7280;
  transform: translateY(-50%);
}

.selection-apply-input-with-icon input {
  padding-right: 34px;
}

.selection-apply-field-tip {
  position: absolute;
  left: 112px;
  top: 36px;
  z-index: 4;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 4px 8px;
  width: min(360px, calc(100% - 112px));
  padding: 10px 12px;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2430;
  font-style: normal;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
}

.selection-apply-field-tip::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  transform: rotate(45deg);
}

.selection-apply-field-tip i {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff8c2a;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.selection-apply-field-tip strong {
  font-size: 14px;
}

.selection-apply-field-tip small {
  color: #4b5565;
  font-size: 13px;
  line-height: 20px;
}

.selection-apply-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 10px 16px;
  border-top: 1px solid #edf0f5;
  background: #ffffff;
}

.selection-apply-footer button {
  min-width: 80px;
  height: var(--control-height);
  border: 1px solid #dcdfe6;
  border-radius: var(--control-radius);
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.selection-apply-footer .primary-button {
  min-width: 128px;
  border-color: #333fff;
  background: #333fff;
  color: #ffffff;
}

@media (max-width: 1320px) {
  .selection-apply-page {
    grid-template-columns: 320px minmax(0, 1fr);
    padding: 12px;
  }

  .selection-apply-intro {
    padding: 96px 28px 28px;
  }

  .selection-apply-batches {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

  .selection-apply-field.wide {
    grid-column: auto;
  }
}

.selection-type-crud-page {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
  color: #222632;
}

.selection-type-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
}

.selection-type-keyword {
  position: relative;
  display: block;
  width: min(420px, 32vw);
  min-width: 280px;
}

.selection-type-keyword i {
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: #9aa1af;
  transform: translateY(-50%);
}

.selection-type-keyword input {
  width: 100%;
  height: 32px;
  padding: 0 10px 0 32px;
  border: 1px solid #dce3ee;
  border-radius: 2px;
  background: #ffffff;
  color: #232936;
  font-size: 13px;
  outline: none;
}

.selection-type-filter .primary-button,
.selection-type-toolbar .primary-button {
  min-width: 70px;
  height: 32px;
  border-radius: 2px;
  background: #1890ff;
  color: #ffffff;
  font-size: 13px;
}

.selection-type-advanced {
  height: 32px;
  padding: 0;
  background: transparent;
  color: #1687e8;
  font-size: 13px;
}

.selection-type-toolbar {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 12px 14px 14px;
}

.selection-type-toolbar .primary-button {
  min-width: 78px;
}

.selection-type-table-wrap {
  min-height: 0;
  margin: 0 14px;
  overflow: auto;
  border: 1px solid #dde5f1;
  border-bottom: 0;
}

.selection-type-table {
  min-width: 1180px;
}

.selection-type-table th,
.selection-type-table td {
  height: 32px;
  padding: 0 10px;
  color: #555d69;
  font-size: 13px;
}

.selection-type-table th {
  background: #f7f8fb;
  color: #2c3038;
  font-weight: 700;
}

.selection-type-table .sort-icon {
  display: inline-flex;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  color: #a2a8b2;
  vertical-align: -1px;
}

.selection-type-actions {
  white-space: nowrap;
}

.selection-type-actions .link-action + .link-action {
  margin-left: 6px;
}

.selection-type-sort-cell {
  text-align: right;
}

.selection-type-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 40px;
  margin: 0 14px 12px;
  padding: 4px 8px;
  border: 1px solid #dde5f1;
  background: #f8f9fc;
  color: #5d6675;
  font-size: 13px;
}

.selection-type-pagination nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.selection-type-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d6dde8;
  border-radius: 2px;
  background: #ffffff;
  color: #333946;
}

.selection-type-pagination .park-icon {
  width: 14px;
  height: 14px;
}

.selection-type-pagination b {
  color: #3d4654;
  font-weight: 500;
}

.selection-type-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.selection-type-pagination input,
.selection-type-pagination select {
  width: 46px;
  height: 28px;
  border: 1px solid #d6dde8;
  border-radius: 2px;
  background: #ffffff;
  color: #303642;
  text-align: center;
  outline: none;
}

.selection-type-page-size {
  margin-left: auto;
}

.selection-type-designer-page {
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #f5f8fd;
  color: #1f2430;
}

.selection-type-designer-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #dfe6f2;
  background: #ffffff;
}

.selection-type-designer-head > button,
.selection-type-designer-head nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #d7deea;
  border-radius: 4px;
  background: #ffffff;
  color: #374151;
  font-size: 13px;
}

.selection-type-designer-head .primary-button {
  border-color: #1687ff;
  background: #1687ff;
  color: #ffffff;
}

.selection-type-designer-head .park-icon {
  width: 14px;
  height: 14px;
}

.selection-type-designer-head div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.selection-type-designer-head strong {
  overflow: hidden;
  color: #111827;
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-type-designer-head span {
  overflow: hidden;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-type-designer-head nav {
  display: flex;
  gap: 8px;
}

.selection-type-designer-body {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.selection-type-node-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 0;
  padding: 18px 12px 18px 18px;
  overflow: hidden;
  border-right: 1px solid #e4ebf4;
  background: #ffffff;
}

.selection-type-node-panel > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  color: #6d7583;
  font-size: 13px;
  line-height: 20px;
}

.selection-type-node-panel > p .park-icon {
  width: 16px;
  height: 16px;
}

.selection-type-node-list {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 0;
  overflow: auto;
  padding: 0 4px 2px 2px;
}

.selection-type-node-card {
  position: relative;
  display: grid;
  grid-template-columns: 24px 44px 32px minmax(0, 1fr) auto;
  grid-template-rows: 26px 28px;
  align-items: center;
  column-gap: 10px;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid #e2e8f3;
  border-radius: 6px;
  background: #ffffff;
  color: #2a3140;
}

.selection-type-node-card.active {
  border-color: #6aa4ff;
  box-shadow: inset 0 0 0 1px rgba(24, 144, 255, 0.25);
}

.selection-type-node-card .selection-type-drag {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 24px;
  height: 44px;
  background: transparent;
  color: #7c8797;
}

.selection-type-node-card .selection-type-node-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  color: #ffffff;
  font-style: normal;
}

.selection-type-node-card.purple .selection-type-node-icon {
  background: linear-gradient(135deg, #7c4dff, #9c43db);
}

.selection-type-node-card.blue .selection-type-node-icon {
  background: linear-gradient(135deg, #0878ff, #0056e8);
}

.selection-type-node-card.green .selection-type-node-icon {
  background: linear-gradient(135deg, #11b76a, #0aa35c);
}

.selection-type-node-card.orange .selection-type-node-icon {
  background: linear-gradient(135deg, #ffae1c, #ff9300);
}

.selection-type-node-card .selection-type-node-icon .park-icon {
  width: 24px;
  height: 24px;
}

.selection-type-node-card b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #d5dde8;
  border-radius: 50%;
  background: #ffffff;
  color: #667386;
  font-size: 14px;
}

.selection-type-node-card strong {
  min-width: 0;
  overflow: hidden;
  color: #1d2430;
  font-size: 15px;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-type-node-card em {
  justify-self: end;
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  background: #e8f8ee;
  color: #18a058;
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
}

.selection-type-node-card nav {
  grid-column: 4 / 6;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.selection-type-node-card nav button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0;
  background: transparent;
  color: #687385;
  font-size: 13px;
}

.selection-type-node-card nav .park-icon,
.selection-type-node-card .selection-type-drag .park-icon {
  width: 14px;
  height: 14px;
}

.selection-type-node-line {
  position: absolute;
  left: 72px;
  bottom: -13px;
  width: 1px;
  height: 13px;
  background: #cbd5e1;
}

.selection-type-node-line::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 1px solid #9aa8ba;
  border-radius: 50%;
  background: #ffffff;
}

.selection-type-add-node {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 118px;
  border: 1px dashed #9ec7ff;
  border-radius: 6px;
  background: #fbfdff;
  color: #1788ff;
}

.selection-type-add-node strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
}

.selection-type-add-node span {
  color: #1687ff;
  font-size: 13px;
}

.selection-type-add-node em {
  color: #758196;
  font-size: 12px;
  font-style: normal;
}

.selection-type-field-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  min-width: 0;
  min-height: 0;
  padding: 10px 12px;
  overflow: hidden;
}

.selection-type-field-board,
.selection-type-property-panel {
  min-height: 0;
  border: 1px solid #d9e3f2;
  border-radius: 4px;
  background: #ffffff;
}

.selection-type-field-board {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.selection-type-field-board > header {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  border-bottom: 1px solid #eef2f8;
}

.selection-type-field-board > header strong {
  color: #111827;
  font-size: 15px;
  line-height: 22px;
}

.selection-type-field-board > header span {
  display: block;
  color: #6b7484;
  font-size: 12px;
  line-height: 18px;
}

.selection-type-field-scroll {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding: 10px 14px 18px;
}

.selection-type-field-section {
  overflow: hidden;
  border: 1px solid #cad7ec;
  border-radius: 4px;
  background: #ffffff;
}

.selection-type-field-section > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 12px;
  border-bottom: 1px solid #dbe4f2;
  background: #fbfcff;
}

.selection-type-field-section > header strong {
  position: relative;
  padding-left: 12px;
  color: #111827;
  font-size: 15px;
  line-height: 22px;
}

.selection-type-field-section > header strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 16px;
  background: #3150c8;
}

.selection-type-field-section > header nav {
  display: flex;
  gap: 6px;
}

.selection-type-field-section > header button {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: transparent;
  color: #1f2937;
}

.selection-type-field-section > header .park-icon {
  width: 16px;
  height: 16px;
}

.selection-type-field-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 12px 18px;
  padding: 10px 18px;
}

.selection-type-field-chip,
.selection-type-add-field {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto 16px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #cdd8ea;
  border-radius: 4px;
  background: #ffffff;
  color: #111827;
  text-align: left;
}

.selection-type-field-chip.active {
  border-color: #1687ff;
  background: #eaf6ff;
}

.selection-type-field-chip .park-icon {
  width: 16px;
  height: 16px;
  color: #1687ff;
}

.selection-type-field-chip span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection-type-field-chip em {
  color: #ff8c1a;
  font-size: 12px;
  font-style: normal;
}

.selection-type-field-chip i {
  color: #111827;
  font-size: 18px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
}

.selection-type-add-field {
  display: flex;
  justify-content: center;
  border-color: #1687ff;
  background: #ffffff;
  color: #1687ff;
  text-align: center;
}

.selection-type-property-panel {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 36px 22px;
  overflow: auto;
}

.selection-type-property-panel label {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
}

.selection-type-property-panel label > span {
  color: #4b5565;
  font-size: 13px;
  line-height: 20px;
}

.selection-type-property-panel strong {
  color: #111827;
  font-size: 13px;
  line-height: 22px;
}

.selection-type-segmented {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  width: 142px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #d5dce8;
  border-radius: 4px;
}

.selection-type-segmented button {
  background: #ffffff;
  color: #4b5565;
  font-size: 13px;
}

.selection-type-segmented button.active {
  background: #3496ff;
  color: #ffffff;
}

.selection-type-switch {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 52px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  background: #a8a8a8;
  color: #ffffff;
  font-size: 12px;
}

.selection-type-switch i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
}

.selection-type-switch.on {
  background: #3496ff;
}

.selection-type-property-panel a {
  color: #1687ff;
  font-size: 13px;
  text-decoration: none;
}

.selection-type-property-panel input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #d5dce8;
  border-radius: 4px;
  background: #ffffff;
  color: #111827;
  font-size: 13px;
  outline: none;
}

.selection-type-property-panel footer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.selection-type-property-panel footer button {
  min-width: 62px;
  height: 32px;
  border: 1px solid #d5dce8;
  border-radius: 4px;
  background: #ffffff;
  color: #374151;
  font-size: 13px;
}

.selection-type-property-panel footer .primary-button {
  border-color: #3496ff;
  background: #3496ff;
  color: #ffffff;
}

@media (max-width: 1360px) {
  .selection-type-designer-body {
    grid-template-columns: 350px minmax(0, 1fr);
  }

  .selection-type-field-workspace {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .selection-type-field-grid {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
  }
}

@media (max-width: 1120px) {
  .selection-type-field-grid {
    grid-template-columns: repeat(3, minmax(136px, 1fr));
  }
}

/* 遴选申请类型：列表页按导师库 CRUD 规范收敛 */
.selection-type-crud-page {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 14px 10px;
  background: #ffffff;
}

.selection-type-crud-page .selection-type-filter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: center;
  gap: 8px 28px;
  min-height: 0;
  padding: 16px 16px 8px;
  border: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fafafc 0%, #ffffff 100%);
  box-shadow: none;
  overflow: visible;
}

.selection-type-crud-page .selection-type-keyword {
  width: auto;
  min-width: 0;
}

.selection-type-crud-page .selection-type-filter .primary-button,
.selection-type-crud-page .selection-type-toolbar .primary-button,
.selection-type-designer-page .primary-button,
.selection-type-property-panel footer .primary-button,
.selection-type-segmented button.active,
.selection-type-switch.on {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.selection-type-crud-page .selection-type-filter .primary-button:hover,
.selection-type-crud-page .selection-type-toolbar .primary-button:hover,
.selection-type-designer-page .primary-button:hover,
.selection-type-property-panel footer .primary-button:hover {
  border-color: var(--primary-deep);
  background: var(--primary-deep);
}

.selection-type-crud-page .selection-type-toolbar {
  min-height: 34px;
  padding: 0;
}

.selection-type-crud-page .selection-type-toolbar .tool-buttons button {
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
}

.selection-type-crud-page .selection-type-table-wrap {
  height: auto;
  margin: 0;
  border-color: #eeeef0;
}

.selection-type-crud-page .selection-type-table {
  min-width: 1500px;
}

.selection-type-crud-page .selection-type-table th,
.selection-type-crud-page .selection-type-table td {
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
}

.selection-type-crud-page .selection-type-table th {
  height: 34px;
  background: #f9f9f9;
  color: #000000;
}

.selection-type-crud-page .selection-type-actions {
  white-space: nowrap;
}

.selection-type-crud-page .selection-type-actions .link-action + .link-action {
  margin-left: 8px;
}

.selection-type-crud-page .selection-type-pagination {
  height: 34px;
  margin: 0;
  padding: 10px 0 0;
  border: 0;
  background: #ffffff;
  gap: 8px;
}

.selection-type-crud-page .selection-type-pagination button {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.selection-type-crud-page .selection-type-pagination input,
.selection-type-crud-page .selection-type-pagination select {
  height: 28px;
  border-radius: 4px;
}

.selection-type-crud-page .selection-type-pagination input {
  width: 48px;
}

.selection-type-crud-page .selection-type-pagination select {
  width: 58px;
}

.selection-type-designer-head .primary-button,
.selection-type-property-panel footer .primary-button {
  height: 32px;
  border-radius: 4px;
}
