body {
  margin: 0;
  font-family: Inter, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #f5f7fa;
  overflow-x: hidden;
}

body.starlink-page-body {
  background: radial-gradient(circle at top, #132238 0%, #09111d 45%, #04070d 100%);
  color: #e6eefb;
}

.moments-page-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.moments-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.moments-toolbar__meta {
  font-size: 13px;
  color: #6c7ea6;
}

.moments-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-bottom: 4px;
  gap: 16px;
}

.moments-grid::-webkit-scrollbar {
  width: 10px;
}

.moments-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(116, 175, 228, 0.36);
}

.moment-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  width: 100%;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(170, 230, 255, 0.24), transparent 52%),
    radial-gradient(circle at 12% 18%, rgba(191, 240, 225, 0.24), transparent 48%),
    radial-gradient(circle at 58% 96%, rgba(255, 240, 190, 0.16), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid rgba(146, 163, 255, 0.24);
  box-shadow: 0 14px 28px rgba(108, 117, 168, 0.14);
}

.moment-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.moment-card__company {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2f3a63;
}

.moment-card__meta,
.moment-card__footer {
  margin: 4px 0 0;
  font-size: 12px;
  color: #7383a8;
}

.moment-card__headline {
  font-size: 16px;
  font-weight: 600;
  color: #3a4a78;
}

.moment-card__summary,
.moment-card__item-content {
  color: #53658f;
  line-height: 1.72;
}

.moment-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.moment-card__interaction-hint,
.moment-card__likes,
.moment-card__comment {
  color: #4f5f87;
  line-height: 1.7;
}

.moment-card__subheading {
  font-size: 13px;
  font-weight: 700;
  color: #3f4f7d;
  margin-bottom: 8px;
}

.moment-card__related,
.moment-card__social {
  padding: 12px;
  border-radius: 12px;
  background: rgba(245, 248, 255, 0.92);
  border: 1px solid rgba(165, 183, 255, 0.24);
}

.moment-card__related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.moment-card__related-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(146, 214, 240, 0.24);
  color: #3e5f8c;
  font-size: 12px;
}

.moment-card__comment + .moment-card__comment {
  margin-top: 8px;
}

.moment-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.moment-card__item {
  padding: 12px;
  border-radius: 12px;
  background: rgba(245, 248, 255, 0.9);
  border: 1px solid rgba(165, 183, 255, 0.22);
}

.moment-card__item-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #405084;
}

@media (max-width: 760px) {
  .moments-grid {
    grid-template-columns: 1fr;
  }

  .moment-card {
    width: 100%;
  }
}

.page-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px; /* 设置适当的顶部内边距，为固定头部留出空间 */
  box-sizing: border-box;
}

.page-shell--moments {
  padding-top: 0; /* 重置朋友圈模式的顶部填充 */
}

:root {
  color: #1f2937;
  background: #f3f6fb;
  font-family: Inter, 'Microsoft YaHei', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

#app {
  min-height: 100vh;
}

.page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 52px 360px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
}

.mode-tabs-shell {
  align-self: start;
  position: sticky;
  top: 20px;
  margin-left: -6px;
  background: #ffffff;
  border-radius: 18px;
  padding: 8px 5px;
  width: 46px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.mode-tabs-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #64748b;
  text-transform: uppercase;
  margin: 6px 0 12px;
  padding: 6px 0;
  text-align: center;
}

.mode-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.workbench-module-card {
  grid-column: span 2;
  min-height: calc(100vh - 40px);
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.workbench-module-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mode-tab-button {
  border: 1px solid #dbeafe;
  background: #f8fbff;
  color: #334155;
  border-radius: 7px;
  width: 100%;
  height: 94px;
  min-height: 94px;
  max-height: 94px;
  padding: 4px 1px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mode-tab-button:hover {
  border-color: #93c5fd;
  background: #eff6ff;
}

.mode-tab-button.active {
  border-color: #2563eb;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  color: #1d4ed8;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.14);
}

.control-panel {
  align-self: start;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.chat-mode-container {
  grid-column: 2 / -1;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
}

.chat-module-card {
  grid-column: span 2;
  min-height: calc(100vh - 40px);
  display: grid;
  place-items: center;
  background: transparent;
  border-radius: 0;
  padding: 12px 0;
  box-shadow: none;
}

.tasks-module-container {
  grid-column: span 2;
  width: 100%;
  min-width: 0;
}

.chat-module-shell {
  width: min(1040px, 100%);
  display: grid;
  gap: 14px;
}

@keyframes chatModuleFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-module-branding-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  animation: chatModuleFadeIn 0.28s ease-out both;
}

.chat-module-logo {
  width: auto;
  height: 63px;
  object-fit: contain;
  margin-bottom: 0;
}

.chat-module-branding-text {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.chat-module-card .chat-module-logo {
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.35)) saturate(1.06);
}

.chat-module-card .chat-module-branding-text {
  color: #0f172a;
  text-shadow: 0 0 16px rgba(14, 165, 233, 0.25);
}

.chat-module-card .chat-composer-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.chat-module-card .agent-inline-row {
  background: transparent;
  border-color: transparent;
}

.chat-module-card .composer-inline-text {
  color: #475569;
}

.chat-module-card .composer-inline-agent-block {
  margin-left: 12px;
}

.chat-module-card .agent-inline-input .el-input__wrapper {
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-bottom: 1px solid rgba(148, 163, 184, 0.8);
  margin-top: -6px; /* 调整下划线位置，向上偏移 */
}

.chat-module-card .agent-inline-input .el-input__wrapper.is-focus,
.chat-module-card .agent-inline-input .el-input__wrapper:focus-within {
  border-bottom-color: #2563eb;
}

.chat-module-card .agent-inline-input .el-input__inner,
.chat-module-card .composer-requirement-input .el-textarea__inner {
  color: #0f172a;
}

.chat-module-card .agent-inline-input .el-input__inner::placeholder,
.chat-module-card .composer-requirement-input .el-textarea__inner::placeholder {
  color: #64748b;
}

.chat-module-card .composer-requirement-input .el-textarea__inner {
  background: rgba(248, 250, 252, 0.96);
  border-color: rgba(56, 189, 248, 0.28);
  min-height: 104px !important;
  height: 104px;
  padding-top: 12px;
  padding-right: 64px;
  padding-bottom: 48px;
  padding-left: 12px;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.8);
}

.chat-module-card .composer-submit-btn.el-button {
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  box-shadow: none;
}

.chat-module-card .composer-submit-btn.el-button:hover,
.chat-module-card .composer-submit-btn.el-button:focus-visible {
  box-shadow: none;
}

.chat-module-card .chat-bottom-panel {
  position: static;
  width: 100%;
  margin: 0;
  left: auto;
  right: auto;
  transform: none;
  animation: chatModuleFadeIn 0.32s ease-out both;
}

.chat-bottom-panel {
  display: grid;
  gap: 10px;
  position: fixed;
  width: min(980px, calc(100vw - 120px));
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 12px;
  z-index: 10;
  max-width: 100%;
}

.panel-header h1 {
  margin: 0;
  font-size: 22px;
}

.panel-header p {
  margin: 8px 0 0;
  color: #6b7280;
  line-height: 1.5;
}

.control-form {
  margin-top: 18px;
}

.chat-composer-form {
  margin-top: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.composer-topk-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.composer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.agent-inline-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
}

.composer-inline-brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -12px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.composer-inline-agent-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
  margin-top: 4px;
}

.composer-inline-logo {
  width: auto;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.composer-inline-title {
  font-size: 30px;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 8px;
}

.agent-inline-row .el-autocomplete {
  flex: 0 0 11%;
  max-width: 117px;
  min-width: 95px;
}

.agent-inline-input .el-input__wrapper {
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-bottom: 1px solid rgba(148, 163, 184, 0.8);
}

.agent-inline-input .el-input__wrapper.is-focus,
.agent-inline-input .el-input__wrapper:focus-within {
  border-bottom-color: #2563eb;
}

.agent-inline-input .el-input__inner {
  font-size: 13px;
  text-align: center;
}

.composer-inline-text {
  font-size: 12px;
  color: #64748b;
  white-space: nowrap;
}

.composer-agent-col,
.composer-input-col,
.composer-submit-col {
  display: grid;
  gap: 8px;
}

.composer-agent-col {
  width: 75%;
  justify-self: center;
}

.composer-input-shell {
  position: relative;
  width: 75%;
  justify-self: center;
}

.composer-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

.composer-submit-col {
  align-self: auto;
  justify-items: normal;
}

.composer-submit-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  padding: 0;
}

