/* 地球 Online — 使用 rc-theme.css 中 --rc-accent-* 主题变量 */

.eo-hero {
  position: relative;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
  padding: clamp(2rem, 5vw, 3.5rem) 1.25rem 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.35);
}
.eo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.86) 0%,
      rgba(var(--rc-accent-rgb), 0.22) 45%,
      rgba(2, 6, 23, 0.92) 100%
    ),
    url("../images/earth-online-banner.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.06);
  transform-origin: 50% 45%;
  will-change: transform;
  animation: eo-hero-kenburns 16s ease-in-out infinite alternate;
}
.eo-hero:hover::before {
  animation-play-state: paused;
}
@keyframes eo-hero-kenburns {
  0%   { transform: scale(1.06) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(0, -8px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .eo-hero::before {
    animation: none;
    transform: none;
  }
}
.eo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 50% at 70% 0%,
    rgba(var(--rc-accent-rgb), 0.38),
    transparent 55%
  );
  pointer-events: none;
}
.eo-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.eo-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}
.eo-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.55),
    0 10px 32px rgba(0, 0, 0, 0.35);
}
.eo-hero__sub {
  font-size: 15px;
  opacity: 0.92;
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.eo-hero__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
}
.eo-stat-pill {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 13px;
  backdrop-filter: blur(8px);
}
.eo-stat-pill strong {
  color: var(--rc-accent-300);
  font-weight: 700;
}

.eo-section {
  max-width: 960px;
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}
.eo-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.eo-section__head-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.eo-section__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--rc-text, #0f172a);
}
.dark .eo-section__title {
  color: #f1f5f9;
}
.eo-section__hint {
  font-size: 13px;
  color: #64748b;
}

.eo-quote-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .eo-quote-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.eo-quote {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  font-size: 13px;
  line-height: 1.6;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dark .eo-quote {
  background: rgba(30, 41, 59, 0.75);
  border-color: rgba(148, 163, 184, 0.2);
}
.eo-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}
.eo-quote__text {
  color: #334155;
  margin: 0 0 0.75rem;
  min-height: 7.5rem;
}
.dark .eo-quote__text {
  color: #cbd5e1;
}
.eo-quote__who {
  font-weight: 700;
  color: var(--rc-accent-600);
  font-size: 14px;
}
html.dark .eo-quote__who {
  color: var(--rc-accent-400);
}
.eo-quote__meta {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 0.25rem;
}

.eo-career {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .eo-career {
    grid-template-columns: 1fr 1fr;
  }
}
.eo-career-card {
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(
    145deg,
    rgba(var(--rc-accent-rgb), 0.1),
    rgba(148, 163, 184, 0.06)
  );
  border: 1px solid rgba(var(--rc-accent-rgb), 0.22);
}
.eo-career-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-accent-600);
}
html.dark .eo-career-card h3 {
  color: var(--rc-accent-400);
}
.eo-career-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}
.dark .eo-career-card p {
  color: #94a3b8;
}

.eo-mega {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  text-align: center;
  margin: 1.5rem 0;
}
.eo-mega__val {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--rc-accent-600);
}
html.dark .eo-mega__val {
  color: var(--rc-accent-400);
}
.eo-mega__lbl {
  font-size: 12px;
  color: #64748b;
}

/* 时间线 */
.eo-timeline {
  position: relative;
  padding-left: 28px;
}
.eo-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 2px dashed rgba(var(--rc-accent-rgb), 0.4);
}
.eo-tl-date {
  position: relative;
  margin: 1.5rem 0 0.75rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--rc-accent-600);
}
html.dark .eo-tl-date {
  color: var(--rc-accent-400);
}
.eo-tl-date::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: var(--rc-accent-500);
  border-radius: 3px;
  box-shadow: 0 0 0 3px rgba(var(--rc-accent-rgb), 0.28);
  animation: eo-tl-date-pulse 1.8s ease-in-out infinite;
}
@keyframes eo-tl-date-pulse {
  0% { box-shadow: 0 0 0 0 rgba(var(--rc-accent-rgb), 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(var(--rc-accent-rgb), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--rc-accent-rgb), 0); }
}
.eo-tl-item {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 4px;
  opacity: 0;
  transform: translateY(12px);
  animation: eo-fade-up 0.55s ease forwards;
}
.eo-tl-item::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--rc-accent-500);
  border-radius: 50%;
  background: var(--rc-page-bg, #fff);
}
.dark .eo-tl-item::before {
  background: #0f172a;
}
.eo-tl-card {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  position: relative;
}
.dark .eo-tl-card {
  background: rgba(30, 41, 59, 0.65);
  border-color: rgba(71, 85, 105, 0.4);
}
.eo-tl-card h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}
.dark .eo-tl-card h4 {
  color: #f1f5f9;
}
.eo-tl-card p {
  margin: 0 0 0.75rem;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}
