/* —— 铺满屏 · 二次放大：字号 / 组件再抬一档 —— */
.app.app--sect {
  padding: 4px 6px 6px !important;
}

:is(#view-identity-select, #view-dungeon) .sect-hub {
  position: relative !important;
  grid-template-columns: clamp(380px, 24vw, 440px) minmax(0, 1fr) !important;
  border-radius: 12px !important;
  /* 去掉实心底，让全屏山水透到左侧任务栏 */
  background: transparent !important;
  /* isolation 会切断 backdrop-filter 对山水层的采样，液态玻璃必须关掉 */
  isolation: auto !important;
}
#view-identity-select .hub-world,
#view-identity-select .world,
#view-identity-select .hub-tasks,
#view-identity-select .task-list.task-stack .task-item {
  isolation: auto !important;
}
/* 全屏水墨底：偏白宣纸 + 淡山景；卡片仍用半透明白底保证字可读 */
:is(#view-identity-select, #view-dungeon) .sect-hub > .hub-bg-landscape {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f6f4ef;
  background-image:
    radial-gradient(95% 75% at 50% 18%, rgba(255, 255, 255, 0.72), transparent 58%),
    radial-gradient(70% 55% at 88% 8%, rgba(255, 255, 255, 0.45), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(248, 246, 241, 0.42) 48%, rgba(236, 233, 226, 0.28) 100%),
    url("assets/sect-landscape.png");
  background-size: cover;
  background-position: center bottom;
  filter: grayscale(1) contrast(1.05) brightness(1.12);
  opacity: 1;
}
:is(#view-identity-select, #view-dungeon) .sect-hub > .hub-tasks,
:is(#view-identity-select, #view-dungeon) .sect-hub > .hub-world {
  position: relative;
  z-index: 1;
}

:is(#view-identity-select, #view-dungeon) .hub-tasks .sect-brand-copy strong {
  font-size: clamp(26px, 1.8vw, 32px) !important;
  white-space: normal !important;
  line-height: 1.25 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-tasks .sect-brand-copy small {
  font-size: 16px !important;
  margin-top: 6px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-tasks .sect-brand-seal {
  width: 72px !important;
  height: 72px !important;
  flex-basis: 72px !important;
  font-size: 34px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-tasks .sect-brand {
  min-height: 108px !important;
  padding: 18px 18px 14px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-task-head {
  margin: 6px 2px 14px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-task-head .sidebar-title {
  font-size: 30px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-task-count {
  font-size: 18px !important;
  padding: 7px 16px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-task-lead {
  font-size: 18px !important;
  line-height: 1.55 !important;
  margin-bottom: 14px !important;
}

/* 渚ф爮鏈韩鍑犱箮閫忔槑锛屽彧鐣欏垎闅旓紝鏅湪浠诲姟鍗¤儗鍚?*/
:is(#view-identity-select, #view-dungeon) .hub-tasks.sidebar,
:is(#view-identity-select, #view-dungeon) .hub-tasks {
  background: transparent !important;
  border-right: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
:is(#view-identity-select, #view-dungeon) .hub-tasks.sidebar::before {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .hub-tasks .sidebar-section {
  background: transparent !important;
  padding: 0 14px 16px 14px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-side-actions {
  display: none !important;
}

/* 鈥斺€?宸︿晶浠诲姟姣涚幓鐠冨爢鍙狅細閫忎寒鐜荤拑璐ㄦ劅 鈥斺€?*/
:is(#view-identity-select, #view-dungeon) .task-list.task-stack {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 4px 2px 12px !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item {
  position: relative;
  margin-top: -8px;
  margin-left: 0 !important;
  width: 100% !important;
  z-index: calc(20 + var(--stack-i, 0));
  min-height: 118px;
  padding: 18px 18px 16px !important;
  border-radius: 20px !important;
  text-align: left;
  cursor: pointer;
  font: inherit;
  overflow: visible;
  isolation: isolate;
  /* 鐪熸瘺鐜荤拑锛氫綆涓嶉€忔槑搴?+ 寮烘ā绯婏紝閫忓嚭鍏ㄥ箙灞辨按 */
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.12) 55%, rgba(210, 220, 255, 0.16)) !important;
  backdrop-filter: blur(22px) saturate(1.45) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  box-shadow:
    0 14px 28px rgba(50, 40, 110, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(120, 130, 180, 0.08) !important;
  transition: transform .2s ease, box-shadow .22s ease, filter .22s ease, border-color .22s ease, background .22s ease;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(120% 80% at 12% 0%, rgba(255, 255, 255, 0.55), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%);
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item > * {
  position: relative;
  z-index: 1;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item:first-child { margin-top: 0; }
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item:hover:not(.is-locked) {
  transform: translateY(-3px);
  z-index: 60;
}
:is(#view-identity-select, #view-dungeon) .task-item-top {
  margin-bottom: 8px !important;
}
:is(#view-identity-select, #view-dungeon) .task-item-idx {
  width: 38px !important;
  height: 38px !important;
  font-size: 18px !important;
  border-radius: 12px !important;
}
:is(#view-identity-select, #view-dungeon) .task-item-status { font-size: 17px !important; }
:is(#view-identity-select, #view-dungeon) .task-item-name {
  font-size: 24px !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.04em;
}
:is(#view-identity-select, #view-dungeon) .task-item-bar { height: 12px !important; }
:is(#view-identity-select, #view-dungeon) .task-item-meta {
  font-size: 16px !important;
  margin-top: 8px !important;
}

/* 鏈畬鎴愶細鐏拌壊纾ㄧ爞鐜荤拑锛堜粛鍗婇€忥紝鑳介€忓嚭灞辨按锛?*/
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked {
  color: #4a5468;
  background:
    linear-gradient(145deg, rgba(220, 224, 236, 0.42), rgba(170, 178, 198, 0.28) 60%, rgba(150, 158, 180, 0.22)) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow:
    0 12px 24px rgba(60, 66, 90, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 0 0 1px rgba(120, 128, 150, 0.12) !important;
  backdrop-filter: blur(20px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.1) !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending .task-item-idx,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current .task-item-idx,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked .task-item-idx {
  color: #6b7388 !important;
  background: rgba(186, 192, 208, 0.5) !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending .task-item-name,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked .task-item-name {
  color: #5c667c !important;
  font-weight: 500 !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending .task-item-status,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked .task-item-status,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending .task-item-meta,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked .task-item-meta {
  color: #7a8296 !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending .task-item-bar,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current .task-item-bar,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked .task-item-bar {
  background: rgba(130, 136, 156, 0.22) !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-pending .task-item-bar > i,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current .task-item-bar > i,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked .task-item-bar > i {
  background: linear-gradient(90deg, #a8aebc, #7e8496) !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked {
  filter: grayscale(0.4) saturate(0.7);
  cursor: not-allowed;
  opacity: 1 !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-locked:hover {
  transform: none !important;
}

:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-active:not(.is-done) {
  filter: none;
  border-color: rgba(200, 190, 255, 0.65) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(230, 228, 255, 0.28) 55%, rgba(190, 200, 240, 0.2)) !important;
  box-shadow:
    0 14px 28px rgba(80, 70, 140, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 0 0 1px rgba(140, 120, 220, 0.12) !important;
  backdrop-filter: blur(24px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.4) !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current .task-item-name,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-active:not(.is-done) .task-item-name {
  color: #3a4568 !important;
  font-weight: 700 !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-current .task-item-status,
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-active:not(.is-done) .task-item-status {
  color: #5a4fb0 !important;
}

:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-done {
  color: #2a2468;
  filter: none;
  border-color: rgba(210, 190, 255, 0.75) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(236, 228, 255, 0.32) 50%, rgba(180, 170, 255, 0.22)) !important;
  box-shadow:
    0 14px 32px rgba(100, 70, 200, 0.2),
    0 0 28px rgba(150, 120, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 0 24px rgba(180, 160, 255, 0.18) !important;
  backdrop-filter: blur(26px) saturate(1.55) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.55) !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-done .task-item-idx {
  color: #fff !important;
  background: linear-gradient(145deg, #b89cff, #6b4fd8) !important;
  box-shadow: 0 0 16px rgba(130, 100, 240, 0.5);
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-done .task-item-name {
  color: #3d2f9a !important;
  font-weight: 700 !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-done .task-item-status {
  color: #6a5cbc !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item.is-done .task-item-bar > i {
  background: linear-gradient(90deg, #b89cff, #6b4fd8) !important;
}

:is(#view-identity-select, #view-dungeon) .hub-side-actions {
  padding: 14px 18px 16px !important;
  gap: 12px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-switch-btn,
:is(#view-identity-select, #view-dungeon) .hub-back-btn {
  height: 56px !important;
  font-size: 22px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(16px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 8px 18px rgba(70, 60, 140, 0.1) !important;
}

/* 副本主页：去掉顶栏返回，只留侧栏「返回广场」 */
#view-identity-select .hub-top-back {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .hub-world .sect-profile b { font-size: 24px !important; }
:is(#view-identity-select, #view-dungeon) .hub-world .sect-profile small { font-size: 17px !important; }
:is(#view-identity-select, #view-dungeon) .hub-world .sect-avatar {
  width: 48px !important;
  height: 48px !important;
  font-size: 20px !important;
}
/* 个人信息放到主区右上角 */
#view-identity-select .hub-topbar {
  left: auto !important;
  right: 20px !important;
  top: 16px !important;
  justify-content: flex-end !important;
  z-index: 20 !important;
}
#view-identity-select .hub-topbar .sect-profile-menu {
  left: auto;
  right: 0;
}

:is(#view-identity-select, #view-dungeon) .hub-body {
  grid-template-rows: minmax(0, 1fr) 200px !important;
  gap: 14px !important;
  padding: 88px 20px 16px 16px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-main-grid {
  /* 两栏：中间任务区 | 身份（水柱已去掉） */
  position: relative !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) !important;
  gap: 20px !important;
  align-items: stretch !important;
  justify-items: stretch;
  padding: 0 4px 0 4px !important;
}
#view-identity-select .hub-water {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .hub-features[hidden] {
  display: none !important;
}

/* —— 左侧任务：简洁单行 —— */
:is(#view-identity-select, #view-dungeon) .hub-task-lead[hidden] {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack {
  display: flex !important;
  flex-direction: column;
  gap: 10px !important;
  padding: 4px 0 10px !important;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item {
  position: relative;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  z-index: 1;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 14px;
  row-gap: 6px;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  text-align: left;
  cursor: pointer;
  font: inherit;
  overflow: visible;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.14) 55%, rgba(210, 220, 255, 0.14)) !important;
  backdrop-filter: blur(18px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow:
    0 8px 18px rgba(50, 40, 110, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
:is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item:hover:not(.is-locked) {
  transform: translateY(-2px);
  z-index: 2;
}
:is(#view-identity-select, #view-dungeon) .task-item-idx {
  width: 48px !important;
  height: 48px !important;
  display: grid;
  place-items: center;
  font-size: 20px !important;
  border-radius: 14px !important;
  margin: 0 !important;
  grid-row: 1 / span 2;
  align-self: center;
}
:is(#view-identity-select, #view-dungeon) .task-item-name {
  font-size: 22px !important;
  margin: 0 !important;
  letter-spacing: 0.03em;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  line-height: 1.35;
  word-break: break-word;
  min-width: 0;
}
:is(#view-identity-select, #view-dungeon) .task-item-status {
  font-size: 16px !important;
  opacity: 0.9;
  white-space: nowrap;
  grid-column: 2;
}
:is(#view-identity-select, #view-dungeon) .task-item-top,
:is(#view-identity-select, #view-dungeon) .task-item-bar,
:is(#view-identity-select, #view-dungeon) .task-item-meta {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap[hidden] {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-marks[hidden] {
  display: none !important;
}
:is(#view-identity-select, #view-dungeon) .hub-task-head .sidebar-title {
  font-size: 26px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-task-count {
  font-size: 16px !important;
}


/* —— 灵泉水柱：右侧栏内垂直居中 —— */
:is(#view-identity-select, #view-dungeon) .hub-water {
  position: relative !important;
  right: auto;
  top: auto;
  transform: none !important;
  z-index: 2;
  min-width: 0;
  width: 100% !important;
  height: auto !important;
  max-height: min(520px, 68vh);
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
:is(#view-identity-select, #view-dungeon) .spirit-well {
  width: 100%;
  height: min(560px, 72vh) !important;
  max-height: 560px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 14px 12px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(230, 236, 255, 0.22)),
    rgba(160, 170, 210, 0.12);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow:
    0 12px 24px rgba(70, 60, 140, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
:is(#view-identity-select, #view-dungeon) .spirit-well-label {
  text-align: center;
  flex: 0 0 auto;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-label em {
  display: block;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #6a5cbc;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-label strong {
  display: block;
  margin-top: 2px;
  font-family: var(--font);
  font-size: 28px;
  color: #3d2f9a;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-tube {
  position: relative;
  flex: 1 1 auto;
  width: 58px;
  min-height: 240px;
  border-radius: 999px;
  border: 2px solid rgba(140, 150, 220, 0.45);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(200, 210, 235, 0.2)),
    rgba(120, 130, 160, 0.18);
  overflow: hidden;
  box-shadow:
    inset 0 0 18px rgba(80, 90, 140, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
:is(#view-identity-select, #view-dungeon) .spirit-well-liquid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background:
    linear-gradient(180deg, rgba(170, 210, 255, 0.95), rgba(90, 140, 230, 0.88) 45%, rgba(70, 100, 200, 0.92));
  transition: height 0.55s ease;
  box-shadow: inset 0 8px 16px rgba(255, 255, 255, 0.35);
}
:is(#view-identity-select, #view-dungeon) .spirit-well-waves {
  position: absolute;
  left: -20%;
  right: -20%;
  height: 18px;
  bottom: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255, 255, 255, 0.55), transparent 55%),
    radial-gradient(ellipse at 70% 40%, rgba(180, 220, 255, 0.5), transparent 50%);
  transition: bottom 0.55s ease;
  animation: spirit-wave 2.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes spirit-wave {
  0%, 100% { transform: translateX(0); opacity: 0.85; }
  50% { transform: translateX(6%); opacity: 1; }
}
:is(#view-identity-select, #view-dungeon) .spirit-well-bead {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #9ec8ff 45%, #5a8fd8 80%);
  box-shadow: 0 0 10px rgba(120, 180, 255, 0.65);
  opacity: 0.9;
  animation: spirit-bead 2.2s ease-in-out infinite;
}
@keyframes spirit-bead {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
:is(#view-identity-select, #view-dungeon) .spirit-well-caption {
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.35;
  color: #5e6a98;
  font-family: var(--font);
  flex: 0 0 auto;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-marks {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
  max-height: 28%;
  overflow: auto;
  flex: 0 0 auto;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-marks li {
  font-size: 11px;
  text-align: center;
  padding: 3px 4px;
  border-radius: 8px;
  color: #7a8296;
  background: rgba(160, 168, 190, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:is(#view-identity-select, #view-dungeon) .spirit-well-marks li.is-live {
  color: #4f42d4;
  background: rgba(140, 120, 230, 0.16);
}
:is(#view-identity-select, #view-dungeon) .spirit-well-marks li.is-done {
  color: #3d2f9a;
  background: rgba(150, 120, 255, 0.22);
  box-shadow: 0 0 8px rgba(140, 120, 255, 0.25);
}

/* 鈥斺€?鍔熸硶缂╃暐鍥?鈥斺€?*/
:is(#view-identity-select, #view-dungeon) .hub-minimap {
  flex: 0 0 auto;
  margin-top: 14px;
  padding: 14px 16px 12px;
  border-radius: 16px;
  border: 1px dashed rgba(140, 120, 220, 0.28);
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-head em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #7a6ad4;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-head strong {
  display: block;
  margin-top: 2px;
  font-family: var(--font);
  font-size: 18px;
  color: #243568;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-expand {
  flex-shrink: 0;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(140, 120, 220, 0.35);
  background: rgba(255, 255, 255, 0.65);
  color: #5e48cf;
  font-family: var(--font);
  font-size: 15px;
  cursor: pointer;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-expand:hover {
  background: #fff;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node button {
  width: 100%;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(150, 156, 176, 0.35);
  background: rgba(200, 206, 220, 0.28);
  backdrop-filter: blur(8px);
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: #5a6478;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node button i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  font-size: 13px;
  background: rgba(160, 168, 186, 0.35);
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node button span {
  min-width: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font);
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node button em {
  font-style: normal;
  font-size: 12px;
  color: #7a8296;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node.is-done button {
  border-color: rgba(180, 150, 255, 0.5);
  background: rgba(230, 220, 255, 0.45);
  color: #3d2f9a;
  box-shadow: 0 0 12px rgba(140, 120, 255, 0.18);
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node.is-done button i {
  color: #fff;
  background: linear-gradient(145deg, #b89cff, #6b4fd8);
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node.is-live button {
  border-color: rgba(130, 120, 200, 0.45);
  background: rgba(245, 246, 255, 0.55);
  color: #3a4568;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-node.is-locked button {
  opacity: 0.55;
  cursor: not-allowed;
}
:is(#view-identity-select, #view-dungeon) .hub-minimap-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: #7a88b0;
}

/* 鈥斺€?瀹屾暣鍔熸硶灞曞紑灞?鈥斺€?*/
.gongfa-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(28, 32, 64, 0.45);
  backdrop-filter: blur(8px);
}
.gongfa-overlay[hidden] { display: none !important; }
.gongfa-overlay-panel {
  width: min(1100px, 96vw);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(240, 242, 255, 0.82)),
    rgba(248, 249, 255, 0.92);
  box-shadow: 0 24px 60px rgba(40, 36, 90, 0.28);
  overflow: hidden;
}
.gongfa-overlay-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 10px;
  border-bottom: 1px solid rgba(140, 120, 220, 0.16);
}
.gongfa-overlay-head em {
  display: block;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #7a6ad4;
}
.gongfa-overlay-head h2 {
  margin: 4px 0 0;
  font-family: var(--font);
  font-size: 28px;
  color: #1a2a60;
}
.gongfa-overlay-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.gongfa-overlay-sub {
  margin: 0;
  padding: 8px 22px 12px;
  font-size: 14px;
  color: #6677aa;
}
.gongfa-overlay-body {
  padding: 0 18px 20px;
  overflow: auto;
  display: grid;
  gap: 12px;
}
.gongfa-chapter {
  border-radius: 16px;
  border: 1px solid rgba(140, 120, 220, 0.18);
  background: rgba(255, 255, 255, 0.55);
  padding: 14px 16px;
}
.gongfa-chapter.is-done {
  border-color: rgba(150, 120, 255, 0.4);
  box-shadow: 0 0 18px rgba(140, 120, 255, 0.12);
}
.gongfa-chapter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.gongfa-chapter-head strong {
  font-family: var(--font);
  font-size: 20px;
  color: #2a3a6e;
}
.gongfa-chapter-head span {
  font-size: 13px;
  color: #6f7da8;
}
.gongfa-kp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}
.gongfa-kp-list button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(150, 156, 176, 0.3);
  background: rgba(230, 234, 244, 0.55);
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: #4a5468;
}
.gongfa-kp-list button i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 12px;
  background: rgba(160, 168, 186, 0.4);
  flex-shrink: 0;
}
.gongfa-kp-list button.is-cleared {
  border-color: rgba(150, 120, 255, 0.45);
  background: rgba(236, 228, 255, 0.65);
  color: #3d2f9a;
}
.gongfa-kp-list button.is-cleared i {
  color: #fff;
  background: linear-gradient(145deg, #b89cff, #6b4fd8);
}
.gongfa-kp-list button.is-available {
  border-color: rgba(120, 100, 200, 0.4);
  background: rgba(255, 255, 255, 0.75);
}
.gongfa-kp-list button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
:is(#view-identity-select, #view-dungeon) .hub-center {
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  position: relative;
  z-index: 1;
  justify-content: flex-start !important;
}

:is(#view-identity-select, #view-dungeon) .hub-hero {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
  text-align: left !important;
  padding: 18px 22px !important;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.4);
  backdrop-filter: blur(12px);
  flex: 0 0 auto !important;
}
:is(#view-identity-select, #view-dungeon) .hub-hero-text { min-width: 0; flex: 1; }
:is(#view-identity-select, #view-dungeon) .hub-kicker {
  margin: 0 0 6px !important;
  font-size: 17px !important;
  letter-spacing: 0.12em;
}
:is(#view-identity-select, #view-dungeon) .hub-hero h1 {
  margin: 0 !important;
  font-size: clamp(32px, 2.8vw, 44px) !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}
:is(#view-identity-select, #view-dungeon) .hub-hero h1 br { display: none; }
:is(#view-identity-select, #view-dungeon) .hub-hero p {
  margin: 8px 0 0 !important;
  max-width: none !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-hero .hero-actions {
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 0 0 auto;
  width: auto !important;
}
:is(#view-identity-select, #view-dungeon) .hub-hero .sect-btn {
  height: 50px !important;
  min-width: 180px !important;
  font-size: 19px !important;
  border-radius: 25px !important;
}

:is(#view-identity-select, #view-dungeon) .hub-board {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-glass {
  height: auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 22px 18px !important;
  border-radius: 20px !important;
  animation: none !important;
  overflow: visible;
}
:is(#view-identity-select, #view-dungeon) .hub-board-list {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  gap: 12px !important;
  max-height: none;
}
:is(#view-identity-select, #view-dungeon) .hub-board-head h2 {
  font-size: 30px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-head em { font-size: 16px !important; }
:is(#view-identity-select, #view-dungeon) .hub-board-date { font-size: 16px !important; padding: 6px 12px !important; }
:is(#view-identity-select, #view-dungeon) .hub-board-sub {
  font-size: 16px !important;
  margin-bottom: 12px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-item {
  padding: 16px 16px 16px 18px !important;
  border-radius: 16px !important;
  min-height: 96px;
  gap: 14px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-tag {
  font-size: 14px !important;
  padding: 4px 12px !important;
  margin-bottom: 6px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-item-main strong {
  font-size: 24px !important;
  margin-bottom: 6px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-item-main small {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-bar { height: 10px !important; }
:is(#view-identity-select, #view-dungeon) .hub-board-enter {
  height: 48px !important;
  min-width: 100px !important;
  font-size: 19px !important;
  border-radius: 24px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-foot {
  font-size: 16px !important;
  margin-top: 12px !important;
  padding-top: 12px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-board-link { font-size: 17px !important; }
:is(#view-identity-select, #view-dungeon) .hub-board-empty {
  font-size: 18px !important;
  padding: 36px 12px !important;
}

:is(#view-identity-select, #view-dungeon) .hub-right {
  position: relative !important;
  right: auto;
  top: auto;
  transform: none !important;
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  display: flex !important;
  align-self: stretch !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  pointer-events: auto;
}
:is(#view-identity-select, #view-dungeon) .hub-identity,
:is(#view-identity-select, #view-dungeon) .hub-identity.identity-card {
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
}
/* 身份卡：右侧撑满 */
:is(#view-identity-select, #view-dungeon) .hub-identity.identity-card {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 6px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  border: 1px solid rgba(130, 116, 212, 0.34) !important;
  box-shadow:
    0 10px 22px rgba(81, 74, 151, 0.13),
    0 0 0 3px rgba(255, 255, 255, 0.5) !important;
  overflow: hidden !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-inner {
  position: relative;
  height: 100% !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column;
  padding: 18px 16px 14px !important;
  overflow: hidden;
  border: 1px solid rgba(158, 148, 216, 0.27) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(250, 249, 255, 0.63)) !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-inner::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(139, 126, 201, 0.14);
  border-radius: 11px;
  pointer-events: none;
  z-index: 0;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-heading {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--font);
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-heading::before,
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-heading::after {
  content: "";
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9a8ee0);
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-heading::after {
  transform: scaleX(-1);
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-heading h2 {
  margin: 0 !important;
  font-size: 20px !important;
  letter-spacing: 0.1em;
  color: #1a2a5c;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-heading i {
  margin-left: -12px;
  margin-right: -12px;
  color: #8d6fe5;
  font-style: normal;
  font-size: 14px;
}
:is(#view-identity-select, #view-dungeon) .hub-identity h3 {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin: 10px 0 8px !important;
  text-align: center;
  font-family: var(--font);
  font-size: 32px !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #5135c0 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .level-pill {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 124px !important;
  min-width: 124px;
  max-width: 90%;
  height: 28px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  background: linear-gradient(90deg, #f2f2ff, #e7e0ff, #f4f3ff) !important;
  color: #503aaf !important;
  font-family: var(--font);
  font-size: 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dl {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  margin: 10px 0 0 !important;
  min-height: 0;
  overflow: auto;
  display: block !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dl > div {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px;
  height: 36px !important;
  min-height: 36px;
  padding: 0 2px !important;
  border-bottom: 1px solid rgba(125, 132, 184, 0.18);
  font-family: var(--font);
  font-size: 14px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dl > div:last-child {
  border-bottom: 0;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dt {
  display: inline-flex !important;
  align-items: center;
  gap: 0;
  margin: 0 !important;
  color: #5b6a9b !important;
  white-space: nowrap;
  font-weight: 500;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dt b {
  font-weight: 500;
  font-family: inherit;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dt span {
  display: inline-block !important;
  width: 22px;
  flex: 0 0 22px;
  color: #7485cc !important;
  font-family: var(--font);
  text-align: center;
  font-size: 13px;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dd {
  margin: 0 !important;
  color: #334575 !important;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
:is(#view-identity-select, #view-dungeon) .hub-identity dd.accent {
  color: #5c3bcf !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-detail {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 210px !important;
  max-width: 90%;
  height: 44px !important;
  margin: 14px auto 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px double rgba(255, 255, 255, 0.55) !important;
  border-radius: 22px !important;
  color: #1a1f33 !important;
  font-family: var(--font) !important;
  font-size: 18px !important;
  letter-spacing: 0.04em;
  background:
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0.22)
    ) !important;
  box-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.65),
    0 4px 10px rgba(80, 90, 140, 0.12) !important;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-detail span {
  float: none;
  margin: 0;
  font-family: var(--font) !important;
  font-size: 16px;
  line-height: 1;
}
:is(#view-identity-select, #view-dungeon) .hub-identity .identity-mountains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 56px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(160deg, transparent 0 29%, rgba(165, 152, 222, 0.2) 30% 37%, transparent 38%),
    linear-gradient(25deg, transparent 0 44%, rgba(123, 107, 198, 0.22) 45% 51%, transparent 52%);
}

:is(#view-identity-select, #view-dungeon) .hub-features {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  gap: 14px !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
:is(#view-identity-select, #view-dungeon) .hub-features .feature-card {
  height: 200px !important;
  min-height: 200px !important;
  padding: 20px 16px !important;
}
:is(#view-identity-select, #view-dungeon) .hub-features .feature-copy h2 {
  font-size: 32px !important;
  margin-bottom: 8px !important;
  line-height: 1.2 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-features .feature-copy p {
  font-size: 17px !important;
  line-height: 1.45 !important;
}
:is(#view-identity-select, #view-dungeon) .hub-features .feature-art {
  transform: scale(0.78) !important;
  transform-origin: left top;
}
:is(#view-identity-select, #view-dungeon) .hub-features .feature-card > button {
  width: 160px !important;
  height: 48px !important;
  font-size: 18px !important;
}

@media (max-width: 1500px) {
  :is(#view-identity-select, #view-dungeon) .sect-hub {
    grid-template-columns: clamp(360px, 23vw, 410px) minmax(0, 1fr) !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
    gap: 16px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-water {
    display: none !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-right {
    max-width: none;
  }
  :is(#view-identity-select, #view-dungeon) .hub-body {
    grid-template-rows: minmax(0, 1fr) 180px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-features {
    display: grid !important;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-features .feature-card {
    display: block !important;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-hero h1 {
    font-size: clamp(30px, 2.6vw, 40px) !important;
    white-space: normal;
  }
  :is(#view-identity-select, #view-dungeon) .task-list.task-stack .task-item {
    min-height: 0;
    padding: 16px !important;
  }
  :is(#view-identity-select, #view-dungeon) .task-item-name { font-size: 22px !important; }
  :is(#view-identity-select, #view-dungeon) .hub-board-item-main strong { font-size: 22px !important; }
}

@media (max-width: 1200px) {
  :is(#view-identity-select, #view-dungeon) .hub-body {
    grid-template-rows: minmax(0, 1fr) 168px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-features {
    display: grid !important;
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-features .feature-card {
    display: block !important;
    height: 168px !important;
    min-height: 168px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-features .feature-copy h2 {
    font-size: 26px !important;
  }
  :is(#view-identity-select, #view-dungeon) .hub-features .feature-copy p {
    display: none;
  }
}

/* —— 选副本：简洁择道页（仅切换时出现） —— */
#view-dungeon .dungeon-simple {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
#view-dungeon .dungeon-simple > .hub-bg-landscape {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f6f4ef;
  background-image:
    radial-gradient(95% 75% at 50% 18%, rgba(255, 255, 255, 0.72), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(248, 246, 241, 0.42) 48%, rgba(236, 233, 226, 0.28) 100%),
    url("assets/sect-landscape.png");
  background-size: cover;
  background-position: center bottom;
  filter: grayscale(1) contrast(1.05) brightness(1.12);
  opacity: 1;
}
#view-dungeon .dungeon-simple-bar,
#view-dungeon .dungeon-simple-body {
  position: relative;
  z-index: 1;
}
#view-dungeon .dungeon-simple-bar {
  flex: 0 0 auto;
  padding: 18px 28px 0;
}
#view-dungeon .dungeon-simple-bar .hub-top-back {
  display: inline-flex !important;
  align-items: center !important;
  height: 52px !important;
  padding: 0 22px !important;
  font-size: 20px !important;
  letter-spacing: 0.1em !important;
}
#view-dungeon .dungeon-simple-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 36px 56px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
#view-dungeon .dungeon-simple-body .hub-kicker {
  margin: 4px 0 10px;
  font-family: var(--font);
  font-size: 18px;
  letter-spacing: 0.22em;
  color: #7a6ad4;
}
#view-dungeon .dungeon-simple-body h1 {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #10245f;
  line-height: 1.25;
}
#view-dungeon .dungeon-simple-sub {
  margin: 12px 0 20px;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.6;
  color: #4f6194;
}
#view-dungeon .dungeon-simple-lead {
  margin: 10px 0 0;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #31457a;
}
#view-dungeon .dungeon-tabs,
#view-dungeon #dungeon-tabs {
  width: min(1280px, 100%);
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 28px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(106, 90, 224, 0.22);
  box-shadow: 0 10px 28px rgba(74, 92, 150, 0.12);
}
#view-dungeon .dungeon-tab,
#view-dungeon button.dungeon-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #44578f !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  min-height: 44px;
  font: 700 15px/1.2 var(--font) !important;
  letter-spacing: 0.06em !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: none !important;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
#view-dungeon .dungeon-tab .dungeon-tab-count,
#view-dungeon button.dungeon-tab .dungeon-tab-count {
  min-width: 1.5em;
  height: 1.5em;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(88, 74, 180, 0.14) !important;
  color: #5b4bb8 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.5em !important;
  text-align: center;
}
#view-dungeon .dungeon-tab:hover,
#view-dungeon button.dungeon-tab:hover {
  background: rgba(106, 90, 224, 0.08) !important;
  color: #31457a !important;
}
#view-dungeon .dungeon-tab.is-on,
#view-dungeon button.dungeon-tab.is-on {
  background: linear-gradient(135deg, #6a5ae0, #8b5cf6) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(106, 90, 224, 0.3) !important;
}
#view-dungeon .dungeon-tab.is-on .dungeon-tab-count,
#view-dungeon button.dungeon-tab.is-on .dungeon-tab-count {
  background: rgba(255, 255, 255, 0.24) !important;
  color: #fff !important;
}
#view-dungeon .dungeon-tab-panels {
  width: min(1280px, 100%);
}
#view-dungeon .dungeon-tab-panel[hidden] {
  display: none !important;
}
#view-dungeon #dungeon-course-empty {
  width: min(1280px, 100%);
  margin: 8px 0 24px;
  text-align: center;
}
#view-dungeon .dungeon-pick-card.is-course .dungeon-pick-seal {
  background: linear-gradient(145deg, #2f6f6a, #1d4f55);
}
#view-dungeon .dungeon-pick-card.is-course.is-draft {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.65);
  background:
    linear-gradient(160deg, rgba(248, 250, 252, 0.92), rgba(241, 245, 249, 0.72) 52%, rgba(226, 232, 240, 0.35));
}
#view-dungeon .dungeon-pick-card.is-course.is-draft .dungeon-pick-badge {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}
#view-dungeon .dungeon-pick-card.is-course.is-listed {
  border-color: rgba(16, 185, 129, 0.35);
  background:
    linear-gradient(160deg, rgba(236, 253, 245, 0.9), rgba(255, 255, 255, 0.95) 48%, rgba(236, 253, 245, 0.4));
}
#view-dungeon .dungeon-pick-card.is-course.is-listed .dungeon-pick-badge {
  background: rgba(16, 185, 129, 0.16);
  color: #047857;
}
#view-dungeon .dungeon-course-filters {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(241, 245, 249, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.28);
}
#view-dungeon .dungeon-course-filter {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font: 700 13px/1.2 var(--font);
  color: #64748b;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#view-dungeon .dungeon-course-filter:hover {
  color: #334155;
}
#view-dungeon .dungeon-course-filter.is-on {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.28);
}
#view-dungeon .dungeon-course-filter-count {
  min-width: 1.25em;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(15, 23, 42, 0.08);
  color: inherit;
}
#view-dungeon .dungeon-course-filter.is-on .dungeon-course-filter-count {
  background: rgba(255, 255, 255, 0.22);
}
#view-dungeon .dungeon-course-toolbar-hint {
  flex: 1 1 220px;
  text-align: left;
  font-size: 13px;
}

.pbl-preview-banner {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 12050;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: max-content;
  max-width: min(520px, calc(100vw - 32px));
  padding: 8px 12px 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.pbl-preview-banner[hidden] {
  display: none !important;
}
.pbl-preview-banner__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pbl-preview-banner .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}
body.pbl-preview-active .hub-board-create,
body.pbl-preview-active #hub-board-edit,
body.pbl-preview-active #sect-menu-create-course,
body.pbl-preview-active #sect-menu-pricing,
body.pbl-preview-active #admin-ai-job-bar {
  display: none !important;
}

/* 协作只读预览：非查看入口灰显 */
body.share-course-preview-active #btn-hub-logout,
body.share-course-preview-active #hub-assets-btn,
body.share-course-preview-active #btn-kcs-fs-hub,
body.share-course-preview-active .is-share-preview-locked,
body.share-course-preview-active #sect-hub-root .feature-dock > button.is-hub-locked {
  opacity: 0.58;
  filter: grayscale(0.2);
  cursor: not-allowed;
}
body.share-course-preview-active .quest-assets-dock.is-share-preview-locked {
  opacity: 0.55;
  pointer-events: none;
}

/* 教师 · 预览当前任务：只展示本任务卡片，隐藏副本主页其余区域 */
body.pbl-preview-task-only #view-identity-select .sidebar.hub-tasks,
body.pbl-preview-task-only #view-identity-select .hub-right,
body.pbl-preview-task-only #view-identity-select .hub-features,
body.pbl-preview-task-only #view-identity-select .hub-topbar,
body.pbl-preview-task-only #view-identity-select #hub-skip-finale-btn,
body.pbl-preview-task-only #view-identity-select #hub-minimap {
  display: none !important;
}
body.pbl-preview-task-only #view-identity-select .sect-hub {
  grid-template-columns: 1fr !important;
}
body.pbl-preview-task-only #view-identity-select .hub-world {
  min-height: 100vh;
}
body.pbl-preview-task-only #view-identity-select .hub-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 48px);
  padding-top: 52px;
  box-sizing: border-box;
}
body.pbl-preview-task-only #view-identity-select .hub-main-grid {
  grid-template-columns: 1fr !important;
  width: min(760px, 94vw);
  margin: 0 auto;
}
body.pbl-preview-task-only #view-identity-select .hub-board-sub {
  display: block !important;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.16);
  font-size: 14px;
  line-height: 1.55;
  color: #334155;
}
#view-dungeon .dungeon-simple-grid {
  width: min(1280px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-bottom: 8px;
}
.check-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 14px;
  font-size: 13px;
}
#view-dungeon .dungeon-pick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-height: 360px;
  padding: 28px 26px 24px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.18) 48%, rgba(210, 220, 255, 0.2));
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  box-shadow:
    0 18px 36px rgba(50, 40, 110, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#view-dungeon .dungeon-pick-wrap {
  position: relative;
  display: block;
  height: 100%;
}
#view-dungeon .dungeon-pick-wrap > .dungeon-pick-card {
  width: 100%;
  height: 100%;
}
#view-dungeon .dungeon-pick-del {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 4px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #9b1c1c;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(185, 28, 28, 0.35);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(40, 20, 60, 0.12);
}
#view-dungeon .dungeon-pick-del:hover {
  color: #fff;
  background: #b91c1c;
  border-color: #b91c1c;
}
#view-dungeon .dungeon-pick-card:hover:not(.is-locked) {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 24px 44px rgba(70, 55, 150, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
#view-dungeon .dungeon-pick-card.is-current {
  border-color: rgba(139, 108, 236, 0.65);
  box-shadow:
    0 0 0 3px rgba(139, 108, 236, 0.22),
    0 22px 40px rgba(90, 59, 190, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
#view-dungeon .dungeon-pick-card.is-locked {
  opacity: 0.78;
  cursor: default;
  filter: saturate(0.7);
}
#view-dungeon .dungeon-pick-source {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#view-dungeon .dungeon-pick-source--official {
  color: #4338ca;
  background: rgba(99, 102, 241, 0.16);
  border: 1px solid rgba(79, 70, 229, 0.28);
}
#view-dungeon .dungeon-pick-source--teacher {
  color: #0f766e;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(5, 150, 105, 0.28);
}
#view-dungeon .dungeon-pick-source--draft {
  color: #475569;
  background: rgba(100, 116, 139, 0.14);
  border: 1px solid rgba(100, 116, 139, 0.28);
}
#view-dungeon .dungeon-pick-badge {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #5e48cf;
  background: rgba(140, 120, 230, 0.14);
  border: 1px solid rgba(120, 100, 220, 0.25);
}
#view-dungeon .dungeon-pick-card.is-locked .dungeon-pick-badge {
  color: #6b7388;
  background: rgba(140, 148, 170, 0.16);
  border-color: rgba(120, 128, 150, 0.28);
}
#view-dungeon .dungeon-pick-card.is-done .dungeon-pick-badge {
  color: #1f8a72;
  background: rgba(125, 211, 192, 0.22);
  border-color: rgba(70, 170, 145, 0.35);
}
#view-dungeon .dungeon-pick-seal {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  font-family: var(--font);
  font-size: 48px;
  color: #fff;
  background: linear-gradient(145deg, #9f7bf0, #6745d5);
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.3),
    0 10px 22px rgba(90, 59, 190, 0.28);
}
#view-dungeon .dungeon-pick-card[data-path="hardware"] .dungeon-pick-seal {
  background: linear-gradient(145deg, #6ec8ff, #3a6adf);
}
#view-dungeon .dungeon-pick-card[data-path="business"] .dungeon-pick-seal {
  background: linear-gradient(145deg, #f0b27a, #e06a4a);
}
#view-dungeon .dungeon-pick-title {
  margin-top: 4px;
  font-family: var(--font);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #10245f;
  line-height: 1.15;
}
#view-dungeon .dungeon-pick-desc {
  font-size: 17px;
  line-height: 1.55;
  color: #5d6b96;
  min-height: 2.8em;
}
#view-dungeon .dungeon-pick-next {
  font-size: 16px;
  color: #6a5cbc;
  letter-spacing: 0.04em;
}
#view-dungeon .dungeon-pick-bar {
  display: block;
  width: 100%;
  height: 12px;
  margin-top: auto;
  border-radius: 999px;
  background: rgba(110, 120, 180, 0.16);
  overflow: hidden;
}
#view-dungeon .dungeon-pick-bar > i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9f7bf0, #6745d5);
}
#view-dungeon .dungeon-pick-foot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}
#view-dungeon .dungeon-pick-foot em {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: #5e48cf;
}
#view-dungeon .dungeon-pick-foot b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 14px;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(180deg, #9f7bf0, #6745d5);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24), 0 8px 18px rgba(90, 59, 190, 0.22);
}
#view-dungeon .dungeon-pick-foot b span {
  font-family: var(--font);
  font-size: 20px;
  line-height: 1;
}
#view-dungeon .dungeon-pick-card.is-locked .dungeon-pick-foot b {
  background: linear-gradient(180deg, #c5cadb, #9aa3bd);
  box-shadow: none;
}
#view-dungeon .red-seal {
  display: inline-grid;
  place-items: center;
  width: 1.05em;
  height: 1.05em;
  margin-left: 0.14em;
  border: 3px solid #c23b3b;
  border-radius: 50%;
  color: #c23b3b;
  font-style: normal;
  font-size: 0.48em;
  vertical-align: 0.3em;
}
@media (max-width: 980px) {
  #view-dungeon .dungeon-simple-grid {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }
  #view-dungeon .dungeon-pick-card {
    min-height: 300px;
  }
}

/* —— 左侧任务栏：取消整列玻璃托盘，与主区共用同一片山景 —— */
#view-identity-select .sect-hub {
  gap: 0 !important;
}
#view-identity-select .hub-tasks.sidebar,
#view-identity-select .hub-tasks {
  align-self: stretch;
  margin: 12px 6px 12px 10px !important;
  padding: 4px 0 8px !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  overflow: visible;
  color: var(--hub-ink) !important;
}
#view-identity-select .hub-tasks.sidebar::before,
#view-identity-select .hub-tasks::before,
#view-identity-select .hub-tasks.sidebar::after,
#view-identity-select .hub-tasks::after {
  display: none !important;
  content: none !important;
}
#view-identity-select .hub-tasks .sidebar-section,
#view-identity-select .hub-tasks .hub-task-scroll {
  background: transparent !important;
}
/* 副本名做成独立小玻璃卡 */
#view-identity-select .hub-tasks .sect-brand {
  position: relative !important;
  isolation: isolate;
  margin: 4px 8px 10px !important;
  padding: 14px 14px 12px !important;
  border-radius: 18px !important;
  border: var(--hub-glass-border) !important;
  background: var(--hub-glass-bg) !important;
  backdrop-filter: var(--hub-glass-blur) !important;
  -webkit-backdrop-filter: var(--hub-glass-blur) !important;
  box-shadow: var(--hub-glass-shadow) !important;
  overflow: hidden;
}
#view-identity-select .hub-tasks .sect-brand-copy strong {
  color: var(--hub-ink) !important;
  font-size: clamp(26px, 1.8vw, 32px) !important;
  white-space: normal !important;
  line-height: 1.25 !important;
  text-shadow: none;
}
#view-identity-select .hub-tasks .sect-brand-copy small {
  color: var(--hub-ink-soft) !important;
  font-size: 15px !important;
  text-shadow: none;
}
#view-identity-select .hub-task-head .sidebar-title {
  color: var(--hub-ink) !important;
  font-size: 30px !important;
  text-shadow: none;
}
#view-identity-select .hub-task-count {
  color: var(--hub-ink) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  background: rgba(18, 22, 48, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  text-shadow: none;
}
#view-identity-select .hub-task-lead {
  color: var(--hub-ink-soft) !important;
  text-shadow: none;
}
#view-identity-select .hub-side-actions {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}
#view-identity-select .hub-switch-btn,
#view-identity-select .hub-back-btn {
  color: var(--hub-ink) !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-shadow: none;
}
#view-identity-select .hub-switch-btn:hover,
#view-identity-select .hub-back-btn:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: var(--hub-ink) !important;
}

/* 任务栏：与图二同款液态玻璃（覆盖此前厚磨砂） */
#view-identity-select .task-list.task-stack .task-item,
#view-identity-select .task-list.task-stack .task-item.is-pending,
#view-identity-select .task-list.task-stack .task-item.is-current,
#view-identity-select .task-list.task-stack .task-item.is-locked,
#view-identity-select .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select .task-list.task-stack .task-item.is-done {
  color: var(--hub-ink) !important;
  border: var(--hub-glass-border) !important;
  background: var(--hub-glass-bg) !important;
  backdrop-filter: var(--hub-glass-blur) !important;
  -webkit-backdrop-filter: var(--hub-glass-blur) !important;
  box-shadow: var(--hub-glass-shadow) !important;
  filter: var(--hub-glass-filter) !important;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -5px;
  overflow: hidden !important;
}
#view-identity-select .task-list.task-stack .task-item:hover:not(.is-locked) {
  filter: brightness(1) contrast(3) !important;
}
#view-identity-select .task-list.task-stack .task-item.is-current,
#view-identity-select .task-list.task-stack .task-item.is-active:not(.is-done) {
  background: rgba(255, 255, 255, 0.08) !important;
}
#view-identity-select .task-list.task-stack .task-item.is-done {
  background: rgba(180, 230, 210, 0.08) !important;
}
#view-identity-select .task-list.task-stack .task-item.is-locked {
  opacity: 0.55 !important;
}
#view-identity-select .task-list.task-stack .task-item > * {
  position: relative;
  z-index: 3;
}
#view-identity-select .task-item-idx,
#view-identity-select .task-list.task-stack .task-item.is-pending .task-item-idx,
#view-identity-select .task-list.task-stack .task-item.is-current .task-item-idx,
#view-identity-select .task-list.task-stack .task-item.is-locked .task-item-idx,
#view-identity-select .task-list.task-stack .task-item.is-done .task-item-idx {
  width: 48px !important;
  height: 48px !important;
  font-size: 20px !important;
  color: var(--hub-ink) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px double rgba(51, 51, 51, 0.08);
  box-shadow: var(--hub-btn-shadow);
  text-shadow: none;
  filter: none;
}
#view-identity-select .task-item-name,
#view-identity-select .task-list.task-stack .task-item.is-pending .task-item-name,
#view-identity-select .task-list.task-stack .task-item.is-locked .task-item-name,
#view-identity-select .task-list.task-stack .task-item.is-current .task-item-name,
#view-identity-select .task-list.task-stack .task-item.is-active:not(.is-done) .task-item-name,
#view-identity-select .task-list.task-stack .task-item.is-done .task-item-name {
  color: var(--hub-ink) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.35 !important;
  word-break: break-word !important;
  text-shadow: none;
  filter: none;
}
#view-identity-select .task-item-status,
#view-identity-select .task-list.task-stack .task-item.is-pending .task-item-status,
#view-identity-select .task-list.task-stack .task-item.is-locked .task-item-status,
#view-identity-select .task-list.task-stack .task-item.is-current .task-item-status,
#view-identity-select .task-list.task-stack .task-item.is-active:not(.is-done) .task-item-status,
#view-identity-select .task-list.task-stack .task-item.is-done .task-item-status {
  color: var(--hub-ink-soft) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-shadow: none;
}
#view-identity-select .hub-switch-btn,
#view-identity-select .hub-back-btn {
  height: 58px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--hub-ink) !important;
  border: 1px double rgba(255, 255, 255, 0.55) !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.2)
    ) !important;
  box-shadow: var(--hub-btn-shadow, inset 0 1px 0 rgba(255, 255, 255, 0.5)) !important;
  text-shadow: none;
}
@media (max-width: 1500px) {
  #view-identity-select .hub-tasks.sidebar,
  #view-identity-select .hub-tasks {
    margin: 10px 4px 10px 8px !important;
    border-radius: 0 !important;
  }
}