.composer-submit-btn.el-button {
  border: 0;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.composer-submit-btn.el-button:hover,
.composer-submit-btn.el-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: none;
  filter: saturate(1.05);
}

.composer-submit-btn.el-button.is-disabled,
.composer-submit-btn.el-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  filter: none;
}

.composer-requirement-input .el-textarea__inner {
  min-height: 104px !important;
  height: 104px;
  padding-top: 12px;
  padding-right: 64px;
  padding-bottom: 48px;
  padding-left: 12px;
}

.composer-shortcuts-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.composer-shortcut-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 6px;
  border: 0;
  background: transparent;
  color: #334155;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}

.composer-shortcut-chip.is-clickable {
  cursor: pointer;
  border-radius: 10px;
  transition: color 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.composer-shortcut-chip.is-clickable:hover,
.composer-shortcut-chip.is-clickable:focus-visible {
  color: #0ea5e9;
  transform: translateY(-1px);
  background: rgba(14, 165, 233, 0.08);
}

.composer-shortcut-chip.is-clickable:active {
  transform: scale(0.97);
}

.composer-shortcut-chip.is-active {
  color: #0284c7;
  background: rgba(14, 165, 233, 0.12);
}

.composer-shortcut-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex: 0 0 auto;
}

.composer-shortcut-chip span {
  display: inline-block;
  transform: translateY(0.5px);
}

.chat-module-card .composer-shortcut-chip {
  color: #0f172a;
}

@media (prefers-reduced-motion: reduce) {
  .chat-module-branding-row,
  .chat-module-card .chat-bottom-panel {
    animation: none;
  }

  .composer-shortcut-chip.is-clickable {
    transition: none;
  }
}

.composer-hotkey-hint {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 12px;
}

.short-number {
  width: 140px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.debug-hint {
  margin: 10px 0 0;
  color: #92400e;
  font-size: 12px;
  line-height: 1.6;
}

.result-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 108px 0 20px;
  box-sizing: border-box;
}

.starlink-page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
}

.starlink-stage-card {
  min-width: 0;
  background: rgba(7, 11, 22, 0.78);
  border: 1px solid rgba(131, 170, 226, 0.14);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.starlink-stage-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.starlink-stage-header h1 {
  margin: 0;
  font-size: 28px;
  color: #f5f9ff;
}

.starlink-stage-header p {
  margin: 8px 0 0;
  color: rgba(214, 226, 243, 0.72);
  max-width: 720px;
}

.starlink-project-filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
  color: rgba(214, 226, 243, 0.84);
}

.starlink-project-filter select {
  border-radius: 12px;
  border: 1px solid rgba(147, 197, 253, 0.22);
  background: rgba(9, 17, 29, 0.88);
  color: #f8fbff;
  padding: 10px 12px;
}

.starlink-stage-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: stretch;
}

.starlink-stage-board--full {
  display: block;
}

.starlink-canvas {
  position: relative;
  min-height: 760px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(123, 231, 255, 0.18) 0%, rgba(91, 119, 255, 0.08) 18%, rgba(7, 11, 22, 0) 38%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12) 0%, rgba(7, 11, 22, 0) 55%),
    linear-gradient(180deg, rgba(8, 13, 24, 0.42), rgba(4, 6, 12, 0.82));
}

.starlink-canvas--deep-space {
  min-height: 820px;
  background:
    radial-gradient(circle at 50% 55%, rgba(61, 112, 255, 0.14) 0%, rgba(61, 112, 255, 0) 22%),
    radial-gradient(circle at 28% 24%, rgba(123, 231, 255, 0.14) 0%, rgba(123, 231, 255, 0) 28%),
    radial-gradient(circle at 76% 30%, rgba(175, 122, 255, 0.12) 0%, rgba(175, 122, 255, 0) 24%),
    linear-gradient(180deg, #070b14 0%, #03050a 100%);
  perspective: 1200px;
}

.starlink-nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.65;
  pointer-events: none;
}

.starlink-nebula--left {
  left: 9%;
  top: 16%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(84, 202, 255, 0.18) 0%, rgba(84, 202, 255, 0) 70%);
}

.starlink-nebula--right {
  right: 10%;
  bottom: 14%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(158, 101, 255, 0.16) 0%, rgba(158, 101, 255, 0) 72%);
}

.starlink-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0) 38%, rgba(0,0,0,0.24) 72%, rgba(0,0,0,0.54) 100%);
  pointer-events: none;
}

.starlink-particle-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-style: preserve-3d;
}

.starlink-particle {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.98) 0%, rgba(190,225,255,0.82) 36%, rgba(123,231,255,0) 100%);
  box-shadow: 0 0 18px rgba(123, 231, 255, 0.22);
  animation: starlinkParticleFloat linear infinite;
}

.starlink-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.starlink-link {
  stroke: rgba(125, 211, 252, 0.1);
  stroke-width: 1;
}

.starlink-link--cross {
  stroke: rgba(125, 211, 252, 0.06);
  stroke-dasharray: 3 9;
}

.starlink-link--core {
  stroke: rgba(99, 102, 241, 0.08);
}

.starlink-link.is-active {
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 8px rgba(144, 202, 255, 0.28));
}

.starlink-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(123,231,255,0.95) 28%, rgba(123,231,255,0.08) 72%, rgba(123,231,255,0) 100%);
  box-shadow: 0 0 80px rgba(123, 231, 255, 0.35);
}

.starlink-core--halo {
  width: 108px;
  height: 108px;
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(180,223,255,0.95) 18%, rgba(82,130,255,0.42) 42%, rgba(82,130,255,0.06) 68%, rgba(82,130,255,0) 100%);
  box-shadow: 0 0 100px rgba(102, 153, 255, 0.28);
}

.starlink-pulse-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(123, 231, 255, 0.16);
  box-shadow: 0 0 28px rgba(123, 231, 255, 0.08);
  animation: starlinkPulse 5.2s ease-out infinite;
  pointer-events: none;
}

.starlink-node {
  position: absolute;
  width: auto;
  min-height: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  color: #f5f9ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.starlink-node:hover {
  transform: translate(-50%, -50%) scale(1.06);
  filter: brightness(1.1);
}

.starlink-node--focused {
  transform: translate(-50%, -50%) scale(1.08);
}

.starlink-node__dot,
.starlink-node__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.starlink-node__dot {
  width: var(--node-glow-size);
  height: var(--node-glow-size);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.98) 0%, rgba(168,214,255,0.96) 42%, rgba(81,136,255,0.82) 64%, rgba(81,136,255,0.18) 100%);
  box-shadow: 0 0 22px rgba(118, 186, 255, 0.45);
}

.starlink-node__glow {
  width: calc(var(--node-glow-size) * 2.8);
  height: calc(var(--node-glow-size) * 2.8);
  background: radial-gradient(circle, rgba(98, 157, 255, 0.22) 0%, rgba(98, 157, 255, 0.08) 38%, rgba(98, 157, 255, 0) 72%);
  filter: blur(8px);
  animation: starlinkNodeBreath 4.5s ease-in-out infinite;
}

.starlink-node--requester .starlink-node__dot {
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,231,166,0.98) 36%, rgba(255,196,83,0.88) 62%, rgba(255,196,83,0.15) 100%);
  box-shadow: 0 0 26px rgba(255, 210, 90, 0.46);
}

.starlink-node--requester .starlink-node__glow {
  background: radial-gradient(circle, rgba(255,214,102,0.26) 0%, rgba(255,214,102,0.08) 36%, rgba(255,214,102,0) 72%);
}