.eo-tl-desc {
  margin: 0 0 0.7rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.eo-tl-desc.is-collapsed {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eo-tl-expand {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
  margin: -0.2rem 0 0.55rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  color: var(--rc-accent-600);
}
html.dark .eo-tl-expand {
  color: var(--rc-accent-400);
}
.dark .eo-tl-card p {
  color: #cbd5e1;
}
.eo-tl-meta {
  font-size: 12px;
  color: #94a3b8;
}

.eo-tl-reply-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  /* 默认不显示：在“全部展开”模式下评论区本就可见，保留此按钮会与发送按钮重叠 */
  display: none;
  align-items: center;
  gap: 0.3rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--rc-accent-rgb), 0.25);
  background: rgba(255, 255, 255, 0.82);
  color: var(--rc-accent-600);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

/* 仅在“大话题折叠”模式下展示：用于单条展开/收起评论区 */
.eo-patch--collapsed .eo-tl-reply-toggle {
  display: inline-flex;
}
html.dark .eo-tl-reply-toggle {
  background: rgba(15, 23, 42, 0.58);
  border-color: rgba(var(--rc-accent-rgb), 0.28);
  color: var(--rc-accent-400);
}
.eo-tl-reply-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--rc-accent-rgb), 0.42);
}
.eo-tl-reply-toggle.is-open {
  background: rgba(var(--rc-accent-rgb), 0.12);
}

/* 展开单条评论时：按钮移到右上角，避免与发送按钮重叠 */
.eo-tl-item--open .eo-tl-reply-toggle {
  bottom: auto;
  top: 12px;
}

/* 折叠模式 + 展开单条：提高优先级，避免按钮仍停留右下角遮挡“发送” */
.eo-patch--collapsed .eo-tl-item--open .eo-tl-reply-toggle {
  top: 12px;
  bottom: auto;
}
.eo-patch--collapsed .eo-tl-item--open .eo-tl-card {
  padding-top: 2.6rem;
}
.eo-tl-actions {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.eo-patch--collapsed .eo-tl-actions {
  display: none;
}

.eo-patch--collapsed .eo-tl-item--open .eo-tl-actions {
  display: block;
}

.eo-tl-item--open .eo-tl-reply-toggle {
  border-color: rgba(var(--rc-accent-rgb), 0.5);
}

.eo-tl-actions .eo-comment-list {
  gap: 0.65rem;
}

.eo-tl-actions textarea.eo-patch-ta {
  min-height: 76px;
}

.eo-tl-actions .eo-patch-send {
  width: 100%;
}

.eo-patch--collapsed .eo-tl-card {
  padding-bottom: 0.9rem;
}

@keyframes eo-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 评分条 */
.eo-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(var(--rc-accent-rgb), 0.07);
  border: 1px solid rgba(var(--rc-accent-rgb), 0.18);
  margin-bottom: 1rem;
}
.eo-stats-bar__item {
  text-align: center;
  min-width: 100px;
}
.eo-stats-bar__num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--rc-accent-600);
}
html.dark .eo-stats-bar__num {
  color: var(--rc-accent-400);
}
.eo-stats-bar__lbl {
  font-size: 12px;
  color: #64748b;
}
html.dark .eo-stats-bar__lbl {
  color: #94a3b8;
}

/* 体验评分整块卡片 */
.eo-survey-lead {
  font-size: 14px;
  line-height: 1.65;
  color: #64748b;
  margin: 0 0 1rem;
  max-width: 42rem;
}
html.dark .eo-survey-lead {
  color: #94a3b8;
}
.eo-survey-panel {
  border-radius: 16px;
  padding: 1.15rem 1.25rem 1.35rem;
  background: rgba(var(--rc-accent-rgb), 0.05);
  border: 1px solid rgba(var(--rc-accent-rgb), 0.14);
  box-shadow: 0 4px 24px rgba(var(--rc-accent-rgb), 0.08);
  margin-bottom: 2rem;
}
html.dark .eo-survey-panel {
  background: rgba(var(--rc-accent-rgb), 0.08);
  border-color: rgba(var(--rc-accent-rgb), 0.2);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.25);
}
.eo-form-grid--survey {
  gap: 1.1rem;
  max-width: 36rem;
}