/* —— 主页液态玻璃：对齐 苹果/yzrt-master/纯CSS液态玻璃（图二） ——
   关键 = 父级 contrast(3) + .box 近透明 + blur(2px) + inset 高光
   + ::before 暗边 blur(8px) + ::after 45° 高光 blur(3px)
   + 文字 drop-shadow 形成倒影。此处用 brightness×contrast 合在玻璃层上。 —— */
#view-identity-select {
  --hub-glass-tr: 25%;
  --hub-glass-bg: rgba(255, 255, 255, 0.04);
  --hub-glass-border: 1px double rgba(51, 51, 51, 0.08);
  --hub-glass-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.9),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, 0.55),
    inset -6px 6px 1px -6px rgba(255, 255, 255, 0.55),
    inset 0 0 2px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.2);
  --hub-glass-blur: blur(2px);
  /* 玻璃层禁止 contrast/brightness：同源 filter 会废掉 backdrop-filter，contrast(3) 在浅景上会爆成实心白 */
  --hub-glass-filter: none;
  --hub-ink: #141414;
  --hub-ink-soft: #2e2e2e;
  --hub-ink-mute: #4a4a4a;
  --hub-text-shadow: none;
  --hub-reflect: none;
  --hub-sheen:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.8) 0%,
      transparent var(--hub-glass-tr),
      transparent calc(100% - var(--hub-glass-tr)),
      rgba(255, 255, 255, 0.8) 100%
    );
  --hub-btn-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.9),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, 0.55),
    inset -6px 6px 1px -6px rgba(255, 255, 255, 0.55),
    inset 0 0 2px rgba(0, 0, 0, 0.8),
    0 4px 8px rgba(0, 0, 0, 0.2);
}