.starlink-node__name {
  position: absolute;
  left: 50%;
  top: calc(50% - var(--node-label-offset));
  transform: translate(-50%, -100%);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(238, 244, 255, 0.94);
  text-shadow: 0 0 10px rgba(96, 168, 255, 0.32), 0 0 22px rgba(96, 168, 255, 0.2);
  letter-spacing: 0.02em;
}

.starlink-node--focused .starlink-node__name {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(255,255,255,0.48), 0 0 28px rgba(155, 211, 255, 0.28);
}

@keyframes starlinkParticleFloat {
  0% {
    margin-top: 0;
    margin-left: 0;
  }
  50% {
    margin-top: -18px;
    margin-left: 10px;
  }
  100% {
    margin-top: -32px;
    margin-left: -8px;
  }
}

@keyframes starlinkPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.64);
    opacity: 0.32;
  }
  75% {
    opacity: 0.08;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.42);
    opacity: 0;
  }
}

@keyframes starlinkNodeBreath {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.96);
    opacity: 0.78;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.14);
    opacity: 1;
  }
}

.starlink-empty {
  min-height: 420px;
  display: grid;
  place-items: center;
  color: rgba(214, 226, 243, 0.72);
}

.starlink-empty--error {
  color: #fca5a5;
}

.moments-placeholder-card {
  grid-column: span 2;
  min-height: calc(100vh - 40px);
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.skills-plaza-card {
  grid-column: span 2;
  min-height: calc(100vh - 40px);
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.skills-plaza-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
  gap: 18px;
}

.skill-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 18px;
  border: 1px solid rgba(203, 213, 225, 0.85);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.skill-card:hover {
  transform: translateY(-4px);
  border-color: rgba(96, 165, 250, 0.65);
  box-shadow: 0 20px 38px rgba(59, 130, 246, 0.12);
}

.skill-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(239, 246, 255, 0.98));
  box-shadow: inset 0 0 0 1px rgba(191, 219, 254, 0.65);
}

.skill-card__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.skill-card__body {
  margin-top: 16px;
}

.skill-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.skill-card__topline h2 {
  margin: 0;
  font-size: 20px;
  color: #0f172a;
}

.skill-card__badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

.skill-card__description {
  margin: 8px 0 0;
  color: #334155;
  font-size: 11px;
}

.skill-card__summary {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.7;
  font-size: 14px;
}

.skill-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.skill-card__mode {
  color: #475569;
  font-size: 13px;
}

.skill-card__action {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
}

.skill-dialog-intro p {
  margin: 0 0 8px;
  color: #64748b;
  line-height: 1.6;
}

.skill-dialog-form {
  margin-top: 12px;
}

.skill-dialog-radio-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.skill-dialog-select {
  width: 100%;
}

.skill-dialog-number {
  width: 100%;
}

.skill-dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.overview-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.overview-card h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.overview-card p {
  margin: 8px 0 0;
  color: #6b7280;
}

.overview-card--summary {
  display: block;
  position: fixed;
  left: 92px;
  right: 20px;
  top: 20px;
  bottom: auto;
  margin-bottom: 0;
  z-index: 15;
}

.overview-card__content {
  display: grid;
  grid-template-columns: minmax(204px, 252px) minmax(220px, 340px) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.overview-card__requester-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.overview-card__requester-avatar {
  width: 51px;
  height: 51px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef2ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  flex: 0 0 auto;
}

.overview-card__requester-meta {
  min-width: 0;
}

.overview-card__requester-label {
  font-size: 11px;
  line-height: 1.15;
  color: #64748b;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.overview-card__requester-name {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.15;
  color: #0f172a;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overview-card__requester-takeover-btn {
  margin-left: auto;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer;
  flex: 0 0 auto;
}

.overview-card__requester-takeover-btn:hover {
  border-color: rgba(37, 99, 235, 0.5);
  color: #1d4ed8;
}

.overview-card__requester-takeover-btn.is-active {
  border-color: rgba(234, 88, 12, 0.62);
  background: rgba(255, 237, 213, 0.96);
  color: #c2410c;
}

.overview-card__section-value--single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  font-size: 15px;
  color: #1e293b;
  max-width: 100%;
  font-weight: 600;
}