/* 五角星评分（左/右半星） */
.eo-rating-block {
  padding-bottom: 0.25rem;
}
.eo-rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;
  margin: 0.35rem 0 0.25rem;
}
.eo-rating__star {
  position: relative;
  width: 2.35rem;
  height: 2.25rem;
  flex-shrink: 0;
}
.eo-rating__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: clamp(1.65rem, 4vw, 1.95rem);
  line-height: 1;
  color: rgba(var(--rc-accent-rgb), 0.38);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  transition: transform 0.12s ease;
}
.eo-rating__icon .fa-solid {
  color: var(--rc-accent-600);
}
html.dark .eo-rating__icon .fa-solid {
  color: var(--rc-accent-400);
}
.eo-rating__hit {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
.eo-rating__hit--l {
  left: 0;
}
.eo-rating__hit--r {
  right: 0;
}
.eo-rating__star:has(.eo-rating__hit:hover) .eo-rating__icon {
  transform: scale(1.05);
}
.eo-rating__hit:focus-visible {
  outline: none;
}
.eo-rating__hit:focus-visible::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 8px;
  border: 2px solid var(--rc-accent-500);
  pointer-events: none;
}
.eo-rating__hint {
  margin: 0.35rem 0 0;
  font-size: 12px;
  color: #94a3b8;
}
html.dark .eo-rating__hint {
  color: #64748b;
}
.eo-comment-field {
  grid-column: 1 / -1;
}
.eo-textarea--fancy {
  min-height: 120px;
  border-radius: 12px;
  border: 1px solid rgba(var(--rc-accent-rgb), 0.2);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}
html.dark .eo-textarea--fancy {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.eo-form-actions {
  padding-top: 0.15rem;
}

/* 表单 */
.eo-form-grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 560px) {
  .eo-form-grid.cols-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.eo-input,
.eo-textarea,
.eo-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  padding: 0.55rem 0.75rem;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
}
.eo-input {
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.eo-input::placeholder {
  color: rgba(100, 116, 139, 0.85);
}
html.dark .eo-input::placeholder {
  color: rgba(148, 163, 184, 0.7);
}
.dark .eo-input,
.dark .eo-textarea,
.dark .eo-select {
  background: rgba(15, 23, 42, 0.6);
  color: #e2e8f0;
  border-color: rgba(71, 85, 105, 0.6);
}
.eo-input:focus,
.eo-textarea:focus,
.eo-select:focus {
  outline: none;
  border-color: var(--rc-accent-500);
  box-shadow: 0 0 0 3px rgba(var(--rc-accent-rgb), 0.22);
}
.eo-textarea {
  min-height: 100px;
  resize: vertical;
}
.eo-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #334155;
}
.dark .eo-label {
  color: #cbd5e1;
}
.eo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.6rem 1.35rem;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, var(--rc-accent-500), var(--rc-accent-700));
  color: #fff;
  box-shadow: 0 4px 14px rgba(var(--rc-accent-rgb), 0.35);
  transition: filter 0.2s, transform 0.15s, box-shadow 0.2s;
}
.eo-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 6px 18px rgba(var(--rc-accent-rgb), 0.4);
}
.eo-btn:active {
  transform: scale(0.98);
}
.eo-btn--ghost {
  background: transparent;
  border: 1px solid rgba(var(--rc-accent-rgb), 0.45);
  color: var(--rc-accent-600);
  box-shadow: none;
}
.eo-btn--sm {
  padding: 0.4rem 0.85rem;
  font-size: 12px;
  border-radius: 10px;
}
html.dark .eo-btn--ghost {
  color: var(--rc-accent-400);
}

.eo-comment-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.eo-vlist {
  display: block;
}
.eo-vlist__viewport {
  position: relative;
  max-height: min(64vh, 560px);
  overflow: auto;
  padding-right: 2px;
  scroll-behavior: smooth;
}
@media (max-width: 640px) {
  .eo-vlist__viewport {
    max-height: min(72vh, 520px);
  }
}
.eo-vlist__spacer {
  height: 0;
  pointer-events: none;
}
.eo-vlist__items {
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
}
.eo-vlist__row {
  position: absolute;
  left: 0;
  right: 0;
  will-change: transform;
}
.eo-vlist__footer {
  padding: 0.75rem 0.25rem 0;
}
.eo-vlist__hint {
  font-size: 12px;
  color: #94a3b8;
  text-align: center;
}
html.dark .eo-vlist__hint {
  color: #64748b;
}
.eo-comment {
  font-size: 13px;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(148, 163, 184, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.2);
}
.eo-comment--card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--rc-accent-rgb), 0.18);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
html.dark .eo-comment--card {
  background: rgba(30, 41, 59, 0.55);
  border-color: rgba(var(--rc-accent-rgb), 0.2);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}