#view-identity-select .hub-hero,
#view-identity-select .hub-board-glass,
#view-identity-select .spirit-well,
#view-identity-select .hub-identity.identity-card,
#view-identity-select .hub-features .feature-card,
#view-identity-select .hub-topbar .sect-profile,
#view-identity-select .hub-topbar .currency,
#view-identity-select .hub-tasks .sect-brand,
#view-identity-select .task-list.task-stack .task-item {
  position: relative !important;
  isolation: auto !important;
  color: var(--hub-ink) !important;
  border: var(--hub-glass-border) !important;
  background: var(--hub-glass-bg) !important;
  backdrop-filter: var(--hub-glass-blur) !important;
  -webkit-backdrop-filter: var(--hub-glass-blur) !important;
  box-shadow: var(--hub-glass-shadow) !important;
  filter: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  overflow: hidden;
}

/* ::before = 参考 .box:before 暗色模糊折射边 */
#view-identity-select .hub-hero::before,
#view-identity-select .hub-board-glass::before,
#view-identity-select .spirit-well::before,
#view-identity-select .hub-identity.identity-card::before,
#view-identity-select .hub-features .feature-card::before,
#view-identity-select .hub-topbar .sect-profile::before,
#view-identity-select .hub-tasks .sect-brand::before,
#view-identity-select .task-list.task-stack .task-item::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  inset: auto;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.9);
  background: none !important;
  filter: blur(8px);
  pointer-events: none;
  opacity: 1;
}

/* ::after = 参考 .box:after 对角强高光 */
#view-identity-select .hub-hero::after,
#view-identity-select .hub-board-glass::after,
#view-identity-select .spirit-well::after,
#view-identity-select .hub-identity.identity-card::after,
#view-identity-select .hub-features .feature-card::after,
#view-identity-select .hub-topbar .sect-profile::after,
#view-identity-select .hub-tasks .sect-brand::after,
#view-identity-select .task-list.task-stack .task-item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  background: var(--hub-sheen);
  filter: blur(3px);
  opacity: 1;
  mix-blend-mode: normal;
}

#view-identity-select .hub-hero > *,
#view-identity-select .hub-board-glass > *,
#view-identity-select .spirit-well > *,
#view-identity-select .hub-identity.identity-card > *,
#view-identity-select .hub-tasks > *,
#view-identity-select .hub-tasks .sect-brand > *,
#view-identity-select .hub-topbar .sect-profile > * {
  position: relative;
  z-index: 3;
}
/* 底部四卡：不要强制 relative，否则绝对定位标题/按钮会丢 */
#view-identity-select .hub-features .feature-card > * {
  z-index: 3;
}
/* 参考 .circle-overlay：内圈白边 */
#view-identity-select .hub-hero,
#view-identity-select .hub-board-glass,
#view-identity-select .spirit-well,
#view-identity-select .hub-identity.identity-card,
#view-identity-select .hub-features .feature-card,
#view-identity-select .hub-tasks .sect-brand {
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -5px;
}
#view-identity-select .hub-features .feature-copy h2,
#view-identity-select .hub-features .feature-copy p {
  color: var(--hub-ink, #1a1f33) !important;
  text-shadow: none !important;
  filter: none;
}
#view-identity-select .hub-features .feature-art {
  position: absolute !important;
  left: 12px !important;
  top: 18px !important;
  z-index: 1 !important;
  opacity: 0.9;
  filter: none;
}
#view-identity-select .hub-features .feature-copy {
  position: absolute !important;
  left: 42% !important;
  right: 14px !important;
  top: 18px !important;
  width: auto !important;
  z-index: 3 !important;
  pointer-events: none;
}
#view-identity-select .hub-features .feature-copy h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px !important;
}
#view-identity-select .hub-features .feature-copy p {
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: var(--hub-ink-soft, #3a425c) !important;
}
#view-identity-select .hub-features .feature-card > button {
  position: absolute !important;
  right: 14px !important;
  bottom: 16px !important;
  z-index: 3 !important;
  pointer-events: auto;
}

#view-identity-select .hub-tasks {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

/* 顶部身份条 */
#view-identity-select .hub-topbar .sect-profile,
#view-identity-select .hub-topbar .currency {
  text-shadow: var(--hub-text-shadow);
  border-radius: 999px !important;
}
#view-identity-select .hub-topbar .currency b,
#view-identity-select .hub-topbar .currency strong,
#view-identity-select .hub-topbar .sect-profile strong,
#view-identity-select .hub-topbar .sect-profile small {
  color: var(--hub-ink) !important;
}

/* 中间 Hero */
#view-identity-select .hub-hero {
  border-radius: 18px !important;
}
#view-identity-select .hub-kicker,
#view-identity-select .hub-hero h1,
#view-identity-select .hub-hero p {
  color: var(--hub-ink) !important;
  font-weight: 700 !important;
  text-shadow: var(--hub-text-shadow);
}
#view-identity-select .hub-kicker {
  color: var(--hub-ink-soft) !important;
  font-weight: 650 !important;
}
#view-identity-select .hub-hero p {
  color: var(--hub-ink-soft) !important;
  font-weight: 600 !important;
}
/* 按钮：对齐参考 .box / .start-btn（近透明 + blur(2px) + 同款 inset） */
#view-identity-select .hub-hero .sect-btn,
#view-identity-select .hub-board-enter,
#view-identity-select .hub-features .feature-card > button,
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-bg-toggle {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--hub-ink) !important;
  border: var(--hub-glass-border) !important;
  background: var(--hub-glass-bg) !important;
  backdrop-filter: var(--hub-glass-blur) !important;
  -webkit-backdrop-filter: var(--hub-glass-blur) !important;
  box-shadow: var(--hub-btn-shadow) !important;
  text-shadow: none;
  filter: brightness(0.9) contrast(3) !important;
  font-weight: 800 !important;
}
#view-identity-select .hub-hero .sect-btn::before,
#view-identity-select .hub-board-enter::before,
#view-identity-select .hub-features .feature-card > button::before,
#view-identity-select .hub-identity .identity-detail::before,
#view-identity-select .hub-bg-toggle::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.9);
  filter: blur(8px);
  pointer-events: none;
}
#view-identity-select .hub-hero .sect-btn::after,
#view-identity-select .hub-board-enter::after,
#view-identity-select .hub-features .feature-card > button::after,
#view-identity-select .hub-identity .identity-detail::after,
#view-identity-select .hub-bg-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 2;
  pointer-events: none;
  background: var(--hub-sheen);
  filter: blur(3px);
}
#view-identity-select .hub-hero .sect-btn > *,
#view-identity-select .hub-board-enter > *,
#view-identity-select .hub-features .feature-card > button > *,
#view-identity-select .hub-identity .identity-detail > *,
#view-identity-select .hub-bg-toggle > * {
  position: relative;
  z-index: 3;
}
#view-identity-select .hub-hero .sect-btn,
#view-identity-select .hub-board-enter,
#view-identity-select .hub-features .feature-card > button,
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-bg-toggle {
  /* 按钮文字倒影（图二 Get started） */
  text-shadow: none;
}
#view-identity-select .hub-hero .sect-btn:hover,
#view-identity-select .hub-board-enter:hover,
#view-identity-select .hub-features .feature-card > button:hover,
#view-identity-select .hub-identity .identity-detail:hover,
#view-identity-select .hub-bg-toggle:hover {
  filter: brightness(1) contrast(3) !important;
  color: var(--hub-ink) !important;
  transform: translateY(-1px);
}

/* 今日待办 */
#view-identity-select .hub-board-glass {
  border-radius: 20px !important;
  animation: none !important;
}
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-head h2,
#view-identity-select .hub-board-date,
#view-identity-select .hub-board-sub,
#view-identity-select .hub-board-foot,
#view-identity-select .hub-board-progress,
#view-identity-select .hub-board-link,
#view-identity-select .hub-board-empty {
  color: var(--hub-ink) !important;
  text-shadow: var(--hub-text-shadow);
  font-weight: 700;
}
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-sub,
#view-identity-select .hub-board-foot,
#view-identity-select #hub-board-progress {
  color: var(--hub-ink-soft) !important;
  font-weight: 600;
}
#view-identity-select .hub-board-date {
  background: rgba(255, 255, 255, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: var(--hub-ink) !important;
}
#view-identity-select .hub-board-link {
  background: transparent !important;
  border: 0 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.92;
}
#view-identity-select .hub-board-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--hub-ink) !important;
  border: var(--hub-glass-border) !important;
  background: var(--hub-glass-bg) !important;
  box-shadow: var(--hub-glass-shadow) !important;
  backdrop-filter: var(--hub-glass-blur) !important;
  -webkit-backdrop-filter: var(--hub-glass-blur) !important;
  filter: var(--hub-glass-filter) !important;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -4px;
}
#view-identity-select .hub-board-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.9);
  filter: blur(8px);
  pointer-events: none;
}
#view-identity-select .hub-board-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
  background: var(--hub-sheen);
  filter: blur(3px);
}
#view-identity-select .hub-board-item > * {
  position: relative;
  z-index: 3;
}
#view-identity-select .hub-board-item:hover,
#view-identity-select .hub-board-item.is-priority {
  background: rgba(255, 255, 255, 0.08) !important;
  filter: brightness(1) contrast(3) !important;
}
#view-identity-select .hub-board-tag {
  color: var(--hub-ink) !important;
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#view-identity-select .hub-board-item-main strong,
#view-identity-select .hub-board-item-main small {
  color: var(--hub-ink) !important;
  text-shadow: none;
}
#view-identity-select .hub-board-item-main strong {
  font-weight: 800 !important;
}
#view-identity-select .hub-board-item-main small {
  color: var(--hub-ink-soft) !important;
  font-weight: 600 !important;
}
#view-identity-select .hub-board-bar {
  background: rgba(255, 255, 255, 0.18) !important;
}
#view-identity-select .hub-board-bar em {
  background: linear-gradient(90deg, rgba(200, 220, 255, 0.95), rgba(140, 180, 255, 0.9)) !important;
}

/* 灵泉 */
#view-identity-select .spirit-well {
  border-radius: 20px !important;
}
#view-identity-select .spirit-well-label em,
#view-identity-select .spirit-well-label strong,
#view-identity-select .spirit-well-caption {
  color: var(--hub-ink) !important;
  text-shadow: var(--hub-text-shadow);
  font-weight: 700;
}
#view-identity-select .spirit-well-label em,
#view-identity-select .spirit-well-caption {
  color: var(--hub-ink-soft) !important;
  font-weight: 600;
}
#view-identity-select .spirit-well-tube {
  border: 1px double rgba(255, 255, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(18, 22, 48, 0.12)),
    rgba(18, 22, 48, 0.12) !important;
  box-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.45),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.25),
    inset 0 0 12px rgba(0, 0, 0, 0.12) !important;
}

/* 我的身份 */
#view-identity-select .hub-identity.identity-card {
  padding: 6px !important;
  border-radius: 20px !important;
}
#view-identity-select .hub-identity .identity-inner {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 15px !important;
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.02) 55%,
      rgba(18, 22, 48, 0.08)
    ) !important;
  color: var(--hub-ink) !important;
  box-shadow:
    inset 1px -1px 1px -1px rgba(255, 255, 255, 0.35),
    inset -1px 1px 1px -1px rgba(255, 255, 255, 0.18) !important;
}
#view-identity-select .hub-identity .identity-inner::before {
  border-color: rgba(255, 255, 255, 0.16) !important;
}
#view-identity-select .hub-identity .identity-heading::before,
#view-identity-select .hub-identity .identity-heading::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55)) !important;
}
#view-identity-select .hub-identity .identity-heading h2,
#view-identity-select .hub-identity .identity-heading i,
#view-identity-select .hub-identity h3,
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dt b,
#view-identity-select .hub-identity dt span,
#view-identity-select .hub-identity dd,
#view-identity-select .hub-identity dd.accent {
  color: var(--hub-ink) !important;
  text-shadow: none;
  font-weight: 700;
}
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dt span {
  color: var(--hub-ink-soft) !important;
  font-weight: 600;
}
#view-identity-select .hub-identity .level-pill {
  background: rgba(255, 255, 255, 0.45) !important;
  color: var(--hub-ink) !important;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4) !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-identity dl > div {
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}
#view-identity-select .hub-identity .identity-mountains {
  opacity: 0.22;
  background:
    linear-gradient(160deg, transparent 0 29%, rgba(255, 255, 255, 0.14) 30% 37%, transparent 38%),
    linear-gradient(25deg, transparent 0 44%, rgba(255, 255, 255, 0.1) 45% 51%, transparent 52%) !important;
}

/* 底部四入口 */
#view-identity-select .hub-features .feature-card {
  border-radius: 16px !important;
}
#view-identity-select .hub-features .feature-card > button {
  border-radius: 999px !important;
}

/* 功法小地图（展开时） */
#view-identity-select .hub-minimap {
  color: var(--hub-ink) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(18, 22, 48, 0.18) !important;
}
#view-identity-select .hub-minimap-head em,
#view-identity-select .hub-minimap-head strong,
#view-identity-select .hub-minimap-hint,
#view-identity-select .hub-minimap-expand {
  color: var(--hub-ink) !important;
  text-shadow: var(--hub-text-shadow);
}
#view-identity-select .hub-minimap-node button {
  color: var(--hub-ink) !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  background: rgba(18, 22, 48, 0.18) !important;
}
#view-identity-select .hub-minimap-node button span,
#view-identity-select .hub-minimap-node button em,
#view-identity-select .hub-minimap-node button i {
  color: var(--hub-ink) !important;
}
#view-identity-select .hub-minimap-node.is-done button {
  background: rgba(120, 200, 170, 0.14) !important;
  border-color: rgba(180, 240, 210, 0.38) !important;
}
#view-identity-select .hub-minimap-node.is-live button {
  background: rgba(18, 22, 48, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* 主区不再叠第二层山景/光斑，避免左右背景分层 */
#view-identity-select .hub-world > .landscape,
#view-identity-select .hub-world > .ambient {
  display: none !important;
}
#view-identity-select .hub-world {
  background: transparent !important;
}
#view-identity-select .hub-body {
  background: transparent !important;
}
#view-identity-select .hub-tasks .sect-brand-copy strong {
  font-size: clamp(30px, 2vw, 36px) !important;
}
#view-identity-select .hub-tasks .sect-brand-copy small {
  font-size: 18px !important;
}
#view-identity-select .hub-task-head .sidebar-title {
  font-size: 34px !important;
}
#view-identity-select .hub-task-count {
  font-size: 20px !important;
  padding: 8px 16px !important;
}
#view-identity-select .task-item-name,
#view-identity-select .task-list.task-stack .task-item .task-item-name {
  font-size: 28px !important;
}
#view-identity-select .task-item-status,
#view-identity-select .task-list.task-stack .task-item .task-item-status {
  font-size: 20px !important;
}
#view-identity-select .task-item-idx,
#view-identity-select .task-list.task-stack .task-item .task-item-idx {
  width: 52px !important;
  height: 52px !important;
  font-size: 22px !important;
}

#view-identity-select .hub-kicker {
  font-size: 20px !important;
}
#view-identity-select .hub-hero h1 {
  font-size: clamp(38px, 3.2vw, 52px) !important;
}
#view-identity-select .hub-hero p {
  font-size: 20px !important;
}
#view-identity-select .hub-hero .sect-btn {
  height: 56px !important;
  min-width: 200px !important;
  font-size: 22px !important;
}

#view-identity-select .hub-board-head h2 {
  font-size: 36px !important;
}
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-date {
  font-size: 18px !important;
}
#view-identity-select .hub-board-item-main strong {
  font-size: 28px !important;
}
#view-identity-select .hub-board-item-main small {
  font-size: 18px !important;
}
#view-identity-select .hub-board-enter {
  height: 54px !important;
  min-width: 112px !important;
  font-size: 22px !important;
}
#view-identity-select .hub-board-foot,
#view-identity-select .hub-board-link,
#view-identity-select #hub-board-progress {
  font-size: 18px !important;
}

#view-identity-select .spirit-well-label em {
  font-size: 16px !important;
}
#view-identity-select .spirit-well-label strong {
  font-size: 32px !important;
}
#view-identity-select .spirit-well-caption {
  font-size: 16px !important;
}