.overview-card__section-value--business {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.overview-card__section-text {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f172a;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.overview-card__metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  align-items: stretch;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.overview-card__metric {
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.overview-card__metric + .overview-card__metric {
  border-left: 1px solid rgba(148, 163, 184, 0.28);
}

.overview-card__metric--precise {
  background: transparent;
  border: 0;
  position: relative;
}

.overview-card__metric--precise .overview-card__metric-label {
  color: #166534;
}

.overview-card__metric--precise strong {
  color: #166534;
}

.overview-card__metric--precise::after {
  content: '';
  width: 28px;
  height: 2px;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(22, 101, 52, 0.3);
}

.overview-card__metric-label {
  display: block;
  font-size: 11px;
  color: #64748b;
  letter-spacing: 0.05em;
}

.overview-card__metric strong {
  display: block;
  margin-top: 3px;
  font-size: 20px;
  line-height: 1.15;
  color: #0f172a;
}

.overview-card__metric-value--rolling {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.debug-status {
  font-weight: 600;
}

.debug-status.paused {
  color: #b45309;
}

.debug-status.running {
  color: #1d4ed8;
}

.debug-status.completed {
  color: #047857;
}

.debug-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.debug-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.debug-card p {
  margin: 0 0 8px;
  line-height: 1.7;
}

.debug-steps {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}

.negotiation-card {
  overflow: visible;
}

.negotiation-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.negotiation-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.negotiation-header p {
  margin: 8px 0 0;
}

.negotiation-canvas {
  display: grid;
  gap: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0, rgba(191, 219, 254, 0.2) 0, rgba(191, 219, 254, 0.08) 220px, transparent 221px),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
  padding: 16px;
  overflow: visible;
}

.negotiation-progress-panel {
  position: static;
  z-index: 3;
  width: 100%;
  padding: 16px 18px 14px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
  backdrop-filter: none;
  justify-self: start;
}

.negotiation-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.negotiation-progress-row--primary {
  align-items: stretch;
}

.negotiation-progress-row--secondary {
  margin-top: 12px;
  padding-top: 10px;
  align-items: center;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.negotiation-progress-overview {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  padding-right: 12px;
}

.negotiation-progress-stage {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  text-transform: uppercase;
}

.negotiation-progress-heading {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.negotiation-restart-btn {
  align-self: center;
  margin-left: 8px;
}

.negotiation-progress-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  margin-left: 8px;
}

.negotiation-show-all-btn {
  margin-left: 0;
}

.negotiation-knowledge-module {
  width: 132px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.negotiation-knowledge-label {
  font-size: 12px;
  color: #475569;
  white-space: nowrap;
}

.negotiation-knowledge-toggle-btn {
  min-width: 54px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.negotiation-restart-btn,
.negotiation-show-all-btn {
  min-width: 132px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.negotiation-restart-icon {
  font-size: 22px;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
}

.negotiation-progress-title {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.negotiation-progress-main {
  font-size: 24px;
  line-height: 1.1;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 0;
}

.negotiation-progress-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 0;
  min-width: 320px;
  border-left: 1px solid rgba(148, 163, 184, 0.18);
}

.negotiation-progress-meta-box {
  padding: 2px 16px;
  border-radius: 0;
  background: transparent;
  border: 0;
  min-width: 0;
}

.negotiation-progress-meta-box + .negotiation-progress-meta-box {
  border-left: 1px solid rgba(148, 163, 184, 0.18);
}

.negotiation-progress-meta-label {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.negotiation-progress-meta-value {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.05;
  color: #0f172a;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.negotiation-progress-note {
  font-size: 13px;
  color: #475569;
  line-height: 1.45;
  margin-top: 0;
  min-width: 0;
  flex: 1;
}

.negotiation-progress-note--alert {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #8a6a2f;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.negotiation-progress-note--alert::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid rgba(245, 158, 11, 0.34);
  flex: 0 0 auto;
}


.negotiation-company-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 12px;
  align-items: stretch;
  overflow: visible;
}

.negotiation-agent-fade-move,
.negotiation-agent-fade-enter-active,
.negotiation-agent-fade-leave-active {
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.negotiation-agent-fade-enter-from,
.negotiation-agent-fade-leave-to {
  opacity: 0;
  transform: scale(0.9) translateY(-8px);
}

.negotiation-agent-fade-leave-active {
  pointer-events: none;
}

.center-node,
.orbit-node {
  position: relative;
  width: 100%;
  min-height: 112px;
  padding: 10px 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(191, 219, 254, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  text-align: center;
}

.center-node {
  width: min(260px, 100%);
  min-height: 142px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  border-color: #93c5fd;
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.18);
  justify-self: center;
}

.requester-node {
  cursor: pointer;
}

.node-badge {
  align-self: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.center-node strong,
.orbit-node strong {
  font-size: 13px;
}

.negotiation-agent-avatar {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  object-fit: cover;
  background: #eef2ff;
  border: 1px solid #dbeafe;
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.12);
  flex-shrink: 0;
}

.company-node-title {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.5em;
}

.company-kb-badge {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.company-node-industry {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  line-height: 1.25;
  color: #475569;
  font-size: 11px;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.4em;
}

.center-node span,
.orbit-node span,
.orbit-node small {
  color: #6b7280;
  line-height: 1.4;
  font-size: 12px;
}

.orbit-node {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
  z-index: 1;
}

.company-takeover-toggle {
  position: absolute;
  bottom: 6px;
  right: 6px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 10px;
  line-height: 1.5;
  cursor: pointer;
}

.company-takeover-toggle:hover {
  border-color: rgba(37, 99, 235, 0.5);
  color: #1d4ed8;
}

.company-takeover-toggle.is-active {
  border-color: rgba(234, 88, 12, 0.62);
  background: rgba(255, 237, 213, 0.96);
  color: #c2410c;
}

.orbit-node.panel-open {
  z-index: 24;
}

.orbit-node:hover {
  box-shadow: 0 18px 32px rgba(37, 99, 235, 0.18);
}

.orbit-node.selected {
  border-color: #2563eb;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.22);
}

.orbit-node.is-finalist {
  border-color: rgba(59, 130, 246, 0.95);
  box-shadow: 0 14px 32px rgba(30, 64, 175, 0.16);
}

.orbit-node.is-final-selected {
  border-color: rgba(5, 150, 105, 0.95);
  box-shadow: 0 18px 34px rgba(5, 150, 105, 0.22);
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.98) 0%, rgba(220, 252, 231, 0.92) 100%);
}

.orbit-node.is-muted {
  opacity: 0.56;
  filter: grayscale(0.2);
}

.orbit-node.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 1400px) {
  .overview-card__metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .negotiation-canvas {
    gap: 16px;
  }
}

@media (max-width: 1100px) {
  .result-panel {
    padding-top: 138px;
  }

  .overview-card__content {
    grid-template-columns: minmax(136px, 168px) minmax(0, 1fr);
    gap: 12px;
  }

  .overview-card__section-value--business {
    grid-column: 1 / -1;
    order: 3;
  }

  .overview-card__metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .center-node,
  .orbit-node {
    min-height: 104px;
  }

  .negotiation-progress-row--primary {
    align-items: flex-start;
    flex-direction: column;
  }

  .negotiation-progress-overview {
    width: 100%;
    padding-right: 0;
  }

  .negotiation-progress-stats {
    min-width: 0;
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    padding-top: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .negotiation-restart-btn {
    margin-left: 0;
  }

  .negotiation-progress-actions {
    width: 100%;
    align-items: flex-start;
    margin-left: 0;
  }

  .negotiation-knowledge-module {
    width: 132px;
  }

  .takeover-float-panel {
    width: 340px;
  }

  .company-node-title {
    min-height: 2.5em;
  }

  .company-node-industry {
    min-height: 2.4em;
  }

  .center-node {
    min-height: 132px;
  }
}

.negotiation-detail-card h4 {
  margin: 0 0 8px;
  font-size: 15px;
}

.negotiation-detail-tabs {
  margin-top: 10px;
}

.takeover-float-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  max-width: min(380px, calc(100vw - 32px));
  z-index: 40;
  padding: 14px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(191, 219, 254, 0.42), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 255, 0.98) 100%);
  border: 1px solid rgba(147, 197, 253, 0.88);
  box-shadow: 0 22px 42px rgba(30, 64, 175, 0.2);
  backdrop-filter: blur(8px);
  text-align: left;
}

.takeover-float-panel__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b82f6;
}

.takeover-float-panel__title {
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.takeover-float-panel__subtitle {
  font-size: 12px;
  line-height: 1.5;
  color: #475569;
}

.takeover-float-panel__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.takeover-choice {
  appearance: none;
  width: 100%;
  border: 1px solid rgba(191, 219, 254, 0.95);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.88);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.takeover-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.9);
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.12);
}

.takeover-choice--manual {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98) 0%, rgba(219, 234, 254, 0.9) 100%);
}

.takeover-choice--auto {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.92) 100%);
}

.takeover-choice__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.takeover-choice__desc {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: #475569;
}

.takeover-float-panel__input {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.takeover-float-panel__input-title {
  font-size: 12px;
  font-weight: 700;
  color: #1e3a8a;
}

.takeover-float-panel__submit {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.negotiation-placeholder {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px dashed #93c5fd;
}

.conversation-panel {
  margin-top: 16px;
}

.conversation-list {
  display: grid;
  gap: 12px;
}

.message-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  max-width: 88%;
}

.message-item.requester {
  justify-self: start;
}

.message-item.candidate {
  justify-self: end;
  grid-template-columns: minmax(0, 1fr) 38px;
}

.message-item.candidate .message-avatar {
  order: 2;
}

.message-item.candidate .message-body {
  order: 1;
}

.message-avatar {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef2ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.message-body {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.message-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
}

.message-text {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  line-height: 1.65;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.message-item.requester .message-text {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.message-item.candidate .message-text {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.result-list {
  display: grid;
  gap: 16px;
}

.result-card {
  border-radius: 18px;
}

.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.card-title.with-avatar {
  align-items: flex-start;
}

.agent-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.agent-avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
  background: #eef2ff;
  border: 1px solid #dbeafe;
  flex-shrink: 0;
}

.minor {
  color: #6b7280;
  font-size: 13px;
  margin-top: 4px;
}

.company-description {
  line-height: 1.7;
  margin: 0 0 14px;
}

.llm-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.solution-box {
  margin-top: 16px;
  padding: 14px 16px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 14px;
}

.solution-box h3 {
  margin: 0 0 12px;
  font-size: 16px;
}

.solution-box ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
}

@media (max-width: 960px) {
  .page-shell {
    grid-template-columns: 1fr;
  }

  .chat-mode-container {
    grid-column: auto;
    padding: 0;
    padding-bottom: 0;
  }

  .result-panel {
    padding: 126px 0 20px;
  }

  .overview-card--summary {
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: auto;
  }

  .overview-card__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .overview-card__requester-card {
    width: fit-content;
    max-width: 100%;
  }

  .overview-card__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .negotiation-progress-row--secondary {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-module-card {
    grid-column: auto;
    min-height: auto;
    padding: 14px;
  }

  .chat-module-shell {
    width: 100%;
    gap: 12px;
  }

  .chat-module-branding-row {
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .chat-module-logo {
    height: 50px;
  }

  .chat-module-branding-text {
    font-size: 18px;
  }

  .chat-module-card .chat-bottom-panel {
    width: 100%;
  }

  .chat-bottom-panel {
    position: static;
    width: 100%;
    left: auto;
    right: auto;
    transform: none;
    bottom: auto;
  }

  .composer-row {
    grid-template-columns: 1fr;
  }

  .agent-inline-row .el-autocomplete {
    flex: 1;
    max-width: none;
    min-width: 0;
  }

  .composer-inline-logo {
    height: 28px;
  }

  .composer-inline-title {
    font-size: 16px;
  }

  .composer-inline-brand {
    position: static;
    transform: none;
    pointer-events: auto;
  }

  .agent-inline-row {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .composer-agent-col {
    width: 100%;
  }

  .composer-input-shell {
    width: 100%;
  }

  .workbench-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .composer-submit-btn {
    min-height: 44px;
  }

  .control-panel {
    position: static;
  }

  .negotiation-canvas {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding: 16px;
  }

  .center-node,
  .orbit-node {
    position: static;
    width: 100%;
    transform: none !important;
  }

  .negotiation-company-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .takeover-float-panel__choices {
    grid-template-columns: 1fr;
  }

  .negotiation-header {
    flex-direction: column;
  }

  .negotiation-progress-panel {
    position: static;
    width: 100%;
    margin-bottom: 8px;
  }

  .negotiation-progress-row,
  .negotiation-progress-row--secondary {
    flex-direction: column;
    align-items: stretch;
  }

  .negotiation-progress-stats {
    grid-template-columns: 1fr;
  }
}

body.gea-main-page-body {
  min-height: 100vh;
  margin: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(26, 64, 158, 0.32), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(102, 40, 209, 0.28), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(108, 17, 184, 0.3), transparent 28%),
    radial-gradient(circle at 20% 86%, rgba(33, 87, 190, 0.16), transparent 20%),
    linear-gradient(135deg, #07101f 0%, #0b1231 46%, #110a22 100%);
  overflow-x: hidden;
}

.gea-main-page {
  position: relative;
  min-height: 100vh;
  padding: 0 12px;
  overflow: hidden;
}

.gea-main-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.gea-main-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 8% 12%, rgba(255, 255, 255, 0.65), transparent 60%),
    radial-gradient(1.5px 1.5px at 24% 28%, rgba(255, 255, 255, 0.45), transparent 60%),
    radial-gradient(2px 2px at 54% 16%, rgba(255, 255, 255, 0.55), transparent 60%),
    radial-gradient(1.5px 1.5px at 74% 38%, rgba(255, 255, 255, 0.5), transparent 60%),
    radial-gradient(2px 2px at 86% 20%, rgba(255, 255, 255, 0.45), transparent 60%),
    radial-gradient(1.5px 1.5px at 16% 72%, rgba(255, 255, 255, 0.4), transparent 60%),
    radial-gradient(2px 2px at 66% 72%, rgba(255, 255, 255, 0.35), transparent 60%),
    radial-gradient(1.5px 1.5px at 90% 82%, rgba(255, 255, 255, 0.5), transparent 60%);
  opacity: 0.55;
  pointer-events: none;
}

.gea-main-header,
.gea-main-hero,
.gea-main-float {
  position: relative;
  z-index: 1;
}

.gea-main-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gea-main-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
}

.gea-main-brand img {
  width: 160px;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(11, 114, 255, 0.26));
}

.gea-main-header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}

.gea-main-user-meta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.gea-main-divider {
  display: inline-flex;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.56);
}

