/* page-me.css · 核心页专用（从 styles.css 拆出 · index 不加载） */

/* ── 我的 · DNA 螺旋页 ── */
body.me-body {
  min-height: 100vh;
  background: radial-gradient(ellipse 120% 80% at 50% -10%, rgba(78, 205, 196, 0.12), transparent 55%),
    radial-gradient(ellipse 90% 60% at 80% 100%, rgba(244, 162, 97, 0.1), transparent 50%),
    linear-gradient(165deg, #0a0e1a 0%, #12182b 45%, #0d1220 100%);
}

.me-page {
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 3rem;
}

.me-header {
  margin-bottom: 1.5rem;
}

.me-header__back {
  color: rgba(200, 210, 240, 0.75);
  text-decoration: none;
  font-size: 0.85rem;
}

.me-header__back:hover {
  color: #fff;
}

.me-header__eyebrow {
  margin: 0.75rem 0 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(180, 200, 230, 0.55);
}

.me-header__title {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  color: #f0f4ff;
}

.me-header__lead {
  margin: 0.35rem 0 0;
  color: rgba(210, 220, 245, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.me-header__natal {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: rgba(160, 200, 255, 0.85);
  font-variant-numeric: tabular-nums;
}

.me-dna {
  margin-bottom: 1.25rem;
  background: rgba(12, 18, 36, 0.72);
  border: 1px solid rgba(120, 160, 220, 0.16);
  border-radius: 1rem;
  padding: 1rem 1.1rem 1.15rem;
}

.me-dna__sub {
  margin: 0.2rem 0 0.85rem;
  font-size: 0.82rem;
  color: rgba(200, 210, 235, 0.62);
}

.me-dna__canvas-wrap {
  border-radius: 0.75rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 12, 28, 0.9), rgba(6, 10, 22, 0.95));
  border: 1px solid rgba(100, 140, 200, 0.12);
  margin-bottom: 0.85rem;
}

.me-dna__canvas {
  display: block;
  width: 100%;
  height: clamp(22rem, 52vh, 28rem);
  cursor: crosshair;
}

.me-dna__locked {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(210, 220, 240, 0.7);
  font-size: 0.9rem;
}

.me-dna__locked .btn {
  margin-top: 0.85rem;
}

.me-dna__locked-hint {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: rgba(170, 190, 220, 0.55);
}

.me-dna__legend {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 0.78rem;
  color: rgba(190, 200, 225, 0.65);
  line-height: 1.55;
}

.me-dna__detail {
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: rgba(20, 28, 52, 0.65);
  border: 1px solid rgba(140, 180, 240, 0.14);
}

.me-dna-detail__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(180, 200, 230, 0.6);
}

.me-dna-detail__title {
  margin: 0.2rem 0 0.55rem;
  font-size: 1.05rem;
  color: #f2f6ff;
}

.me-dna-detail__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1rem;
  margin: 0;
  font-size: 0.82rem;
}

.me-dna-detail__grid dt {
  color: rgba(170, 185, 215, 0.65);
}

.me-dna-detail__grid dd {
  margin: 0;
  color: rgba(230, 238, 255, 0.92);
}

.me-dna-detail__tags {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  color: rgba(200, 215, 245, 0.75);
  line-height: 1.45;
}

.me-dna-detail__burst {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: #ffcc80;
}

.me-wuxing .panel__title {
  margin-bottom: 0.65rem;
}

.almanac__wx-health--me {
  border-radius: 0.75rem;
}

.me-footer {
  margin-top: 2rem;
  text-align: center;
}

.me-natal-line {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: rgba(220, 236, 255, 0.92);
  text-shadow: 0 0 12px rgba(0, 210, 255, 0.2);
}

.me-natal-edit {
  margin-left: 0.35rem;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: rgba(140, 190, 255, 0.9);
  text-decoration: underline;
  cursor: pointer;
}

.me-natal-edit:hover {
  color: rgba(180, 215, 255, 1);
}

.me-footer__note {
  font-size: 0.75rem;
  color: rgba(180, 190, 210, 0.45);
}

.me-error {
  color: rgba(255, 180, 180, 0.85);
  font-size: 0.9rem;
}

/* ── 生命仪表盘 · Life Helix Dashboard ── */
.me-page--dashboard {
  max-width: none;
  width: 100%;
  padding: 0.65rem clamp(0.85rem, 2.5vw, 2rem) 1.5rem;
}

.me-header--compact {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1rem;
}

.me-header--compact .me-header__titles {
  flex: 1 1 12rem;
}

.me-export-panel {
  margin-top: 0.65rem;
  padding: 0.65rem 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(120, 160, 220, 0.22);
}

.me-export-panel__title {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(220, 230, 250, 0.92);
}

.me-export-panel__hint {
  margin: 0 0 0.55rem;
  font-size: 0.62rem;
  line-height: 1.45;
  color: rgba(170, 190, 220, 0.62);
}