#view-identity-select .hub-identity .identity-heading h2 {
  font-size: 24px !important;
}
#view-identity-select .hub-identity h3 {
  font-size: 36px !important;
}
#view-identity-select .hub-identity .level-pill {
  font-size: 18px !important;
  height: 34px !important;
  width: 140px !important;
  min-width: 140px !important;
}
#view-identity-select .hub-identity dl > div {
  height: 42px !important;
  min-height: 42px !important;
  font-size: 18px !important;
}
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dd {
  font-size: 18px !important;
}
#view-identity-select .hub-identity .identity-detail {
  width: 230px !important;
  height: 50px !important;
  font-size: 20px !important;
}

#view-identity-select .hub-world .sect-profile b {
  font-size: 26px !important;
}
#view-identity-select .hub-world .sect-profile small {
  font-size: 18px !important;
}
#view-identity-select .hub-world .sect-avatar {
  width: 52px !important;
  height: 52px !important;
  font-size: 22px !important;
}

#view-identity-select .hub-features .feature-copy h2 {
  font-size: 34px !important;
}
#view-identity-select .hub-features .feature-copy p {
  font-size: 18px !important;
}
#view-identity-select .hub-features .feature-card > button {
  width: 168px !important;
  height: 50px !important;
  font-size: 20px !important;
}

/* —— 黑色背景切换 —— */
#view-identity-select .hub-topbar {
  gap: 10px !important;
}
#view-identity-select .hub-bg-toggle {
  height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}
#view-identity-select .hub-bg-toggle-icon {
  font-size: 18px;
  line-height: 1;
}
#view-identity-select .hub-bg-toggle.is-on {
  border-color: rgba(255, 255, 255, 0.35);
}

#view-identity-select.is-black-bg {
  /* 黑底仍用同一套液态玻璃公式，只略提底色可见度 */
  --hub-glass-bg: rgba(255, 255, 255, 0.06);
  --hub-glass-border: 1px double rgba(255, 255, 255, 0.12);
  --hub-glass-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.7),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.55),
    inset 6px -6px 1px -6px rgba(255, 255, 255, 0.35),
    inset -6px 6px 1px -6px rgba(255, 255, 255, 0.28),
    inset 0 0 2px rgba(0, 0, 0, 0.85),
    0 4px 12px rgba(0, 0, 0, 0.35);
  --hub-glass-blur: blur(2px);
  --hub-glass-filter: none;
  --hub-ink: #f0f2f8;
  --hub-ink-soft: #c8cede;
  --hub-ink-mute: #9aa3b8;
  --hub-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
  --hub-sheen:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.65) 0%,
      transparent var(--hub-glass-tr),
      transparent calc(100% - var(--hub-glass-tr)),
      rgba(255, 255, 255, 0.65) 100%
    );
  --hub-btn-shadow: var(--hub-glass-shadow);
}

#view-identity-select.is-black-bg .sect-hub {
  background: #12110f !important;
}
#view-identity-select.is-black-bg .sect-hub > .hub-bg-landscape {
  background-color: #12110f;
  background-image:
    linear-gradient(180deg, rgba(18, 17, 15, 0.55) 0%, rgba(18, 17, 15, 0.35) 40%, rgba(18, 17, 15, 0.7) 100%),
    url("assets/sect-landscape.png") !important;
  opacity: 0.9;
  filter: grayscale(1) brightness(0.42) contrast(1.2);
}
#view-identity-select.is-black-bg .hub-hero .sect-btn,
#view-identity-select.is-black-bg .hub-board-enter,
#view-identity-select.is-black-bg .hub-features .feature-card > button,
#view-identity-select.is-black-bg .hub-identity .identity-detail,
#view-identity-select.is-black-bg .hub-bg-toggle {
  color: var(--hub-ink) !important;
  background: var(--hub-glass-bg) !important;
  border: var(--hub-glass-border) !important;
}
#view-identity-select.is-black-bg .task-list.task-stack .task-item,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-pending,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-current,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-locked,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select.is-black-bg .hub-board-item {
  color: var(--hub-ink) !important;
  background: var(--hub-glass-bg) !important;
  border: var(--hub-glass-border) !important;
  box-shadow: var(--hub-glass-shadow) !important;
  filter: var(--hub-glass-filter) !important;
}
#view-identity-select.is-black-bg .task-item-name,
#view-identity-select.is-black-bg .task-item-status,
#view-identity-select.is-black-bg .task-item-idx,
#view-identity-select.is-black-bg .hub-features .feature-copy h2,
#view-identity-select.is-black-bg .hub-features .feature-copy p {
  color: var(--hub-ink) !important;
}
#view-identity-select.is-black-bg .hub-features .feature-copy p,
#view-identity-select.is-black-bg .task-item-status {
  color: var(--hub-ink-soft) !important;
}
#view-identity-select.is-black-bg .hub-board-date,
#view-identity-select.is-black-bg .hub-task-count,
#view-identity-select.is-black-bg .hub-identity .level-pill {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: var(--hub-ink) !important;
}
#view-identity-select.is-black-bg .hub-identity .identity-inner {
  background:
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02) 55%,
      rgba(10, 12, 24, 0.28)
    ) !important;
  color: var(--hub-ink) !important;
}
#view-identity-select.is-black-bg .spirit-well-tube {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(10, 12, 24, 0.4)),
    rgba(10, 12, 24, 0.35) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

/* ===== HUB LIQUID GLASS FINAL =====
   必须放在文件末尾。图二效果靠：近透明底 + blur + inset 高光 + ::before 暗边 + ::after 斜高光。
   禁止在玻璃元素上使用 filter:contrast/brightness（会废 backdrop-filter，浅景上 contrast(3) 会爆白）。
   ================================================================ */
#view-identity-select .sect-hub,
#view-identity-select .hub-world,
#view-identity-select .world,
#view-identity-select .hub-body,
#view-identity-select .hub-main-grid,
#view-identity-select .hub-center,
#view-identity-select .hub-features,
#view-identity-select .hub-tasks,
#view-identity-select .hub-task-scroll {
  isolation: auto !important;
  filter: none !important;
  opacity: 1 !important;
}
#view-identity-select .sect-hub > .hub-bg-landscape {
  display: block !important;
  opacity: 1 !important;
  z-index: 0 !important;
  background-color: #f6f4ef !important;
  background-image:
    radial-gradient(95% 75% at 50% 18%, rgba(255, 255, 255, 0.72), transparent 58%),
    radial-gradient(70% 55% at 88% 8%, rgba(255, 255, 255, 0.45), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(248, 246, 241, 0.42) 48%, rgba(236, 233, 226, 0.28) 100%),
    url("assets/sect-landscape.png") !important;
  filter: grayscale(1) contrast(1.05) brightness(1.12) !important;
}

/* 水墨场景底：偏白宣纸壳 */
#view-identity-select,
#view-dungeon {
  background: #f6f4ef !important;
}
#view-identity-select .sect-hub,
#view-dungeon .sect-hub,
#view-dungeon .dungeon-simple {
  background: transparent !important;
  border-color: rgba(55, 55, 52, 0.22) !important;
  box-shadow: inset 0 0 40px rgba(40, 40, 38, 0.06) !important;
}
#view-identity-select .hub-world::before,
#view-identity-select .world::before {
  display: none !important;
  content: none !important;
  background: none !important;
}
#view-identity-select {
  --hub-glass-tr: 25%;
  /* 浅底上略提高不透明度，黑字对比仍清晰 */
  --hub-glass-bg: rgba(255, 255, 255, 0.58);
  --hub-glass-border: 1px double rgba(51, 51, 51, 0.14);
  --hub-glass-blur: blur(8px) saturate(1.1);
  --hub-glass-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.95),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, 0.6),
    inset -6px 6px 1px -6px rgba(255, 255, 255, 0.55),
    inset 0 0 2px rgba(0, 0, 0, 0.55),
    0 6px 18px rgba(0, 0, 0, 0.1);
  --hub-sheen:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.85) 0%,
      transparent var(--hub-glass-tr),
      transparent calc(100% - var(--hub-glass-tr)),
      rgba(255, 255, 255, 0.85) 100%
    );
  --hub-ink: #141414;
  --hub-ink-soft: #2e2e2e;
  --hub-reflect: none;
}

#view-identity-select .hub-hero,
#view-identity-select .hub-board-glass,
#view-identity-select .spirit-well,
#view-identity-select .hub-identity.identity-card,
#view-identity-select .hub-features .feature-card,
#view-identity-select .hub-topbar .sect-profile,
#view-identity-select .hub-topbar .currency,
#view-identity-select .hub-tasks .sect-brand,
#view-identity-select .task-list.task-stack .task-item,
#view-identity-select .task-list.task-stack .task-item.is-pending,
#view-identity-select .task-list.task-stack .task-item.is-current,
#view-identity-select .task-list.task-stack .task-item.is-locked,
#view-identity-select .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select .task-list.task-stack .task-item.is-done,
#view-identity-select .hub-board-item,
#view-identity-select .hub-hero .sect-btn,
#view-identity-select .hub-board-enter,
#view-identity-select .hub-features .feature-card > button,
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-bg-toggle {
  isolation: auto !important;
  filter: none !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.1) !important;
  backdrop-filter: blur(8px) saturate(1.1) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  border: 1px double rgba(51, 51, 51, 0.14) !important;
  box-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.95),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, 0.55),
    inset -6px 6px 1px -6px rgba(255, 255, 255, 0.5),
    inset 0 0 1px rgba(80, 80, 80, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.1) !important;
  color: var(--hub-ink) !important;
  outline: 1px solid rgba(255, 255, 255, 0.28);
  outline-offset: -5px;
}

#view-identity-select .task-list.task-stack .task-item.is-current,
#view-identity-select .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select .hub-board-item.is-priority {
  background: rgba(255, 255, 255, 0.48) !important;
}

#view-identity-select .hub-identity.identity-card,
#view-identity-select .hub-identity .identity-inner {
  background: rgba(255, 255, 255, 0.36) !important;
  border-color: rgba(51, 51, 51, 0.1) !important;
  filter: none !important;
}
#view-identity-select .hub-identity.identity-card {
  box-shadow:
    inset 2px -2px 1px -1px rgba(255, 255, 255, 0.95),
    inset -2px 2px 1px -1px rgba(255, 255, 255, 0.9),
    inset 6px -6px 1px -6px rgba(255, 255, 255, 0.55),
    inset -6px 6px 1px -6px rgba(255, 255, 255, 0.5),
    inset 0 0 1px rgba(80, 80, 80, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(6px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(6px) saturate(1.15) !important;
}
#view-identity-select .hub-identity .identity-inner {
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
#view-identity-select .hub-identity .identity-inner::before {
  border-color: rgba(255, 255, 255, 0.25) !important;
  filter: none !important;
}

/* 大方块上关掉参考里的黑边 ::before：blur(8px) 的黑框会糊成玻璃里的黑条纹 */
#view-identity-select .hub-hero::before,
#view-identity-select .hub-board-glass::before,
#view-identity-select .spirit-well::before,
#view-identity-select .hub-identity.identity-card::before,
#view-identity-select .hub-features .feature-card::before,
#view-identity-select .hub-topbar .sect-profile::before,
#view-identity-select .hub-tasks .sect-brand::before,
#view-identity-select .task-list.task-stack .task-item::before,
#view-identity-select .hub-board-item::before,
#view-identity-select .hub-hero .sect-btn::before,
#view-identity-select .hub-board-enter::before,
#view-identity-select .hub-features .feature-card > button::before,
#view-identity-select .hub-identity .identity-detail::before,
#view-identity-select .hub-bg-toggle::before {
  content: none !important;
  display: none !important;
  border: 0 !important;
  filter: none !important;
  background: none !important;
  box-shadow: none !important;
}

#view-identity-select .hub-hero::after,
#view-identity-select .hub-board-glass::after,
#view-identity-select .spirit-well::after,
#view-identity-select .hub-identity.identity-card::after,
#view-identity-select .hub-features .feature-card::after,
#view-identity-select .hub-topbar .sect-profile::after,
#view-identity-select .hub-tasks .sect-brand::after,
#view-identity-select .task-list.task-stack .task-item::after,
#view-identity-select .hub-board-item::after,
#view-identity-select .hub-hero .sect-btn::after,
#view-identity-select .hub-board-enter::after,
#view-identity-select .hub-features .feature-card > button::after,
#view-identity-select .hub-identity .identity-detail::after,
#view-identity-select .hub-bg-toggle::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background: var(--hub-sheen) !important;
  filter: blur(3px) !important;
  opacity: 1 !important;
  mix-blend-mode: soft-light;
}

#view-identity-select .hub-hero > *,
#view-identity-select .hub-board-glass > *,
#view-identity-select .spirit-well > *,
#view-identity-select .hub-identity.identity-card > *,
#view-identity-select .hub-tasks .sect-brand > *,
#view-identity-select .task-list.task-stack .task-item > *,
#view-identity-select .hub-board-item > *,
#view-identity-select .hub-topbar .sect-profile > *,
#view-identity-select .hub-features .feature-card > * {
  position: relative;
  z-index: 3;
}

#view-identity-select .hub-features .feature-copy {
  position: absolute !important;
  left: 42% !important;
  right: 14px !important;
  top: 18px !important;
  z-index: 3 !important;
}
#view-identity-select .hub-features .feature-art {
  position: absolute !important;
  z-index: 1 !important;
  filter: none !important;
}
#view-identity-select .hub-features .feature-card > button {
  position: absolute !important;
  right: 14px !important;
  bottom: 16px !important;
  z-index: 4 !important;
}
#view-identity-select .task-item-name,
#view-identity-select .task-item-idx,
#view-identity-select .hub-features .feature-copy h2,
#view-identity-select .hub-features .feature-copy p,
#view-identity-select .hub-hero h1,
#view-identity-select .hub-board-head h2 {
  filter: none !important;
  text-shadow: none !important;
}

#view-identity-select.is-black-bg {
  --hub-glass-bg: rgba(255, 255, 255, 0.08);
  --hub-ink: #f0f2f8;
  --hub-ink-soft: #c8cede;
}
#view-identity-select.is-black-bg .hub-hero,
#view-identity-select.is-black-bg .hub-board-glass,
#view-identity-select.is-black-bg .spirit-well,
#view-identity-select.is-black-bg .hub-identity.identity-card,
#view-identity-select.is-black-bg .hub-identity .identity-inner,
#view-identity-select.is-black-bg .hub-features .feature-card,
#view-identity-select.is-black-bg .task-list.task-stack .task-item,
#view-identity-select.is-black-bg .hub-board-item,
#view-identity-select.is-black-bg .hub-hero .sect-btn,
#view-identity-select.is-black-bg .hub-board-enter,
#view-identity-select.is-black-bg .hub-features .feature-card > button,
#view-identity-select.is-black-bg .hub-identity .identity-detail,
#view-identity-select.is-black-bg .hub-bg-toggle {
  background: rgba(255, 255, 255, 0.08) !important;
  filter: none !important;
  color: var(--hub-ink) !important;
}

#view-identity-select .task-list.task-stack .task-item:hover:not(.is-locked),
#view-identity-select .hub-board-item:hover,
#view-identity-select .hub-hero .sect-btn:hover,
#view-identity-select .hub-board-enter:hover,
#view-identity-select .hub-features .feature-card > button:hover,
#view-identity-select .hub-identity .identity-detail:hover,
#view-identity-select .hub-bg-toggle:hover,
#view-identity-select .hub-features .feature-card:hover {
  filter: none !important;
  background: rgba(255, 255, 255, 0.42) !important;
}

/* 仅加深文字对比，不改玻璃/背景 */
#view-identity-select {
  --hub-ink: #111111;
  --hub-ink-soft: #2a2a2a;
  --hub-ink-mute: #3f3f3f;
  --hub-text-shadow: none;
}
#view-identity-select .hub-hero,
#view-identity-select .hub-hero h1,
#view-identity-select .hub-hero p,
#view-identity-select .hub-kicker,
#view-identity-select .hub-board-glass,
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-head h2,
#view-identity-select .hub-board-date,
#view-identity-select .hub-board-sub,
#view-identity-select .hub-board-foot,
#view-identity-select .hub-board-progress,
#view-identity-select .hub-board-link,
#view-identity-select .hub-board-item,
#view-identity-select .hub-board-item-main strong,
#view-identity-select .hub-board-item-main small,
#view-identity-select .hub-board-tag,
#view-identity-select .hub-board-enter,
#view-identity-select .spirit-well,
#view-identity-select .spirit-well-label,
#view-identity-select .spirit-well-label em,
#view-identity-select .spirit-well-label strong,
#view-identity-select .spirit-well-caption,
#view-identity-select .hub-identity,
#view-identity-select .hub-identity h2,
#view-identity-select .hub-identity h3,
#view-identity-select .hub-identity .level-pill,
#view-identity-select .hub-identity dl,
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dd,
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-features .feature-copy h2,
#view-identity-select .hub-features .feature-copy p,
#view-identity-select .hub-features .feature-card > button,
#view-identity-select .hub-topbar .sect-profile,
#view-identity-select .hub-topbar .sect-profile strong,
#view-identity-select .hub-topbar .sect-profile small,
#view-identity-select .hub-bg-toggle,
#view-identity-select .hub-tasks .sect-brand-copy strong,
#view-identity-select .hub-tasks .sect-brand-copy small,
#view-identity-select .hub-task-head .sidebar-title,
#view-identity-select .hub-task-count,
#view-identity-select .hub-task-lead,
#view-identity-select .task-item-name,
#view-identity-select .task-item-status,
#view-identity-select .task-item-idx,
#view-identity-select .task-item-meta,
#view-identity-select .hub-hero .sect-btn {
  color: var(--hub-ink) !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
  opacity: 1 !important;
}
#view-identity-select .hub-kicker,
#view-identity-select .hub-hero p,
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-date,
#view-identity-select .hub-board-sub,
#view-identity-select .hub-board-foot,
#view-identity-select .hub-board-item-main small,
#view-identity-select .hub-features .feature-copy p,
#view-identity-select .task-item-status,
#view-identity-select .task-item-meta,
#view-identity-select .hub-tasks .sect-brand-copy small,
#view-identity-select .hub-topbar .sect-profile small,
#view-identity-select .spirit-well-caption,
#view-identity-select .hub-preview-goal,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-preview-form small {
  color: var(--hub-ink-soft) !important;
}
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-card > .hub-board-item-main > strong {
  color: var(--hub-ink) !important;
}

/* —— 全局字号再抬一档 —— */
#view-identity-select .hub-tasks .sect-brand-copy strong {
  font-size: clamp(34px, 2.2vw, 40px) !important;
}
#view-identity-select .hub-tasks .sect-brand-copy small {
  font-size: 20px !important;
}
#view-identity-select .hub-task-head .sidebar-title {
  font-size: 38px !important;
}
#view-identity-select .hub-task-count {
  font-size: 22px !important;
}
#view-identity-select .hub-task-lead {
  font-size: 20px !important;
}
#view-identity-select .task-item-name,
#view-identity-select .task-list.task-stack .task-item .task-item-name {
  font-size: 30px !important;
}
#view-identity-select .task-item-status,
#view-identity-select .task-list.task-stack .task-item .task-item-status {
  font-size: 22px !important;
}
#view-identity-select .task-item-idx,
#view-identity-select .task-list.task-stack .task-item .task-item-idx {
  width: 56px !important;
  height: 56px !important;
  font-size: 24px !important;
}
#view-identity-select .task-item-meta {
  font-size: 18px !important;
}

#view-identity-select .hub-kicker {
  font-size: 22px !important;
}
#view-identity-select .hub-hero h1 {
  font-size: clamp(42px, 3.5vw, 58px) !important;
}
#view-identity-select .hub-hero p {
  font-size: 22px !important;
}
#view-identity-select .hub-hero .sect-btn {
  height: 60px !important;
  min-width: 210px !important;
  font-size: 24px !important;
}

#view-identity-select .hub-board-head h2 {
  font-size: 40px !important;
}
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-date,
#view-identity-select .hub-board-sub {
  font-size: 20px !important;
}
#view-identity-select .hub-board-item-main strong {
  font-size: 30px !important;
}
#view-identity-select .hub-board-item-main small {
  font-size: 20px !important;
}
#view-identity-select .hub-board-tag {
  font-size: 16px !important;
}
#view-identity-select .hub-board-enter {
  height: 58px !important;
  min-width: 120px !important;
  font-size: 24px !important;
}
#view-identity-select .hub-board-foot,
#view-identity-select .hub-board-link,
#view-identity-select #hub-board-progress {
  font-size: 20px !important;
}

#view-identity-select .spirit-well-label em {
  font-size: 18px !important;
}
#view-identity-select .spirit-well-label strong {
  font-size: 36px !important;
}
#view-identity-select .spirit-well-caption {
  font-size: 18px !important;
}

#view-identity-select .hub-identity .identity-heading h2 {
  font-size: 26px !important;
}
#view-identity-select .hub-identity h3 {
  font-size: 40px !important;
}
#view-identity-select .hub-identity .level-pill {
  font-size: 20px !important;
  height: 36px !important;
}
#view-identity-select .hub-identity dl > div,
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dd {
  font-size: 20px !important;
}
#view-identity-select .hub-identity .identity-detail {
  height: 54px !important;
  font-size: 22px !important;
}

#view-identity-select .hub-world .sect-profile b,
#view-identity-select .hub-topbar .sect-profile strong {
  font-size: 28px !important;
}
#view-identity-select .hub-world .sect-profile small,
#view-identity-select .hub-topbar .sect-profile small {
  font-size: 20px !important;
}
#view-identity-select .hub-world .sect-avatar {
  width: 56px !important;
  height: 56px !important;
  font-size: 24px !important;
}
#view-identity-select .hub-bg-toggle {
  height: 52px !important;
  font-size: 18px !important;
}
#view-identity-select .hub-bg-toggle-icon {
  font-size: 20px !important;
}

#view-identity-select .hub-features .feature-copy h2 {
  font-size: 38px !important;
}
#view-identity-select .hub-features .feature-copy p {
  font-size: 20px !important;
}
#view-identity-select .hub-features .feature-card > button {
  width: 180px !important;
  height: 54px !important;
  font-size: 22px !important;
}