.eo-comment--card:hover {
  border-color: rgba(var(--rc-accent-rgb), 0.32);
  box-shadow: 0 6px 20px rgba(var(--rc-accent-rgb), 0.12);
}
.eo-comment__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--rc-accent-500), var(--rc-accent-700));
  box-shadow: 0 2px 8px rgba(var(--rc-accent-rgb), 0.35);
}
.eo-comment__body {
  flex: 1;
  min-width: 0;
}
.eo-comment__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.eo-comment__meta {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 0.45rem;
}
html.dark .eo-comment__meta {
  color: #64748b;
}
.eo-comment__text {
  font-size: 14px;
  line-height: 1.65;
  color: #334155;
}
html.dark .eo-comment__text {
  color: #cbd5e1;
}
.eo-comment__stars {
  display: inline-flex;
  gap: 0.12rem;
  align-items: center;
  flex-shrink: 0;
}
.eo-comment__stars .eo-comment__star {
  font-size: 11px;
  color: rgba(var(--rc-accent-rgb), 0.35);
}
.eo-comment__stars .eo-comment__star.fa-solid {
  color: var(--rc-accent-500);
}
html.dark .eo-comment__stars .eo-comment__star.fa-solid {
  color: var(--rc-accent-400);
}
.eo-comment__head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 12px;
  color: #64748b;
}
.eo-comment__name {
  font-weight: 700;
  color: var(--rc-accent-600);
  font-size: 14px;
}
html.dark .eo-comment__name {
  color: var(--rc-accent-400);
}

.eo-comments-section {
  margin-top: 0.5rem;
  padding-top: 0.25rem;
}
.eo-comments-section__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.eo-comments-section__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--rc-text, #0f172a);
  letter-spacing: 0.02em;
}
html.dark .eo-comments-section__title {
  color: #f1f5f9;
}
.eo-comments-section__deco {
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(var(--rc-accent-rgb), 0.45),
    rgba(var(--rc-accent-rgb), 0.08)
  );
  max-width: 120px;
}

/* 骨架屏（评论 + 时间线） */
.eo-skel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(148, 163, 184, 0.22);
}
html.dark .eo-skel {
  background: rgba(71, 85, 105, 0.35);
}
.eo-skel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 45%,
    transparent 80%
  );
  transform: translateX(-100%);
  animation: eo-skel-shimmer 1.15s ease-in-out infinite;
}
html.dark .eo-skel::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(15, 23, 42, 0.55) 45%,
    transparent 80%
  );
}
@keyframes eo-skel-shimmer {
  to {
    transform: translateX(100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .eo-skel::after {
    animation: none;
  }
}

.eo-skel-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
}
.eo-skel--avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex: 0 0 auto;
}
.eo-skel-lines {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-top: 0.15rem;
}
.eo-skel--line {
  height: 12px;
  border-radius: 999px;
}
.eo-skel--dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  vertical-align: -1px;
  margin-right: 0.35rem;
}
.eo-skel--w-35 { width: 35%; }
.eo-skel--w-45 { width: 45%; }
.eo-skel--w-55 { width: 55%; }
.eo-skel--w-60 { width: 60%; }
.eo-skel--w-80 { width: 80%; }
.eo-skel--w-88 { width: 88%; }
.eo-skel--w-90 { width: 90%; }
.eo-skel--w-95 { width: 95%; }

.eo-skel-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.eo-skel-date::before {
  animation: none;
  opacity: 0.35;
}
.eo-skel-tl-item {
  opacity: 1;
  transform: none;
  animation: none;
}

.eo-fab-comment {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 44;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.95rem;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--rc-accent-500), var(--rc-accent-700));
  box-shadow: 0 8px 20px rgba(var(--rc-accent-rgb), 0.42);
  cursor: pointer;
}
.eo-fab-comment:hover { filter: brightness(1.05); }

@media (max-width: 640px) {
  .eo-fab-comment {
    right: 12px;
    bottom: 14px;
    padding: 0.56rem 0.75rem;
  }
  .eo-fab-comment span { display: none; }
}

.eo-identity-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(var(--rc-accent-rgb), 0.07);
  border: 1px solid rgba(var(--rc-accent-rgb), 0.12);
  margin-bottom: 1rem;
  font-size: 13px;
}
.eo-identity-bar label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

/* 原生表单控件轻美化（对齐 + 主题色） */
.eo-identity-bar label > span {
  display: inline-block;
  min-width: 108px;
  font-weight: 700;
  color: #334155;
}
html.dark .eo-identity-bar label > span {
  color: #cbd5e1;
}
.eo-identity-bar input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--rc-accent-600);
}
html.dark .eo-identity-bar input[type="checkbox"] {
  accent-color: var(--rc-accent-400);
}
.eo-identity-bar .eo-input {
  height: 40px;
}

.eo-stagger .eo-tl-item:nth-child(1) { animation-delay: 0.05s; }
.eo-stagger .eo-tl-item:nth-child(2) { animation-delay: 0.1s; }
.eo-stagger .eo-tl-item:nth-child(3) { animation-delay: 0.15s; }
.eo-stagger .eo-tl-item:nth-child(4) { animation-delay: 0.2s; }
.eo-stagger .eo-tl-item:nth-child(5) { animation-delay: 0.25s; }