.me-export {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.me-export__btn {
  flex: 1 1 8rem;
  width: auto;
  max-width: 100%;
  font-size: 0.72rem;
  padding: 0.45rem 0.65rem;
  min-width: 0;
}

.me-export__version {
  margin: 0.45rem 0 0;
  font-size: 0.62rem;
  color: rgba(140, 180, 220, 0.65);
  letter-spacing: 0.02em;
}

.me-export__decade-hint {
  margin: 0.35rem 0 0;
  font-size: 0.68rem;
  line-height: 1.4;
  color: rgba(170, 200, 230, 0.72);
}

.me-dashboard {
  display: grid;
  grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  align-items: stretch;
}

/* ── 单主舞台：取消左右双栏，首屏只剩螺旋入口 ── */
.me-page--stage {
  max-width: var(--app-shell-max, min(74rem, 100%));
  padding: 1rem clamp(0.65rem, 1.6vw, 1.25rem) 2.5rem;
}

.me-dashboard--stage {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-template-columns: none;
  align-items: stretch;
}

.me-stage-shell {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-width: 0;
  width: 100%;
}

.me-stage-hero {
  margin: 0;
  border-radius: 1.05rem;
  border: 1px solid rgba(180, 140, 255, 0.3);
  background:
    radial-gradient(ellipse 95% 85% at 12% 0%, rgba(130, 90, 230, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 55% at 95% 110%, rgba(0, 170, 210, 0.14), transparent 52%),
    linear-gradient(165deg, rgba(18, 12, 40, 0.92), rgba(8, 14, 28, 0.88));
  box-shadow: 0 18px 48px rgba(20, 8, 48, 0.28);
  overflow: hidden;
}

/* 展开后：减少壳内边距，让 3D 更贴边、不挤在框里 */
.me-stage-hero[open] {
  border-radius: 0.85rem;
}

.me-stage-hero[open] .me-stage-hero__body {
  padding: 0.55rem 0.7rem 0.85rem;
}

.me-stage-hero__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: clamp(1.5rem, 4.5vw, 2.15rem) clamp(1.15rem, 3.2vw, 1.75rem);
  user-select: none;
}

.me-stage-hero__summary::-webkit-details-marker {
  display: none;
}

.me-stage-hero__kicker {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(190, 170, 255, 0.78);
  font-weight: 600;
}

.me-stage-hero__title {
  display: block;
  font-size: clamp(1.4rem, 3.8vw, 1.85rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: #f4f1ff;
  line-height: 1.22;
}

.me-stage-hero__lead {
  display: block;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(205, 215, 245, 0.74);
}

.me-stage-hero__cta {
  margin-top: 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1.25rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(150, 200, 255, 0.45);
  background: linear-gradient(180deg, rgba(60, 120, 200, 0.45), rgba(30, 80, 150, 0.4));
  color: rgba(235, 245, 255, 0.98);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.me-stage-hero__summary:hover .me-stage-hero__cta {
  border-color: rgba(180, 220, 255, 0.65);
  transform: translateY(-1px);
}

.me-stage-hero[open] > .me-stage-hero__summary {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.85rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(160, 140, 220, 0.2);
  background: rgba(10, 8, 24, 0.35);
}

.me-stage-hero[open] .me-stage-hero__title {
  font-size: 0.95rem;
  font-weight: 600;
}

.me-stage-hero[open] .me-stage-hero__lead,
.me-stage-hero[open] .me-stage-hero__cta {
  display: none;
}

.me-stage-hero__body {
  padding: 0.75rem 0.85rem 1rem;
}

.me-dashboard--stage .me-quadrant--center {
  grid-area: unset;
  min-width: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.me-dashboard--stage .me-helix-duo {
  min-height: clamp(22rem, 58vh, 44rem);
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

.me-dashboard--stage .me-helix-duo__stage .me-helix-stage--3d,
.me-dashboard--stage .me-helix-duo__stage .me-helix-stage__viewport-wrap {
  min-height: clamp(20rem, 52vh, 40rem);
}

.me-dashboard--stage .me-helix-head {
  margin-bottom: 0.55rem;
  padding: 0.15rem 0.1rem 0.35rem;
}

.me-dashboard--stage .me-helix-head__row {
  margin-bottom: 0.2rem;
}

.me-dashboard--stage .me-helix-crumb {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  line-height: 1.5;
  gap: 0.2rem 0.4rem;
}

.me-dashboard--stage .me-helix-head__row .me-dashboard__panel-title {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.me-dashboard--stage .me-profile-refine-hint,
.me-dashboard--stage .me-helix-sub {
  margin-top: 0.3rem;
  font-size: 0.72rem;
  line-height: 1.5;
}

.me-stage-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.me-stage-actions .me-quadrant-actions__btn {
  border-radius: 0.55rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.82rem;
}

.me-stage-toolbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(100, 140, 200, 0.12);
  background: rgba(6, 10, 20, 0.28);
}

.me-stage-toolbox .me-dashboard__fold {
  background: rgba(8, 14, 28, 0.32);
}

.me-stage-toolbox .me-dashboard__fold-summary {
  color: rgba(150, 175, 210, 0.62);
  font-weight: 500;
}

.me-stage-more {
  margin-top: 0.85rem;
}
.user-guide {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.74rem;
  line-height: 1.6;
  color: rgba(195, 205, 225, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.user-guide__title {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(220, 230, 250, 0.95);
}

.user-guide p {
  margin: 0.45rem 0 0;
}

.user-guide__list {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
}

.user-guide__list li {
  margin-top: 0.35rem;
}

.user-guide__steps {
  margin-top: 0.55rem !important;
}

.user-guide__foot {
  margin-top: 0.55rem !important;
  font-size: 0.68rem;
  color: rgba(170, 185, 210, 0.65);
}

@media (max-width: 820px) {
  .me-dashboard {
    grid-template-columns: 1fr;
  }

  .me-dashboard--quadrant .me-quadrant-shell {
    grid-template-areas:
      "north"
      "center"
      "south";
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .me-dashboard--quadrant .me-quadrant--south {
    gap: 0.85rem;
  }

  .me-helix-duo {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .me-helix-duo__stage .me-helix-stage--3d {
    min-height: clamp(16rem, 50vh, 22rem);
  }

  .me-helix-duo__stage .me-helix-stage__viewport-wrap {
    min-height: clamp(14rem, 48vh, 20rem);
  }

  .me-helix-duo__stage .me-helix-stage__viewport {
    height: 100%;
    min-height: 0;
  }

  .me-quadrant-north__row .me-trend-chip {
    flex: 1 1 100%;
    max-width: none;
    min-width: 0;
  }
}

/* ── me 四象限布局（desktop） ── */
.me-dashboard--quadrant {
  grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
  gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: start;
}

.me-quadrant-shell {
  display: grid;
  grid-template-areas:
    "north"
    "center"
    "south";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: clamp(0.85rem, 1.4vw, 1.35rem);
  min-width: 0;
}

.me-quadrant-north__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.55rem 0.75rem;
}

.me-quadrant-north__row .me-heart-status-host,
.me-quadrant-north__row .me-quadrant-trend-host {
  display: flex;
  align-items: stretch;
  margin: 0;
}

.me-quadrant-north__row .me-heart-status-host {
  flex: 1 1 16rem;
  min-width: 0;
}

.me-quadrant-north__row .me-quadrant-trend-host {
  flex: 0 0 auto;
}

.me-quadrant-north__row .me-heart-status {
  flex: 1 1 auto;
  width: 100%;
  min-height: 4.35rem;
}

.me-quadrant-north__row .me-trend-chip {
  height: 100%;
  min-height: 4.35rem;
}

.me-quadrant--north { grid-area: north; }
.me-quadrant--center { grid-area: center; min-width: 0; }
.me-quadrant--south { grid-area: south; display: flex; flex-direction: column; gap: 0.65rem; }

/* Helix + 奇点 · 主视觉并排 */
.me-helix-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.95fr);
  gap: clamp(0.75rem, 1.2vw, 1.1rem);
  align-items: stretch;
  min-height: clamp(22rem, calc(100vh - 20rem), 52rem);
}

.me-helix-duo__stage {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.me-helix-duo__stage .me-helix-stage--3d {
  flex: 1 1 auto;
  min-height: clamp(20rem, calc(100vh - 22rem), 50rem);
  display: flex;
  flex-direction: column;
}

.me-helix-duo__stage .me-helix-stage__viewport-wrap {
  flex: 1 1 auto;
  min-height: clamp(18rem, calc(100vh - 24rem), 46rem);
}

.me-helix-duo__singularity {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.me-helix-duo__singularity .me-singularity-host {
  flex: 1 1 auto;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.me-helix-duo__singularity .me-singularity {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(0.85rem, 1.2vw, 1.1rem);
  background: linear-gradient(155deg, rgba(28, 14, 48, 0.92), rgba(10, 18, 40, 0.88));
  border: 1px solid rgba(200, 130, 255, 0.38);
  border-radius: 0.85rem;
  box-shadow:
    0 0 32px rgba(140, 70, 220, 0.18),
    inset 0 1px 0 rgba(255, 200, 255, 0.08);
}

.me-helix-duo__singularity .me-singularity__title {
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
}

.me-helix-duo__singularity .me-singularity__primary {
  padding: 0.75rem 0.8rem;
  border-width: 1.5px;
  box-shadow: 0 0 18px rgba(255, 120, 60, 0.12);
}

.me-helix-duo__singularity .me-singularity__primary-title {
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
}

.me-dashboard--quadrant .me-quadrant__pathway .me-rhythm-pathway {
  display: none;
}

.me-dashboard--quadrant .me-quadrant--north .me-heart-status-host {
  margin-bottom: 0;
}

/* 7日流通 · 顶栏紧凑 chip（纯 sparkline，与跃迁窗同高） */
.me-trend-chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  max-width: 10.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.55rem;
  background: rgba(8, 14, 28, 0.72);
  border: 1px solid rgba(100, 150, 210, 0.22);
  color: rgba(200, 215, 240, 0.88);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}

.me-trend-chip:hover {
  border-color: rgba(120, 190, 255, 0.38);
  background: rgba(12, 22, 42, 0.85);
}

.me-trend-chip__spark {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.16rem;
  width: 100%;
  height: 1.75rem;
}

.me-trend-chip__bar {
  flex: 1 1 0;
  min-width: 0.32rem;
  max-width: 0.75rem;
  border-radius: 0.14rem 0.14rem 0 0;
  background: rgba(100, 180, 255, 0.85);
}

.me-trend-chip__bar--good { background: var(--heart-tone-steady); }
.me-trend-chip__bar--mid { background: var(--heart-tone-accumulate); }
.me-trend-chip__bar--low { background: var(--heart-tone-leap); opacity: 0.75; }
.me-trend-chip__bar--empty { background: rgba(120, 140, 170, 0.25); }

.me-trend-chip__empty {
  font-size: 0.62rem;
  opacity: 0.55;
  align-self: center;
}

.me-quadrant-trend {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
  margin: 0;
  padding: clamp(0.75rem, 1.2vw, 1rem);
  background: var(--glass-gradient);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  box-shadow:
    0 8px 32px rgba(10, 8, 35, 0.4),
    inset 0 1px 0 var(--glass-shine);
}

.me-quadrant-trend__title {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(170, 195, 235, 0.8);
}

.me-quadrant-trend__flow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(220, 235, 255, 0.92);
}

.me-quadrant-spark {
  display: flex;
  align-items: flex-end;
  gap: 0.18rem;
  min-height: 3.2rem;
  padding: 0.25rem 0;
}

.me-quadrant-spark__bar {
  flex: 1;
  min-width: 0.28rem;
  border-radius: 0.15rem 0.15rem 0 0;
  background: rgba(100, 180, 255, 0.85);
}

.me-quadrant-spark__bar--good { background: var(--heart-tone-steady); }
.me-quadrant-spark__bar--mid { background: var(--heart-tone-accumulate); }
.me-quadrant-spark__bar--low { background: var(--heart-tone-leap); opacity: 0.75; }
.me-quadrant-spark__bar--empty { background: rgba(120, 140, 170, 0.25); }

.me-quadrant-spark__empty {
  font-size: 0.68rem;
  color: rgba(160, 180, 210, 0.7);
}

.me-quadrant-trend__meta {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.4;
  color: rgba(160, 185, 220, 0.75);
}

.me-quadrant-trend__link {
  margin-top: auto;
  font-size: 0.68rem;
  color: rgba(150, 200, 255, 0.92);
  text-decoration: underline;
}

.me-quadrant-actions-host {
  margin-top: 0;
}

.me-quadrant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.me-quadrant-actions__btn {
  flex: 1 1 auto;
  min-width: 6.5rem;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(100, 160, 220, 0.28);
  background: rgba(12, 22, 42, 0.65);
  color: rgba(210, 225, 250, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.me-quadrant-actions__btn:hover {
  border-color: rgba(120, 190, 255, 0.45);
  background: rgba(18, 32, 58, 0.8);
}

.me-quadrant-actions__btn--primary {
  border-color: rgba(0, 200, 255, 0.4);
  background: rgba(0, 80, 130, 0.35);
  color: rgba(190, 235, 255, 0.98);
}

.me-dashboard--quadrant .me-helix-duo .me-helix-stage--3d {
  min-height: clamp(20rem, calc(100vh - 22rem), 50rem);
}

.me-dashboard__panel-title {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(190, 220, 255, 0.78);
  font-weight: 600;
}

.me-dashboard__left {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  position: sticky;
  top: 1rem;
  align-self: start;
}

.me-dashboard__fold--today {
  order: 0;
}

.me-dashboard__fold {
  margin: 0;
  border-radius: 0.55rem;
  border: 1px solid rgba(100, 140, 200, 0.14);
  background: rgba(8, 14, 28, 0.35);
}

.me-dashboard__fold-summary {
  padding: 0.55rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(170, 195, 235, 0.75);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.me-dashboard__fold-summary::-webkit-details-marker {
  display: none;
}

.me-dashboard__fold-summary::before {
  content: '▸ ';
  display: inline-block;
  transition: transform 0.15s ease;
  color: rgba(130, 170, 220, 0.55);
}

.me-dashboard__fold[open] > .me-dashboard__fold-summary::before {
  transform: rotate(90deg);
}

.me-dashboard__fold-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0 0.55rem 0.65rem;
}

.me-dashboard__fold--longterm {
  margin-top: 0.65rem;
  border-color: rgba(180, 140, 255, 0.22);
  background: rgba(12, 8, 32, 0.42);
}

/* 四象限 center 行 · details 才是 grid 直接子项（main 在 fold 内） */
#me-zone4-fold.me-dashboard__fold--longterm {
  grid-area: center;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

#me-zone4-fold .me-dashboard__fold-body--longterm {
  flex: 0 1 auto;
  min-height: 0;
  overflow: visible;
}

#me-zone4-fold .me-quadrant--center {
  grid-area: unset;
  flex: 0 1 auto;
  min-height: auto;
  overflow: visible;
}

#me-zone4-fold .me-helix-duo {
  min-height: clamp(22rem, 58vh, 44rem);
}

#me-zone4-fold .me-helix-duo__stage .me-helix-stage--3d {
  min-height: clamp(20rem, 52vh, 40rem);
}

.me-dashboard--quadrant #me-zone4-fold .me-quadrant--center {
  min-height: auto;
}

.me-dashboard__fold-summary--longterm {
  color: rgba(200, 175, 255, 0.82);
  font-size: 0.74rem;
}

.me-dashboard__fold-body--longterm {
  padding-top: 0.35rem;
}

.me-quadrant__zone-label {
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(160, 190, 240, 0.55);
}

.me-guide {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  line-height: 1.55;
  color: rgba(195, 205, 225, 0.82);
}

.me-guide__summary {
  cursor: pointer;
  font-weight: 600;
  color: rgba(210, 220, 240, 0.9);
  list-style: none;
}

.me-guide__summary::-webkit-details-marker {
  display: none;
}

.me-guide__body p {
  margin: 0.45rem 0 0;
}

.me-guide__body p:first-child {
  margin-top: 0.5rem;
}

.me-dashboard__pan {
  margin-top: 0.85rem;
  font-size: 0.72rem;
  transform: scale(0.92);
  transform-origin: top left;
}

.me-mini-tst {
  margin: 0.35rem 0 0;
  font-size: 0.68rem;
  color: rgba(160, 180, 210, 0.55);
}

.me-dash-wx__score {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
  color: #f0f4ff;
  line-height: 1;
}

.me-dash-wx__score span {
  font-size: 1rem;
  opacity: 0.45;
}

.me-dash-wx__tier {
  margin: 0.15rem 0 0.65rem;
  font-size: 0.85rem;
  color: rgba(200, 220, 255, 0.75);
}

.me-dash-wx__yong {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  color: rgba(140, 190, 255, 0.85);
}

.me-dash-wx__behavior {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.me-dash-wx__behavior--up {
  color: #6ecf8a;
}

.me-dash-wx__behavior--down {
  color: #f4a261;
}

.me-behavior-host {
  margin: 0.75rem 0 1rem;
}

.me-behavior-host .panel--behavior {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 0.65rem;
}

.me-behavior-host .behavior-group {
  border-color: rgba(255, 255, 255, 0.12);
}

.me-behavior-host .panel__title,
.me-behavior-host .behavior-field__label,
.me-behavior-host .behavior-group__legend {
  color: rgba(220, 230, 245, 0.9);
}

.me-behavior-host .behavior-group__hint,
.me-behavior-host .panel__hint {
  color: rgba(180, 190, 210, 0.65);
}

.me-behavior-host .behavior-field--select select {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: inherit;
}

.me-structure {
  margin: 0.75rem 0 1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(80, 140, 255, 0.08) 45%,
    rgba(120, 60, 200, 0.1) 100%
  );
  border: 1px solid rgba(140, 180, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.me-structure__title {
  margin: 0 0 0.25rem;
  font-size: 0.82rem;
  font-weight: 650;
  color: rgba(220, 235, 255, 0.95);
}

.me-structure__lead,
.me-structure__hint {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgba(180, 200, 230, 0.72);
}

.me-structure__dm {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 200, 140, 0.92);
}

.me-structure__stats {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
}

.me-structure__stats div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.me-structure__stats dt {
  color: rgba(160, 180, 210, 0.75);
}

.me-structure__stats dd {
  margin: 0;
  font-weight: 600;
  color: rgba(230, 240, 255, 0.92);
  text-align: right;
}

.me-structure__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.me-structure__btn {
  flex: 1 1 auto;
  min-width: 5.5rem;
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(140, 180, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(220, 235, 255, 0.92);
  font: inherit;
  font-size: 0.68rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.me-structure__btn:hover {
  background: rgba(100, 160, 255, 0.18);
  border-color: rgba(160, 200, 255, 0.42);
}

.me-dna-detail__behavior {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
}

.me-dna-detail__behavior--up {
  background: rgba(42, 157, 106, 0.15);
  color: #6ecf8a;
}

.me-dna-detail__behavior--down {
  background: rgba(196, 92, 38, 0.15);
  color: #f4a261;
}

.me-dna-detail__behavior--neutral {
  background: rgba(255, 255, 255, 0.06);
}

.me-dash-bars {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.me-dash-bar {
  display: grid;
  grid-template-columns: 1.65rem 1fr 2.4rem;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.72rem;
}

.me-dash-bar__label {
  color: rgba(190, 200, 220, 0.7);
}

.me-dash-bar__label--phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.15;
  gap: 0.1rem;
}

.me-dash-bar__el {
  font-weight: 600;
  color: rgba(220, 228, 245, 0.92);
}

.me-dash-bar__phase {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.05rem 0.2rem;
  border-radius: 3px;
  line-height: 1.2;
}

.me-dash-bar__phase--wang {
  color: #ffe8a8;
  background: rgba(255, 180, 80, 0.22);
}

.me-dash-bar__phase--xiang {
  color: #c8e6ff;
  background: rgba(100, 160, 255, 0.18);
}

.me-dash-bar__phase--xiu {
  color: rgba(180, 190, 210, 0.85);
  background: rgba(255, 255, 255, 0.06);
}

.me-dash-bar__phase--qiu {
  color: rgba(200, 170, 220, 0.88);
  background: rgba(140, 90, 180, 0.15);
}

.me-dash-bar__phase--si {
  color: rgba(150, 155, 170, 0.75);
  background: rgba(0, 0, 0, 0.2);
}

.me-dash-bars--temperature {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(160, 140, 255, 0.15);
}

.me-dash-bar__track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.me-dash-bar__fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.6s ease;
}

.me-dash-bar__val {
  text-align: right;
  color: rgba(210, 220, 240, 0.65);
  font-variant-numeric: tabular-nums;
}

.me-dash-wx__bars-title {
  margin: 0.5rem 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(200, 215, 240, 0.85);
}

.me-dash-wx__layer-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 0 0 0.35rem;
  padding: 0;
  list-style: none;
  font-size: 0.62rem;
  color: rgba(190, 200, 220, 0.65);
}

.me-dash-wx__layer-swatch {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.me-dash-wx__layer-swatch--natal {
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.me-dash-wx__layer-swatch--highlight {
  background: linear-gradient(135deg, #fff 0%, #ffe566 55%, #ffd024 100%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.55), 0 0 4px rgba(255, 230, 120, 0.45);
}

.me-dash-wx__layer-legend-detail {
  opacity: 0.75;
  font-size: 0.58rem;
  padding-left: 0.15rem;
}

.me-dash-wx__layer-swatch--liunian,
.me-dash-wx__layer-swatch--fire-frame,
.me-dash-wx__layer-swatch--chen-xu {
  display: none;
}

.me-dash-wx__layer-swatch--chen-potential {
  background: linear-gradient(90deg, rgba(0, 178, 255, 0.35), rgba(180, 120, 255, 0.35));
  border: 1px dashed rgba(140, 200, 255, 0.65);
  box-shadow: none;
  opacity: 1;
}

.me-dash-wx__layer-swatch--season {
  background: repeating-linear-gradient(
    135deg,
    rgba(90, 200, 140, 0.45) 0 3px,
    rgba(255, 140, 90, 0.35) 3px 6px
  );
  border: 1px solid rgba(160, 200, 180, 0.45);
  box-shadow: none;
  opacity: 1;
}

.me-dash-bar--temperature .me-dash-bar__track--temperature {
  position: relative;
  overflow: visible;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.me-dash-bar__temp-gradient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    #5ac8fa 0%,
    rgba(255, 255, 255, 0.22) 52.5%,
    #ff9f85 100%
  );
  opacity: 0.88;
}

.me-dash-bar__temp-mid {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.me-dash-bar__temp-thumb {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.25),
    0 1px 4px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.sys-temp--visual-only .sys-temp__meter {
  margin: 0;
}

.me-dash-wx__layer-notes {
  margin: 0 0 0.45rem;
  font-size: 0.65rem;
  line-height: 1.45;
  color: rgba(180, 195, 220, 0.6);
}

.me-dash-wx__liuri-day {
  margin: 0 0 0.5rem;
  padding: 0.35rem 0.45rem;
  font-size: 0.62rem;
  line-height: 1.45;
  color: rgba(190, 205, 230, 0.72);
  background: rgba(8, 14, 28, 0.35);
  border: 1px dashed rgba(120, 150, 200, 0.22);
  border-radius: 0.4rem;
}

.me-dash-wx__liuri-day-hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.58rem;
  color: rgba(150, 170, 200, 0.48);
  letter-spacing: 0.02em;
}

.me-dash-bars--layered {
  gap: 0.45rem;
}

.me-dash-bar--layered {
  grid-template-columns: 1.1rem 1fr 3.2rem;
}

.me-dash-bar__track--stack {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  height: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.me-dash-bar__segment {
  height: 100%;
  flex-shrink: 0;
  min-width: 2px;
  border-radius: 0;
  transition: width 0.5s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.me-dash-bar__segment--natal {
  background: var(--wx-base) !important;
  opacity: 0.55 !important;
  filter: saturate(0.88);
}

.me-dash-bar__segment--highlight,
.me-dash-bar__segment--liunian,
.me-dash-bar__segment--fire-frame {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--wx-base) 42%, white) 0%,
    var(--wx-base) 55%,
    color-mix(in srgb, var(--wx-base) 88%, black) 100%
  ) !important;
  opacity: 1 !important;
  filter: brightness(1.28) saturate(1.12);
  box-shadow:
    0 0 14px color-mix(in srgb, var(--wx-base) 55%, white),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.me-dash-bar__segment--fire-frame {
  filter: brightness(1.38) saturate(1.22);
  box-shadow:
    0 0 16px color-mix(in srgb, var(--wx-base) 65%, #ff8844),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.me-dash-bar__segment--potential {
  background: linear-gradient(
    90deg,
    rgba(0, 178, 255, 0.12) 0%,
    rgba(90, 140, 255, 0.22) 45%,
    rgba(200, 120, 255, 0.18) 100%
  ) !important;
  opacity: 1 !important;
  filter: none;
  border-top: 1px dashed rgba(120, 200, 255, 0.55);
  border-bottom: 1px dashed rgba(180, 130, 255, 0.45);
  box-shadow: inset 0 0 12px rgba(80, 160, 255, 0.12);
  animation: me-dash-potential-pulse 3s ease-in-out infinite;
}

.me-dash-bar__segment--season-element {
  background: repeating-linear-gradient(
    -45deg,
    color-mix(in srgb, var(--wx-base) 35%, white) 0 4px,
    color-mix(in srgb, var(--wx-base) 55%, transparent) 4px 8px
  ) !important;
  opacity: 0.95 !important;
  filter: brightness(1.15) saturate(1.08);
  box-shadow: inset 0 0 8px color-mix(in srgb, var(--wx-base) 25%, white);
}

.me-dash-bar__segment--season-corner {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--wx-base) 38%, white) 0%,
    var(--wx-base) 55%,
    color-mix(in srgb, var(--wx-base) 82%, black) 100%
  ) !important;
  opacity: 0.92 !important;
  filter: brightness(1.12) saturate(1.06);
  box-shadow: inset 0 0 6px color-mix(in srgb, var(--wx-base) 22%, white);
}

.me-dash-bar__segment--season-earth {
  background: linear-gradient(
    180deg,
    rgba(180, 150, 110, 0.55) 0%,
    rgba(140, 110, 80, 0.75) 100%
  ) !important;
  opacity: 0.92 !important;
  box-shadow: inset 0 1px 0 rgba(255, 230, 200, 0.25);
}

.me-dash-bar__segment--season-corner-fire {
  background: linear-gradient(
    180deg,
    rgba(255, 120, 60, 0.75) 0%,
    rgba(180, 110, 70, 0.65) 100%
  ) !important;
  opacity: 1 !important;
  box-shadow: 0 0 10px rgba(255, 100, 40, 0.35);
}

.me-dash-bar__segment--season-corner-water {
  background: linear-gradient(
    90deg,
    rgba(120, 180, 255, 0.35) 0%,
    rgba(200, 230, 255, 0.45) 50%,
    rgba(160, 190, 230, 0.35) 100%
  ) !important;
  opacity: 0.9 !important;
  border-top: 1px dashed rgba(180, 220, 255, 0.5);
  border-bottom: 1px dashed rgba(140, 180, 230, 0.45);
  box-shadow: inset 0 0 10px rgba(100, 180, 255, 0.15);
}

@keyframes me-dash-potential-pulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

.me-dash-bar--water-potential .me-dash-bar__final-mark {
  background: rgba(180, 220, 255, 0.95);
  box-shadow: 0 0 6px rgba(120, 200, 255, 0.55);
}

.me-dash-wx__water-callout {
  margin: 0.35rem 0 0.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.55rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(190, 225, 255, 0.95);
  background: linear-gradient(135deg, rgba(20, 60, 110, 0.55), rgba(30, 80, 140, 0.35));
  border: 1px solid rgba(120, 190, 255, 0.35);
}

.me-dash-wx__water-callout strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(210, 235, 255, 0.98);
}

.me-dash-bar__label--water-up .me-dash-bar__phase--up {
  color: rgba(140, 210, 255, 0.98);
  font-weight: 700;
}

.me-dash-bar__val-potential {
  display: inline-block;
  margin-right: 0.2rem;
  padding: 0.05rem 0.28rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(160, 210, 255, 0.92);
  border: 1px dashed rgba(120, 190, 255, 0.45);
  border-radius: 0.2rem;
  vertical-align: middle;
}

.me-dash-bar__val-potential-up {
  display: inline-block;
  margin-left: 0.15rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(140, 210, 255, 0.95);
  white-space: nowrap;
}

.me-dash-bar__segment:first-child {
  border-radius: 999px 0 0 999px;
}

.me-dash-bar__segment:last-child {
  border-radius: 0 999px 999px 0;
}

.me-dash-bar__segment:only-child {
  border-radius: 999px;
}

.me-dash-bar__final-mark {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2px;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
  pointer-events: none;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}

.me-dash-bar__val-final {
  display: block;
  font-size: 0.62rem;
  color: rgba(255, 200, 140, 0.85);
}

.me-dash-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.5rem;
  margin: 0;
  font-size: 0.72rem;
}

.me-dash-meta div {
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
}

.me-dash-meta dt {
  color: rgba(170, 185, 210, 0.55);
}

.me-dash-meta dd {
  margin: 0;
  color: rgba(230, 238, 255, 0.88);
}

.me-dash__empty {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(190, 210, 235, 0.78);
  background: rgba(6, 24, 48, 0.55);
  border: 1px solid var(--helix-border);
  border-radius: 0.55rem;
}

.me-dash__empty[data-state='loading']::before {
  content: '';
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.15rem;
  border-radius: 50%;
  border: 2px solid rgba(0, 210, 255, 0.35);
  border-top-color: var(--helix-cyan);
  animation: ui-spin 0.85s linear infinite;
}

.me-dash__empty[data-state='error'] {
  color: rgba(255, 210, 210, 0.92);
  border-color: rgba(255, 120, 120, 0.35);
  background: rgba(80, 20, 30, 0.45);
}

.me-dash__empty[data-state='error']::before {
  content: '!';
  color: rgba(255, 160, 160, 0.95);
}

.me-zone4-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(16rem, 40vh, 28rem);
  margin: 0;
  padding: 2rem 1.25rem;
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(190, 210, 235, 0.72);
}

.me-heart-emergency {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: start;
  border-color: rgba(255, 120, 120, 0.45);
  background: linear-gradient(135deg, rgba(70, 18, 28, 0.72), rgba(24, 12, 28, 0.82));
}

.me-heart-emergency__icon {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 700;
  color: rgba(255, 190, 190, 0.95);
  background: rgba(255, 80, 80, 0.18);
  border: 1px solid rgba(255, 120, 120, 0.45);
}

.me-heart-emergency__title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 210, 210, 0.96);
}