.gea-main-logout {
  padding: 0;
  border: 0;
  background: transparent;
  color: #ff4d6d;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.gea-main-logout:hover {
  color: #ff6a84;
  text-shadow: 0 0 12px rgba(255, 77, 109, 0.32);
}

.gea-main-logout:active {
  transform: translateY(1px) scale(0.98);
}

.gea-main-logout:focus-visible {
  outline: 2px solid rgba(255, 106, 132, 0.75);
  outline-offset: 4px;
  border-radius: 4px;
}

.gea-main-login {
  min-width: 96px;
  height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gea-main-login:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.gea-main-hero {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gea-main-hero-inner {
  width: min(780px, 100%);
  margin-top: -48px;
}

.gea-main-title {
  margin: 0;
  font-size: clamp(48px, 6vw, 74px);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: transparent;
  background: linear-gradient(90deg, #4ea0ff 0%, #548cff 36%, #7729EA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 28px rgba(91, 130, 255, 0.18);
}

.gea-main-subtitle {
  margin:0;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.gea-main-description {
  width: min(640px, 100%);
  margin: 38px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 18px;
  line-height: 1.95;
}

.gea-main-actions {
  display: flex;
  justify-content: center;
  gap: 140px;
  margin-top: 56px;
}

.gea-main-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.gea-main-action-desc {
  margin: 0;
  max-width: 240px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
}

.gea-main-action-btn {
  min-width: 180px;
  height: 60px;
  padding: 0 60px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #3f7dff 0%, #2a61df 100%);
  box-shadow: 0 12px 30px rgba(37, 88, 211, 0.3);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.gea-main-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(49, 106, 255, 0.36);
  filter: brightness(1.05);
}

.gea-main-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.gea-main-float::before,
.gea-main-float::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(180deg, #3d74ff 0%, #214fd7 100%);
}

.gea-main-float::before {
  width: 18px;
  height: 18px;
  top: 9px;
  left: 9px;
}

.gea-main-float::after {
  width: 8px;
  height: 8px;
  right: 8px;
  bottom: 8px;
  background: #ffffff;
}

@media (max-width: 900px) {
  .gea-main-header {
    align-items: stretch;
    flex-direction: column;
  }

  .gea-main-header-actions {
    justify-content: space-between;
    gap: 16px;
  }

  .gea-main-hero-inner {
    margin-top: -20px;
  }

  .gea-main-description {
    font-size: 16px;
  }

  .gea-main-actions {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .gea-main-page {
    padding-inline: 16px;
  }

  .gea-main-brand img {
    width: 144px;
  }

  .gea-main-header-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .gea-main-user-meta {
    white-space: normal;
  }

  .gea-main-hero {
    min-height: calc(100vh - 120px);
  }

  .gea-main-description {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.8;
  }

  .gea-main-actions {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .gea-main-action-item {
    width: min(260px, 100%);
  }

  .gea-main-action-btn {
    width: 100%;
    font-size: 18px;
  }
}

/* 页脚备案信息 */
.gea-main-footer {
  padding: 20px 0;
  text-align: center;
}

.gea-main-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}
.gea-main-footer-content a{color: #ffffff;text-decoration: none;}
.gea-main-footer-content a:hover{color: #007ae8;}
.gea-main-footer-divider {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 640px) {
  .gea-main-footer-content {
    flex-direction: column;
    gap: 4px;
  }

  .gea-main-footer-divider {
    display: none;
  }
}

.gea-title-demo-body {
  margin: 0;
  background: #f3f6fb;
}

.gea-title-demo-shell {
  min-height: 100vh;
  padding: 0;
}

.gea-universal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 54px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-bottom: 1px solid rgba(140, 157, 188, 0.26);
  box-shadow: 0 8px 24px rgba(25, 41, 72, 0.08);
  position: relative;
  z-index: 100;
}

.gea-universal-title__left,
.gea-universal-title__right,
.gea-universal-title__nav,
.gea-universal-title__user {
  display: flex;
  align-items: center;
}

.gea-universal-title__left {
  gap: 12px;
  min-width: 0;
}

.gea-universal-title__brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #1f3d8a;
  text-decoration: none;
  white-space: nowrap;
}

.gea-universal-title__brand:hover .gea-universal-title__brand-text {
  color: #5a45ff;
}

.gea-universal-title__brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: linear-gradient(180deg, #50b1ff 0%, #2d6dff 100%);
  box-shadow: 0 8px 18px rgba(45, 109, 255, 0.28);
  position: relative;
  flex: 0 0 auto;
}

.gea-universal-title__brand-mark::before {
  content: "AI";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.gea-universal-title__brand-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #5b49ff;
  transition: color 0.2s ease;
  color: transparent;
  background: linear-gradient(90deg, #4ea0ff 0%, #548cff 36%, #7729EA 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.gea-universal-title__center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.gea-universal-title__nav {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 30px;
}

.gea-universal-title__nav-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 6px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #1f2f4f;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  position: relative;
  font-family: inherit;
  line-height: 1;
  outline: none;
}

.gea-universal-title__nav-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.gea-universal-title__nav-item:hover {
  background: rgba(74, 112, 255, 0.08);
  color: #224dff;
}

.gea-universal-title__nav-item:active {
  transform: translateY(1px) scale(0.98);
}

.gea-universal-title__nav-item.is-active {
  background: linear-gradient(135deg, rgba(62, 104, 255, 0.15) 0%, rgba(74, 112, 255, 0.1) 100%);
  color: #173dc7;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.gea-universal-title__nav-item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 2px 2px 0 0;
}

.gea-universal-title__nav-item .gea-universal-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
}

.gea-universal-title__nav-item .gea-universal-title__caret {
  font-size: 11px;
  color: #93a0bf;
  transition: transform 0.2s ease, color 0.2s ease;
  margin-left: 2px;
}

.gea-universal-title__nav-item:hover .gea-universal-title__caret,
.gea-universal-title__nav-item.is-active .gea-universal-title__caret {
  color: #4f71ff;
}

.gea-universal-title__nav-item[aria-expanded="true"] .gea-universal-title__caret {
  transform: rotate(180deg);
}

.gea-universal-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
}

.gea-universal-title__caret {
  font-size: 11px;
  color: #93a0bf;
  transition: transform 0.2s ease, color 0.2s ease;
}

.gea-universal-title__nav-item:hover .gea-universal-title__caret,
.gea-universal-title__nav-item.is-active .gea-universal-title__caret {
  color: #4f71ff;
}

.gea-universal-title__nav-item[aria-expanded="true"] .gea-universal-title__caret {
  transform: rotate(180deg);
}

.gea-universal-title__right {
  gap: 18px;
  flex: 0 0 auto;
}

.gea-universal-title__user {
  gap: 0;
  color: #0f2448;
  font-size: 15px;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: transparent;
}

.gea-universal-title__user:hover {
  background: rgba(74, 112, 255, 0.08);
  color: #1b95f1;
}

.gea-universal-title__user:hover .gea-universal-title__logout {
  background: transparent;
  transform: none;
}

.gea-universal-title__user .gea-universal-title__caret {
  transition: transform 0.2s ease;
}

.gea-universal-title__user[aria-expanded="true"] .gea-universal-title__caret {
  transform: rotate(180deg);
}

.gea-universal-title__divider {
  margin: 0 10px;
  color: #93a0bf;
}

/* 用户下拉菜单 */
.gea-universal-title__user-dropdown {
  position: relative;
  display: inline-flex;
}

.gea-universal-title__user-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f2448;
  font: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
}

.gea-universal-title__user-btn:hover {
  color: #1b95f1;
}

.gea-universal-title__user-btn .gea-universal-title__caret {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.gea-universal-title__user-btn[aria-expanded="true"] .gea-universal-title__caret {
  transform: rotate(180deg);
}

.gea-universal-title__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  padding: 8px 0;
  list-style: none;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 36, 72, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
  border: 1px solid rgba(140, 157, 188, 0.2);
}

.gea-universal-title__dropdown-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gea-universal-title__dropdown-menu li {
  margin: 0;
  padding: 0;
}

.gea-universal-title__dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #0f2448;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 0;
}

.gea-universal-title__dropdown-menu li a:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%);
  color: #173dc7;
  padding-left: 24px;
}