/* —— 预览任务卡片 —— */
#view-identity-select .hub-board-sub {
  display: block !important;
  margin: 0 0 14px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 2px 8px !important;
  list-style: none !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
#view-identity-select .hub-preview-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 14px 16px !important;
  padding: 18px 18px 16px !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  overflow: visible !important;
}
#view-identity-select .hub-preview-card .hub-board-item-main {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-width: 0 !important;
}
#view-identity-select .hub-preview-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}
#view-identity-select .hub-preview-diff {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(40, 40, 38, 0.18) !important;
  background: rgba(255, 255, 255, 0.28) !important;
}
#view-identity-select .hub-preview-card[data-tier="intermediate"] .hub-preview-diff {
  border-color: rgba(70, 90, 120, 0.28) !important;
}
#view-identity-select .hub-preview-card[data-tier="advanced"] .hub-preview-diff {
  border-color: rgba(90, 60, 40, 0.3) !important;
}
#view-identity-select .hub-preview-card > .hub-board-item-main > strong {
  font-size: 34px !important;
  line-height: 1.25 !important;
  color: var(--hub-ink, #111) !important;
}
#view-identity-select .hub-preview-goal {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
#view-identity-select .hub-preview-row > em {
  flex: 0 0 auto !important;
  margin-top: 4px !important;
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
}
#view-identity-select .hub-preview-abilities {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-width: 0 !important;
}
#view-identity-select .hub-preview-chip {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--hub-ink, #111) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  border: 1px solid rgba(40, 40, 38, 0.14) !important;
}
#view-identity-select .hub-preview-form small {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-card .hub-board-tag {
  font-size: 18px !important;
  padding: 6px 14px !important;
}
#view-identity-select .hub-preview-card .hub-board-enter {
  height: 56px !important;
  min-width: 120px !important;
  font-size: 22px !important;
}
#view-identity-select .hub-preview-card .hub-board-bar {
  margin-top: 4px !important;
}
#view-identity-select .hub-preview-card .hub-board-enter {
  align-self: end !important;
}
#view-identity-select .hub-preview-goal,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-row > em,
#view-identity-select .hub-preview-form small {
  text-shadow: none !important;
  filter: none !important;
}

/* —— 去水柱：身份向下撑满，顶部仍避开头像 —— */
#view-identity-select .hub-water {
  display: none !important;
}
#view-identity-select .hub-topbar .sect-profile small,
#view-identity-select #sect-user-rank {
  display: none !important;
}
#view-identity-select .hub-main-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) !important;
  align-items: stretch !important;
  gap: 20px !important;
}
#view-identity-select .hub-center {
  align-self: stretch !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
}
#view-identity-select .hub-center > .hub-hero {
  flex: 0 0 auto !important;
  width: 100% !important;
  margin: 0 !important;
}
#view-identity-select .hub-center > .hub-board {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
#view-identity-select .hub-right {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
#view-identity-select .hub-identity,
#view-identity-select .hub-identity.identity-card {
  flex: 1 1 auto !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 !important;
}
#view-identity-select .hub-identity .identity-inner {
  flex: 1 1 auto !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: rgba(255, 255, 255, 0.36) !important;
}
#view-identity-select .hub-identity dl {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-evenly !important;
  min-height: 0 !important;
}
#view-identity-select .hub-identity .identity-detail {
  margin-top: auto !important;
}

/* 任务预览：单任务不滚动、不裁字 */
#view-identity-select .hub-board-glass {
  overflow: visible !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}
#view-identity-select .hub-board-list.hub-preview-list,
#view-identity-select .hub-preview-list {
  overflow: visible !important;
  flex: 0 0 auto !important;
}

/* 左侧栏顶部：返回按钮，标题与任务整体下移 */
#view-identity-select .hub-tasks.sidebar,
#view-identity-select .hub-tasks {
  padding-top: 10px !important;
}
#view-identity-select .hub-tasks-back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  height: 48px !important;
  margin: 4px 8px 14px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.36) !important;
  backdrop-filter: blur(14px) saturate(1.25) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.25) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 6px 14px rgba(40, 40, 38, 0.08) !important;
  color: var(--hub-ink, #111) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, background 0.15s ease !important;
}
#view-identity-select .hub-tasks-back:hover {
  transform: translateX(-2px) !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
#view-identity-select.is-black-bg .hub-tasks-back {
  color: rgba(245, 245, 245, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(20, 20, 22, 0.42) !important;
}
#view-identity-select .hub-board-item.hub-preview-card,
#view-identity-select .hub-preview-card {
  overflow: visible !important;
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  height: auto !important;
  max-height: none !important;
  min-height: auto !important;
  align-items: start !important;
}
#view-identity-select .hub-preview-card .hub-board-item-main {
  overflow: visible !important;
  min-height: 0 !important;
  height: auto !important;
}
#view-identity-select .hub-preview-abilities,
#view-identity-select .hub-preview-goal,
#view-identity-select .hub-preview-row {
  overflow: visible !important;
  flex-shrink: 0 !important;
}
#view-identity-select .hub-preview-card .hub-board-enter {
  align-self: end !important;
  margin-top: 4px !important;
}
#view-identity-select .hub-board-foot {
  flex: 0 0 auto !important;
}

/* —— 黑底对比主题：仅组件灰底 + 白字，页面山水底保留 —— */
#view-identity-select.is-black-bg {
  --hub-ink: #ffffff !important;
  --hub-ink-soft: #f2f2f2 !important;
  --hub-ink-mute: #e0e0e0 !important;
  --hub-glass-bg: rgba(96, 96, 98, 0.88) !important;
  --hub-glass-border: 1px solid rgba(255, 255, 255, 0.22) !important;
  --hub-glass-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
  --hub-glass-filter: none !important;
  --hub-text-shadow: none !important;
}
#view-identity-select.is-black-bg .sect-hub {
  background: transparent !important;
}
#view-identity-select.is-black-bg .sect-hub > .hub-bg-landscape {
  /* 保留原山水底，略压暗便于白字对比 */
  background-color: #ddd9d0 !important;
  background-image:
    radial-gradient(90% 70% at 18% 12%, rgba(255, 255, 255, 0.18), transparent 52%),
    radial-gradient(70% 55% at 88% 8%, rgba(255, 255, 255, 0.1), transparent 48%),
    linear-gradient(180deg, rgba(40, 38, 34, 0.22) 0%, rgba(30, 28, 26, 0.16) 42%, rgba(20, 18, 16, 0.28) 100%),
    url("assets/sect-landscape.png") !important;
  background-size: cover !important;
  background-position: center bottom !important;
  filter: grayscale(1) contrast(1.12) brightness(0.68) !important;
  opacity: 1 !important;
}

#view-identity-select.is-black-bg .hub-tasks .sect-brand,
#view-identity-select.is-black-bg .hub-tasks-back,
#view-identity-select.is-black-bg .task-list.task-stack .task-item,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-pending,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-current,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-locked,
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-done,
#view-identity-select.is-black-bg .hub-hero,
#view-identity-select.is-black-bg .hub-board-glass,
#view-identity-select.is-black-bg .hub-board-item,
#view-identity-select.is-black-bg .hub-preview-card,
#view-identity-select.is-black-bg .hub-identity,
#view-identity-select.is-black-bg .hub-identity.identity-card,
#view-identity-select.is-black-bg .hub-identity .identity-inner,
#view-identity-select.is-black-bg .hub-features .feature-card,
#view-identity-select.is-black-bg .hub-hero .sect-btn,
#view-identity-select.is-black-bg .hub-board-enter,
#view-identity-select.is-black-bg .hub-features .feature-card > button,
#view-identity-select.is-black-bg .hub-identity .identity-detail,
#view-identity-select.is-black-bg .hub-bg-toggle,
#view-identity-select.is-black-bg .hub-topbar .sect-profile {
  background: rgba(110, 110, 112, 0.9) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(10px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.1) !important;
  filter: none !important;
  outline: none !important;
  color: #ffffff !important;
}

#view-identity-select.is-black-bg .task-list.task-stack .task-item.is-locked {
  background: rgba(88, 88, 90, 0.78) !important;
  opacity: 0.78 !important;
}
#view-identity-select.is-black-bg .hub-preview-card {
  background: rgba(128, 128, 130, 0.95) !important;
}
#view-identity-select.is-black-bg .hub-board-tag,
#view-identity-select.is-black-bg .hub-preview-diff,
#view-identity-select.is-black-bg .hub-preview-chip,
#view-identity-select.is-black-bg .hub-task-count,
#view-identity-select.is-black-bg .hub-board-date,
#view-identity-select.is-black-bg .hub-identity .level-pill {
  background: rgba(140, 140, 142, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

#view-identity-select.is-black-bg .hub-tasks .sect-brand-copy strong,
#view-identity-select.is-black-bg .hub-tasks .sect-brand-copy small,
#view-identity-select.is-black-bg .hub-tasks-back,
#view-identity-select.is-black-bg .hub-task-head .sidebar-title,
#view-identity-select.is-black-bg .hub-task-count,
#view-identity-select.is-black-bg .hub-task-lead,
#view-identity-select.is-black-bg .task-item-name,
#view-identity-select.is-black-bg .task-item-status,
#view-identity-select.is-black-bg .task-item-idx,
#view-identity-select.is-black-bg .task-item-meta,
#view-identity-select.is-black-bg .hub-kicker,
#view-identity-select.is-black-bg .hub-hero h1,
#view-identity-select.is-black-bg .hub-hero p,
#view-identity-select.is-black-bg .hub-hero .sect-btn,
#view-identity-select.is-black-bg .hub-board-head em,
#view-identity-select.is-black-bg .hub-board-head h2,
#view-identity-select.is-black-bg .hub-board-date,
#view-identity-select.is-black-bg .hub-board-sub,
#view-identity-select.is-black-bg .hub-board-foot,
#view-identity-select.is-black-bg .hub-board-link,
#view-identity-select.is-black-bg #hub-board-progress,
#view-identity-select.is-black-bg .hub-board-item-main strong,
#view-identity-select.is-black-bg .hub-board-item-main small,
#view-identity-select.is-black-bg .hub-board-tag,
#view-identity-select.is-black-bg .hub-board-enter,
#view-identity-select.is-black-bg .hub-preview-goal,
#view-identity-select.is-black-bg .hub-preview-diff,
#view-identity-select.is-black-bg .hub-preview-chip,
#view-identity-select.is-black-bg .hub-preview-row > em,
#view-identity-select.is-black-bg .hub-preview-form small,
#view-identity-select.is-black-bg .hub-identity h2,
#view-identity-select.is-black-bg .hub-identity h3,
#view-identity-select.is-black-bg .hub-identity .level-pill,
#view-identity-select.is-black-bg .hub-identity dl,
#view-identity-select.is-black-bg .hub-identity dt,
#view-identity-select.is-black-bg .hub-identity dd,
#view-identity-select.is-black-bg .hub-identity .identity-detail,
#view-identity-select.is-black-bg .hub-features .feature-copy h2,
#view-identity-select.is-black-bg .hub-features .feature-copy p,
#view-identity-select.is-black-bg .hub-features .feature-card > button,
#view-identity-select.is-black-bg .hub-topbar .sect-profile,
#view-identity-select.is-black-bg .hub-topbar .sect-profile b,
#view-identity-select.is-black-bg .hub-topbar .sect-profile small,
#view-identity-select.is-black-bg .hub-bg-toggle,
#view-identity-select.is-black-bg .hub-bg-toggle-label,
#view-identity-select.is-black-bg .hub-bg-toggle-icon {
  color: #ffffff !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
  opacity: 1 !important;
}

#view-identity-select.is-black-bg .hub-tasks .sect-brand-copy small,
#view-identity-select.is-black-bg .hub-kicker,
#view-identity-select.is-black-bg .hub-hero p,
#view-identity-select.is-black-bg .hub-board-sub,
#view-identity-select.is-black-bg .hub-board-head em,
#view-identity-select.is-black-bg .hub-preview-goal,
#view-identity-select.is-black-bg .hub-preview-row > em,
#view-identity-select.is-black-bg .hub-preview-form small,
#view-identity-select.is-black-bg .hub-identity dt,
#view-identity-select.is-black-bg .hub-features .feature-copy p,
#view-identity-select.is-black-bg .task-item-status,
#view-identity-select.is-black-bg .task-item-meta {
  color: #f5f5f5 !important;
}

#view-identity-select.is-black-bg .hub-board-bar {
  background: rgba(255, 255, 255, 0.22) !important;
}
#view-identity-select.is-black-bg .hub-board-bar em,
#view-identity-select.is-black-bg .task-item-bar > i {
  background: linear-gradient(90deg, #ececec, #c8c8c8) !important;
}

#view-identity-select.is-black-bg .task-list.task-stack .task-item:hover:not(.is-locked),
#view-identity-select.is-black-bg .hub-board-item:hover,
#view-identity-select.is-black-bg .hub-hero .sect-btn:hover,
#view-identity-select.is-black-bg .hub-board-enter:hover,
#view-identity-select.is-black-bg .hub-features .feature-card > button:hover,
#view-identity-select.is-black-bg .hub-identity .identity-detail:hover,
#view-identity-select.is-black-bg .hub-bg-toggle:hover,
#view-identity-select.is-black-bg .hub-tasks-back:hover,
#view-identity-select.is-black-bg .hub-features .feature-card:hover {
  background: rgba(130, 130, 132, 0.95) !important;
  filter: none !important;
  color: #ffffff !important;
}

#view-identity-select.is-black-bg .hub-topbar .sect-profile-menu {
  background: rgba(100, 100, 102, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
#view-identity-select.is-black-bg .hub-topbar .sect-profile-menu button {
  color: #ffffff !important;
  background: transparent !important;
}
#view-identity-select.is-black-bg .hub-topbar .sect-profile-menu button:hover {
  background: rgba(140, 140, 142, 0.95) !important;
}


/* ===== CSS水滴液态玻璃（修边角 / 按钮） =====
   保留水滴式外凸+柔和高光，去掉会割边的 outline、过重 inset、实心高光点。 */
#view-identity-select:not(.is-black-bg) {
  --hub-glass-bg: rgba(255, 255, 255, 0.28);
  --hub-glass-blur: blur(10px) saturate(1.15);
  --hub-drop-shadow:
    8px 12px 24px rgba(0, 0, 0, 0.12),
    2px 4px 8px rgba(0, 0, 0, 0.06),
    inset 1px 1px 0 rgba(255, 255, 255, 0.85),
    inset -1px -1px 0 rgba(255, 255, 255, 0.35),
    inset 6px 8px 16px rgba(255, 255, 255, 0.35),
    inset -4px -6px 14px rgba(90, 90, 90, 0.06);
  --hub-ink: #161616;
  --hub-ink-soft: #2c2c2c;
}

#view-identity-select:not(.is-black-bg) .sect-hub > .hub-bg-landscape {
  background-color: #efece6 !important;
  background-image:
    radial-gradient(90% 70% at 50% 12%, rgba(255, 255, 255, 0.42), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(245, 242, 236, 0.18) 45%, rgba(210, 206, 198, 0.2) 100%),
    url("assets/sect-landscape.png") !important;
  filter: grayscale(0.85) contrast(1.08) brightness(1.04) !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero,
#view-identity-select:not(.is-black-bg) .hub-board-glass,
#view-identity-select:not(.is-black-bg) .spirit-well,
#view-identity-select:not(.is-black-bg) .hub-identity.identity-card,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card,
#view-identity-select:not(.is-black-bg) .hub-topbar .sect-profile,
#view-identity-select:not(.is-black-bg) .hub-tasks .sect-brand,
#view-identity-select:not(.is-black-bg) .hub-tasks-back,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-pending,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-current,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-locked,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-done,
#view-identity-select:not(.is-black-bg) .hub-board-item,
#view-identity-select:not(.is-black-bg) .hub-preview-card {
  position: relative !important;
  isolation: auto !important;
  overflow: visible !important;
  background: var(--hub-glass-bg) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  outline: none !important;
  outline-offset: 0 !important;
  -webkit-backdrop-filter: var(--hub-glass-blur) !important;
  backdrop-filter: var(--hub-glass-blur) !important;
  box-shadow: var(--hub-drop-shadow) !important;
  filter: none !important;
  color: var(--hub-ink) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero { border-radius: 22px !important; }
#view-identity-select:not(.is-black-bg) .hub-board-glass {
  border-radius: 20px !important;
  overflow: visible !important;
}
#view-identity-select:not(.is-black-bg) .hub-preview-card {
  border-radius: 18px !important;
  overflow: visible !important;
}
#view-identity-select:not(.is-black-bg) .hub-identity.identity-card { border-radius: 22px !important; }
#view-identity-select:not(.is-black-bg) .hub-features .feature-card {
  border-radius: 18px !important;
  overflow: hidden !important;
}
#view-identity-select:not(.is-black-bg) .hub-tasks .sect-brand,
#view-identity-select:not(.is-black-bg) .hub-tasks-back { border-radius: 16px !important; }
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-pending,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-current,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-locked,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-done,
#view-identity-select:not(.is-black-bg) .hub-board-item { border-radius: 16px !important; }
#view-identity-select:not(.is-black-bg) .hub-topbar .sect-profile { border-radius: 999px !important; }

#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-current,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select:not(.is-black-bg) .hub-board-item.is-priority {
  background: rgba(255, 255, 255, 0.4) !important;
}

#view-identity-select:not(.is-black-bg) .hub-identity .identity-inner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  border-radius: 18px !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero::before,
#view-identity-select:not(.is-black-bg) .hub-hero::after,
#view-identity-select:not(.is-black-bg) .hub-board-glass::before,
#view-identity-select:not(.is-black-bg) .hub-board-glass::after,
#view-identity-select:not(.is-black-bg) .spirit-well::before,
#view-identity-select:not(.is-black-bg) .spirit-well::after,
#view-identity-select:not(.is-black-bg) .hub-identity.identity-card::before,
#view-identity-select:not(.is-black-bg) .hub-identity.identity-card::after,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card::before,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card::after,
#view-identity-select:not(.is-black-bg) .hub-tasks .sect-brand::before,
#view-identity-select:not(.is-black-bg) .hub-tasks .sect-brand::after,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item::before,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item::after,
#view-identity-select:not(.is-black-bg) .hub-board-item::before,
#view-identity-select:not(.is-black-bg) .hub-board-item::after,
#view-identity-select:not(.is-black-bg) .hub-preview-card::before,
#view-identity-select:not(.is-black-bg) .hub-preview-card::after,
#view-identity-select:not(.is-black-bg) .hub-topbar .sect-profile::before,
#view-identity-select:not(.is-black-bg) .hub-topbar .sect-profile::after,
#view-identity-select:not(.is-black-bg) .hub-bg-toggle::before,
#view-identity-select:not(.is-black-bg) .hub-bg-toggle::after,
#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn::before,
#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn::after,
#view-identity-select:not(.is-black-bg) .hub-board-enter::before,
#view-identity-select:not(.is-black-bg) .hub-board-enter::after,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button::before,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button::after,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail::before,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 0 !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn,
#view-identity-select:not(.is-black-bg) .hub-board-enter,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail,
#view-identity-select:not(.is-black-bg) .hub-bg-toggle,
#view-identity-select:not(.is-black-bg) .hub-tasks-back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  overflow: visible !important;
  outline: none !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  background-image: none !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.1) !important;
  backdrop-filter: blur(8px) saturate(1.1) !important;
  box-shadow:
    6px 10px 18px rgba(0, 0, 0, 0.12),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(255, 255, 255, 0.35) !important;
  filter: none !important;
  color: var(--hub-ink) !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.28)),
    linear-gradient(180deg, #9f7bf0, #6745d5) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn span,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button span,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail span {
  float: none !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

#view-identity-select:not(.is-black-bg) .hub-features .feature-copy h2,
#view-identity-select:not(.is-black-bg) .hub-features .feature-copy p {
  text-shadow: none !important;
  filter: none !important;
  -webkit-text-stroke: 0 !important;
  opacity: 1 !important;
}
#view-identity-select:not(.is-black-bg) .hub-features .feature-copy {
  left: 44% !important;
  right: 12px !important;
  top: 16px !important;
  z-index: 3 !important;
}
#view-identity-select:not(.is-black-bg) .hub-features .feature-art {
  z-index: 1 !important;
  opacity: 0.88 !important;
  filter: none !important;
}
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button {
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  height: 40px !important;
  min-height: 40px !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: calc(100% - 24px);
  padding: 0 16px !important;
  font-size: 15px !important;
  z-index: 4 !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero h1,
#view-identity-select:not(.is-black-bg) .hub-hero p,
#view-identity-select:not(.is-black-bg) .task-item-name,
#view-identity-select:not(.is-black-bg) .hub-identity h3,
#view-identity-select:not(.is-black-bg) .hub-board-head h2 {
  text-shadow: none !important;
  filter: none !important;
  color: var(--hub-ink) !important;
}

#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item:hover:not(.is-locked),
#view-identity-select:not(.is-black-bg) .hub-board-item:hover,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  filter: none !important;
  transform: translateY(-1px);
  box-shadow:
    10px 14px 28px rgba(0, 0, 0, 0.14),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset 6px 8px 16px rgba(255, 255, 255, 0.4) !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn:hover,
#view-identity-select:not(.is-black-bg) .hub-board-enter:hover,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button:hover,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail:hover,
#view-identity-select:not(.is-black-bg) .hub-bg-toggle:hover {
  background: rgba(255, 255, 255, 0.55) !important;
  filter: none !important;
  transform: translateY(-1px);
}
#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn-primary:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3)),
    linear-gradient(180deg, #a888f4, #7352dc) !important;
  color: #fff !important;
}