.me-heart-emergency__message,
.me-heart-emergency__hint {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(210, 220, 240, 0.82);
}

.me-heart-emergency__hint {
  color: rgba(170, 190, 220, 0.72);
}

.me-heart-emergency__actions {
  align-self: center;
}

.me-heart-emergency-inline {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  height: 100%;
  justify-content: center;
  padding: 0.5rem;
}

.me-heart-emergency-inline__retry {
  align-self: flex-start;
}

.me-heart-emergency__satellite {
  min-height: 6rem;
  justify-content: center;
}

.me-dashboard__center,
.me-quadrant--center {
  min-height: clamp(34rem, calc(100vh - 16rem), 56rem);
  display: flex;
  flex-direction: column;
}

.me-dashboard--quadrant .me-quadrant--center {
  min-height: clamp(26rem, calc(100vh - 18rem), 52rem);
}

.me-helix-head {
  flex-shrink: 0;
  margin-bottom: 0.35rem;
}

.me-helix-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  line-height: 1.4;
}

.me-helix-crumb__sep {
  color: rgba(140, 170, 210, 0.45);
  user-select: none;
}

.me-helix-crumb__link {
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: rgba(130, 190, 255, 0.82);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(130, 190, 255, 0.35);
  text-underline-offset: 0.15em;
}