.gea-universal-title__dropdown-divider {
  height: 1px;
  margin: 8px 0;
  background: linear-gradient(90deg, transparent 0%, rgba(140, 157, 188, 0.3) 50%, transparent 100%);
}

.gea-universal-title__logout {
  border: 0;
  padding: 0;
  background: transparent;
  color: #ff4d6d;
  font: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 0;
}

.gea-universal-title__logout:hover {
  color: #ff6a84;
  text-shadow: 0 0 10px rgba(255, 77, 109, 0.2);
  transform: none;
  background: transparent;
}

.gea-universal-title__logout:active {
  transform: none;
  background: transparent;
}

.gea-universal-title__login {
  min-width: 86px;
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #35b6ff 0%, #1b95f1 100%);
  box-shadow: 0 8px 20px rgba(27, 149, 241, 0.25);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gea-universal-title__login:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(27, 149, 241, 0.35);
  filter: brightness(1.05);
}

.gea-universal-title__login:active {
  transform: translateY(0) scale(0.98);
}

.gea-title-demo-content {
  padding: 32px 12px;
  color: #59709a;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .gea-universal-title {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .gea-universal-title__center {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .gea-universal-title__nav {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .gea-universal-title {
    gap: 14px;
    padding: 12px;
  }

  .gea-universal-title__right {
    width: 100%;
    justify-content: space-between;
  }

  .gea-universal-title__user {
    font-size: 14px;
    white-space: normal;
  }

  .gea-universal-title__nav-item {
    font-size: 15px;
  }
}

/* 首页深色主题导航栏 */
.gea-main-page .gea-universal-title {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

/* 首页隐藏导航菜单 */
.gea-main-page .gea-universal-title__center {
  display: none;
}

.gea-main-page .gea-universal-title__brand-text {
  color: #ffffff;
}

.gea-main-page .gea-universal-title__brand:hover .gea-universal-title__brand-text {
  color: #7aa8ff;
}

.gea-main-page .gea-universal-title__brand-mark {
  background: linear-gradient(180deg, #50b1ff 0%, #2d6dff 100%);
  box-shadow: 0 8px 18px rgba(45, 109, 255, 0.28);
}

.gea-main-page .gea-universal-title__nav-item {
  color: rgba(255, 255, 255, 0.85);
}

.gea-main-page .gea-universal-title__nav-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.gea-main-page .gea-universal-title__nav-item.is-active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.gea-main-page .gea-universal-title__nav-item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 3px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.8) 0%, rgba(37, 99, 235, 0.8) 100%);
  border-radius: 2px 2px 0 0;
}

.gea-main-page .gea-universal-title__nav-item .gea-universal-title__caret {
  color: rgba(255, 255, 255, 0.5);
}

.gea-main-page .gea-universal-title__nav-item:hover .gea-universal-title__caret,
.gea-main-page .gea-universal-title__nav-item.is-active .gea-universal-title__caret {
  color: rgba(255, 255, 255, 0.8);
}

.gea-main-page .gea-universal-title__nav-item[aria-expanded="true"] .gea-universal-title__caret {
  transform: rotate(180deg);
}

.gea-main-page .gea-universal-title__nav-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

.gea-main-page .gea-universal-title__caret {
  color: rgba(255, 255, 255, 0.5);
}

.gea-main-page .gea-universal-title__nav-item:hover .gea-universal-title__caret,
.gea-main-page .gea-universal-title__nav-item.is-active .gea-universal-title__caret {
  color: rgba(255, 255, 255, 0.8);
}

.gea-main-page .gea-universal-title__user {
  color: rgba(255, 255, 255, 0.9);
}

.gea-main-page .gea-universal-title__user:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #7aa8ff;
}

.gea-main-page .gea-universal-title__divider {
  color: rgba(255, 255, 255, 0.5);
}

.gea-main-page .gea-universal-title__user-btn {
  color: rgba(255, 255, 255, 0.9);
}

.gea-main-page .gea-universal-title__user-btn:hover {
  color: #7aa8ff;
}

.gea-main-page .gea-universal-title__dropdown-menu {
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.gea-main-page .gea-universal-title__dropdown-menu li a {
  color: rgba(255, 255, 255, 0.85);
}

.gea-main-page .gea-universal-title__dropdown-menu li a:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(37, 99, 235, 0.08) 100%);
  color: #ffffff;
  padding-left: 24px;
}

.gea-main-page .gea-universal-title__dropdown-divider {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
}

.gea-main-page .gea-universal-title__logout {
  color: #ff4d6d;
}

.gea-main-page .gea-universal-title__logout:hover {
  color: #ff6a84;
  text-shadow: 0 0 10px rgba(255, 77, 109, 0.32);
}

.gea-main-page .gea-universal-title__login {
  background: linear-gradient(135deg, #3f7dff 0%, #2a61df 100%);
  box-shadow: 0 8px 20px rgba(37, 88, 211, 0.3);
}

.gea-main-page .gea-universal-title__login:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(49, 106, 255, 0.36);
  filter: brightness(1.1);
}

/* ==================== 研选页面样式 ==================== */
.yanxuan-page-body {
  height: 100vh;
  margin: 0;
  background: #f5f7fa;
  overflow: hidden;
}