/* 任务预览：不滚动、不裁切底部文字 */
#view-identity-select .hub-board,
#view-identity-select .hub-board-glass,
#view-identity-select .hub-board-list.hub-preview-list,
#view-identity-select .hub-preview-list,
#view-identity-select .hub-preview-card {
  overflow: visible !important;
  scrollbar-width: none !important;
}
#view-identity-select .hub-board-glass::-webkit-scrollbar,
#view-identity-select .hub-preview-list::-webkit-scrollbar,
#view-identity-select .hub-preview-card::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
#view-identity-select .hub-center > .hub-board {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  height: auto !important;
}
#view-identity-select .hub-board-glass {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  overflow: visible !important;
  padding-bottom: 18px !important;
}
#view-identity-select .hub-preview-list {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
}
#view-identity-select .hub-preview-card {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 16px 18px 18px !important;
  align-items: stretch !important;
}
#view-identity-select .hub-preview-card .hub-board-item-main {
  overflow: visible !important;
  min-height: 0 !important;
  padding-bottom: 2px !important;
}
#view-identity-select .hub-preview-form,
#view-identity-select .hub-preview-form small,
#view-identity-select .hub-preview-goal,
#view-identity-select .hub-preview-row,
#view-identity-select .hub-preview-abilities {
  overflow: visible !important;
  max-height: none !important;
  flex-shrink: 0 !important;
}
/* 略收紧字号/间距，保证一屏内完整可见且无需滚动 */
#view-identity-select .hub-preview-goal {
  font-size: 20px !important;
  line-height: 1.45 !important;
}
#view-identity-select .hub-preview-form small {
  font-size: 18px !important;
  line-height: 1.45 !important;
  display: block !important;
  padding-bottom: 2px !important;
}
#view-identity-select .hub-preview-card > .hub-board-item-main > strong {
  font-size: 30px !important;
  line-height: 1.25 !important;
}
#view-identity-select .hub-preview-card .hub-board-enter {
  align-self: end !important;
  margin-top: auto !important;
  flex-shrink: 0 !important;
}
#view-identity-select .hub-board-foot {
  flex: 0 0 auto !important;
  margin-top: 8px !important;
}


/* 顶部标题略缩小 */
#view-identity-select .hub-kicker {
  font-size: 16px !important;
}
#view-identity-select .hub-hero h1,
#view-identity-select:not(.is-black-bg) .hub-hero h1 {
  font-size: clamp(28px, 2.4vw, 36px) !important;
  line-height: 1.25 !important;
}
#view-identity-select .hub-hero p,
#view-identity-select:not(.is-black-bg) .hub-hero p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-top: 6px !important;
}

/* ===== 恢复液态玻璃（对齐 CSS水滴，避免实心白） ===== */
#view-identity-select:not(.is-black-bg) {
  --hub-glass-bg: rgba(255, 255, 255, 0.14);
  --hub-glass-blur: blur(6px) saturate(1.3);
  --hub-drop-shadow:
    14px 18px 30px rgba(0, 0, 0, 0.18),
    4px 6px 12px rgba(0, 0, 0, 0.08),
    inset 8px 8px 16px rgba(70, 70, 70, 0.14),
    inset -10px -10px 18px rgba(255, 255, 255, 0.72);
  --hub-ink: #151515;
  --hub-ink-soft: #2a2a2a;
}

/* 山景再露出来，玻璃才有东西可折射 */
#view-identity-select:not(.is-black-bg) .sect-hub > .hub-bg-landscape {
  background-color: #e8e4dc !important;
  background-image:
    radial-gradient(80% 55% at 50% 8%, rgba(255, 255, 255, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(236, 232, 224, 0.08) 40%, rgba(170, 166, 158, 0.18) 100%),
    url("assets/sect-landscape.png") !important;
  filter: grayscale(0.55) contrast(1.14) brightness(0.96) !important;
  opacity: 1 !important;
}
#view-identity-select:not(.is-black-bg),
#view-identity-select:not(.is-black-bg) .sect-hub {
  background: transparent !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero,
#view-identity-select:not(.is-black-bg) .hub-board-glass,
#view-identity-select:not(.is-black-bg) .hub-identity.identity-card,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card,
#view-identity-select:not(.is-black-bg) .hub-topbar .sect-profile,
#view-identity-select:not(.is-black-bg) .hub-tasks .sect-brand,
#view-identity-select:not(.is-black-bg) .hub-tasks-back,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-pending,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-current,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-locked,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-active:not(.is-done),
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-done,
#view-identity-select:not(.is-black-bg) .hub-board-item,
#view-identity-select:not(.is-black-bg) .hub-preview-card,
#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn,
#view-identity-select:not(.is-black-bg) .hub-board-enter,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail,
#view-identity-select:not(.is-black-bg) .hub-bg-toggle {
  background: rgba(255, 255, 255, 0.14) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  -webkit-backdrop-filter: blur(6px) saturate(1.3) !important;
  backdrop-filter: blur(6px) saturate(1.3) !important;
  box-shadow: var(--hub-drop-shadow) !important;
  filter: none !important;
  outline: none !important;
}

/* 密文卡片略提一点不透明度，保证可读 */
#view-identity-select:not(.is-black-bg) .hub-preview-card,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-current,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item.is-active:not(.is-done) {
  background: rgba(255, 255, 255, 0.22) !important;
}

/* 去掉身份卡内层实心底，避免整块变白 */
#view-identity-select:not(.is-black-bg) .hub-identity .identity-inner {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* 柔和高光（不产生割边双框） */
#view-identity-select:not(.is-black-bg) .hub-hero,
#view-identity-select:not(.is-black-bg) .hub-board-glass,
#view-identity-select:not(.is-black-bg) .hub-identity.identity-card,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card,
#view-identity-select:not(.is-black-bg) .hub-tasks .sect-brand,
#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item,
#view-identity-select:not(.is-black-bg) .hub-preview-card {
  background-image:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.08) 28%,
      transparent 52%,
      rgba(255, 255, 255, 0.18) 100%
    ) !important;
  background-color: rgba(255, 255, 255, 0.12) !important;
}

#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, #9f7bf0, #6745d5) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow:
    8px 12px 20px rgba(90, 60, 180, 0.28),
    inset 1px 1px 0 rgba(255, 255, 255, 0.55) !important;
}

#view-identity-select:not(.is-black-bg) .task-list.task-stack .task-item:hover:not(.is-locked),
#view-identity-select:not(.is-black-bg) .hub-board-item:hover,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card:hover,
#view-identity-select:not(.is-black-bg) .hub-hero .sect-btn:hover,
#view-identity-select:not(.is-black-bg) .hub-board-enter:hover,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button:hover,
#view-identity-select:not(.is-black-bg) .hub-identity .identity-detail:hover {
  background-color: rgba(255, 255, 255, 0.24) !important;
  filter: none !important;
}

/* 左侧任务栏保持透明，让山水穿过卡片间隙 */
#view-identity-select:not(.is-black-bg) .hub-tasks.sidebar,
#view-identity-select:not(.is-black-bg) .hub-tasks,
#view-identity-select:not(.is-black-bg) .hub-tasks .sidebar-section,
#view-identity-select:not(.is-black-bg) .hub-world,
#view-identity-select:not(.is-black-bg) .hub-body,
#view-identity-select:not(.is-black-bg) .hub-center,
#view-identity-select:not(.is-black-bg) .hub-main-grid,
#view-identity-select:not(.is-black-bg) .hub-right {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* —— 任务预览：紧凑单栏排版 —— */
#view-identity-select .hub-board-sub[hidden] {
  display: none !important;
}
#view-identity-select .hub-board-head {
  margin-bottom: 10px !important;
}
#view-identity-select .hub-board-head h2 {
  font-size: 22px !important;
  letter-spacing: 0.06em !important;
  line-height: 1.2 !important;
}
#view-identity-select .hub-board-date {
  font-size: 13px !important;
  padding: 4px 10px !important;
}
#view-identity-select .hub-preview-list {
  gap: 0 !important;
  padding: 0 !important;
}
#view-identity-select .hub-board-item.hub-preview-card,
#view-identity-select .hub-preview-card {
  display: block !important;
  grid-template-columns: none !important;
  padding: 14px 16px !important;
  gap: 0 !important;
  align-items: stretch !important;
}
#view-identity-select .hub-preview-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
}
#view-identity-select .hub-preview-line1 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-width: 0 !important;
}
#view-identity-select .hub-preview-title-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 10px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
#view-identity-select .hub-preview-title-wrap > strong {
  display: inline !important;
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: var(--hub-ink, #111) !important;
  letter-spacing: 0.02em !important;
}
#view-identity-select .hub-preview-badges {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
}
#view-identity-select .hub-preview-card .hub-board-tag,
#view-identity-select .hub-preview-diff {
  margin: 0 !important;
  padding: 3px 9px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.3 !important;
  border-radius: 999px !important;
}
#view-identity-select .hub-preview-diff {
  color: var(--hub-ink-soft, #2a2a2a) !important;
  border: 1px solid rgba(40, 40, 38, 0.16) !important;
  background: rgba(255, 255, 255, 0.35) !important;
}
#view-identity-select .hub-preview-line2 {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 10px !important;
  min-width: 0 !important;
}
#view-identity-select .hub-preview-abilities {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  min-width: 0 !important;
}
#view-identity-select .hub-preview-chip {
  padding: 3px 10px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(40, 40, 38, 0.12) !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-stats {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
  letter-spacing: 0.02em !important;
}
#view-identity-select .hub-preview-card .hub-board-bar {
  display: block !important;
  margin: 2px 0 0 !important;
  height: 5px !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: rgba(40, 40, 38, 0.1) !important;
}
#view-identity-select .hub-preview-card .hub-board-bar > em {
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #7c6cf0, #5b8def) !important;
}
#view-identity-select .hub-preview-card .hub-board-enter {
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  height: 40px !important;
  min-width: 88px !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}
#view-identity-select .hub-board-foot {
  margin-top: 14px !important;
  padding-top: 14px !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 15px !important;
}
#view-identity-select .hub-board-foot > #hub-board-progress {
  font-size: 15px !important;
  font-weight: 700 !important;
  min-width: 2.5em !important;
}
#view-identity-select .hub-board-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}
#view-identity-select .hub-board-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  min-width: 88px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(40, 40, 38, 0.16) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 6px 14px rgba(70, 60, 140, 0.1) !important;
  color: var(--hub-ink, #111) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  font-family: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease !important;
}
#view-identity-select .hub-board-link:hover {
  text-decoration: none !important;
  transform: translateY(-1px) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 8px 18px rgba(70, 60, 140, 0.14) !important;
}

#view-identity-select.is-black-bg .hub-preview-diff,
#view-identity-select.is-black-bg .hub-preview-chip {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: var(--hub-ink-soft) !important;
}
#view-identity-select.is-black-bg .hub-preview-card .hub-board-bar {
  background: rgba(255, 255, 255, 0.16) !important;
}

/* —— 英雄区 + 任务预览：合并为一张玻璃卡 —— */
#view-identity-select .hub-center {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 0 !important;
}
#view-identity-select .hub-board--merged {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
#view-identity-select .hub-board--merged > .hub-board-glass {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: 18px 20px 16px !important;
}
#view-identity-select .hub-board--merged .hub-hero {
  margin: 0 0 14px !important;
  padding: 0 0 14px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px dashed rgba(40, 40, 38, 0.14) !important;
  animation: none !important;
  transform: none !important;
}
#view-identity-select .hub-board--merged .hub-hero::before,
#view-identity-select .hub-board--merged .hub-hero::after {
  display: none !important;
}
#view-identity-select .hub-board--merged .hub-board-head {
  margin: 0 0 10px !important;
  padding-top: 2px !important;
}
#view-identity-select .hub-board--merged .hub-preview-list {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  overflow-y: visible !important;
  gap: 0 !important;
  padding: 0 2px 4px !important;
  display: flex !important;
  flex-direction: column !important;
}
#view-identity-select .hub-board--merged .hub-preview-card.is-priority {
  flex: 1 1 auto !important;
  display: flex !important;
  min-height: 0 !important;
}
#view-identity-select .hub-board--merged .hub-preview-card.is-priority .hub-preview-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}
#view-identity-select .hub-board--merged .hub-preview-steps {
  flex: 1 1 auto !important;
  min-height: 72px !important;
}
#view-identity-select .hub-board--merged .hub-board-foot {
  margin-top: 12px !important;
  flex: 0 0 auto !important;
}
#view-identity-select .hub-preview-goal {
  display: block !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-steps {
  list-style: none !important;
  margin: 2px 0 0 !important;
  padding: 8px 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.28) !important;
  border: 1px solid rgba(40, 40, 38, 0.1) !important;
}
#view-identity-select .hub-preview-step {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-step > i {
  font-style: normal !important;
  text-align: center !important;
  font-weight: 700 !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
}
#view-identity-select .hub-preview-step > span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-weight: 650 !important;
}
#view-identity-select .hub-preview-step > em {
  font-style: normal !important;
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
  opacity: 0.85 !important;
}
#view-identity-select .hub-preview-step.is-done {
  opacity: 0.72 !important;
}
#view-identity-select .hub-preview-step.is-done > i {
  color: #2f9e6b !important;
}
#view-identity-select .hub-preview-step.is-live > i,
#view-identity-select .hub-preview-step.is-live > span {
  color: #5b48c9 !important;
}
#view-identity-select .hub-preview-next {
  font-size: 13px !important;
  font-weight: 650 !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
}
#view-identity-select .hub-preview-card--mini {
  padding: 12px 14px !important;
  opacity: 0.92 !important;
}
#view-identity-select .hub-preview-card--mini .hub-board-enter {
  height: 36px !important;
  min-width: 72px !important;
  font-size: 13px !important;
}
#view-identity-select.is-black-bg .hub-preview-steps {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}
#view-identity-select.is-black-bg .hub-preview-goal,
#view-identity-select.is-black-bg .hub-preview-next {
  color: var(--hub-ink-soft) !important;
}

#view-identity-select.is-black-bg .hub-board--merged .hub-hero {
  border-bottom-color: rgba(255, 255, 255, 0.18) !important;
  background: transparent !important;
  box-shadow: none !important;
}
#view-identity-select .hub-board--merged .hub-hero {
  display: block !important;
}
#view-identity-select .hub-board--merged .hub-hero-text {
  max-width: none !important;
}
#view-identity-select .hub-preview-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 12px 0 0 !important;
  flex: 0 0 auto !important;
}
#view-identity-select .hub-preview-pct {
  margin-right: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter {
  height: 42px !important;
  min-width: 104px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter--accent {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(120deg, #8b6cec, #5b48c9) !important;
  box-shadow: 0 8px 18px rgba(90, 60, 180, 0.28) !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter--accent:hover {
  filter: brightness(1.06) !important;
}
#view-identity-select.is-black-bg .hub-preview-actions .hub-board-enter:not(.hub-board-enter--accent) {
  color: var(--hub-ink-soft) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

/* —— 任务预览：放大字号 —— */
#view-identity-select .hub-board-head h2 {
  font-size: 28px !important;
}
#view-identity-select .hub-board-date {
  font-size: 16px !important;
  padding: 6px 12px !important;
}
#view-identity-select .hub-preview-title-wrap > strong {
  font-size: 28px !important;
}
#view-identity-select .hub-preview-card .hub-board-tag,
#view-identity-select .hub-preview-diff {
  font-size: 14px !important;
  padding: 5px 12px !important;
}
#view-identity-select .hub-preview-goal {
  font-size: 17px !important;
  line-height: 1.55 !important;
}
#view-identity-select .hub-preview-chip {
  font-size: 14px !important;
  padding: 5px 12px !important;
}
#view-identity-select .hub-preview-stats {
  font-size: 15px !important;
}
#view-identity-select .hub-preview-steps {
  gap: 10px !important;
  padding: 12px 14px !important;
}
#view-identity-select .hub-preview-step {
  grid-template-columns: 22px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
#view-identity-select .hub-preview-step > em {
  font-size: 13px !important;
}
#view-identity-select .hub-preview-next {
  font-size: 15px !important;
}
#view-identity-select .hub-preview-pct {
  font-size: 17px !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter {
  height: 48px !important;
  min-width: 118px !important;
  padding: 0 22px !important;
  font-size: 17px !important;
}
#view-identity-select .hub-preview-body {
  gap: 12px !important;
}

/* —— 用户头像：紫色 —— */
#view-identity-select .hub-topbar .sect-avatar,
#view-identity-select .hub-world .sect-avatar {
  background: linear-gradient(145deg, #f3e8ff, #8b6cec 55%, #5b48c9) !important;
  box-shadow: 0 4px 12px rgba(91, 72, 201, 0.35) !important;
}
#view-identity-select .hub-topbar .sect-avatar > span,
#view-identity-select .hub-world .sect-avatar > span {
  background: radial-gradient(circle at 62% 32%, #c4b5fd, #7c3aed 58%, #4c1d95) !important;
  color: #fff !important;
}
#view-identity-select.is-black-bg .hub-topbar .sect-avatar > span,
#view-identity-select.is-black-bg .hub-world .sect-avatar > span {
  background: radial-gradient(circle at 62% 32%, #ddd6fe, #8b5cf6 58%, #5b21b6) !important;
}

/* —— 全局统一：修炼首页全部雅黑（含标题/预览/底栏） —— */
#view-identity-select .sect-hub {
  font-family: var(--font) !important;
}
#view-identity-select .sect-hub button,
#view-identity-select .sect-hub input,
#view-identity-select .sect-hub select,
#view-identity-select .sect-hub textarea,
#view-identity-select .sect-hub .hub-board-enter,
#view-identity-select .sect-hub .hub-board-link,
#view-identity-select .sect-hub .task-item,
#view-identity-select .sect-hub .hub-preview-card,
#view-identity-select .sect-hub .hub-identity,
#view-identity-select .sect-hub .feature-card {
  font-family: inherit !important;
}

#view-identity-select .hub-hero h1,
#view-identity-select #sect-page-title {
  font-family: var(--font) !important;
  font-size: clamp(36px, 3.2vw, 48px) !important;
}

#view-identity-select .hub-kicker,
#view-identity-select #sect-path-kicker {
  font-family: var(--font) !important;
  font-size: 18px !important;
  letter-spacing: 0.14em !important;
}

#view-identity-select .hub-tasks .sect-brand-copy strong {
  font-family: var(--font) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-tasks .sect-brand-copy small {
  font-family: var(--font) !important;
  font-size: 15px !important;
}
#view-identity-select .hub-tasks .sect-brand-seal,
#view-identity-select .hub-tasks .sect-brand-seal b {
  font-family: var(--font) !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-task-head .sidebar-title {
  font-family: var(--font) !important;
  font-size: 22px !important;
}
#view-identity-select .hub-task-count {
  font-family: var(--font) !important;
  font-size: 16px !important;
}
#view-identity-select .task-list.task-stack .task-item-name {
  font-family: var(--font) !important;
  font-size: 18px !important;
}
#view-identity-select .task-list.task-stack .task-item-status {
  font-family: var(--font) !important;
  font-size: 14px !important;
}
#view-identity-select .task-list.task-stack .task-item-idx {
  font-family: var(--font) !important;
  font-size: 16px !important;
}

#view-identity-select .hub-board-head h2 {
  font-family: var(--font) !important;
  font-size: 28px !important;
}
#view-identity-select .hub-board-date,
#view-identity-select .hub-preview-pct {
  font-family: var(--font) !important;
  font-size: 18px !important;
}
#view-identity-select .hub-preview-title-wrap > strong,
#view-identity-select .hub-preview-title {
  font-family: var(--font) !important;
  font-size: 30px !important;
}
#view-identity-select .hub-preview-goal {
  font-family: var(--font) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
}
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-preview-card .hub-board-tag {
  font-family: var(--font) !important;
  font-size: 15px !important;
}
#view-identity-select .hub-preview-stats,
#view-identity-select .hub-preview-next {
  font-family: var(--font) !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
}
#view-identity-select .hub-preview-step {
  font-family: var(--font) !important;
  font-size: 17px !important;
}
#view-identity-select .hub-preview-step > em {
  font-family: var(--font) !important;
  font-size: 14px !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-family: var(--font) !important;
  font-size: 18px !important;
  height: 50px !important;
  min-width: 124px !important;
  letter-spacing: 0.06em !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter span {
  font-family: inherit !important;
}

#view-identity-select .hub-identity .identity-heading h2,
#view-identity-select .hub-identity h3 {
  font-family: var(--font) !important;
}
#view-identity-select .hub-identity .level-pill,
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dd,
#view-identity-select .hub-identity .identity-detail {
  font-family: var(--font) !important;
}
#view-identity-select .hub-identity h3 {
  font-size: 34px !important;
}
#view-identity-select .hub-identity dl > div {
  font-size: 18px !important;
}
#view-identity-select .hub-identity .identity-detail {
  font-size: 18px !important;
}

#view-identity-select .hub-features .feature-copy h2 {
  font-family: var(--font) !important;
}
#view-identity-select .hub-features .feature-card > button {
  font-family: var(--font) !important;
  font-size: 17px !important;
  letter-spacing: 0.06em !important;
}
#view-identity-select .hub-features .feature-card > button span {
  font-family: inherit !important;
}

#view-identity-select .hub-topbar .sect-profile b,
#view-identity-select .hub-bg-toggle-label {
  font-family: var(--font) !important;
}
#view-identity-select .hub-tasks-back {
  font-family: var(--font) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

/* —— 任务预览：再放大一档 —— */
#view-identity-select .hub-board-head h2 {
  font-size: 34px !important;
}
#view-identity-select .hub-board-date {
  font-size: 20px !important;
  padding: 8px 14px !important;
}
#view-identity-select .hub-preview-title-wrap > strong {
  font-size: 36px !important;
}
#view-identity-select .hub-preview-goal {
  font-size: 22px !important;
  line-height: 1.55 !important;
}
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-preview-card .hub-board-tag {
  font-size: 17px !important;
  padding: 6px 14px !important;
}
#view-identity-select .hub-preview-stats {
  font-size: 18px !important;
}
#view-identity-select .hub-preview-steps {
  gap: 12px !important;
  padding: 14px 16px !important;
}
#view-identity-select .hub-preview-step {
  font-size: 20px !important;
  grid-template-columns: 26px minmax(0, 1fr) auto !important;
  gap: 12px !important;
}
#view-identity-select .hub-preview-step > em {
  font-size: 16px !important;
}
#view-identity-select .hub-preview-next {
  font-size: 18px !important;
}
#view-identity-select .hub-preview-pct {
  font-size: 20px !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-size: 20px !important;
  height: 54px !important;
  min-width: 132px !important;
  padding: 0 26px !important;
}
#view-identity-select .hub-preview-body {
  gap: 14px !important;
}
#view-identity-select .hub-preview-card .hub-board-bar {
  height: 8px !important;
}