.me-helix-crumb__link:hover {
  color: rgba(170, 220, 255, 0.98);
}

.me-helix-crumb__current {
  color: rgba(210, 225, 250, 0.88);
  font-weight: 550;
}

.me-helix-head__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.65rem;
}

.me-helix-head__row .me-dashboard__panel-title {
  margin: 0;
  font-size: 0.72rem;
}

.me-profile-refine-btn {
  flex-shrink: 0;
  font-size: 0.72rem;
  padding: 0.28rem 0.6rem;
}

.me-profile-refine-hint {
  margin: 0.2rem 0 0;
  font-size: 0.68rem;
  color: rgba(200, 225, 255, 0.78);
  line-height: 1.4;
}

.me-helix-sub {
  margin: 0.2rem 0 0;
  font-size: 0.72rem;
  color: rgba(210, 230, 255, 0.82);
  line-height: 1.45;
}

.me-helix-meta--sidebar {
  margin: 0;
  padding: 0.5rem 0.55rem;
  border-radius: 0.5rem;
  background: rgba(8, 14, 28, 0.55);
  border: 1px solid rgba(100, 140, 200, 0.18);
}

.me-heart-status-host {
  margin: 0 0 0.55rem;
}

.me-heart-status {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem 0.75rem;
  align-items: center;
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 0.55rem;
  background: rgba(10, 18, 36, 0.78);
  border: 1px solid rgba(100, 150, 210, 0.24);
}

.me-heart-status--steady {
  border-color: rgba(80, 180, 120, 0.35);
}

.me-heart-status--accumulate {
  border-color: rgba(80, 150, 220, 0.35);
}

.me-heart-status--leap {
  border-color: rgba(255, 140, 90, 0.42);
  background: rgba(28, 14, 10, 0.55);
}

.me-heart-status--low {
  border-color: rgba(130, 140, 160, 0.28);
}

.me-heart-status__icon {
  font-size: 1.35rem;
  line-height: 1;
  color: rgba(255, 120, 140, 0.88);
}

.me-heart-status--steady .me-heart-status__icon { color: rgba(100, 210, 150, 0.9); }
.me-heart-status--accumulate .me-heart-status__icon { color: rgba(100, 180, 240, 0.9); }
.me-heart-status--leap .me-heart-status__icon {
  animation: heart-pulse-scale var(--heart-pulse-period) var(--heart-pulse-easing) infinite;
}

.me-heart-status--low .me-heart-status__icon { color: rgba(160, 170, 190, 0.75); }

/* —— 白天：本文件晚于 siteTheme 加载，浅紫/浅字必须在此盖掉 —— */
body.theme-day.me-body,
body.theme-day .me-dashboard,
body.theme-day .me-dashboard .panel {
  color: #0f2740;
}