.yanxuan-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.yanxuan-container {
  flex: 1;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

/* 左侧边栏 */
.yanxuan-sidebar {
  width: 260px;
  min-width: 260px;
  background: #ffffff;
  border-right: 1px solid rgba(140, 157, 188, 0.2);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.yanxuan-sidebar-header {
  padding: 16px;
  border-bottom: 1px solid rgba(140, 157, 188, 0.15);
}

.yanxuan-new-chat-btn {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 22px;
  border: none;
  background:#fff;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.yanxuan-new-chat-btn:hover {
  background: rgba(59, 130, 246, 0.1);
  border-color: #2563eb;
}

.yanxuan-new-chat-icon {
  font-size: 18px;
  font-weight: 700;
}

.yanxuan-sidebar-search {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(140, 157, 188, 0.15);
}

.yanxuan-search-input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(140, 157, 188, 0.25);
  border-radius: 8px;
  background: #f8fafc;
  font-size: 13px;
  color: #1f2937;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yanxuan-search-input::placeholder {
  color: #9ca3af;
}

.yanxuan-search-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.yanxuan-history-list {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}

.yanxuan-history-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.yanxuan-history-item:hover {
  background: rgba(59, 130, 246, 0.08);
}

.yanxuan-history-item.is-active {
  background: rgba(59, 130, 246, 0.12);
}

.yanxuan-history-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.yanxuan-history-title {
  flex: 1;
  font-size: 13px;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yanxuan-history-time {
  font-size: 11px;
  color: #9ca3af;
  flex-shrink: 0;
}

/* 右侧主区域 */
.yanxuan-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  min-height: 0;
}

.yanxuan-chat-container {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  min-height: 0;
}

.yanxuan-chat-container::-webkit-scrollbar {
  width: 8px;
}

.yanxuan-chat-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(140, 157, 188, 0.3);
}

.yanxuan-chat-container::-webkit-scrollbar-thumb:hover {
  background: rgba(140, 157, 188, 0.5);
}

/* 欢迎面板 */
.yanxuan-welcome {
  max-width: 560px;
  margin: 40px auto 0;
  text-align: center;
}

.yanxuan-welcome-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.yanxuan-welcome-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
}

.yanxuan-welcome-desc {
  margin: 0 0 24px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

.yanxuan-quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}

.yanxuan-quick-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(140, 157, 188, 0.25);
  border-radius: 12px;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}