/* —— 任务预览：重新排版（扁平分区） —— */
#view-identity-select .hub-board--merged > .hub-board-glass {
  padding: 20px 22px 18px !important;
  gap: 0 !important;
}
#view-identity-select .hub-board-head {
  margin: 0 0 14px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid rgba(40, 40, 38, 0.1) !important;
}
#view-identity-select .hub-board-head h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
}
#view-identity-select .hub-board-date {
  font-size: 16px !important;
  font-weight: 700 !important;
}

#view-identity-select .hub-preview-list {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  overflow-y: visible !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#view-identity-select .hub-preview-card.hub-preview-card--flat,
#view-identity-select .hub-preview-card--flat {
  display: flex !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 4px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
#view-identity-select .hub-preview-card--flat:hover,
#view-identity-select .hub-preview-card--flat.is-priority {
  transform: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}
#view-identity-select .hub-preview-card--flat::before,
#view-identity-select .hub-preview-card--flat::after {
  display: none !important;
}
#view-identity-select .hub-preview-card--flat .hub-preview-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
}

#view-identity-select .hub-preview-topline {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 10px 14px !important;
}
#view-identity-select .hub-preview-title {
  display: inline !important;
  margin: 0 !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  color: var(--hub-ink, #111) !important;
  font-family: var(--font) !important;
}
#view-identity-select .hub-preview-badges {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
#view-identity-select .hub-preview-card .hub-board-tag,
#view-identity-select .hub-preview-diff {
  font-size: 15px !important;
  padding: 4px 12px !important;
  font-family: var(--font) !important;
}

#view-identity-select .hub-preview-goal {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.02em !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
  font-family: var(--font) !important;
}

#view-identity-select .hub-preview-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 10px !important;
}
#view-identity-select .hub-preview-chip {
  font-size: 14px !important;
  padding: 4px 12px !important;
  font-family: var(--font) !important;
}
#view-identity-select .hub-preview-stats {
  font-size: 15px !important;
  font-weight: 650 !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
  font-family: var(--font) !important;
}

#view-identity-select .hub-preview-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  margin-top: 2px !important;
  padding-top: 14px !important;
  border-top: 1px dashed rgba(40, 40, 38, 0.14) !important;
}
#view-identity-select .hub-preview-section-label {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
  font-family: var(--font) !important;
}
#view-identity-select .hub-preview-steps {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  background: transparent !important;
  border: 0 !important;
  flex: 1 1 auto !important;
}
#view-identity-select .hub-preview-step {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  grid-template-columns: none !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.28) !important;
  font-family: var(--font) !important;
}
#view-identity-select .hub-preview-step > i {
  flex: 0 0 1.2em !important;
  text-align: center !important;
  font-style: normal !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-preview-step-name {
  min-width: 0 !important;
  flex: 1 1 auto !important;
  font-weight: 650 !important;
}
#view-identity-select .hub-preview-step-name > em {
  margin-left: 0.55em !important;
  font-style: normal !important;
  font-size: 0.82em !important;
  font-weight: 600 !important;
  opacity: 0.65 !important;
  letter-spacing: 0.06em !important;
}
#view-identity-select .hub-preview-step.is-done {
  opacity: 0.7 !important;
}
#view-identity-select .hub-preview-step.is-done > i {
  color: #2f9e6b !important;
}
#view-identity-select .hub-preview-step.is-live {
  background: rgba(124, 108, 240, 0.12) !important;
}
#view-identity-select .hub-preview-step.is-live > i,
#view-identity-select .hub-preview-step.is-live .hub-preview-step-name {
  color: #5b48c9 !important;
}

#view-identity-select .hub-preview-progress {
  display: grid !important;
  grid-template-rows: auto 10px !important;
  gap: 12px !important;
  margin-top: 16px !important;
  padding-top: 14px !important;
}
#view-identity-select .hub-preview-progress-text {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  font-family: var(--font) !important;
}
#view-identity-select .hub-preview-progress-text > span {
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
}
#view-identity-select .hub-preview-progress-text > b {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--hub-ink, #111) !important;
}
#view-identity-select .hub-preview-card .hub-board-bar {
  height: 8px !important;
  margin: 0 !important;
  background: rgba(40, 40, 38, 0.1) !important;
}
#view-identity-select .hub-preview-actions {
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(40, 40, 38, 0.1) !important;
}

#view-identity-select.is-black-bg .hub-board-head,
#view-identity-select.is-black-bg .hub-preview-section,
#view-identity-select.is-black-bg .hub-preview-actions {
  border-color: rgba(255, 255, 255, 0.16) !important;
}
#view-identity-select.is-black-bg .hub-preview-step {
  background: rgba(255, 255, 255, 0.08) !important;
}
#view-identity-select.is-black-bg .hub-preview-step.is-live {
  background: rgba(139, 108, 236, 0.22) !important;
}

/* —— 任务预览：提高透明度，减弱发白 —— */
#view-identity-select:not(.is-black-bg) .hub-board-glass,
#view-identity-select:not(.is-black-bg) .hub-board--merged > .hub-board-glass {
  background-color: rgba(255, 255, 255, 0.05) !important;
  background-image:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.04) 32%,
      transparent 55%,
      rgba(255, 255, 255, 0.1) 100%
    ) !important;
  border-color: rgba(255, 255, 255, 0.38) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.35) !important;
  backdrop-filter: blur(14px) saturate(1.35) !important;
  box-shadow:
    8px 12px 28px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.55),
    inset -1px -1px 0 rgba(255, 255, 255, 0.2) !important;
}
#view-identity-select:not(.is-black-bg) .hub-preview-step {
  background: rgba(255, 255, 255, 0.1) !important;
}
#view-identity-select:not(.is-black-bg) .hub-preview-step.is-live {
  background: rgba(124, 108, 240, 0.14) !important;
}
#view-identity-select:not(.is-black-bg) .hub-preview-actions .hub-board-enter:not(.hub-board-enter--accent) {
  background: rgba(255, 255, 255, 0.22) !important;
}

/* —— 内层内容透明：只保留外层玻璃 —— */
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-card,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-card.is-priority,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-card--flat,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-board-item,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-list,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-body {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-card::before,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-card::after,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-board-item::before,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-board-item::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* 关卡行：轻玻璃条，不要实心白 */
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-step {
  background: rgba(255, 255, 255, 0.08) !important;
  background-image:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.04) 40%,
      transparent 70%
    ) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(6px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(6px) saturate(1.2) !important;
}
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-step.is-live {
  background: rgba(124, 108, 240, 0.12) !important;
  border-color: rgba(124, 108, 240, 0.28) !important;
}

/* 芯片/徽章也透一点 */
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-chip,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-preview-diff,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-board-tag,
#view-identity-select:not(.is-black-bg) .hub-board-glass .hub-board-date {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* —— 任务预览：字号再加大 —— */
#view-identity-select .hub-board-head h2 {
  font-size: 26px !important;
}
#view-identity-select .hub-board-date {
  font-size: 18px !important;
}
#view-identity-select .hub-preview-title,
#view-identity-select .hub-preview-title-wrap > strong {
  font-size: 40px !important;
}
#view-identity-select .hub-preview-goal {
  font-size: 22px !important;
  line-height: 1.55 !important;
}
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-preview-card .hub-board-tag {
  font-size: 17px !important;
  padding: 6px 14px !important;
}
#view-identity-select .hub-preview-stats {
  font-size: 18px !important;
}
#view-identity-select .hub-preview-section-label {
  font-size: 17px !important;
}
#view-identity-select .hub-preview-step {
  font-size: 22px !important;
  padding: 10px 14px !important;
  gap: 14px !important;
}
#view-identity-select .hub-preview-step-name > em,
#view-identity-select .hub-preview-step > em {
  font-size: 0.78em !important;
}
#view-identity-select .hub-preview-progress-text > span {
  font-size: 16px !important;
}
#view-identity-select .hub-preview-progress-text > b {
  font-size: 22px !important;
}
#view-identity-select .hub-preview-pct {
  font-size: 22px !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-size: 22px !important;
  height: 56px !important;
  min-width: 140px !important;
  padding: 0 28px !important;
}

/* —— 关卡行：标题与类型分列，禁止重叠 —— */
#view-identity-select .hub-preview-step {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  grid-template-columns: none !important;
}
#view-identity-select .hub-preview-step > i {
  flex: 0 0 1.25em !important;
}
#view-identity-select .hub-preview-step-name {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding-right: 8px !important;
}
#view-identity-select .hub-preview-step-type,
#view-identity-select .hub-preview-step > em.hub-preview-step-type,
#view-identity-select .hub-preview-step > em {
  position: static !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
  background: rgba(255, 255, 255, 0.28) !important;
  border: 1px solid rgba(40, 40, 38, 0.1) !important;
}
#view-identity-select .hub-preview-step.is-live .hub-preview-step-type {
  color: #5b48c9 !important;
  background: rgba(124, 108, 240, 0.12) !important;
  border-color: rgba(124, 108, 240, 0.22) !important;
}

/* —— 任务预览：跟外面同一套雅黑，不再单独套楷体 —— */
#view-identity-select .hub-board-glass,
#view-identity-select .hub-board-glass *,
#view-identity-select .hub-board-glass button,
#view-identity-select .hub-board-glass span,
#view-identity-select .hub-board-glass strong,
#view-identity-select .hub-board-glass b,
#view-identity-select .hub-board-glass em,
#view-identity-select .hub-board-glass small,
#view-identity-select .hub-board-glass p,
#view-identity-select .hub-board-glass h2,
#view-identity-select .hub-board-glass li,
#view-identity-select .hub-board-glass i {
  font-family: var(--font) !important;
}

#view-identity-select .hub-board-glass .hub-board-enter > span {
  font-family: inherit !important;
}

#view-identity-select .hub-board-head h2,
#view-identity-select .hub-preview-title,
#view-identity-select .hub-preview-goal,
#view-identity-select .hub-preview-section-label,
#view-identity-select .hub-preview-step-name,
#view-identity-select .hub-preview-step-type,
#view-identity-select .hub-preview-stats,
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-board-tag,
#view-identity-select .hub-board-date,
#view-identity-select .hub-preview-pct,
#view-identity-select .hub-preview-progress-text,
#view-identity-select .hub-preview-progress-text > span,
#view-identity-select .hub-preview-progress-text > b,
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-family: var(--font) !important;
  -webkit-font-smoothing: antialiased;
}

/* 字重统一，避免有的假粗有的细 */
#view-identity-select .hub-board-head h2,
#view-identity-select .hub-preview-section-label,
#view-identity-select .hub-preview-stats,
#view-identity-select .hub-preview-goal,
#view-identity-select .hub-preview-step-name,
#view-identity-select .hub-preview-progress-text > span {
  font-weight: 600 !important;
}
#view-identity-select .hub-preview-title,
#view-identity-select .hub-preview-progress-text > b,
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-weight: 700 !important;
}
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-board-tag,
#view-identity-select .hub-preview-step-type {
  font-weight: 600 !important;
}

/* —— 关卡进度：标题行 + 列表 + 下一关 + 进度条（不再放底部） —— */
#view-identity-select .hub-preview-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  margin: 2px 0 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px dashed rgba(40, 40, 38, 0.14) !important;
  overflow: visible !important;
}
#view-identity-select .hub-preview-section-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}
#view-identity-select .hub-preview-section-label {
  margin: 0 !important;
}
#view-identity-select .hub-preview-section .hub-preview-pct {
  flex: 0 0 auto !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: var(--hub-ink-soft, #2a2a2a) !important;
  font-family: var(--font) !important;
}
#view-identity-select .hub-preview-steps {
  flex: 0 0 auto !important;
  position: static !important;
  margin: 0 !important;
}
#view-identity-select .hub-preview-section .hub-preview-next-line {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 1.5 !important;
  color: var(--hub-ink-mute, #3f3f3f) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  font-family: var(--font) !important;
  letter-spacing: 0.04em !important;
}
#view-identity-select .hub-preview-section .hub-preview-next-line > span {
  margin-left: 0.55em !important;
  color: var(--hub-ink, #111) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-preview-section .hub-preview-section-bar,
#view-identity-select .hub-preview-section .hub-board-bar {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: rgba(40, 40, 38, 0.12) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
#view-identity-select .hub-preview-section .hub-board-bar > i,
#view-identity-select .hub-preview-section .hub-board-bar > em {
  position: static !important;
  display: block !important;
  height: 100% !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  font-style: normal !important;
  background: linear-gradient(90deg, #7c6cf0, #5b8def) !important;
}

/* 底部进度块已移除，旧样式失效即可 */
#view-identity-select .hub-preview-progress {
  display: none !important;
}

#view-identity-select .hub-preview-actions {
  justify-content: flex-end !important;
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(40, 40, 38, 0.1) !important;
}
#view-identity-select.is-black-bg .hub-preview-section {
  border-top-color: rgba(255, 255, 255, 0.16) !important;
}
#view-identity-select.is-black-bg .hub-preview-section .hub-board-bar {
  background: rgba(255, 255, 255, 0.18) !important;
}
#view-identity-select.is-black-bg .hub-preview-section .hub-preview-pct,
#view-identity-select.is-black-bg .hub-preview-section .hub-preview-next-line {
  color: var(--hub-ink-soft) !important;
}
#view-identity-select.is-black-bg .hub-preview-section .hub-preview-next-line > span {
  color: var(--hub-ink) !important;
}

/* —— 浅底：底部四卡片「进入」模仿「详情」按钮质感（尺寸保持大号） —— */
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button {
  position: absolute !important;
  right: 14px !important;
  bottom: 16px !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 180px !important;
  min-width: 180px !important;
  max-width: none !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  isolation: auto !important;
  overflow: visible !important;
  color: var(--hub-ink, #151515) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  outline: none !important;
  box-shadow: var(--hub-drop-shadow) !important;
  backdrop-filter: blur(6px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(6px) saturate(1.3) !important;
  filter: none !important;
  text-shadow: none !important;
}
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button::before,
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 0 !important;
}
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button span {
  position: relative !important;
  z-index: 1 !important;
  float: none !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 1.05em !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}
#view-identity-select:not(.is-black-bg) .hub-features .feature-card > button:hover {
  background: rgba(255, 255, 255, 0.24) !important;
  background-image: none !important;
  color: var(--hub-ink, #151515) !important;
  filter: none !important;
  box-shadow: var(--hub-drop-shadow) !important;
  transform: translateY(-1px);
}

/* —— 任务预览：禁止滚动 —— */
#view-identity-select .hub-board,
#view-identity-select .hub-board--merged,
#view-identity-select .hub-board--merged > .hub-board-glass,
#view-identity-select .hub-board-glass,
#view-identity-select .hub-preview-list,
#view-identity-select .hub-board-list.hub-preview-list,
#view-identity-select .hub-board--merged .hub-preview-list,
#view-identity-select .hub-preview-card,
#view-identity-select .hub-preview-card--flat,
#view-identity-select .hub-preview-body,
#view-identity-select .hub-preview-section,
#view-identity-select .hub-preview-steps {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  overscroll-behavior: none !important;
  scrollbar-width: none !important;
}
#view-identity-select .hub-board-glass::-webkit-scrollbar,
#view-identity-select .hub-preview-list::-webkit-scrollbar,
#view-identity-select .hub-preview-card::-webkit-scrollbar,
#view-identity-select .hub-preview-body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* —— 返回按钮：与全页雅黑统一 —— */
#view-identity-select .hub-tasks-back,
#view-identity-select .hub-top-back,
#view-dungeon .hub-top-back,
#view-dungeon .dungeon-simple-bar .hub-top-back,
#view-identity-select .path-pick-back,
#view-identity-select .path-back,
#view-identity-select .exam-back,
#view-dungeon .path-pick-back,
#view-dungeon .path-back {
  font-family: var(--font) !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

/* ===== 修炼首页字号层次：只改大小，不改字体样式 ===== */
#view-identity-select .hub-preview-title,
#view-identity-select .hub-preview-title-wrap > strong {
  font-size: clamp(28px, 2.2vw, 34px) !important;
}
#view-identity-select .hub-features .feature-copy h2 {
  font-size: clamp(26px, 2vw, 32px) !important;
}
#view-identity-select .hub-tasks .sect-brand-copy strong,
#view-identity-select .hub-tasks .sect-brand-copy strong#sect-brand-title {
  font-size: clamp(22px, 1.6vw, 26px) !important;
}
#view-identity-select .hub-identity h3 {
  font-size: clamp(24px, 1.8vw, 30px) !important;
}

#view-identity-select .hub-board-head h2 {
  font-size: 18px !important;
}
#view-identity-select .hub-board-head em,
#view-identity-select .hub-board-date {
  font-size: 12px !important;
}
#view-identity-select .hub-tasks .sect-brand-copy small,
#view-identity-select .hub-tasks .sect-brand-copy small#sect-brand-sub {
  font-size: 12px !important;
}
#view-identity-select .hub-task-head .sidebar-title {
  font-size: 15px !important;
}
#view-identity-select .hub-task-count {
  font-size: 12px !important;
}

#view-identity-select .task-item-name,
#view-identity-select .task-list.task-stack .task-item .task-item-name {
  font-size: 16px !important;
}
#view-identity-select .task-item-status,
#view-identity-select .task-list.task-stack .task-item .task-item-status {
  font-size: 12px !important;
}
#view-identity-select .task-item-idx,
#view-identity-select .task-list.task-stack .task-item .task-item-idx {
  font-size: 13px !important;
}
#view-identity-select .task-item-meta {
  font-size: 11px !important;
}

#view-identity-select .hub-preview-goal {
  font-size: 14px !important;
}
#view-identity-select .hub-preview-chip,
#view-identity-select .hub-preview-diff,
#view-identity-select .hub-preview-card .hub-board-tag {
  font-size: 11px !important;
}
#view-identity-select .hub-preview-stats,
#view-identity-select .hub-preview-meta {
  font-size: 12px !important;
}
#view-identity-select .hub-preview-section-label,
#view-identity-select .hub-preview-pct {
  font-size: 12px !important;
}
#view-identity-select .hub-preview-step {
  font-size: 14px !important;
}
#view-identity-select .hub-preview-step-name {
  font-size: 14px !important;
}
#view-identity-select .hub-preview-step-type,
#view-identity-select .hub-preview-step-name > em,
#view-identity-select .hub-preview-step > em {
  font-size: 11px !important;
}
#view-identity-select .hub-preview-next-line {
  font-size: 12px !important;
}
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-size: 15px !important;
}

#view-identity-select .hub-identity .identity-heading h2 {
  font-size: 13px !important;
}
#view-identity-select .hub-identity .level-pill {
  font-size: 12px !important;
}
#view-identity-select .hub-identity dl > div,
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dd {
  font-size: 13px !important;
}
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-identity .identity-detail span {
  font-size: 13px !important;
}

#view-identity-select .hub-world .sect-profile b {
  font-size: 15px !important;
}
#view-identity-select .hub-world .sect-profile small {
  font-size: 11px !important;
}
#view-identity-select .hub-top-back,
#view-identity-select .hub-tasks-back {
  font-size: 13px !important;
}
#view-identity-select .hub-features .feature-card > button {
  font-size: 14px !important;
}
#view-identity-select .hub-features .feature-copy p {
  font-size: 12px !important;
}

/* ===== 修炼首页字体族最终统一：全部雅黑，禁止残留楷体 ===== */
#view-identity-select,
#view-identity-select .sect-hub,
#view-identity-select .sect-hub *:not(svg):not(path):not(circle):not(rect) {
  font-family: var(--font) !important;
}
#view-dungeon,
#view-dungeon .sect-hub,
#view-dungeon .sect-hub *:not(svg):not(path):not(circle):not(rect) {
  font-family: var(--font) !important;
}

/* ===== 全页按钮字体：跟随 --font（Outfit + Noto Sans SC） ===== */
#view-identity-select {
  --hub-btn-font: var(--font);
}
#view-identity-select button,
#view-identity-select .hub-board-enter,
#view-identity-select .hub-board-link,
#view-identity-select .identity-detail,
#view-identity-select .hub-bg-toggle,
#view-identity-select .hub-tasks-back,
#view-identity-select .hub-top-back,
#view-identity-select .feature-card > button,
#view-identity-select .hub-preview-actions .hub-board-enter,
#view-identity-select [role="button"] {
  font-family: var(--hub-btn-font) !important;
}
#view-identity-select button *,
#view-identity-select .hub-board-enter *,
#view-identity-select .feature-card > button *,
#view-identity-select .identity-detail *,
#view-identity-select .hub-bg-toggle * {
  font-family: inherit !important;
}

/* 闯关页按钮同步 */
#view-quest button,
#view-quest-work button,
#view-dungeon button:not(.dungeon-tab),
#view-dungeon .hub-top-back,
#view-dungeon .path-pick-back,
#view-quest .exam-back,
#view-quest .exam-ghost-btn,
#view-quest .exam-primary-btn,
#view-quest-work .exam-ghost-btn,
#view-quest-work .exam-primary-btn,
#view-quest .quest-map-thumb,
#view-quest-work .quest-map-thumb {
  font-family: var(--font) !important;
}
#view-quest button *,
#view-quest-work button *,
#view-dungeon button:not(.dungeon-tab) * {
  font-family: inherit !important;
}