/* 白天：象限趋势卡去夜色 blur，改纸面 elevation */
body.theme-day .me-quadrant-trend {
  background: #ffffff !important;
  border-color: rgba(55, 53, 47, 0.12) !important;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 22px rgba(15, 23, 42, 0.05) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #0f2740;
}

body.theme-day .me-quadrant-trend__title {
  color: rgba(55, 53, 47, 0.58) !important;
  text-transform: none;
}

body.theme-day .me-dashboard__fold-summary--longterm {
  color: #4c2f6e !important;
}

body.theme-day .me-quadrant__zone-label,
body.theme-day .me-header__eyebrow,
body.theme-day .me-header__lead,
body.theme-day .me-header__natal,
body.theme-day .me-guide,
body.theme-day .me-guide__summary,
body.theme-day .me-structure__lead,
body.theme-day .me-structure__hint,
body.theme-day .me-behavior-trend__lead,
body.theme-day .me-behavior-trend__hint,
body.theme-day .me-singularity__lead,
body.theme-day .me-singularity__hub,
body.theme-day .me-singularity__eyebrow,
body.theme-day .me-income-chart__lead,
body.theme-day .me-income-chart__hint,
body.theme-day .me-income-chart__eyebrow,
body.theme-day .me-dna__sub,
body.theme-day .me-rhythm-pathway__tagline,
body.theme-day .me-rhythm-pathway__step-sub,
body.theme-day .me-rhythm-pathway__step-desc,
body.theme-day .me-heart-status__tone,
body.theme-day .me-heart-status__pct,
body.theme-day .me-heart-status__context,
body.theme-day .me-dash-wx__tier,
body.theme-day .me-dash-wx__yong,
body.theme-day .me-dash-bar__val,
body.theme-day .me-helix-meta__grid dd,
body.theme-day .me-helix-crumb__link,
body.theme-day .me-helix-crumb__sep,
body.theme-day .me-helix-crumb__current,
body.theme-day .growth-path__eyebrow {
  color: #15324f !important;
}

body.theme-day .me-header__title,
body.theme-day .me-dashboard__panel-title,
body.theme-day .me-structure__title,
body.theme-day .me-singularity__title,
body.theme-day .me-income-chart__title,
body.theme-day .me-behavior-trend__title,
body.theme-day .me-rhythm-pathway__step-title,
body.theme-day .me-heart-status__heart,
body.theme-day .growth-path__title,
body.theme-day .me-dash-wx__bars-title,
body.theme-day .me-dash-wx__score,
body.theme-day .me-dash-bar__label,
body.theme-day .me-dash-bar__el,
body.theme-day .me-trend-chip {
  color: #0f2740 !important;
}

body.theme-day .me-dash-bar__phase--qiu {
  color: #4c2f6e !important;
  background: rgba(76, 47, 110, 0.1);
}

body.theme-day .me-dash-bar__phase--xiang {
  color: #1a5a8a !important;
}

body.theme-day .me-dash-bar__phase--wang {
  color: #8a5a12 !important;
}

body.theme-day .me-dash-bar__phase--xiu,
body.theme-day .me-dash-bar__phase--si {
  color: rgba(15, 39, 64, 0.65) !important;
}

body.theme-day .me-heart-status__icon {
  color: #8b3a5a !important;
}

body.theme-day .me-heart-status--steady .me-heart-status__icon {
  color: #1f6b4a !important;
}

body.theme-day .me-heart-status--accumulate .me-heart-status__icon {
  color: #1a5a8a !important;
}

body.theme-day .me-heart-status--low .me-heart-status__icon {
  color: rgba(15, 39, 64, 0.55) !important;
}

body.theme-day .me-behavior-trend__cta,
body.theme-day .me-rhythm-pathway__step-cta,
body.theme-day .growth-path__link,
body.theme-day .me-rhythm-pathway__guide-link,
body.theme-day .me-natal-edit {
  color: #1a3c5e !important;
}

body.theme-day .me-natal-edit:hover {
  color: #0f2740 !important;
}

body.theme-day .me-structure__btn {
  color: #0f2740 !important;
  background: #ffffff !important;
  border-color: rgba(26, 90, 150, 0.28) !important;
}

body.theme-day .me-structure__btn:hover {
  background: #eef5fc !important;
  border-color: rgba(26, 90, 150, 0.4) !important;
}

body.theme-day .me-singularity__primary-eyebrow,
body.theme-day .me-singularity__primary-when,
body.theme-day .me-singularity__primary-phase {
  color: #8a4a18 !important;
}

body.theme-day .me-singularity__primary-title {
  color: #0f2740 !important;
}

body.theme-day .me-singularity__primary-sub,
body.theme-day .me-singularity__primary-hub {
  color: #15324f !important;
}

body.theme-day .me-singularity__month-pillar__badge {
  color: #8b3a3a !important;
}

body.theme-day .me-jiaxu-year__h {
  color: #8a4a18 !important;
}

body.theme-day .me-income-chart__tag {
  color: #1a5a8a !important;
  background: rgba(26, 90, 150, 0.08) !important;
  border-color: rgba(26, 90, 150, 0.22) !important;
}

body.theme-day .me-income-chart__tag--mode {
  color: #8a5a12 !important;
  background: rgba(180, 110, 40, 0.1) !important;
  border-color: rgba(180, 110, 40, 0.28) !important;
}

body.theme-day .me-income-chart__tag--chain {
  color: #1f6b4a !important;
  background: rgba(47, 107, 82, 0.1) !important;
  border-color: rgba(47, 107, 82, 0.28) !important;
}

body.theme-day .me-income-chart__tag--psyche {
  color: #4c2f6e !important;
  background: rgba(76, 47, 110, 0.08) !important;
  border-color: rgba(76, 47, 110, 0.22) !important;
}

body.theme-day .me-income-chart__tag--temp {
  color: #1a5a8a !important;
  background: rgba(26, 107, 138, 0.1) !important;
  border-color: rgba(26, 107, 138, 0.28) !important;
}

body.theme-day .month-rhythm-summary__eyebrow {
  color: #4c2f6e !important;
}

body.theme-day .month-rhythm-summary__title,
body.theme-day .month-rhythm-summary__line,
body.theme-day .month-rhythm-summary__highlights,
body.theme-day .month-rhythm-summary__highlights li {
  color: #0f2740 !important;
}

body.theme-day .liuyue-pillar__stem,
body.theme-day .liuyue-pillar__branch,
body.theme-day .liuyue-pillar__term {
  color: #0f2740 !important;
}

body.theme-day .liuyue-pillar__wx--木 {
  color: #1f6b4a !important;
}

body.theme-day .liuyue-pillar__wx--火 {
  color: #8b3a3a !important;
}

body.theme-day .liuyue-pillar__wx--土 {
  color: #8a5a12 !important;
}

body.theme-day .liuyue-pillar__wx--金 {
  color: #5a4a18 !important;
}

body.theme-day .liuyue-pillar__wx--水 {
  color: #1a5a8a !important;
}

/* 白天补漏：DNA / 柱神 / 导出 / 多视角 / 页脚 / 面包屑 */
body.theme-day .me-dna-detail__rhythm-label,
body.theme-day .me-dna-detail__tags,
body.theme-day .me-dna-detail__burst,
body.theme-day .me-dna-detail__behavior,
body.theme-day .me-pillar-brief,
body.theme-day .me-pillar-brief__watch,
body.theme-day .me-pillar-brief__struct-client,
body.theme-day .me-pillar-brief strong,
body.theme-day .me-pillar-brief li,
body.theme-day .me-report-panel__hint,
body.theme-day .me-export__version,
body.theme-day .me-export__decade-hint,
body.theme-day .me-multiview__badge,
body.theme-day .bazi-multi-view__scope,
body.theme-day .bazi-multi-view__step-title,
body.theme-day .bazi-multi-view li,
body.theme-day .bazi-multi-view p,
body.theme-day .me-footer a,
body.theme-day .me-footer__note,
body.theme-day .me-footer__privacy a,
body.theme-day .zone-breadcrumb__main,
body.theme-day .zone-breadcrumb__sub,
body.theme-day .me-dashboard__fold-summary,
body.theme-day .me-dashboard__fold-body,
body.theme-day .me-dashboard__fold-body p,
body.theme-day .me-dashboard__fold-body li,
body.theme-day .me-helix-meta__grid dt,
body.theme-day .me-helix-meta li,
body.theme-day .me-helix-annotation-chip,
body.theme-day .me-replenish-entry,
body.theme-day .me-replenish-entry__label,
body.theme-day .me-replenish-entry__score,
body.theme-day .growth-path__lead,
body.theme-day .growth-path__line,
body.theme-day .me-structure__btn,
body.theme-day .me-structure__dm,
body.theme-day .me-header__back {
  color: #0f2740 !important;
}

body.theme-day .me-dna-detail__behavior--up {
  color: #1f6b4a !important;
}

body.theme-day .me-dna-detail__behavior--down {
  color: #8b3a3a !important;
}

body.theme-day .me-dna-detail__burst {
  color: #8a5a12 !important;
}

body.theme-day .me-multiview__badge {
  color: #1f6b4a !important;
}

body.theme-day .me-footer a[href*='join'],
body.theme-day .me-footer a[href*='charm'] {
  color: #1a3c5e !important;
}

body.theme-day .zone-breadcrumb__main,
body.theme-day .zone-breadcrumb__sub {
  opacity: 1 !important;
}

body.theme-day .zone-breadcrumb__item.is-current .zone-breadcrumb__main,
body.theme-day .zone-breadcrumb__item.is-current .zone-breadcrumb__sub {
  color: #0f2740 !important;
}

/* 出生信息弹层：白天白底深字 */
body.theme-day .unlock-modal,
body.theme-day .unlock-modal__panel,
body.theme-day .birth-unlock-form {
  background: #ffffff !important;
  color: #0f2740 !important;
}

