.field-hint {
  display: block;
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.mock-top.jd {
  background: #e1251b;
  color: #fff;
  border-bottom-color: #c81623;
}

.mock-top.taobao {
  background: linear-gradient(90deg, #ff5000, #ff8a00);
  color: #fff;
  border-bottom-color: #f06000;
}

.mock-top.wechat {
  background: #07c160;
  color: #fff;
  border-bottom-color: #05a955;
}

.mock-top.alipay {
  background: #1677ff;
  color: #fff;
  border-bottom-color: #0f63d8;
}

.mock-top.dark {
  background: #111827;
  color: #f9fafb;
  border-bottom-color: #111827;
}

.mock-top.mobile,
.mock-top.minimal {
  background: #fff;
  color: #111827;
}

.mock-top.jd .pill,
.mock-top.taobao .pill,
.mock-top.wechat .pill,
.mock-top.alipay .pill,
.mock-top.dark .pill {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
}

.phone-shell.jd {
  background: #fff5f5;
}

.phone-shell.taobao {
  background: #fff7ed;
}

.phone-shell.wechat {
  background: #f0fff6;
}

.phone-shell.alipay {
  background: #eff6ff;
}

.phone-shell.dark {
  background: #111827;
  color: #f9fafb;
}

.phone-shell.minimal,
.phone-shell.mobile {
  background: #f8fafc;
}

.phone-shell.jd .app-title {
  background: #e1251b;
  color: #fff;
}

.phone-shell.taobao .app-title {
  background: linear-gradient(90deg, #ff5000, #ff8a00);
  color: #fff;
}

.phone-shell.wechat .app-title {
  background: #07c160;
  color: #fff;
}

.phone-shell.alipay .app-title {
  background: #1677ff;
  color: #fff;
}

.phone-shell.dark .app-title {
  background: #030712;
  color: #f9fafb;
}

.phone-shell.jd .app-primary {
  background: #e1251b;
  color: #fff;
}

.phone-shell.taobao .app-primary {
  background: linear-gradient(90deg, #ff5000, #ff8a00);
  color: #fff;
}

.phone-shell.wechat .app-primary {
  background: #07c160;
  color: #fff;
}

.phone-shell.alipay .app-primary {
  background: #1677ff;
  color: #fff;
}

.phone-shell.dark .app-primary {
  background: #f9fafb;
  color: #111827;
}

.phone-shell.dark .app-field {
  background: #1f2937;
}

.phone-shell.dark .app-field label,
.phone-shell.dark .app-field input {
  color: #f9fafb;
}

.phone-shell.dark .app-field input::placeholder {
  color: #9ca3af;
}

.modal-mask {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, .38);
}

.modal-mask[hidden] {
  display: none;
}

.modal {
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
}

.modal-head,
.modal-actions {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.modal-actions {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  justify-content: flex-end;
}

.modal-head h2 {
  margin: 0;
  font-size: 17px;
}

.modal-head span {
  color: var(--muted);
  font-size: 12px;
}

.modal-body {
  overflow: auto;
  padding: 14px 16px;
  display: grid;
  gap: 12px;
}

.confirm-item {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfcff;
}

.confirm-item textarea {
  min-height: 88px;
}

.generate-row {
  margin-top: 12px;
}

.generate-row select {
  width: 140px;
}

.inline-label {
  margin: 0;
  color: var(--muted);
}

.inline-check {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.inline-check input {
  width: auto;
}

.feedback-type-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 8px;
  align-items: center;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.desktop-shell {
  width: min(760px, 100%);
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(17, 24, 39, .12);
  overflow: hidden;
}

.desktop-title {
  height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.desktop-title strong {
  font-size: 18px;
}

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

.desktop-form {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.desktop-form .app-field {
  box-shadow: none;
  border: 1px solid var(--line);
}

.desktop-actions {
  padding: 0 22px 22px;
  display: flex;
  justify-content: flex-end;
}

.desktop-actions .app-primary {
  width: 160px;
}

.antd-pc-shell {
  --prototype-primary: #1677ff;
  --prototype-bg: #f5f7fb;
  --prototype-card: #fff;
  --prototype-border: #e5e7eb;
  --prototype-text: #111827;
  --prototype-muted: #667085;
  width: min(980px, 100%);
  min-height: 560px;
  border: 1px solid var(--prototype-border);
  border-radius: 8px;
  background: var(--prototype-bg);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.antd-pc-shell .desktop-title {
  height: auto;
  padding: 18px 24px;
  display: block;
  border-bottom: 1px solid var(--prototype-border);
  background: var(--prototype-card);
}

.antd-pc-shell .desktop-title strong {
  display: block;
  color: var(--prototype-text);
  font-size: 22px;
  font-weight: 650;
}

.antd-pc-shell .desktop-title span {
  display: block;
  margin-top: 6px;
  color: var(--prototype-muted);
  font-size: 13px;
}

.antd-pc-shell .desktop-form {
  width: min(720px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: 24px;
  grid-template-columns: 1fr;
  gap: 18px;
  border: 1px solid var(--prototype-border);
  border-radius: 8px;
  background: var(--prototype-card);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.antd-pc-shell .app-field {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.antd-pc-shell .app-field label {
  margin-bottom: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
}

.antd-pc-shell .app-field input,
.antd-pc-shell .app-field select,
.antd-pc-shell .app-field textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  color: var(--prototype-text);
  font-size: 14px;
}

.antd-pc-shell .app-field input:focus,
.antd-pc-shell .app-field select:focus,
.antd-pc-shell .app-field textarea:focus {
  border-color: var(--prototype-primary);
  box-shadow: 0 0 0 3px rgba(22, 119, 255, .12);
  outline: none;
}

.antd-pc-shell .desktop-actions {
  width: min(720px, calc(100% - 48px));
  margin: 0 auto;
  padding: 16px 0 24px;
  justify-content: flex-end;
}

.antd-pc-shell .desktop-actions .app-primary {
  width: auto;
  min-width: 104px;
  height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--prototype-primary);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(22, 119, 255, .22);
}

.antd-pc-shell .decision-sim {
  border-color: #d6e4ff;
  background: #f8fbff;
}

.mock-body.pc {
  grid-template-columns: 180px 1fr;
}

.mock-body.pc .mock-screen {
  place-items: start stretch;
}

@media(max-width:760px) {
  .feedback-type-row,
  .desktop-form {
    grid-template-columns: 1fr;
  }
}

.prototype-table {
  min-width: 920px;
}

.prototype-table input[readonly] {
  min-width: 260px;
  height: 32px;
  padding: 5px 8px;
  font-size: 12px;
  background: #fbfcff;
}

.prototype-table a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--blue);
  text-decoration: none;
  background: #fff;
}

.prototype-title {
  margin: 4px 0 10px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.prototype-copy {
  margin: 4px 0 10px;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.prototype-label {
  width: fit-content;
  margin: 4px 0 10px;
  padding: 4px 10px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 13px;
  font-weight: 700;
}

.decision-sim {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dbe4f1;
  border-radius: 6px;
  background: #f8fbff;
}

.decision-sim strong {
  color: #111827;
  font-size: 17px;
}

.decision-sim p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.decision-input-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.decision-input-preview span {
  padding: 4px 8px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.node-control-header,
.node-control-row {
  display: grid;
  grid-template-columns: minmax(108px, 1fr) minmax(118px, 1fr) 72px minmax(110px, .9fr) minmax(120px, 1fr) 72px 66px;
  gap: 8px;
  align-items: center;
}

.node-control-header {
  margin-top: 8px;
  padding: 0 8px 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.node-control-rows {
  display: grid;
  gap: 8px;
}

.node-control-row {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcff;
}

.node-control-row .mini-check {
  min-height: 34px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.node-control-row .mini-check input {
  width: auto;
}

.control-order-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.control-order-actions button {
  min-height: 32px;
  padding: 0;
  font-weight: 800;
}

.control-add,
.output-add,
.node-output-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.control-add-title {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.output-add,
.node-output-row {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 8px;
}

.mock-body.app-mode {
  background: #eef2f7;
}

.mock-body.app-mode .mock-screen {
  place-items: start center;
  padding: 20px;
}

.phone-shell {
  width: min(382px, 100%);
  min-height: 694px;
  display: flex;
  flex-direction: column;
  border: 8px solid #111827;
  border-radius: 34px;
  background: #f3f6fb;
  overflow: hidden;
  box-shadow: 0 26px 68px rgba(15, 23, 42, .22);
}

.phone-status {
  height: 31px;
  padding: 7px 20px 0;
  flex: 0 0 auto;
  background: #fff;
}

.app-title {
  height: 52px;
  padding: 0 16px;
  flex: 0 0 auto;
  background: #fff;
  border-bottom: 1px solid #edf0f5;
}

.app-title strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
}

.icon-back {
  border-radius: 50%;
}

.app-content {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 14px 14px 18px;
  background: #f3f6fb;
}

.mobile-page-head {
  display: grid;
  gap: 6px;
  padding: 4px 2px 2px;
}

.mobile-page-head strong {
  color: #101828;
  font-size: 20px;
  line-height: 1.25;
}

.mobile-page-head span {
  color: #667085;
  font-size: 12px;
  line-height: 1.55;
}

.mobile-form-section {
  align-self: start;
  overflow: hidden;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  background: #fff;
}

.phone-shell .app-field,
.phone-shell .app-field.target {
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #eef2f6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.phone-shell .app-field:last-child {
  border-bottom: 0;
}

.phone-shell .app-field label {
  margin: 0 0 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.required-mark {
  margin-right: 3px;
  color: #d92d20;
}

.phone-shell .app-field input,
.phone-shell .app-field select,
.phone-shell .app-field textarea {
  width: 100%;
  min-height: 38px;
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #101828;
  font-size: 15px;
}

.phone-shell .app-field textarea {
  min-height: 76px;
}

.phone-shell .code-row {
  grid-template-columns: minmax(0, 1fr) 106px;
  gap: 10px;
}

.phone-shell .code-row button {
  min-height: 34px;
  border: 1px solid #d6e4ff;
  border-radius: 8px;
  background: #eff6ff;
  color: #175cd3;
  font-size: 13px;
}

.mobile-bottom-actions {
  align-self: end;
  padding-top: 2px;
}

.mobile-bottom-actions .app-primary {
  width: 100%;
  height: 46px;
  margin: 0;
  border-radius: 10px;
  background: #1677ff;
  color: #fff;
  box-shadow: 0 12px 28px rgba(22, 119, 255, .24);
}

.enterprise-shell,
.enterprise-shell.antd-pc-shell {
  width: min(1040px, 100%);
  min-height: 620px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  background: #eef2f7;
  box-shadow: 0 20px 58px rgba(15, 23, 42, .13);
  overflow: hidden;
}

.enterprise-shell.no-sidebar,
.enterprise-shell.no-sidebar.antd-pc-shell {
  grid-template-columns: minmax(0, 1fr);
}

.desktop-sidebar {
  padding: 18px 12px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-right: 1px solid #d9e2ef;
  background: #101828;
}

.desktop-brand {
  padding: 0 8px 14px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
}

.desktop-brand strong {
  display: block;
  font-size: 17px;
}

.desktop-brand span {
  color: #98a2b3;
  font-size: 12px;
}

.desktop-sidebar button {
  min-height: 36px;
  justify-content: flex-start;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #d0d5dd;
  text-align: left;
}

.desktop-sidebar button.active {
  background: #1d4ed8;
  color: #fff;
}

.desktop-workspace {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  background: #f5f7fb;
}

.desktop-topbar {
  height: 48px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e9f2;
  background: #fff;
  color: #667085;
  font-size: 13px;
}

.desktop-avatar {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eff6ff;
  color: #175cd3;
  font-weight: 800;
}

.enterprise-shell .desktop-title,
.enterprise-shell.antd-pc-shell .desktop-title {
  height: auto;
  padding: 18px 24px 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 0;
  background: #f5f7fb;
}

.desktop-breadcrumb {
  display: block;
  margin-bottom: 5px;
  color: #667085;
  font-size: 12px;
}

.enterprise-shell .desktop-title strong {
  display: block;
  color: #101828;
  font-size: 22px;
  line-height: 1.25;
}

.enterprise-shell .desktop-title em {
  max-width: 360px;
  color: #667085;
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
  text-align: right;
}

.desktop-form-card {
  margin: 0 24px 18px;
  align-self: start;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.form-section-title {
  min-height: 48px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e9edf5;
}

.form-section-title strong {
  color: #101828;
  font-size: 15px;
}

.form-section-title span {
  color: #667085;
  font-size: 12px;
}

.form-section-title.path-title {
  justify-content: flex-start;
  align-items: baseline;
  gap: 14px;
}

.form-section-title.path-title span {
  color: #344054;
  font-size: 14px;
  line-height: 1.45;
}

.enterprise-shell .desktop-form,
.enterprise-shell.antd-pc-shell .desktop-form {
  width: auto;
  margin: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.enterprise-shell .desktop-form .app-field,
.enterprise-shell.antd-pc-shell .desktop-form .app-field {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.enterprise-shell .desktop-form .field-wide {
  grid-column: 1 / -1;
}

.enterprise-shell .app-field label {
  margin: 0 0 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.enterprise-shell .app-field input,
.enterprise-shell .app-field select,
.enterprise-shell .app-field textarea {
  width: 100%;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  color: #101828;
  font-size: 14px;
}

.enterprise-shell .code-row {
  grid-template-columns: minmax(0, 1fr) 112px;
}

.enterprise-shell .code-row button {
  min-height: 38px;
  border-radius: 6px;
  border-color: #b2ddff;
  background: #eff8ff;
  color: #175cd3;
  font-weight: 700;
}

.enterprise-shell .desktop-actions,
.enterprise-shell.antd-pc-shell .desktop-actions {
  width: auto;
  margin: 0;
  padding: 0 24px 22px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  background: #f5f7fb;
}

.enterprise-shell .desktop-actions .app-primary,
.enterprise-shell.antd-pc-shell .desktop-actions .app-primary {
  width: auto;
  min-width: 108px;
  height: 38px;
  margin: 0;
  padding: 0 18px;
  border-radius: 6px;
  background: #1677ff;
  color: #fff;
  font-size: 14px;
}

.ghost-action {
  min-width: 92px;
  height: 38px;
  border-color: #d0d5dd;
  border-radius: 6px;
  background: #fff;
  color: #344054;
  font-weight: 700;
}

.ghost-action:disabled,
.icon-back:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.result-card {
  grid-column: 1 / -1;
  max-width: 520px;
  padding: 24px;
  display: grid;
  gap: 10px;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  background: #f8fbff;
}

.result-card span {
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.result-card.success span {
  border: 1px solid #b7ebc6;
  background: #dcfce7;
  color: #11823b;
}

.result-card.error span {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #b42318;
}

.result-card strong {
  color: #101828;
  font-size: 24px;
  line-height: 1.25;
}

.result-card p {
  margin: 0;
  color: #475467;
  line-height: 1.7;
}

.review-toolbar {
  margin-bottom: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #d6e4ff;
  border-radius: 8px;
  background: #f8fbff;
}

.review-toolbar strong {
  color: #175cd3;
}

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

.review-project {
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.review-project-head {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  background: #fbfcff;
}

.review-project-head strong {
  display: block;
  font-size: 16px;
}

.review-project-head span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.review-topic {
  border-bottom: 1px solid var(--line);
}

.review-topic:last-child {
  border-bottom: 0;
}

.review-topic summary {
  min-height: 46px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
}

.review-topic summary span {
  color: var(--muted);
  font-size: 12px;
}

.review-opinions {
  display: grid;
  gap: 10px;
  padding: 12px 14px 14px;
  background: #f8fafc;
}

.review-opinion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 14px;
  padding: 12px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
}

.review-opinion.done {
  grid-template-columns: 1fr;
}

.review-opinion-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.review-opinion-main p {
  margin: 8px 0;
  color: #243047;
  line-height: 1.6;
}

.review-opinion-main small {
  display: block;
  color: var(--muted);
  line-height: 1.5;
}

.review-opinion-actions {
  display: grid;
  align-content: start;
  gap: 7px;
}

.review-opinion-actions label {
  margin: 0;
}

.review-opinion-actions textarea {
  min-height: 74px;
}

.review-accepted {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #bde8da;
  border-radius: 8px;
  background: #f0fbf7;
}

.review-accepted h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.review-accepted p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}

.review-adjust-item {
  padding: 10px;
  display: grid;
  gap: 4px;
  border: 1px solid #bde8da;
  border-radius: 7px;
  background: #fff;
}

.review-adjust-item + .review-adjust-item {
  margin-top: 8px;
}

.review-submit-row {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.review-table-block {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.review-table-block h3 {
  margin: 0;
  color: #101828;
  font-size: 16px;
}

.review-table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-context {
  color: var(--muted);
  font-size: 13px;
}

.table-scroll {
  width: 100%;
  overflow: auto;
}

.review-table {
  min-width: 920px;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

.review-table th,
.review-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.review-table th {
  background: #f8fafc;
  color: #475467;
  font-weight: 800;
  white-space: nowrap;
}

.review-table tbody tr:last-child td {
  border-bottom: 0;
}

.review-table button {
  white-space: nowrap;
}

.product-doc-table {
  min-width: 1180px;
}

.doc-table-actions {
  min-width: 260px;
}

.doc-table-actions button {
  margin: 0 4px 6px 0;
}

.product-doc-editor {
  display: grid;
  gap: 10px;
}

.product-doc-editor textarea {
  min-height: 110px;
}

#productDocContent {
  min-height: 460px;
  font-family: Consolas, "Microsoft YaHei", monospace;
  line-height: 1.55;
}

.doc-action-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.doc-meta-note {
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.list-create-form {
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcff;
}

.architecture-preview {
  min-height: 420px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f6f8fb;
}

.architecture-preview svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.source-req-cell {
  min-width: 210px;
  max-width: 300px;
}

.source-req-cell span {
  display: inline-block;
  max-width: 260px;
  color: #344054;
  line-height: 1.45;
}

.source-requirement-content {
  max-height: 62vh;
  margin: 0;
  padding: 14px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: #101828;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.7;
}

.review-detail-table {
  min-width: 1480px;
}

.review-detail-table select {
  min-width: 120px;
}

.review-detail-table textarea {
  min-width: 220px;
  min-height: 66px;
  resize: vertical;
}

.review-content-cell {
  min-width: 260px;
  max-width: 420px;
  white-space: normal;
  line-height: 1.55;
}

.review-accepted-table {
  padding-top: 4px;
  border-top: 1px solid var(--line);
}

@media(max-width: 980px) {
  .node-control-header {
    display: none;
  }

  .node-control-row {
    grid-template-columns: 1fr;
  }

  .control-add {
    grid-template-columns: 1fr;
  }

  .enterprise-shell,
  .enterprise-shell.antd-pc-shell {
    grid-template-columns: 1fr;
  }

  .desktop-sidebar {
    display: none;
  }

  .enterprise-shell .desktop-form,
  .enterprise-shell.antd-pc-shell .desktop-form {
    grid-template-columns: 1fr;
  }

  .enterprise-shell .desktop-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .enterprise-shell .desktop-title em {
    text-align: left;
  }

  .review-toolbar,
  .review-topic summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-opinion {
    grid-template-columns: 1fr;
  }
}