/* 择道标签：盖过 sect-path 对 #view-dungeon button 的继承重置 */
#view-dungeon button.dungeon-tab {
  font: 700 15px/1.2 var(--font) !important;
  color: #44578f !important;
}
#view-dungeon button.dungeon-tab.is-on {
  color: #fff !important;
}

/* ===== 其他按钮字号加大（底栏四卡片「进入」除外） ===== */
#view-identity-select .hub-preview-actions .hub-board-enter {
  font-size: 18px !important;
}
#view-identity-select .hub-tasks-back,
#view-identity-select .hub-top-back {
  font-size: 17px !important;
}
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-identity .identity-detail span {
  font-size: 16px !important;
}
#view-identity-select .hub-bg-toggle,
#view-identity-select .hub-bg-toggle-label {
  font-size: 16px !important;
}
#view-identity-select .hub-board-link {
  font-size: 16px !important;
}
/* 底栏四卡片「进入」保持原字号 */
#view-identity-select .hub-features .feature-card > button,
#view-identity-select .hub-features .feature-card > button span {
  font-size: 22px !important;
}

#view-quest .exam-back,
#view-quest .exam-ghost-btn,
#view-quest-work .exam-back,
#view-quest-work .exam-ghost-btn,
#view-dungeon .hub-top-back,
#view-dungeon .path-pick-back {
  font-size: 16px !important;
}
#view-quest .exam-primary-btn,
#view-quest-work .exam-primary-btn {
  font-size: 18px !important;
}

/* ===== 详情 / 头像：强制雅黑（覆盖楷体与 sans-serif 残留） ===== */
#view-identity-select .hub-identity .identity-detail,
#view-identity-select .hub-identity .identity-detail span,
#view-identity-select .hub-topbar .sect-profile,
#view-identity-select .hub-topbar .sect-profile b,
#view-identity-select .hub-topbar .sect-profile strong,
#view-identity-select .hub-topbar .sect-profile small,
#view-identity-select .hub-topbar .sect-profile i,
#view-identity-select .hub-topbar .sect-avatar,
#view-identity-select .hub-topbar .sect-avatar > span,
#view-identity-select #sect-avatar-char,
#view-identity-select #sect-user-name,
#view-identity-select .hub-topbar .sect-profile-menu,
#view-identity-select .hub-topbar .sect-profile-menu button {
  font-family: var(--font) !important;
}

/* ===== 全站字体：Noto Sans SC 正文 + Noto Serif SC 标题 ===== */
:root {
  --hub-btn-font: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-display: "Noto Serif SC", "Noto Sans SC", "Songti SC", serif;
}

html,
body,
.app {
  font-family: var(--font) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.02em !important;
}

.app button,
.app input,
.app textarea,
.app select,
.app h1,
.app h2,
.app h3,
.app h4,
.app p,
.app span,
.app small,
.app strong,
.app b,
.app label,
.app li,
.app a,
.app .tab,
.app .btn,
.app .badge,
.app .entity-card,
.app .post-card,
.app .panel {
  font-family: inherit !important;
}

.app h1,
.app h2,
.app h3,
.app .brand strong,
.app .plaza-hero-title,
.app .sect-brand-copy strong {
  font-family: var(--font-display) !important;
}

.app .code-chip,
.app code,
.app pre,
.app .mono {
  font-family: ui-monospace, "Cascadia Code", "Consolas", monospace !important;
}

#view-identity-select,
#view-identity-select *,
#view-identity-select *::before,
#view-identity-select *::after {
  font-family: var(--font) !important;
}
#view-identity-select {
  --hub-btn-font: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-display: "Noto Serif SC", "Noto Sans SC", "Songti SC", serif;
  font-size: 19px !important;
  letter-spacing: 0.03em !important;
}

#view-identity-select .code-chip,
#view-identity-select code,
#view-identity-select pre {
  font-family: ui-monospace, "Cascadia Code", "Consolas", monospace !important;
}

/* ===== 修炼主页：标题衬线 + 全面加大字号 ===== */
#view-identity-select .hub-board-head h2,
#view-identity-select .hub-features .feature-copy h2,
#view-identity-select .hub-identity .identity-heading h2,
#view-identity-select .hub-identity h3,
#view-identity-select .hub-task-head .sidebar-title,
#view-identity-select .sect-brand-copy strong,
#view-identity-select .hub-board-item-main strong,
#view-identity-select .task-item-name {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

#view-identity-select .hub-board-head h2 {
  font-size: clamp(32px, 2.5vw, 40px) !important;
  line-height: 1.35 !important;
}
#view-identity-select .hub-board-sub,
#view-identity-select .hub-board-item-main small,
#view-identity-select #hub-board-progress {
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}
#view-identity-select .hub-board-tag {
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 5px 11px !important;
}
#view-identity-select .hub-board-enter,
#view-identity-select .hub-features .feature-card > button,
#view-identity-select .identity-detail,
#view-identity-select .hub-board-link {
  font-size: 19px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}
#view-identity-select .hub-features .feature-copy h2 {
  font-size: clamp(30px, 2.3vw, 38px) !important;
  line-height: 1.25 !important;
}
#view-identity-select .hub-features .feature-copy p {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
#view-identity-select .hub-identity .identity-heading h2 {
  font-size: 30px !important;
}
#view-identity-select .hub-identity .level-pill {
  font-size: 16px !important;
  padding: 6px 13px !important;
}
#view-identity-select .hub-identity dt,
#view-identity-select .hub-identity dt span {
  font-size: 17px !important;
}
#view-identity-select .hub-identity dd,
#view-identity-select .hub-identity dd.accent,
#view-identity-select .hub-identity dt b {
  font-size: 22px !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-task-head .sidebar-title {
  font-size: 32px !important;
}
#view-identity-select .hub-task-lead,
#view-identity-select .hub-task-count {
  font-size: 18px !important;
}
#view-identity-select .task-item-name {
  font-size: 24px !important;
}
#view-identity-select .task-item-status,
#view-identity-select .task-item-meta,
#view-identity-select .task-item-idx {
  font-size: 16px !important;
}
#view-identity-select .hub-topbar .sect-profile b {
  font-size: 18px !important;
  font-weight: 700 !important;
}
#view-identity-select .hub-topbar .sect-profile small,
#view-identity-select .hub-topbar .sect-back {
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* ===== 首页侧栏任务列表：白色透明滚动条（覆盖系统灰条） ===== */
#view-identity-select .hub-tasks,
#view-identity-select .hub-tasks.sidebar,
#view-identity-select .hub-task-scroll,
#view-identity-select .hub-tasks .sidebar-section,
#view-identity-select .hub-tasks .task-list,
#view-identity-select #hub-task-list {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 255, 255, 0.85) transparent !important;
  scrollbar-gutter: auto !important;
}
#view-identity-select .hub-tasks::-webkit-scrollbar,
#view-identity-select .hub-tasks.sidebar::-webkit-scrollbar,
#view-identity-select .hub-task-scroll::-webkit-scrollbar,
#view-identity-select .hub-tasks .sidebar-section::-webkit-scrollbar,
#view-identity-select .hub-tasks .task-list::-webkit-scrollbar,
#view-identity-select #hub-task-list::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  background: transparent !important;
}
#view-identity-select .hub-tasks::-webkit-scrollbar-track,
#view-identity-select .hub-tasks.sidebar::-webkit-scrollbar-track,
#view-identity-select .hub-task-scroll::-webkit-scrollbar-track,
#view-identity-select .hub-tasks .sidebar-section::-webkit-scrollbar-track,
#view-identity-select .hub-tasks .task-list::-webkit-scrollbar-track,
#view-identity-select #hub-task-list::-webkit-scrollbar-track {
  background: transparent !important;
  box-shadow: none !important;
}
#view-identity-select .hub-tasks::-webkit-scrollbar-thumb,
#view-identity-select .hub-tasks.sidebar::-webkit-scrollbar-thumb,
#view-identity-select .hub-task-scroll::-webkit-scrollbar-thumb,
#view-identity-select .hub-tasks .sidebar-section::-webkit-scrollbar-thumb,
#view-identity-select .hub-tasks .task-list::-webkit-scrollbar-thumb,
#view-identity-select #hub-task-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.82) !important;
  background-clip: padding-box !important;
  border-radius: 999px !important;
  border: 2px solid transparent !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35) inset !important;
}
#view-identity-select .hub-tasks::-webkit-scrollbar-thumb:hover,
#view-identity-select .hub-task-scroll::-webkit-scrollbar-thumb:hover,
#view-identity-select .hub-tasks .sidebar-section::-webkit-scrollbar-thumb:hover,
#view-identity-select .hub-tasks .task-list::-webkit-scrollbar-thumb:hover,
#view-identity-select #hub-task-list::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff !important;
}
#view-identity-select .hub-tasks::-webkit-scrollbar-button,
#view-identity-select .hub-task-scroll::-webkit-scrollbar-button,
#view-identity-select .hub-tasks .sidebar-section::-webkit-scrollbar-button,
#view-identity-select .hub-tasks .task-list::-webkit-scrollbar-button,
#view-identity-select #hub-task-list::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
#view-identity-select .hub-tasks::-webkit-scrollbar-corner,
#view-identity-select .hub-task-scroll::-webkit-scrollbar-corner {
  background: transparent !important;
}

/* —— 择道页：标题不被裁切（盖过旧居中布局） —— */
#view-dungeon .dungeon-simple-body {
  justify-content: flex-start !important;
  align-items: center !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-top: 8px !important;
}
#view-dungeon .dungeon-simple-body .hub-kicker {
  flex: 0 0 auto;
}
#view-dungeon .dungeon-simple-body h1 {
  flex: 0 0 auto;
  font-size: clamp(32px, 3.4vw, 48px) !important;
  line-height: 1.3 !important;
  padding-top: 4px;
}
#view-dungeon .dungeon-simple-sub,
#view-dungeon .dungeon-tabs,
#view-dungeon .dungeon-tab-panels {
  flex: 0 0 auto;
}
#view-dungeon .dungeon-tab-panels {
  width: min(1280px, 100%);
  margin-top: 0;
}

/* 藏经阁：教师创建入口 */
#view-dungeon .dungeon-course-toolbar {
  width: min(1280px, 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  flex-wrap: wrap;
}
#view-dungeon .dungeon-create-btn,
#view-dungeon button.dungeon-create-btn {
  appearance: none !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  min-height: 44px;
  font: 700 15px/1.2 var(--font) !important;
  letter-spacing: 0.06em !important;
  color: #fff !important;
  cursor: pointer !important;
  background: linear-gradient(135deg, #2f6f6a, #1d4f55) !important;
  box-shadow: 0 8px 18px rgba(31, 90, 86, 0.28) !important;
}
#view-dungeon .dungeon-create-btn:hover {
  filter: brightness(1.06);
}
#view-identity-select .hub-features .feature-card[data-card="创建副本"] .feature-art b {
  letter-spacing: 0;
}

/* 修炼之路侧栏：教师创建副本 */
#view-identity-select .hub-create-course,
#view-identity-select button.hub-create-course {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
  margin: 10px 10px 4px;
  min-height: 44px;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 12px !important;
  font: 700 15px/1.2 var(--font) !important;
  letter-spacing: 0.08em !important;
  color: #fff !important;
  cursor: pointer !important;
  background: linear-gradient(135deg, #2f6f6a, #1d4f55) !important;
  box-shadow: 0 8px 16px rgba(31, 90, 86, 0.22) !important;
}
#view-identity-select .hub-create-course[hidden] {
  display: none !important;
}
#view-identity-select .hub-create-course:hover {
  filter: brightness(1.06);
}

/* 修炼顶栏：创建副本（必显） */
#view-identity-select .hub-topbar {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
#view-identity-select .hub-top-create,
#view-identity-select button.hub-top-create {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font: 700 15px/1 var(--font) !important;
  letter-spacing: 0.06em !important;
  color: #fff !important;
  cursor: pointer !important;
  background: linear-gradient(135deg, #2f6f6a, #1d4f55) !important;
  box-shadow: 0 8px 16px rgba(31, 90, 86, 0.25) !important;
  white-space: nowrap;
}
#view-identity-select .hub-top-create[hidden] {
  display: none !important;
}
#view-dungeon .dungeon-create-card {
  border: 2px dashed rgba(47, 111, 106, 0.45) !important;
  background: rgba(255, 255, 255, 0.78) !important;
}
#view-dungeon .dungeon-create-card .dungeon-pick-seal {
  background: linear-gradient(145deg, #2f6f6a, #1d4f55) !important;
}
#view-dungeon .dungeon-course-toolbar {
  display: flex !important;
}
#view-dungeon .dungeon-course-toolbar[hidden] {
  display: none !important;
}

/* 择道页：创建按钮固定在顶栏与标题旁（始终可见） */
#view-dungeon .dungeon-simple-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 16px 20px 0 !important;
  box-sizing: border-box;
}
#view-dungeon .dungeon-title-row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  width: min(1280px, 100%);
  margin: 0 auto 8px;
}
#view-dungeon .dungeon-title-row h1 {
  margin: 0 !important;
}
#view-dungeon .dungeon-header-create,
#view-dungeon button.dungeon-header-create,
#view-dungeon .dungeon-title-row .dungeon-create-btn,
#view-dungeon .dungeon-title-row button.dungeon-create-btn {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font: 700 16px/1 var(--font) !important;
  letter-spacing: 0.08em !important;
  color: #fff !important;
  cursor: pointer !important;
  background: linear-gradient(135deg, #2f6f6a, #1d4f55) !important;
  box-shadow: 0 8px 18px rgba(31, 90, 86, 0.3) !important;
  white-space: nowrap !important;
}
/* 学生角色：强制隐藏创建副本（盖过上方 inline-flex !important） */
#view-dungeon .dungeon-create-btn[hidden],
#view-dungeon button.dungeon-create-btn[hidden],
#view-dungeon .dungeon-create-btn.is-role-hidden,
#view-dungeon button.dungeon-create-btn.is-role-hidden,
#view-dungeon .dungeon-course-toolbar[hidden],
#view-dungeon #dungeon-create-card[hidden] {
  display: none !important;
}
#view-dungeon .dungeon-create-card {
  border: 2px dashed rgba(47, 111, 106, 0.5) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  order: -1;
}

/* 修炼中区：创建副本与进入/通关并列 */
#view-identity-select .hub-preview-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
#view-identity-select #hub-board-create,
#view-identity-select button.hub-board-create {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font: 700 15px/1 var(--font) !important;
  letter-spacing: 0.06em !important;
  color: #fff !important;
  cursor: pointer !important;
  background: linear-gradient(135deg, #2f6f6a, #1d4f55) !important;
  box-shadow: 0 8px 16px rgba(31, 90, 86, 0.25) !important;
  white-space: nowrap !important;
}

/* 修炼中区：修改副本 */
#view-identity-select #hub-board-edit,
#view-identity-select button.hub-board-edit {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font: 700 15px/1 var(--font) !important;
  letter-spacing: 0.06em !important;
  color: #fff !important;
  cursor: pointer !important;
  background: linear-gradient(135deg, #2f6f6a, #1d4f55) !important;
  box-shadow: 0 8px 16px rgba(31, 90, 86, 0.25) !important;
  white-space: nowrap !important;
}
#view-identity-select #hub-board-create {
  display: none !important;
}

/* ===== 风格切换按钮：提高对比度，浅/黑底均清晰可辨 ===== */
#view-identity-select .hub-topbar .hub-bg-toggle {
  min-width: 88px;
  padding: 0 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  filter: none !important;
  isolation: isolate;
}
#view-identity-select:not(.is-black-bg) .hub-topbar .hub-bg-toggle {
  background: rgba(255, 255, 255, 0.92) !important;
  background-image: none !important;
  border: 1.5px solid rgba(28, 28, 36, 0.28) !important;
  color: #141418 !important;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  outline: none !important;
}
#view-identity-select:not(.is-black-bg) .hub-topbar .hub-bg-toggle::before,
#view-identity-select:not(.is-black-bg) .hub-topbar .hub-bg-toggle::after {
  display: none !important;
}
#view-identity-select:not(.is-black-bg) .hub-topbar .hub-bg-toggle:hover {
  background: #fff !important;
  border-color: rgba(28, 28, 36, 0.38) !important;
  transform: translateY(-1px);
}
#view-identity-select:not(.is-black-bg) .hub-topbar .hub-bg-toggle.is-on {
  background: linear-gradient(180deg, #2a2830, #12110f) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f4f6fb !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28) !important;
}
#view-identity-select.is-black-bg .hub-topbar .hub-bg-toggle {
  background: rgba(36, 38, 48, 0.92) !important;
  background-image: none !important;
  border: 1.5px solid rgba(255, 255, 255, 0.38) !important;
  color: #f0f2f8 !important;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  outline: none !important;
}
#view-identity-select.is-black-bg .hub-topbar .hub-bg-toggle::before,
#view-identity-select.is-black-bg .hub-topbar .hub-bg-toggle::after {
  display: none !important;
}
#view-identity-select.is-black-bg .hub-topbar .hub-bg-toggle:hover {
  background: rgba(52, 54, 66, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
}
#view-identity-select.is-black-bg .hub-topbar .hub-bg-toggle.is-on {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #141418 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.32) !important;
}


/* 修炼主页：当前任务的轻量详情，不影响“完整功法”总览。 */
.gongfa-overlay.is-task-detail {
  padding: 22px;
  background: rgba(74, 88, 150, 0.18);
  backdrop-filter: blur(2px);
}
.gongfa-overlay.is-task-detail .gongfa-overlay-panel {
  width: min(720px, 92vw);
  max-height: min(84vh, 780px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, rgba(239, 244, 255, 0.68), rgba(218, 225, 255, 0.5));
  box-shadow: 0 14px 36px rgba(67, 75, 137, 0.16);
  backdrop-filter: blur(9px);
}
.gongfa-overlay.is-task-detail .gongfa-overlay-head {
  padding: 24px 28px 4px;
  border-bottom: 0;
}
.gongfa-overlay.is-task-detail .gongfa-overlay-head em {
  color: #5d61b8;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
}
.gongfa-overlay.is-task-detail .gongfa-overlay-head em::before {
  content: '◇';
  margin-right: 7px;
  font-size: 16px;
}
.gongfa-overlay.is-task-detail .gongfa-overlay-head h2 {
  margin-top: 7px;
  color: #283b83;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: clamp(23px, 3vw, 30px);
  font-weight: 600;
}
.gongfa-overlay.is-task-detail .gongfa-overlay-actions { align-items: flex-start; }
.gongfa-overlay.is-task-detail .gongfa-detail-close {
  width: 31px;
  height: 31px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  color: #5861aa;
  font-size: 25px;
  font-weight: 300;
  line-height: 26px;
}
.gongfa-overlay.is-task-detail .gongfa-overlay-sub {
  padding: 0 28px 18px;
  color: #51669a;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 15px;
  line-height: 1.7;
}
.gongfa-overlay.is-task-detail .gongfa-overlay-sub:empty { display: none; }
.gongfa-overlay.is-task-detail .gongfa-overlay-body {
  padding: 0 28px 24px;
  gap: 16px;
}
.task-detail-overview {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 15px;
  background: rgba(225, 232, 255, 0.28);
}
.task-detail-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #6e57d7;
  background: rgba(255, 255, 255, 0.38);
  font-size: 20px;
}
.task-detail-overview span,
.task-detail-section h3,
.task-detail-stats span {
  color: #6070a6;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 12px;
}
.task-detail-overview strong {
  display: block;
  margin-top: 2px;
  color: #2f478d;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 17px;
  font-weight: 600;
}
.task-detail-section {
  padding: 2px 1px 0;
}
.task-detail-section h3 {
  margin: 0 0 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.task-detail-section p {
  margin: 0;
  color: #435d94;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 14px;
  line-height: 1.75;
}
.task-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 15px;
  background: rgba(226, 233, 255, 0.25);
}
.task-detail-stats article {
  min-width: 0;
  padding: 13px 14px;
  text-align: center;
}
.task-detail-stats article + article { border-left: 1px solid rgba(255, 255, 255, 0.48); }
.task-detail-stats span { display: block; }
.task-detail-stats strong {
  display: block;
  margin-top: 4px;
  color: #314a92;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 22px;
  font-weight: 600;
}
.task-detail-stats strong i {
  color: #8391bd;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.task-detail-nodes ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.task-detail-node {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 11px;
  background: rgba(232, 237, 255, 0.2);
}
.task-detail-node i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #6e7ba8;
  background: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  font-style: normal;
}
.task-detail-node span {
  overflow: hidden;
  color: #415b92;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-detail-node em {
  color: #7989b8;
  font-size: 12px;
  font-style: normal;
}
.task-detail-node.is-cleared i { color: #fff; background: linear-gradient(145deg, #9d8aff, #6955cf); }
.task-detail-node.is-available { border-color: rgba(142, 129, 231, 0.44); }
.task-detail-node.is-available i { color: #fff; background: linear-gradient(145deg, #a695ff, #755de0); }
.task-detail-node.is-locked { opacity: 0.68; }
.task-detail-actions { display: flex; justify-content: flex-end; padding-top: 2px; }
.task-detail-actions button {
  padding: 6px 2px;
  border: 0;
  background: transparent;
  color: #4e55a8;
  font-family: "Noto Serif SC", "Songti SC", STSong, SimSun, serif;
  font-size: 14px;
  cursor: pointer;
}
.task-detail-actions button span { margin-left: 4px; font-size: 18px; }
.task-detail-actions button:hover { color: #4f31bb; }
@media (max-width: 560px) {
  .gongfa-overlay.is-task-detail { padding: 12px; }
  .gongfa-overlay.is-task-detail .gongfa-overlay-head { padding: 19px 19px 3px; }
  .gongfa-overlay.is-task-detail .gongfa-overlay-sub,
  .gongfa-overlay.is-task-detail .gongfa-overlay-body { padding-left: 19px; padding-right: 19px; }
  .task-detail-stats article { padding: 11px 7px; }
  .task-detail-stats strong { font-size: 19px; }
}