body.theme-day .unlock-modal__eyebrow,
body.theme-day .unlock-modal__title,
body.theme-day .unlock-modal__lead,
body.theme-day .unlock-modal__close,
body.theme-day .birth-unlock-form__step-hint,
body.theme-day .birth-unlock-form summary,
body.theme-day .birth-unlock-form label,
body.theme-day .birth-unlock-form span,
body.theme-day .birth-unlock-form p,
body.theme-day .profile-field__hint,
body.theme-day .profile-field__radio,
body.theme-day .environment-profile__fold-summary,
body.theme-day .environment-dialect-row__label {
  color: #0f2740 !important;
  opacity: 1 !important;
}

body.theme-day .birth-unlock-form__step-hint,
body.theme-day .birth-unlock-form summary {
  color: #4c2f6e !important;
}

body.theme-day .unlock-modal__close {
  color: #15324f !important;
}

body.theme-day .birth-unlock-form input,
body.theme-day .birth-unlock-form select,
body.theme-day .birth-unlock-form textarea {
  color: #0f2740 !important;
  background: #ffffff !important;
  border-color: rgba(26, 90, 150, 0.28) !important;
}

/* 白天：核心页 token 改实色深蓝/紫，盖掉半透明 mute */
body.theme-day.me-body,
body.theme-day .me-page,
body.theme-day .me-dashboard {
  --day-ink: #0f2740;
  --day-ink-soft: #15324f;
  --day-ink-mute: #3b2460;
  --site-ink: #0f2740;
  --site-ink-soft: #15324f;
  --site-ink-mute: #3b2460;
  --text-primary: #0f2740;
  --text-secondary: #15324f;
  --text-tertiary: #3b2460;
  color: #0f2740;
}

body.theme-day .me-dash-wx__score span,
body.theme-day .me-profile-refine-hint,
body.theme-day .me-helix-sub,
body.theme-day .me-dash-wx__layer-legend,
body.theme-day .me-dash-wx__layer-legend-detail,
body.theme-day .me-dash-wx__layer-notes,
body.theme-day .me-dash-wx__liuri-day-hint,
body.theme-day .me-dash-wx__water-callout,
body.theme-day .me-dash-wx__water-callout strong,
body.theme-day .me-dash-wx__behavior,
body.theme-day .me-natal-line,
body.theme-day .me-behavior-trend__score,
body.theme-day .me-behavior-trend__chart-label,
body.theme-day .me-behavior-trend__chart-meta,
body.theme-day .me-structure__stats dt,
body.theme-day .me-structure__stats dd,
body.theme-day .me-dash-meta dt,
body.theme-day .me-dash-meta dd,
body.theme-day .me-mini-tst,
body.theme-day .me-singularity__near,
body.theme-day .me-singularity__year-board-title,
body.theme-day .me-singularity__year-board-lead,
body.theme-day .me-helix-annotation-chip__soon,
body.theme-day .me-helix-meta__kui-gang,
body.theme-day .me-helix-meta__pillar-activation,
body.theme-day .me-helix-meta__pillar-arc-hint,
body.theme-day .me-helix-meta__env-impact,
body.theme-day .me-helix-meta__tst,
body.theme-day .life-helix-3d__hint,
body.theme-day .site-header__eyebrow,
body.theme-day .site-header__title {
  color: #0f2740 !important;
  opacity: 1 !important;
}

body.theme-day .me-quadrant-actions__btn {
  color: #0f2740 !important;
}

body.theme-day .me-quadrant-actions__btn--primary {
  color: #ffffff !important;
}

/* DNA 锁定提示 / 补充入口分数：白天仍残留夜色浅字 */
body.theme-day .me-dna__locked,
body.theme-day .me-dna__locked-hint,
body.theme-day .me-replenish-entry__score,
body.theme-day .me-replenish-entry__score span,
body.theme-day .me-report-panel__hint,
body.theme-day .me-report-panel p,
body.theme-day .me-report-panel li {
  color: #0f2740 !important;
  opacity: 1 !important;
}

body.theme-day .me-dna__locked-hint {
  color: #3b2460 !important;
}

/* 底栏面包屑：白天改为浅底深字（不再用夜色浅蓝字） */
body.theme-day .zone-breadcrumb {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(26, 90, 150, 0.22) !important;
}

body.theme-day .zone-breadcrumb__link {
  color: #15324f !important;
}

body.theme-day .zone-breadcrumb__link:hover {
  color: #0f2740 !important;
  background: rgba(26, 90, 150, 0.08) !important;
}

body.theme-day .zone-breadcrumb__link.is-current {
  color: #ffffff !important;
  background: #1a3c5e !important;
  box-shadow: none !important;
}

body.theme-day .zone-breadcrumb__sep {
  color: #3b2460 !important;
  opacity: 1 !important;
}

body.theme-day .growth-path__eyebrow,
body.theme-day .growth-path__lead,
body.theme-day .growth-path__line,
body.theme-day .me-dash-bar__phase--xiu,
body.theme-day .me-dash-bar__phase--si,
body.theme-day .me-heart-status--low .me-heart-status__icon {
  opacity: 1 !important;
}

body.theme-day .me-dash-bar__phase--xiu,
body.theme-day .me-dash-bar__phase--si {
  color: #3b2460 !important;
}

/* ── 公司 / 产品主体 · 三运 ── */
.me-org-subject-host {
  margin: 0.65rem 0 0;
}

.me-plan-confirm {
  margin: 0 0 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(100, 170, 140, 0.35);
  background: rgba(20, 48, 40, 0.45);
  max-width: 40rem;
}

.me-plan-confirm__kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: rgba(160, 220, 180, 0.85);
}

.me-plan-confirm__title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: rgba(235, 248, 240, 0.96);
}

.me-plan-confirm__lead {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(210, 235, 220, 0.88);
}

body.theme-day .me-plan-confirm {
  background: rgba(232, 245, 238, 0.95);
  border-color: rgba(40, 120, 80, 0.22);
}

body.theme-day .me-plan-confirm__title {
  color: #143328;
}

body.theme-day .me-plan-confirm__lead,
body.theme-day .me-plan-confirm__kicker {
  color: rgba(30, 70, 50, 0.85);
}

.me-org-switch__label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(200, 225, 255, 0.78);
}

.me-org-switch__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.me-org-switch__tab {
  appearance: none;
  border: 1px solid rgba(120, 160, 210, 0.28);
  background: rgba(20, 32, 52, 0.55);
  color: rgba(220, 232, 248, 0.88);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.78rem;
  cursor: pointer;
}

.me-org-switch__tab.is-active {
  background: linear-gradient(165deg, #1f4a6e 0%, #15324f 100%);
  border-color: rgba(100, 170, 230, 0.45);
  color: #fff;
}

.me-org-switch__hint {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(215, 232, 255, 0.88);
  max-width: 36rem;
}

.me-org-dayun-host {
  margin: 0.85rem 0 0.55rem;
}

.me-org-liunian-host {
  margin: 0 0 1rem;
}

/* ── 转折点 / 可能的变化点（奇点栏回退 · 公司默认） ── */
.me-helix-duo__singularity .me-turning {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(0.85rem, 1.2vw, 1.1rem);
  background: linear-gradient(155deg, rgba(18, 28, 48, 0.92), rgba(10, 18, 36, 0.9));
  border: 1px solid rgba(100, 160, 220, 0.32);
  border-radius: 0.85rem;
  box-shadow:
    0 0 28px rgba(60, 110, 180, 0.14),
    inset 0 1px 0 rgba(180, 210, 255, 0.06);
}

.me-turning__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(160, 190, 230, 0.62);
}

.me-turning__title {
  margin: 0 0 0.45rem;
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  color: rgba(230, 238, 250, 0.95);
}

.me-turning__lead,
.me-turning__foot,
.me-turning__empty {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(190, 208, 232, 0.72);
}

.me-turning__foot {
  margin: 0.75rem 0 0;
  font-size: 0.72rem;
  color: rgba(170, 192, 220, 0.5);
}

.me-turning__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.me-turning__item {
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(100, 150, 210, 0.22);
  background: rgba(16, 26, 44, 0.72);
}

.me-turning__item--active_edge {
  border-color: rgba(120, 180, 240, 0.42);
  box-shadow: 0 0 16px rgba(80, 140, 210, 0.12);
}

.me-turning__item--upcoming {
  border-style: dashed;
}

.me-turning__badge {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: rgba(150, 185, 230, 0.58);
}

.me-turning__shift {
  margin: 0 0 0.2rem;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 600;
  color: rgba(236, 244, 255, 0.96);
  letter-spacing: 0.02em;
}

.me-turning__when,
.me-turning__status {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(180, 200, 230, 0.62);
}

.me-turning__drill {
  margin-top: 0.85rem;
}

.me-org-dayun__lead,
.me-org-dayun__foot,
.me-org-dayun__empty {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(200, 214, 235, 0.72);
}

.me-org-dayun__foot {
  margin: 0.75rem 0 0;
  font-size: 0.72rem;
  color: rgba(180, 200, 230, 0.48);
}

.me-org-dayun__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.me-org-dayun__card {
  padding: 0.75rem 0.8rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(100, 150, 210, 0.22);
  background: rgba(16, 28, 48, 0.55);
}

.me-org-dayun__card--current {
  border-color: rgba(120, 180, 240, 0.42);
  box-shadow: 0 0 0 1px rgba(80, 140, 210, 0.12) inset;
}

.me-org-dayun__role {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: rgba(160, 190, 230, 0.62);
}

.me-org-dayun__gz {
  margin: 0.35rem 0 0.15rem;
  font-size: 1.35rem;
  font-weight: 650;
  color: rgba(240, 246, 255, 0.95);
}

.me-org-dayun__range,
.me-org-dayun__hint {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgba(180, 200, 230, 0.58);
}

.me-org-dayun__hint {
  margin-top: 0.35rem;
}

.me-org-liunian__lead,
.me-org-liunian__foot,
.me-org-liunian__empty {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(200, 214, 235, 0.72);
}