.yanxuan-quick-btn:hover {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.yanxuan-quick-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.yanxuan-quick-btn span:last-child {
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}

/* 消息区域 */
.yanxuan-messages {
  max-width: 800px;
  margin: 0 auto;
}

.yanxuan-message {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  animation: yanxuanMessageIn 0.3s ease;
}

@keyframes yanxuanMessageIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.yanxuan-message-avatar {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.yanxuan-message.user .yanxuan-message-avatar {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
}

.yanxuan-message.assistant .yanxuan-message-avatar {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
}

.yanxuan-message-content {
  flex: 1;
  min-width: 0;
}

.yanxuan-message-role {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.yanxuan-message-text {
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #1f2937;
}

.yanxuan-message.user .yanxuan-message-text {
  background: #ffffff;
  border: 1px solid rgba(140, 157, 188, 0.2);
}

.yanxuan-message.assistant .yanxuan-message-text {
  background: #ffffff;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

/* 输入区域 */
.yanxuan-input-area {
  padding: 20px 24px 28px;
  background: #f8fafc;
  flex-shrink: 0;
}

.yanxuan-input-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid rgba(140, 157, 188, 0.25);
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yanxuan-input-wrapper:focus-within {
  border-color: #2563eb;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.18);
}

.yanxuan-input {
  flex: 1;
  min-height: 32px;
  max-height: 240px;
  padding: 4px 0;
  border: none;
  background: transparent;
  font-size: 15px;
  line-height: 1.6;
  color: #1f2937;
  resize: none;
  outline: none;
}

.yanxuan-input::placeholder {
  color: #9ca3af;
}

.yanxuan-send-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.yanxuan-send-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.yanxuan-send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.yanxuan-input-hint {
  max-width: 800px;
  margin: 8px auto 0;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
}

/* 响应式 */
@media (max-width: 900px) {
  .yanxuan-sidebar {
    display: none;
  }

  .yanxuan-quick-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .yanxuan-welcome {
    margin-top: 30px;
  }

  .yanxuan-welcome-title {
    font-size: 24px;
  }

  .yanxuan-chat-container {
    padding: 16px;
  }

  .yanxuan-input-area {
    padding: 12px 16px 16px;
  }
}

/* ==================== 研选页面消息列表样式 ==================== */
.yanxuan-message-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.yanxuan-message-list .time {
  text-align: center;
  padding: 16px 0 8px;
  font-size: 12px;
  color: #9ca3af;
}

.yanxuan-message-list .userSay {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.yanxuan-message-list .userSay .user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.yanxuan-message-list .userSay .sayBody {
  max-width: 70%;
  padding: 14px 18px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border-radius: 16px 16px 4px 16px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-word;
}

.yanxuan-message-list .aiSay {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.yanxuan-message-list .aiSay .ai-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

.yanxuan-message-list .aiSay .ai-content {
  flex: 1;
  min-width: 0;
}

.yanxuan-message-list .aiName {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.yanxuan-message-list .aiSay .sayBody {
  background: #ffffff;
  border: 1px solid rgba(140, 157, 188, 0.2);
  border-radius: 12px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #1f2937;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.yanxuan-message-list .welcome {
  text-align: center;
  padding: 28px 16px;
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 14px;
  margin-bottom: 20px;
}

.yanxuan-message-list .welcome h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

.yanxuan-message-list .welcome > div {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

/* 思考中动画 */
.yanxuan-message-list .aiSay .sayBody .full-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.yanxuan-message-list .aiSay .sayBody .full-text svg {
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  color: #10b981;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 关键节点区域 */
.yanxuan-message-list .key-node {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed rgba(140, 157, 188, 0.3);
}

.yanxuan-message-list .key-node hr {
  border: none;
  border-top: 1px dashed rgba(140, 157, 188, 0.3);
  margin-bottom: 16px;
}

.yanxuan-message-list .key-node a {
  color: #2563eb;
  text-decoration: none;
  margin-right: 4px;
}

.yanxuan-message-list .key-node a:hover {
  text-decoration: underline;
}

.yanxuan-message-list .key-node button {
  margin-top: 12px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.yanxuan-message-list .key-node button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.yanxuan-message-list .key-node button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* AI智能体员工进度 */
.yanxuan-message-list .agents-progress {
  margin-top: 16px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid rgba(140, 157, 188, 0.15);
}

.yanxuan-message-list .agents-progress h3 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}

.yanxuan-message-list .agents-progress ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yanxuan-message-list .agents-progress li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(140, 157, 188, 0.1);
}

.yanxuan-message-list .agents-progress li:last-child {
  border-bottom: none;
}

.yanxuan-message-list .agents-progress .progress-label {
  font-size: 13px;
  color: #374151;
  margin-bottom: 8px;
}

.yanxuan-message-list .agents-progress .progress-label b {
  color: #2563eb;
}

.yanxuan-message-list .agents-progress .progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}

.yanxuan-message-list .agents-progress .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #002D8C 0%, #0988FD 100%);
  border-radius: 3px;
  transition: width 0.3s ease;
}

/* 企业操作按钮 */
.yanxuan-message-list .company-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.yanxuan-message-list .company-actions button {
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.5);
  color: #2563eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.yanxuan-message-list .company-actions button:hover {
  background: rgba(59, 130, 246, 0.1);
}

/* 相似企业 */
.yanxuan-message-list .similar-companies {
  margin-top: 12px;
}

.yanxuan-message-list .similar-companies a {
  color: #2563eb;
  text-decoration: none;
  margin-right: 4px;
}

.yanxuan-message-list .similar-companies a:hover {
  text-decoration: underline;
}

/* Markdown 渲染内容样式 */
.yanxuan-message-list .sayBody .markdown-content,
.yanxuan-message-list .sayBody .markdown-body {
  line-height: 1.7;
  color: #1f2937;
}

.yanxuan-message-list .sayBody .markdown-content h1,
.yanxuan-message-list .sayBody .markdown-content h2,
.yanxuan-message-list .sayBody .markdown-content h3,
.yanxuan-message-list .sayBody .markdown-content h4,
.yanxuan-message-list .sayBody .markdown-content h5,
.yanxuan-message-list .sayBody .markdown-content h6,
.yanxuan-message-list .sayBody .markdown-body h1,
.yanxuan-message-list .sayBody .markdown-body h2,
.yanxuan-message-list .sayBody .markdown-body h3,
.yanxuan-message-list .sayBody .markdown-body h4,
.yanxuan-message-list .sayBody .markdown-body h5,
.yanxuan-message-list .sayBody .markdown-body h6 {
  margin: 16px 0 8px;
  font-weight: 600;
  color: #1f2937;
}

.yanxuan-message-list .sayBody .markdown-content h1,
.yanxuan-message-list .sayBody .markdown-body h1 {
  font-size: 20px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
}

.yanxuan-message-list .sayBody .markdown-content h2,
.yanxuan-message-list .sayBody .markdown-body h2 {
  font-size: 18px;
}

.yanxuan-message-list .sayBody .markdown-content h3,
.yanxuan-message-list .sayBody .markdown-body h3 {
  font-size: 16px;
}

.yanxuan-message-list .sayBody .markdown-content p,
.yanxuan-message-list .sayBody .markdown-body p {
  margin: 8px 0;
}

.yanxuan-message-list .sayBody .markdown-content ul,
.yanxuan-message-list .sayBody .markdown-content ol,
.yanxuan-message-list .sayBody .markdown-body ul,
.yanxuan-message-list .sayBody .markdown-body ol {
  margin: 8px 0;
  padding-left: 24px;
}

.yanxuan-message-list .sayBody .markdown-content li,
.yanxuan-message-list .sayBody .markdown-body li {
  margin: 4px 0;
}

.yanxuan-message-list .sayBody .markdown-content code,
.yanxuan-message-list .sayBody .markdown-body code {
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 13px;
  color: #ef4444;
}

.yanxuan-message-list .sayBody .markdown-content pre,
.yanxuan-message-list .sayBody .markdown-body pre {
  background: #1f2937;
  color: #e5e7eb;
  padding: 12px 16px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 12px 0;
}

.yanxuan-message-list .sayBody .markdown-content pre code,
.yanxuan-message-list .sayBody .markdown-body pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: 13px;
}

.yanxuan-message-list .sayBody .markdown-content blockquote,
.yanxuan-message-list .sayBody .markdown-body blockquote {
  border-left: 4px solid #3b82f6;
  padding-left: 16px;
  margin: 12px 0;
  color: #6b7280;
  background: #f8fafc;
  padding: 8px 16px;
  border-radius: 0 8px 8px 0;
}

.yanxuan-message-list .sayBody .markdown-content table,
.yanxuan-message-list .sayBody .markdown-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

.yanxuan-message-list .sayBody .markdown-content th,
.yanxuan-message-list .sayBody .markdown-content td,
.yanxuan-message-list .sayBody .markdown-body th,
.yanxuan-message-list .sayBody .markdown-body td {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  text-align: left;
}

.yanxuan-message-list .sayBody .markdown-content th,
.yanxuan-message-list .sayBody .markdown-body th {
  background: #f9fafb;
  font-weight: 600;
}

.yanxuan-message-list .sayBody .markdown-content a,
.yanxuan-message-list .sayBody .markdown-body a {
  color: #2563eb;
  text-decoration: none;
}

.yanxuan-message-list .sayBody .markdown-content a:hover,
.yanxuan-message-list .sayBody .markdown-body a:hover {
  text-decoration: underline;
}

.yanxuan-message-list .sayBody .markdown-content hr,
.yanxuan-message-list .sayBody .markdown-body hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 16px 0;
}

.yanxuan-message-list .sayBody .markdown-content strong,
.yanxuan-message-list .sayBody .markdown-body strong {
  font-weight: 600;
}

.yanxuan-message-list .sayBody .markdown-content em,
.yanxuan-message-list .sayBody .markdown-body em {
  font-style: italic;
}

.yanxuan-message-list .sayBody .markdown-content img,
.yanxuan-message-list .sayBody .markdown-body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 8px 0;
}

/* ==================== 报告列表页面样式 ==================== */
/* 主容器样式 */
.mainBox {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 标题和布局样式 */
.flexSty01 {
  display: flex;
  justify-content: space-between;
}

.flexSty02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fg1 {
  flex-grow: 1;
}

.titleSty02 {
  padding-bottom: 5px;
  font-size: 1.25em;
  border-bottom: 1px solid #aaa;
  align-items: center;
}

.boxSty04{position:absolute;left:0;top:0;width:100%;box-sizing:border-box;border:1px solid #D7D7D7;background:#f6f6f6;box-shadow:0 2px 3px rgba(0,0,0,.2);z-index:3;}


.titleSty02 aside {
  font-weight: normal;
}

.titleSty01 {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

.titleSty01 h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.p20{padding:20px;}

.mr20 {
  margin-right: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.green {
  color: green;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.c666 {
  color: #666;
}

.ace {
  color: #007ae8;
}

a.ace:hover {
  color: #369;
}

.fz14 {
  font-size: 14px;
}

.oh_ys {
  overflow: hidden;
  overflow-y: auto;
}

/* 表格样式 */
.tableSty01 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
}

.tableSty01 thead {
  background-color: #f8fafc;
}

.tableSty01 th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #1f2937;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tableSty01 td {
  padding: 12px 16px;
  text-align: left;
  color: #4b5563;
  border-top: 1px solid #ddd;
  vertical-align: middle;
}

.tableSty01 tbody tr:hover {
  background-color: #f8fafc;
}

/* 移动端表格样式 */
.mobileTableSty01 {
  display: table;
}

.mobileTableSty01 thead,
.tableSty01 tbody tr td:nth-child(2),
.mobileSty03 {
  display: table-cell;
}

.mobileTableSty01 tr {
  display: table-row;
}

.mobileTableSty01 tr td {
  display: table-cell;
  flex: none;
  border: 1px solid #ddd;
  text-align: left;
  box-sizing: border-box;
}

.mobileTableSty01 tr td:nth-child(1) {
  flex: 0 0 100%;
  border-top: 1px solid #ddd;
}

.mobileTableSty01 tr td:last-child {
  text-align: right;
}

.mobileTableSty01 tr td.no-data {
  text-align: center;
}

/* 空状态样式 */
.no-data-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #6b7280;
}

.no-data-message h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #374151;
}

.no-data-message p {
  margin: 0;
  font-size: 14px;
}

/* 表格空状态单元格 */
.tableSty01 td.no-data {
  vertical-align: middle;
}

/* 响应式调整 */
@media screen and (max-width: 1024px) {
  .mobileTableSty01 thead,
  .tableSty01 tbody tr td:nth-child(2),
  .mobileSty03 {
    display: none;
  }

  .mobileTableSty01 tr {
    display: flex;
    flex-wrap: wrap;
  }

  .mobileTableSty01 tr td {
    flex: 1;
    border: none;
    text-align: left;
    box-sizing: border-box;
  }

  .mobileTableSty01 tr td:nth-child(1) {
    flex: 0 0 100%;
    border-top: 1px solid #ddd;
  }

  .mobileTableSty01 tr td:last-child {
    text-align: right;
  }

  .mobileTableSty01 tr td.no-data {
    text-align: center;
  }
}

/* 重点企业列表样式 */
.yanxuan-message-list .key-companies {
  margin-top: 20px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid rgba(140, 157, 188, 0.15);
}

.yanxuan-message-list .key-companies h3 {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}

.yanxuan-message-list .key-companies-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.yanxuan-message-list .key-company-item {
  padding: 16px 0;
}

.yanxuan-message-list .key-company-name {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.yanxuan-message-list .key-company-summary {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 12px;
}

.yanxuan-message-list .key-company-divider {
  height: 1px;
  border-bottom: 1px dashed rgba(140, 157, 188, 0.4);
  margin: 8px 0;
}