.me-org-liunian__foot {
  margin: 0.7rem 0 0;
  font-size: 0.72rem;
  color: rgba(180, 200, 230, 0.48);
}

.me-org-liunian__row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
}

.me-org-liunian__cell {
  border: 1px solid rgba(100, 150, 210, 0.2);
  border-radius: 0.5rem;
  padding: 0.45rem 0.35rem;
  text-align: center;
  background: rgba(16, 28, 48, 0.42);
}

.me-org-liunian__cell.is-past {
  opacity: 0.55;
}

.me-org-liunian__cell.is-current {
  border-color: rgba(120, 180, 240, 0.48);
  background: rgba(31, 74, 110, 0.38);
}

.me-org-liunian__y {
  display: block;
  font-size: 0.66rem;
  color: rgba(160, 190, 230, 0.58);
}

.me-org-liunian__gz {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(240, 246, 255, 0.94);
}

.me-org-liunian__mark {
  display: inline-block;
  margin-top: 0.18rem;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  color: rgba(160, 210, 255, 0.92);
}

body.theme-day .me-org-switch__tab {
  background: #fff;
  color: #15324f;
  border-color: rgba(26, 90, 150, 0.18);
}

body.theme-day .me-org-switch__tab.is-active {
  background: linear-gradient(165deg, #1f4a6e 0%, #15324f 100%);
  color: #fff;
}

body.theme-day .me-org-switch__hint,
body.theme-day .me-org-dayun__lead,
body.theme-day .me-org-dayun__foot,
body.theme-day .me-org-dayun__empty,
body.theme-day .me-org-dayun__role,
body.theme-day .me-org-dayun__range,
body.theme-day .me-org-dayun__hint,
body.theme-day .me-org-liunian__lead,
body.theme-day .me-org-liunian__foot,
body.theme-day .me-org-liunian__empty,
body.theme-day .me-org-liunian__y,
body.theme-day .me-org-liunian__mark,
body.theme-day .me-turning__lead,
body.theme-day .me-turning__foot,
body.theme-day .me-turning__empty,
body.theme-day .me-turning__eyebrow,
body.theme-day .me-turning__badge,
body.theme-day .me-turning__when,
body.theme-day .me-turning__status {
  color: rgba(15, 39, 64, 0.62);
}

body.theme-day .me-helix-duo__singularity .me-turning {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 252, 0.94));
  border-color: rgba(26, 90, 150, 0.18);
  box-shadow: var(--day-elev-2, 0 8px 24px rgba(15, 39, 64, 0.06));
}

body.theme-day .me-turning__title,
body.theme-day .me-turning__shift {
  color: #0f2740;
}

body.theme-day .me-turning__item {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(26, 90, 150, 0.16);
}

body.theme-day .me-turning__item--active_edge {
  border-color: rgba(26, 90, 150, 0.32);
  background: rgba(214, 232, 247, 0.55);
  box-shadow: none;
}

body.theme-day .me-org-dayun__card,
body.theme-day .me-org-liunian__cell {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(26, 90, 150, 0.16);
}

body.theme-day .me-org-dayun__gz,
body.theme-day .me-org-liunian__gz {
  color: #0f2740;
}

body.theme-day .me-org-liunian__cell.is-current {
  background: rgba(214, 232, 247, 0.88);
  border-color: rgba(26, 90, 150, 0.28);
}

@media (max-width: 720px) {
  .me-org-dayun__grid {
    grid-template-columns: 1fr;
  }

  .me-org-liunian__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.is-org-subject #me-today-fold,
body.is-org-subject #me-replenish-host,
body.is-org-subject #me-income-chart-host,
body.is-org-subject #me-month-summary-host {
  display: none !important;
}

/* 公司 / 产品：节点读数不挂身体行；侧栏也不进身体 / 成长 */
body.is-org-subject .me-dna-detail__rhythm-row--body {
  display: none !important;
}

body.is-org-subject .app-dock__item[data-app-id="body"],
body.is-org-subject .app-dock__item[data-app-id="growth"] {
  display: none !important;
}

/* ── 核心 · 开放宇宙舞台（对齐折叠时间页） ── */
body.me-cosmos {
  background: #02060d;
  position: relative;
}

.me-cosmos__aurora,
.me-cosmos__grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.me-cosmos__aurora {
  background:
    radial-gradient(ellipse 55% 70% at 88% 38%, rgba(200, 255, 58, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 50% at 12% 72%, rgba(0, 210, 255, 0.28), transparent 50%),
    radial-gradient(ellipse 40% 45% at 55% 8%, rgba(255, 110, 199, 0.2), transparent 50%),
    linear-gradient(180deg, #02060d 0%, #061830 50%, #040818 100%);
}

.me-cosmos__grid {
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(0, 210, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 210, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 40%, #000 15%, transparent 75%);
}

.me-page--cosmos {
  position: relative;
  z-index: 1;
  max-width: min(78rem, 100%);
  margin: 0 auto;
  padding: 1rem clamp(0.75rem, 2vw, 1.5rem) 3rem;
}

.me-cosmos__header.site-header {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0.75rem;
}

.me-cosmos__header .site-header__title {
  text-shadow: 0 0 28px rgba(0, 210, 255, 0.25);
}

.me-dashboard--quadrant {
  position: relative;
  z-index: 1;
}
/* 左栏 · 今日状态（五行面板顶与右侧螺旋顶对齐） */
.me-dashboard--quadrant.me-dashboard {
  align-items: start;
}

/*
 * 单层高透玻璃：左栏整壳一层 + 右螺旋整壳一层，
 * 内部 3D / 奇点 / 四柱 / 行为 全部透明，不叠第二层。
 */
.me-today-rail,
.me-helix-open {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px) saturate(1.5);
  -webkit-backdrop-filter: blur(30px) saturate(1.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 12px 36px rgba(40, 30, 90, 0.08);
}

.me-today-rail {
  padding: 0.75rem 0.9rem 0.9rem;
  gap: 0.85rem;
}

.me-today-rail .me-quadrant-trend-host,
.me-today-rail__fold {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.me-today-rail__fold .me-dashboard__fold-summary {
  border: 0;
  background: transparent;
  color: rgba(200, 235, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.15rem 0 0.45rem;
  list-style: none;
}

.me-today-rail__fold .me-dashboard__fold-summary::-webkit-details-marker {
  display: none;
}

.me-today-rail__fold .me-dashboard__fold-body {
  padding: 0 0 0.35rem;
}

.me-helix-open {
  display: block;
  padding: 0.85rem 0.95rem 1rem;
}

.me-helix-open .me-quadrant--center {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

/* 内层：彻底透明，不另起玻璃 */
.me-helix-open .me-helix-stage--3d,
.me-helix-open .me-helix-duo__singularity,
.me-pillar-open .me-pillar-brief-host,
.me-helix-open .me-stage-more {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border: 0;
}

.me-helix-open .me-helix-stage--3d {
  border-radius: 1rem;
}

.me-helix-open .me-helix-duo__singularity {
  border-radius: 0.75rem;
}

/* 四柱常开区 */
.me-west-natal:not([hidden]) {
  display: block;
  margin: 1rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(180, 210, 240, 0.12);
}

.me-west-natal__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  opacity: 0.7;
}

.me-west-natal__note {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  line-height: 1.45;
  opacity: 0.62;
}

.me-west-natal-host:empty {
  display: none;
}

.me-pillar-open {
  margin-top: 1.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 210, 255, 0.12);
}

.me-pillar-open__kicker {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 210, 255, 0.75);
}

.me-pillar-open .me-pillar-brief-host {
  border-radius: 0;
  padding: 0;
}

.me-helix-open .me-stage-more {
  margin-top: 0.85rem;
  border-radius: 0;
}

.me-helix-open .me-stage-more .me-dashboard__fold-summary {
  border: 0;
  background: transparent;
  color: rgba(180, 230, 255, 0.65);
}

.me-quadrant--south.me-stage-actions {
  margin-top: 0.35rem;
  padding: 0.25rem 0;
  background: transparent;
  border: 0;
}

@media (max-width: 900px) {
  .me-dashboard--quadrant {
    grid-template-columns: 1fr;
  }

  .me-dashboard__left.me-today-rail {
    position: static;
  }
}

/* 夜色：抬头可读（防浅字淹没） */
body.me-cosmos:not(.theme-day) .me-natal-line,
body.me-cosmos:not(.theme-day) .site-header__eyebrow,
body.me-cosmos:not(.theme-day) .me-helix-sub,
body.me-cosmos:not(.theme-day) .me-profile-refine-hint,
body.me-cosmos:not(.theme-day) .me-dashboard__panel-title,
body.me-cosmos:not(.theme-day) .me-org-switch__hint,
body.me-cosmos:not(.theme-day) .me-org-switch__label {
  color: rgba(220, 238, 255, 0.9);
}

body.theme-day.me-cosmos .me-org-switch__label,
body.theme-day.me-cosmos .me-org-switch__hint {
  color: #15324f !important;
}

body.theme-day.me-cosmos .me-org-switch__tab {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16));
  border-color: rgba(255, 255, 255, 0.55);
  color: #0f2740;
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  box-shadow:
    0 6px 18px rgba(80, 60, 140, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body.theme-day.me-cosmos .me-org-switch__tab.is-active {
  background: linear-gradient(135deg, rgba(120, 100, 255, 0.92), rgba(70, 200, 220, 0.9));
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  box-shadow:
    0 8px 24px rgba(100, 90, 220, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* ── 白天 · 单层高透玻璃（壳一层；内层全透） ── */
body.theme-day.me-body.me-cosmos {
  --me-glass-fill: rgba(255, 255, 255, 0.12);
  --me-glass-blur: 34px;
  background: transparent !important;
  background-image: none !important;
  color: #0f2740;
}

body.theme-day .me-cosmos__aurora {
  background:
    radial-gradient(ellipse 60% 70% at 88% 22%, rgba(180, 120, 255, 0.48), transparent 58%),
    radial-gradient(ellipse 55% 60% at 10% 78%, rgba(60, 220, 230, 0.36), transparent 55%),
    radial-gradient(ellipse 50% 48% at 48% 8%, rgba(255, 140, 200, 0.34), transparent 52%),
    radial-gradient(ellipse 40% 40% at 70% 85%, rgba(120, 170, 255, 0.24), transparent 50%),
    linear-gradient(165deg, #eef3ff 0%, #e4ecfb 40%, #f6eaf6 100%);
}

body.theme-day .me-cosmos__grid {
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(80, 60, 160, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 60, 160, 0.09) 1px, transparent 1px);
}

body.theme-day.me-cosmos .me-cosmos__header .site-header__title,
body.theme-day.me-cosmos .site-header__eyebrow,
body.theme-day.me-cosmos .me-natal-line,
body.theme-day.me-cosmos .me-natal-edit,
body.theme-day.me-cosmos .me-helix-sub,
body.theme-day.me-cosmos .me-profile-refine-hint,
body.theme-day.me-cosmos .me-dashboard__panel-title,
body.theme-day.me-cosmos .me-pillar-open__kicker {
  color: #0f2740 !important;
  text-shadow: none !important;
}

/* 外层壳 · 唯一玻璃（更明显但仍透）：左栏整壳 + 右螺旋整壳 */
body.theme-day.me-cosmos .me-today-rail,
body.theme-day.me-cosmos .me-helix-open {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.06) 48%, rgba(200, 180, 255, 0.08)),
    var(--me-glass-fill) !important;
  backdrop-filter: blur(var(--me-glass-blur)) saturate(1.55) !important;
  -webkit-backdrop-filter: blur(var(--me-glass-blur)) saturate(1.55) !important;
  border: 0 !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(120, 100, 220, 0.06),
    0 16px 40px rgba(70, 50, 140, 0.1) !important;
  color: #0f2740;
}

/* 内层 · 全部透明，不叠第二层玻璃 */
body.theme-day.me-cosmos .me-today-rail__fold,
body.theme-day.me-cosmos .me-today-rail .me-quadrant-trend-host,
body.theme-day.me-cosmos .me-pillar-open .me-pillar-brief-host,
body.theme-day.me-cosmos .me-helix-open .me-helix-duo__singularity,
body.theme-day.me-cosmos .me-helix-open .me-stage-more,
body.theme-day.me-cosmos .me-helix-open .me-helix-stage--3d,
body.theme-day.me-cosmos .me-helix-stage--3d,
body.theme-day.me-cosmos .me-quadrant-trend,
body.theme-day.me-cosmos .me-singularity-host,
body.theme-day.me-cosmos .me-singularity,
body.theme-day.me-cosmos .me-singularity__card,
body.theme-day.me-cosmos .me-singularity__primary,
body.theme-day.me-cosmos .me-singularity__month-pillar,
body.theme-day.me-cosmos .me-pillar-brief__card,
body.theme-day.me-cosmos .me-helix-meta--sidebar,
body.theme-day.me-cosmos .me-structure,
body.theme-day.me-cosmos .me-income-chart,
body.theme-day.me-cosmos .me-report-panel,
body.theme-day.me-cosmos .me-behavior-host .panel--behavior,
body.theme-day.me-cosmos .me-helix-duo__singularity .me-turning,
body.theme-day.me-cosmos .me-turning__item,
body.theme-day.me-cosmos .me-org-dayun__card,
body.theme-day.me-cosmos .me-org-liunian__cell,
body.theme-day.me-cosmos .me-dashboard .panel,
body.theme-day.me-cosmos .me-dash-wx__behavior {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #0f2740;
}

body.theme-day.me-cosmos .me-today-rail__fold .me-dashboard__fold-summary,
body.theme-day.me-cosmos .me-dashboard__fold-summary,
/* 夜色 · 单层高透玻璃壳 */
body.me-cosmos:not(.theme-day) .me-today-rail,
body.me-cosmos:not(.theme-day) .me-helix-open {
  background: rgba(8, 20, 40, 0.22) !important;
  backdrop-filter: blur(30px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.4) !important;
  box-shadow:
    0 0 0 1px rgba(0, 210, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 40px rgba(0, 0, 0, 0.22) !important;
}

body.me-cosmos:not(.theme-day) .me-today-rail__fold,
body.me-cosmos:not(.theme-day) .me-today-rail .me-quadrant-trend-host,
body.me-cosmos:not(.theme-day) .me-pillar-open .me-pillar-brief-host,
body.me-cosmos:not(.theme-day) .me-helix-open .me-helix-duo__singularity,
body.me-cosmos:not(.theme-day) .me-helix-open .me-helix-stage--3d,
body.me-cosmos:not(.theme-day) .me-singularity,
body.me-cosmos:not(.theme-day) .me-singularity__primary,
body.me-cosmos:not(.theme-day) .me-behavior-host .panel--behavior {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

/* ── 公司工作台 · 双锚 ── */
.me-company-desk-host {
  margin: 0.85rem 0 0;
  max-width: 46rem;
}

body.is-company-desk-setup #me-dashboard,
body.is-company-desk-setup #me-dna-locked,
body.is-company-desk-setup #me-natal-line,
body.is-company-desk-setup .me-footer {
  display: none !important;
}

body.is-company-desk-setup .me-company-desk-host {
  max-width: 52rem;
  margin: 1.25rem auto 2rem;
}

.me-company-desk {
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid rgba(120, 160, 210, 0.28);
  border-radius: 0.85rem;
  background: linear-gradient(165deg, rgba(18, 36, 58, 0.78) 0%, rgba(12, 24, 40, 0.62) 100%);
}

.me-company-desk--bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.me-company-desk__bar-main {
  min-width: 12rem;
}

.me-company-desk__bar-title {
  display: block;
  margin: 0.1rem 0;
  font-size: 1rem;
  color: rgba(235, 244, 255, 0.96);
}

.me-company-desk__bar-focus {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(160, 210, 180, 0.92);
}

.me-company-desk__bar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-start;
}

.me-company-desk__link {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(100, 170, 230, 0.4);
  color: rgba(220, 238, 255, 0.95);
  text-decoration: none;
  font-size: 0.84rem;
}

.me-company-desk__edit {
  min-width: min(100%, 36rem);
}

.me-company-desk__edit summary {
  cursor: pointer;
  font-size: 0.82rem;
  color: rgba(190, 220, 250, 0.9);
  list-style: none;
}

.me-company-desk__edit summary::-webkit-details-marker {
  display: none;
}

.me-company-desk__edit[open] summary {
  margin-bottom: 0.65rem;
}

.me-company-desk__kicker {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(180, 210, 240, 0.75);
}

.me-company-desk__title {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 650;
  color: rgba(235, 244, 255, 0.96);
}

.me-company-desk__lead {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(210, 228, 248, 0.86);
  max-width: 38rem;
}

.me-company-desk__rules {
  margin: 0 0 0.85rem;
  padding-left: 1.1rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(200, 222, 245, 0.88);
  max-width: 40rem;
}

.me-company-desk__rules li + li {
  margin-top: 0.35rem;
}

.me-company-desk__status {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  color: rgba(255, 200, 140, 0.92);
}

.me-company-desk__form {
  display: grid;
  gap: 0.9rem;
}

.me-company-desk__cols {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.me-company-desk__block {
  margin: 0;
  padding: 0.8rem 0.85rem 0.95rem;
  border: 1px solid rgba(100, 140, 190, 0.22);
  border-radius: 0.55rem;
  display: grid;
  gap: 0.55rem;
}

.me-company-desk__block legend {
  padding: 0 0.25rem;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  color: rgba(210, 230, 255, 0.95);
  font-weight: 600;
}

.me-company-desk__block-hint {
  margin: 0 0 0.15rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(180, 210, 240, 0.72);
}

.me-company-desk__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.78rem;
  color: rgba(210, 228, 248, 0.85);
}

.me-company-desk__field input,
.me-company-desk__field select {
  appearance: none;
  border: 1px solid rgba(120, 160, 210, 0.3);
  border-radius: 0.4rem;
  background: rgba(8, 16, 28, 0.55);
  color: rgba(235, 244, 255, 0.95);
  padding: 0.45rem 0.55rem;
  font-size: 0.88rem;
}

.me-company-desk__gender {
  margin: 0.15rem 0 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(210, 228, 248, 0.88);
}

.me-company-desk__gender legend {
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0.78rem;
  color: rgba(190, 220, 250, 0.9);
  font-weight: 500;
}

.me-company-desk__err {
  margin: 0;
  font-size: 0.82rem;
  color: #ffb4a8;
}

.me-company-desk__submit {
  appearance: none;
  border: 1px solid rgba(100, 170, 230, 0.45);
  border-radius: 0.5rem;
  background: linear-gradient(165deg, #1f4a6e 0%, #15324f 100%);
  color: #fff;
  padding: 0.65rem 1.1rem;
  font-size: 0.92rem;
  cursor: pointer;
  justify-self: start;
}

body.theme-day .me-company-desk {
  background: linear-gradient(165deg, rgba(245, 248, 252, 0.96) 0%, rgba(230, 238, 248, 0.92) 100%);
  border-color: rgba(40, 70, 110, 0.18);
}

body.theme-day .me-company-desk__title,
body.theme-day .me-company-desk__bar-title {
  color: #152338;
}

body.theme-day .me-company-desk__lead,
body.theme-day .me-company-desk__rules,
body.theme-day .me-company-desk__field,
body.theme-day .me-company-desk__gender,
body.theme-day .me-company-desk__block-hint {
  color: rgba(30, 45, 70, 0.85);
}

body.theme-day .me-company-desk__field input,
body.theme-day .me-company-desk__field select {
  background: #fff;
  color: #152338;
  border-color: rgba(40, 70, 110, 0.22);
}

body.theme-day .me-company-desk__link {
  color: #15324f;
  border-color: rgba(40, 90, 140, 0.35);
}

@media (max-width: 720px) {
  .me-company-desk__cols {
    grid-template-columns: 1fr;
  }
}

