﻿/* ============================================================
   SINGULARITY · 奇点  —  引力美学样式核心
   母题：深圳城市篮球局，数据服务于荣誉、战报和球员记忆。
   90% 克制的黑与灰，烫（橙/金）只出现在该烫的地方。
   ============================================================ */

/* ---------- 1. Design Tokens ---------- */
:root {
  /* 底色系：越靠近奇点越深 */
  --void:        #07070D;   /* 深夜场黑 · 页面底 */
  --panel:       #101019;   /* 面板 */
  --panel-2:     #14141F;   /* 次级面板 */
  --stroke:      #23233A;   /* 描边 */
  --stroke-soft: #1a1a2b;

  /* 光：唯一的暖 */
  --accretion:   #FF7A1A;   /* 球场热光橙 · 主光 */
  --highlight:   #FFB067;   /* 高亮 */
  --honor:       #FFD37A;   /* 荣誉金 · 只给 MVP / 五星 */

  --away:        #6FA8FF;   /* 客队蓝 */
  --up:          #4DE0A5;   /* 涨分绿 */
  --down:        #FF4D4D;   /* 跌分红 */

  /* 段位色阶：颜色本身就是等级叙事 */
  --t1: #8A8AA6;   /* 新秀灰 */
  --t2: #6FA8FF;   /* 老炮蓝 */
  --t3: #FF7A1A;   /* 街霸橙 */
  --t4: #D9500A;   /* 王者深橙 */
  --t5: #FFD37A;   /* 奇点金 */

  /* 文字 */
  --ink:      #EDEDF5;
  --ink-2:    #A6A6BE;
  --ink-3:    #6E6E86;

  /* 尺度 */
  --r-sm: 12px;
  --r:    16px;
  --r-lg: 20px;
  --gap:  16px;

  /* 辉光 */
  --glow-orange: 0 0 40px -8px rgba(255,122,26,.55);
  --glow-gold:   0 0 44px -8px rgba(255,211,122,.5);

  /* 引力手感：快入缓停 */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 160ms;
  --dur: 260ms;
  --dur-slow: 480ms;

  /* Astryx-inspired system layer: 主题用 token，组件只消费 token */
  --surface-0: rgba(7,7,13,.82);
  --surface-1: rgba(16,16,25,.88);
  --surface-2: rgba(20,20,31,.92);
  --hairline: rgba(255,255,255,.08);
  --focus-ring: rgba(255,211,122,.72);
  --press-scale: .985;
  --tap-min: 44px;
  --nav-h: 66px;

  --mono: "SF Mono", "JetBrains Mono", "Roboto Mono", "DejaVu Sans Mono", ui-monospace, monospace;
  --sans: -apple-system, "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, sans-serif;
}

/* ---------- 64. Player Journey Narrative ---------- */
.player-journey-section {
  padding-top: 58px;
}

.journey-rail,
.artifact-grid,
.everyday-honor-grid,
.challenge-story-grid,
.signup-artifact-grid,
.signup-everyone-grid,
.ladder-challenge-grid {
  display: grid;
  gap: 14px;
}

.journey-rail {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.journey-card,
.artifact-card,
.everyday-honor-card,
.trust-card,
.challenge-story-card,
.signup-path-item,
.signup-artifact-item,
.signup-everyone-item,
.ladder-challenge-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--r);
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(255,122,26,.08), transparent 68%),
    rgba(255,255,255,.018);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.journey-card {
  min-height: 180px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.journey-card::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 34px;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--stroke), rgba(255,122,26,.42));
}

.journey-card:last-child::after {
  display: none;
}

.journey-card .ui-icon,
.trust-card .ui-icon,
.artifact-card .ui-icon,
.everyday-honor-card .ui-icon,
.signup-path-item .ui-icon,
.signup-artifact-item .ui-icon,
.signup-everyone-item .ui-icon,
.ladder-challenge-card .ui-icon {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 12px;
  color: var(--accretion);
  background: rgba(255,122,26,.10);
  box-shadow: inset 0 0 0 1px rgba(255,122,26,.18);
}

.journey-step,
.signup-path-step {
  color: var(--honor);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.journey-card b,
.artifact-card b,
.everyday-honor-card b,
.trust-card b,
.signup-path-item b,
.signup-artifact-item b,
.signup-everyone-item b,
.ladder-challenge-card b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.journey-card small,
.artifact-card small,
.everyday-honor-card small,
.trust-card small,
.signup-path-item small,
.signup-artifact-item small,
.signup-everyone-item small,
.ladder-challenge-card small {
  display: block;
  color: var(--ink-2);
  font-size: 12.5px;
  line-height: 1.6;
}

.trust-section {
  padding-top: 54px;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.trust-copy {
  min-height: 360px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: calc(var(--r) + 6px);
  border: 1px solid rgba(255,122,26,.20);
  background:
    linear-gradient(140deg, rgba(5,5,9,.50), rgba(5,5,9,.82)),
    url("img/bg/court-heat.webp") center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.trust-copy h2 {
  max-width: 10em;
  margin: 12px 0 14px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 70px);
  line-height: .92;
}

.trust-copy p {
  max-width: 42em;
  margin: 0 0 24px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.78;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-card {
  min-height: 172px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.artifact-section {
  padding-top: 44px;
}

.memory-section {
  padding-top: 38px;
}

.memory-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 22px;
  min-height: 520px;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(255,122,26,.20);
  border-radius: calc(var(--r-lg) + 2px);
  background:
    radial-gradient(980px 380px at 82% 0%, rgba(255,122,26,.16), transparent 70%),
    linear-gradient(135deg, rgba(255,211,122,.06), transparent 42%),
    var(--panel);
  box-shadow: 0 28px 90px -60px rgba(255,122,26,.45);
}

.memory-stage::before {
  content: 'MEMORIES';
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  bottom: -18px;
  color: rgba(255,122,26,.08);
  font-size: clamp(76px, 11vw, 172px);
  font-weight: 1000;
  line-height: .8;
  letter-spacing: -.03em;
  pointer-events: none;
}

.memory-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.memory-copy .eyebrow {
  color: var(--accretion);
}

.memory-copy h2 {
  max-width: 9.5em;
  margin: 12px 0 14px;
  color: var(--ink);
  font-size: clamp(38px, 5.7vw, 82px);
  line-height: .9;
}

.memory-copy p {
  max-width: 38em;
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.78;
}

.memory-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.memory-proof span {
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.035);
}

.memory-proof i {
  display: block;
  margin-bottom: 8px;
  color: var(--honor);
  font-family: var(--mono);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
}

.memory-proof b {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.memory-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-auto-rows: 178px;
  gap: 12px;
  min-width: 0;
}

.memory-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 178px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: #050507;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}

.memory-card.is-large {
  grid-row: span 2;
}

.memory-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,122,26,.34);
  box-shadow: 0 28px 72px -46px rgba(255,122,26,.58);
}

.memory-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .76;
  filter: saturate(.92) contrast(1.08);
  transform: scale(1.01);
  transition: transform .55s var(--ease), opacity .35s var(--ease);
}

.memory-card:hover img {
  opacity: .94;
  transform: scale(1.06);
}

.memory-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,5,7,.12), rgba(5,5,7,.88)),
    radial-gradient(420px 220px at 0% 0%, rgba(255,122,26,.22), transparent 70%);
}

.memory-card-copy {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 1;
}

.memory-card-copy span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,122,26,.18);
  color: var(--honor);
  font-size: 11px;
  font-weight: 1000;
}

.memory-card-copy b {
  display: block;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.05;
}

.memory-card-copy small {
  display: block;
  max-width: 30em;
  margin-top: 8px;
  color: rgba(237,237,245,.72);
  font-size: 12.5px;
  line-height: 1.55;
}

.artifact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.artifact-card {
  min-height: 188px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.artifact-card .tag-en {
  color: var(--honor);
}

.everyday-honor-section {
  padding-top: 40px;
}

.everyday-honor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.everyday-honor-card {
  min-height: 170px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.challenge-story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.challenge-story-card,
.ladder-challenge-card {
  --tier-c: var(--accretion);
  padding: 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-color: color-mix(in srgb, var(--tier-c) 24%, var(--stroke-soft));
}

.challenge-faces {
  display: inline-flex;
  align-items: center;
  min-width: 116px;
}

.challenge-faces .avatar {
  --sz: 46px;
  border-color: color-mix(in srgb, var(--tier-c) 48%, var(--stroke));
}

.challenge-faces .avatar + .vs-chip {
  margin-left: -5px;
  margin-right: -5px;
  z-index: 2;
}

.challenge-story-card b,
.ladder-challenge-card b {
  margin: 4px 0 5px;
  font-size: 17px;
}

.signup-path-card,
.signup-artifact-card,
.signup-everyone-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.signup-path-card::after,
.signup-artifact-card::after,
.signup-everyone-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 220px at 96% 0%, rgba(255,122,26,.08), transparent 68%);
}

.signup-path-card > *,
.signup-artifact-card > *,
.signup-everyone-card > * {
  position: relative;
  z-index: 1;
}

.signup-path-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin: 8px 0 18px;
}

.signup-path-head h2,
.signup-artifact-card h2,
.signup-everyone-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: .98;
}

.signup-path-head p,
.signup-everyone-card p {
  max-width: 36em;
  margin: 0;
  color: var(--ink-2);
  font-size: 13.5px;
  line-height: 1.7;
}

.signup-path-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.signup-path-item {
  min-height: 126px;
  padding: 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 12px;
}

.signup-path-item .signup-path-step {
  align-self: center;
}

.signup-path-item > div {
  grid-column: 1 / -1;
}

.signup-artifact-card h2,
.signup-everyone-card h2 {
  margin-top: 8px;
  margin-bottom: 18px;
}

.signup-artifact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signup-artifact-item {
  min-height: 136px;
  padding: 14px;
  display: grid;
  align-content: space-between;
  gap: 16px;
}

.signup-everyone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signup-everyone-item {
  min-height: 118px;
  padding: 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
}

.signup-everyone-item small {
  grid-column: 1 / -1;
}

.ladder-challenges {
  margin-top: 18px;
  padding: 18px;
  border-color: rgba(255,122,26,.20);
  background:
    radial-gradient(820px 260px at 100% 0%, rgba(255,122,26,.10), transparent 70%),
    var(--panel);
}

.ladder-challenges-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 14px;
}

.ladder-challenges-head h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.ladder-challenge-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ladder-challenge-card {
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.ladder-challenge-card .challenge-faces {
  min-width: 0;
}

@media (max-width: 1100px) {
  .journey-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .journey-card::after {
    display: none;
  }
  .artifact-grid,
  .memory-grid,
  .everyday-honor-grid,
  .signup-artifact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .memory-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-copy {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .player-journey-section,
  .trust-section,
  .memory-section,
  .artifact-section,
  .everyday-honor-section {
    padding-top: 42px;
  }
  .journey-rail,
  .trust-cards,
  .memory-grid,
  .artifact-grid,
  .everyday-honor-grid,
  .challenge-story-grid,
  .signup-path-list,
  .signup-artifact-grid,
  .signup-everyone-grid,
  .ladder-challenge-grid {
    grid-template-columns: 1fr;
  }
  .journey-card,
  .artifact-card,
  .everyday-honor-card,
  .trust-card {
    min-height: 0;
  }
  .trust-copy {
    min-height: 280px;
    padding: 24px;
  }
  .memory-stage {
    margin-left: -18px;
    margin-right: -18px;
    padding: 22px 18px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .memory-stage::before {
    font-size: 78px;
  }
  .memory-copy h2 {
    font-size: 38px;
  }
  .memory-proof {
    grid-template-columns: 1fr;
  }
  .memory-grid {
    grid-auto-rows: 220px;
  }
  .memory-card.is-large {
    grid-row: auto;
  }
  .trust-copy h2 {
    font-size: 38px;
  }
  .challenge-story-card,
  .ladder-challenge-card {
    grid-template-columns: 1fr;
  }
  .challenge-faces {
    min-width: 0;
  }
  .signup-path-card,
  .signup-artifact-card,
  .signup-everyone-card,
  .ladder-challenges {
    padding: 18px;
  }
  .signup-path-head,
  .ladder-challenges-head {
    display: grid;
    align-items: start;
  }
  .signup-path-head h2,
  .signup-artifact-card h2,
  .signup-everyone-card h2,
  .ladder-challenges-head h2 {
    font-size: 30px;
  }
}

/* ---------- 2. Base ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--void); }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--void);
  /* 星空氛围＝一张静态极暗噪点图，成本为零、低端机友好。inline SVG feTurbulence，渲染一次。 */
  background-image:
    radial-gradient(1200px 800px at 50% -10%, rgba(255,122,26,.05), transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  overflow-x: hidden;
  color-scheme: dark;
}
a { color: inherit; text-decoration: none; }
a, button, input, select, textarea { touch-action: manipulation; }
button, input, select, textarea { font: inherit; }
button, a[href], [role="button"] { -webkit-tap-highlight-color: rgba(255,122,26,.18); }
h1, h2, h3, p { margin: 0; }

html:focus-within { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(255,211,122,.12);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  display: inline-flex;
  align-items: center;
  min-height: var(--tap-min);
  padding: 0 14px;
  border: 1px solid rgba(255,211,122,.28);
  border-radius: 999px;
  color: #180904;
  background: var(--honor);
  font-weight: 1000;
  box-shadow: 0 18px 42px -26px rgba(255,211,122,.9);
  transition: transform var(--dur) var(--ease);
}
.skip-link:focus {
  transform: translateY(0);
}

.wrap { width: 100%; max-width: 720px; margin: 0 auto; padding: 0 24px 90px; }
@media (max-width: 760px) { .wrap { padding: 0 18px 90px; } }

main[id],
header[id],
section[id] {
  scroll-margin-top: calc(var(--nav-h) + 18px);
}

.ui-icon {
  display: inline-grid; place-items: center; width: 1.15em; height: 1.15em; flex: none; color: currentColor; font-style: normal;
}
.ui-icon svg { width: 100%; height: 100%; display: block; }
.nav-ico { width: 15px; height: 15px; color: var(--accretion); opacity: .88; }

/* 数字是我们的“明星脸”：等宽、大字重、比标题更醒目 */
.num { font-family: var(--mono); font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: -.02em; }

/* 英文点缀：航天仪表味 */
.tag-en { font-family: var(--mono); font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--ink-3); font-size: 11px; }

.muted { color: var(--ink-2); }
.dim   { color: var(--ink-3); }

/* 段位着色工具类 */
.t1 { color: var(--t1); } .t2 { color: var(--t2); } .t3 { color: var(--t3); }
.t4 { color: var(--t4); } .t5 { color: var(--t5); }

/* ---------- 3. 签名元素之一：品牌光环 ---------- */
.ring {
  --sz: 40px; --spin: 7s;
  width: var(--sz); height: var(--sz);
  position: relative; border-radius: 50%; flex: none; isolation: isolate;
  /* 中心纯黑 + 静态暖辉光（box-shadow 不动，省重绘） */
  background: radial-gradient(circle, #050509 0 33%, rgba(5,5,9,0) 36%);
  box-shadow: 0 0 calc(var(--sz) * .5) rgba(255,122,26,.32), 0 0 calc(var(--sz) * .95) rgba(255,122,26,.14);
}
/* 暖色 conic 光带（只动 transform，GPU 便宜） */
.ring::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%; z-index: -1;
  background: conic-gradient(from 0deg,
    rgba(255,122,26,0), var(--highlight), var(--accretion),
    #FFE0A8, var(--accretion), rgba(255,122,26,.12), rgba(255,122,26,0));
  -webkit-mask: radial-gradient(circle, transparent 32%, #000 40%, #000 62%, transparent 70%);
          mask: radial-gradient(circle, transparent 32%, #000 40%, #000 62%, transparent 70%);
  animation: ring-spin var(--spin) linear infinite;
}
/* 光子环：内缘一圈静态高光 */
.ring::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle, transparent 30%, rgba(255,224,168,0) 34%, rgba(255,224,168,.95) 37.5%, transparent 41%);
  mix-blend-mode: screen;
}
@keyframes ring-spin { to { transform: rotate(360deg); } }

/* 大号黑洞环额外挂一层呼吸光晕（只在 hero/join 用，控制成本） */
.ring-aura { position: absolute; inset: -32%; border-radius: 50%; pointer-events: none; z-index: -2;
  background: radial-gradient(circle, rgba(255,122,26,.34), rgba(255,122,26,.06) 55%, transparent 70%);
  animation: aura-breathe 5.5s var(--ease) infinite; }
@keyframes aura-breathe { 0%,100% { transform: scale(.9); opacity: .55; } 50% { transform: scale(1.12); opacity: 1; } }

/* ---------- 4. 顶栏 ---------- */
.topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; gap: 12px;
  max-width: 460px; margin: 0 auto; padding: 14px 18px;
  background: linear-gradient(var(--void) 60%, rgba(7,7,13,.0));
  backdrop-filter: blur(6px);
}
.topbar .brand { display: flex; align-items: center; gap: 11px; }
.topbar .brand b { font-size: 15px; letter-spacing: .04em; }
.topbar .brand .sub { font-family: var(--mono); font-size: 10px; letter-spacing: .3em; color: var(--ink-3); }
.topbar .season { margin-left: auto; }
.pill {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .2em;
  padding: 5px 10px; border: 1px solid var(--stroke); border-radius: 999px; color: var(--ink-2);
}

/* ---------- 5. 卡片语言：靠间距不靠分割线 ---------- */
.section-title { display: flex; align-items: baseline; gap: 10px; margin: 30px 2px 14px; }
.section-title h2 { font-size: 15px; font-weight: 700; letter-spacing: .02em; }

.card {
  background: var(--panel); border: 1px solid var(--stroke-soft);
  border-radius: var(--r); padding: 16px;
}
.card + .card { margin-top: 12px; }
.demo-ribbon {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 36px));
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,211,122,.22);
  border-radius: 999px;
  color: var(--honor);
  background: rgba(7,7,13,.78);
  box-shadow: 0 18px 46px -32px rgba(255,122,26,.8), inset 0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
body.signup-page {
  background-image:
    radial-gradient(900px 620px at 12% -8%, rgba(255,122,26,.10), transparent 62%),
    radial-gradient(760px 540px at 92% 18%, rgba(111,168,255,.07), transparent 66%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
.signup-stage {
  width: 100%; max-width: 1180px; margin: 0 auto; padding: 42px 24px 90px;
  display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; align-items: start;
}
.signup-main { min-width: 0; display: grid; gap: 14px; }
.signup-hero-card {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: 520px; padding: 38px 34px;
  background:
    linear-gradient(90deg, rgba(7,7,13,.97) 0%, rgba(7,7,13,.88) 48%, rgba(7,7,13,.38) 100%),
    linear-gradient(180deg, rgba(7,7,13,.08), rgba(7,7,13,.86)),
    url("img/bg/court-heat.webp") 66% center / cover no-repeat,
    var(--panel);
  border-color: rgba(255,122,26,.26);
  box-shadow: 0 34px 92px -58px rgba(255,122,26,.86);
}
.signup-hero-card::after {
  content: ''; position: absolute; right: -90px; bottom: -120px; width: 360px; height: 360px; z-index: -1;
  border: 1px solid rgba(255,122,26,.24); border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,122,26,.10), 0 0 60px -44px var(--accretion);
}
.signup-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.signup-kicker > span {
  color: var(--honor); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .18em;
}
.signup-hero-card h1 {
  max-width: 9em; font-size: 58px; line-height: .98; font-weight: 900; margin: 28px 0 18px;
}
.signup-hero-card p { max-width: 37em; color: var(--ink-2); line-height: 1.76; font-size: 16px; }
.signup-hero-card p b {
  display: block; margin-bottom: 5px; color: var(--honor); font-size: 18px; line-height: 1.3;
}
.signup-event {
  display: flex; align-items: center; gap: 12px; max-width: 380px;
  margin-top: 24px; padding: 14px 16px; border: 1px solid rgba(255,122,26,.24);
  border-radius: var(--r); background: rgba(7,7,13,.58); backdrop-filter: blur(8px);
}
.signup-event > .ui-icon {
  width: 36px; height: 36px; padding: 9px; color: var(--honor); border-radius: 12px;
  background: rgba(255,122,26,.10); box-shadow: inset 0 0 0 1px rgba(255,122,26,.18);
}
.signup-event b { display: block; font-size: 21px; line-height: 1.15; }
.signup-event span:not(.ui-icon) { display: block; color: var(--ink-2); font-size: 13px; margin-top: 2px; }
.signup-spotlight {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 28px; max-width: 650px;
}
.signup-spotlight span {
  min-width: 0; padding: 13px; border: 1px solid rgba(255,122,26,.22); border-radius: var(--r);
  background: rgba(7,7,13,.56); backdrop-filter: blur(7px);
}
.signup-spotlight .ui-icon { width: 18px; height: 18px; color: var(--accretion); margin-bottom: 8px; }
.signup-spotlight b { display: block; color: var(--ink); font-size: 16px; line-height: 1.15; }
.signup-spotlight em { color: var(--honor); font-style: normal; font-family: var(--mono); }
.signup-spotlight small { display: block; color: var(--ink-3); font-size: 11.5px; line-height: 1.4; margin-top: 5px; }
.signup-progress-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 14px;
  max-width: 460px; margin-top: 28px; margin-bottom: 10px;
}
.signup-progress-head > span:first-child { color: var(--ink-2); font-size: 13px; }
.signup-progress-head .num { color: var(--honor); font-size: 22px; line-height: 1; }
.signup-progress-head .num i { font-style: normal; }
.signup-progress-head .num small { color: var(--ink-3); font-size: 13px; margin-left: 2px; }
.signup-hero-card .progress { max-width: 460px; }
.signup-left { margin-top: 10px; color: var(--accretion); }
.signup-main-cta { max-width: 280px; margin-top: 22px; }
.seat-grid {
  display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; max-width: 460px; margin: 8px 0 12px;
}
.seat-grid span {
  display: block; height: 20px; border-radius: 6px;
  border: 1px solid var(--stroke-soft); background: rgba(255,255,255,.035);
}
.seat-grid span.locked {
  border-color: rgba(255,122,26,.42);
  background: linear-gradient(180deg, var(--highlight), var(--accretion));
  box-shadow: 0 0 16px -8px var(--accretion);
}
.seat-grid span.locked.last { box-shadow: 0 0 22px -5px var(--honor); }
.seat-grid span.open {
  border-color: rgba(255,211,122,.18);
  background: rgba(255,211,122,.035);
}
.signup-promise, .signup-rules { padding: 20px; }
.promise-grid, .rules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 15px; }
.promise-grid span, .rules-grid span {
  min-width: 0; padding: 14px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(255,255,255,.025);
}
.promise-grid span { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 12px; align-items: start; }
.promise-grid .ui-icon {
  grid-row: span 2; width: 30px; height: 30px; padding: 7px; color: var(--honor);
  border-radius: 10px; background: rgba(255,211,122,.08);
}
.promise-grid b, .rules-grid b { display: block; color: var(--honor); font-size: 16px; line-height: 1.2; }
.promise-grid small, .rules-grid small { display: block; color: var(--ink-2); font-size: 12.5px; line-height: 1.5; margin-top: 6px; }
.signup-aside { margin-top: 12px; }
.signup-side-card p { color: var(--ink-2); font-size: 13px; line-height: 1.7; }
.signup-profile-bridge { padding: 20px; }
.signup-profile-bridge .bridge-row {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px; align-items: center;
}
.signup-profile-bridge .ui-icon {
  width: 38px; height: 38px; padding: 9px; border-radius: 13px; color: var(--honor);
  background: rgba(255,211,122,.09); box-shadow: inset 0 0 0 1px rgba(255,211,122,.20);
}
.signup-profile-bridge b { display: block; font-size: 18px; line-height: 1.18; }
.signup-profile-bridge small { display: block; color: var(--ink-2); margin-top: 4px; line-height: 1.45; }
.signup-profile-bridge .bridge-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.signup-profile-bridge .bridge-meta span {
  display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px;
  border-radius: 999px; color: var(--honor); background: rgba(255,211,122,.07);
}
.profile-mini-code {
  font-family: var(--mono); color: var(--honor); font-weight: 900; letter-spacing: .08em;
  padding: 8px 10px; border: 1px solid rgba(255,211,122,.24); border-radius: 999px; background: rgba(255,211,122,.06);
}
.signup-profile-bridge .bridge-link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px;
  border-radius: 999px; border: 1px solid var(--stroke); color: var(--ink); font-weight: 900;
}
.signup-form-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-color: rgba(255,122,26,.22);
  background:
    radial-gradient(540px 260px at 88% 0%, rgba(255,122,26,.13), transparent 66%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(9,9,16,.92);
}
.signup-form-card::after {
  content: 'SIGNUP';
  position: absolute;
  right: 18px;
  top: 8px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.10);
  text-stroke: 1px rgba(255,122,26,.10);
  font-size: clamp(68px, 10vw, 150px);
  font-weight: 1000;
  line-height: .8;
  pointer-events: none;
}
.signup-form-card > * { position: relative; z-index: 1; }
.signup-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.signup-form-head h2 {
  margin: 8px 0 8px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}
.signup-form-head p {
  max-width: 46em;
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.7;
}
.signup-endpoint-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,211,122,.22);
  border-radius: 999px;
  color: var(--honor);
  background: rgba(255,211,122,.06);
  font-size: 12px;
  font-weight: 1000;
}
.signup-endpoint-pill.live {
  color: var(--up);
  border-color: rgba(77,224,165,.28);
  background: rgba(77,224,165,.08);
}
.signup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.signup-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.signup-form label.wide { grid-column: 1 / -1; }
.signup-form label > span {
  color: var(--honor);
  font-size: 12px;
  font-weight: 1000;
}
.signup-form input,
.signup-form select,
.signup-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255,255,255,.045);
  outline: none;
  font: inherit;
}
.signup-form textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}
.signup-form input:focus,
.signup-form select:focus,
.signup-form textarea:focus {
  border-color: rgba(255,122,26,.55);
  box-shadow: 0 0 0 3px rgba(255,122,26,.10);
}
.signup-form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.signup-form-actions .cta {
  min-width: 170px;
}
.signup-form-actions .bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 900;
}
.signup-form-actions .cta:disabled {
  cursor: wait;
  opacity: .72;
}
.signup-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.55;
}
.signup-status[data-mode="ok"] { color: var(--up); }
.signup-status[data-mode="warn"] { color: var(--honor); }
.signup-payload {
  grid-column: 1 / -1;
  overflow: auto;
  max-height: 220px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,211,122,.20);
  border-radius: 12px;
  color: rgba(237,237,245,.80);
  background: rgba(0,0,0,.28);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  white-space: pre-wrap;
}
.signup-contact-card .contact-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 12px;
  background: rgba(255,122,26,.055);
}
.signup-contact-card .contact-line span {
  color: var(--ink-3);
  font-size: 12px;
}
.signup-contact-card .contact-line b {
  color: var(--honor);
  font-size: 13px;
  text-align: right;
}
.signup-flow-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-color: rgba(255,122,26,.24);
  background:
    radial-gradient(620px 320px at 88% 0%, rgba(255,122,26,.14), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(8,8,14,.94);
}
.signup-flow-card::after {
  content: 'PLAYER PASS';
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.10);
  text-stroke: 1px rgba(255,122,26,.10);
  font-size: clamp(70px, 9vw, 150px);
  font-weight: 1000;
  line-height: .8;
  pointer-events: none;
}
.signup-flow-card > * { position: relative; z-index: 1; }
.signup-flow-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.signup-flow-head h2 {
  max-width: 12em;
  margin: 8px 0 8px;
  color: var(--ink);
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: .96;
}
.signup-flow-head p {
  max-width: 44em;
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.72;
}
.signup-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 18px;
}
.signup-steps span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  color: var(--ink-3);
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 1000;
}
.signup-steps b {
  color: var(--honor);
  font-family: var(--mono);
  font-size: 11px;
}
.signup-steps span.on,
.signup-steps span.done {
  color: var(--ink);
  border-color: rgba(255,122,26,.34);
  background: rgba(255,122,26,.09);
}
.signup-steps span.done b {
  color: var(--up);
}
.signup-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 14px;
}
.player-pass-panel,
.match-pass-panel,
.qr-confirm-card {
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 16px;
  background:
    radial-gradient(520px 240px at 100% 0%, rgba(255,122,26,.10), transparent 72%),
    rgba(5,5,9,.66);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
}
.player-pass-panel {
  display: grid;
  gap: 18px;
  padding: 18px;
}
.pass-panel-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.pass-panel-head .ui-icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 14px;
  color: var(--honor);
  background: rgba(255,211,122,.08);
  box-shadow: inset 0 0 0 1px rgba(255,211,122,.20);
}
.pass-panel-head b,
.match-ticket h3 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}
.pass-panel-head small {
  display: block;
  margin-top: 5px;
  color: var(--ink-2);
  line-height: 1.45;
}
.player-pass-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.player-pass-fields label {
  min-width: 0;
  display: grid;
  gap: 8px;
}
.player-pass-fields label.wide { grid-column: 1 / -1; }
.player-pass-fields label > span {
  color: var(--honor);
  font-size: 12px;
  font-weight: 1000;
}
.player-pass-fields input,
.player-pass-fields select,
.player-pass-fields textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255,255,255,.045);
  outline: none;
  font: inherit;
}
.player-pass-fields textarea {
  min-height: 94px;
  padding-top: 12px;
  resize: vertical;
}
.player-pass-fields input:focus,
.player-pass-fields select:focus,
.player-pass-fields textarea:focus {
  border-color: rgba(255,122,26,.55);
  box-shadow: 0 0 0 3px rgba(255,122,26,.10);
}
.player-pass-panel.is-registered {
  border-color: rgba(77,224,165,.26);
}
.match-pass-panel {
  overflow: hidden;
}
.match-ticket {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
}
.match-ticket p {
  color: var(--ink-2);
  line-height: 1.55;
}
.ticket-player {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  margin: 6px 0;
  padding: 14px;
  border: 1px solid rgba(255,211,122,.18);
  border-radius: 14px;
  background: rgba(255,211,122,.055);
}
.ticket-player b {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.05;
}
.ticket-player small {
  display: block;
  margin-top: 5px;
  color: var(--ink-2);
  line-height: 1.4;
}
.player-pass-id {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #130803;
  background: var(--honor);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 1000;
}
#signupMatchBtn:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: none;
}
.qr-confirm-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 20px;
}
.qr-confirm-card[hidden] { display: none; }
.qr-copy h2 {
  max-width: 12em;
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: .98;
}
.qr-copy p {
  color: var(--ink-2);
  line-height: 1.7;
}
.qr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.qr-actions .bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255,211,122,.24);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.04);
  font-weight: 1000;
}
.qr-frame {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: #f5f1e8;
  color: #120804;
  box-shadow: 0 28px 70px -44px rgba(255,122,26,.9);
}
.qr-frame img {
  display: block;
  width: min(210px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 12px;
}
.qr-frame b {
  color: #120804;
  font-size: 18px;
}
.qr-frame small {
  color: rgba(18,8,4,.68);
  font-size: 12px;
  font-weight: 900;
}

/* ---------- 5.5 球员账户：全站身份入口 ---------- */
body.account-page {
  background:
    radial-gradient(860px 520px at 15% 0%, rgba(255,122,26,.12), transparent 60%),
    radial-gradient(720px 520px at 92% 4%, rgba(255,211,122,.08), transparent 62%),
    linear-gradient(180deg, #07070D 0%, #090911 48%, #050507 100%);
}
.account-stage {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px 96px;
}
.account-stack {
  display: grid;
  gap: 16px;
}
.account-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  align-content: end;
  padding: clamp(28px, 5vw, 58px);
  border-color: rgba(255,122,26,.24);
  background:
    linear-gradient(90deg, rgba(5,5,8,.96), rgba(5,5,8,.74) 52%, rgba(5,5,8,.36)),
    radial-gradient(760px 360px at 78% 36%, rgba(255,122,26,.20), transparent 68%),
    url("img/bg/court-heat.webp") 78% center / cover no-repeat,
    #050507;
  box-shadow: 0 34px 100px -72px rgba(255,122,26,.82);
}
.account-hero-card::before {
  content: 'PLAYER PASS';
  position: absolute;
  left: 28px;
  bottom: -18px;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.14);
  text-stroke: 1px rgba(255,122,26,.14);
  font-size: clamp(76px, 14vw, 184px);
  font-weight: 1000;
  line-height: .78;
  pointer-events: none;
}
.account-hero-card > * {
  position: relative;
  z-index: 1;
}
.account-hero-card h1 {
  max-width: 7.4em;
  margin: 14px 0 14px;
  color: var(--ink);
  font-size: clamp(56px, 8vw, 112px);
  line-height: .86;
  letter-spacing: 0;
}
.account-hero-card p {
  max-width: 39em;
  color: rgba(237,237,245,.74);
  font-size: 17px;
  line-height: 1.76;
  font-weight: 700;
}
.account-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 28px;
}
.account-proof-row span {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(5,5,9,.58);
  backdrop-filter: blur(12px);
}
.account-proof-row b {
  display: block;
  color: var(--honor);
  font-size: 16px;
}
.account-proof-row small {
  display: block;
  margin-top: 6px;
  color: rgba(237,237,245,.58);
  font-size: 12px;
  line-height: 1.45;
}
.account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 16px;
  align-items: start;
}
.account-panel,
.account-pass-card,
.account-next-card {
  padding: 24px;
}
.account-panel {
  border-color: rgba(255,122,26,.20);
  background:
    radial-gradient(600px 300px at 95% 0%, rgba(255,122,26,.12), transparent 70%),
    rgba(10,10,18,.92);
}
.account-panel h2,
.account-pass-card h2,
.account-next-card h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 46px);
  line-height: .98;
}
.account-panel p,
.account-pass-card p,
.account-next-card p {
  color: var(--ink-2);
  line-height: 1.7;
}
.account-form {
  margin-top: 22px;
}
.account-profile-chip {
  display: none;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255,211,122,.22);
  border-radius: 14px;
  background: rgba(255,211,122,.06);
}
.account-profile-chip.show {
  display: flex;
}
.account-profile-chip b {
  color: var(--ink);
}
.account-profile-chip small {
  color: var(--ink-2);
}
.account-pass-card {
  position: sticky;
  top: calc(var(--nav-h) + 18px);
  overflow: hidden;
  border-color: rgba(255,211,122,.22);
  background:
    radial-gradient(520px 260px at 92% 0%, rgba(255,211,122,.12), transparent 70%),
    #08080f;
}
.account-pass-card::after {
  content: 'ID';
  position: absolute;
  right: -10px;
  bottom: -28px;
  color: rgba(255,122,26,.10);
  font-family: var(--mono);
  font-size: 160px;
  font-weight: 1000;
  line-height: .8;
  pointer-events: none;
}
.account-pass-card > * {
  position: relative;
  z-index: 1;
}
.account-pass-main {
  display: grid;
  gap: 16px;
}
.account-id-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255,211,122,.18);
  border-radius: 16px;
  background: rgba(255,211,122,.055);
}
.account-id-row b {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}
.account-id-row small {
  display: block;
  margin-top: 5px;
  color: var(--ink-2);
  line-height: 1.4;
}
.account-info-list {
  display: grid;
  gap: 9px;
}
.account-info-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 900;
}
.account-info-list b {
  color: var(--ink);
  text-align: right;
}
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.account-actions .cta,
.account-actions .bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  font-weight: 1000;
}
.account-actions .bridge-link {
  border: 1px solid rgba(255,211,122,.24);
  color: var(--ink);
  background: rgba(255,255,255,.04);
}
.account-next-card {
  border-color: rgba(255,122,26,.18);
  background:
    radial-gradient(680px 260px at 100% 0%, rgba(255,122,26,.10), transparent 72%),
    rgba(255,255,255,.025);
}
.account-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.account-next-grid a {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255,255,255,.035);
}
.account-next-grid b {
  display: block;
}
.account-next-grid small {
  display: block;
  margin-top: 7px;
  color: var(--ink-2);
  line-height: 1.45;
}

@media (max-width: 920px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-pass-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .account-stage {
    padding: 18px 18px 90px;
  }
  .account-hero-card {
    min-height: 0;
    padding: 28px 20px;
    background-position: 68% center;
  }
  .account-hero-card h1 {
    font-size: 42px;
    line-height: .96;
  }
  .account-proof-row,
  .account-next-grid {
    grid-template-columns: 1fr;
  }
  .account-panel,
  .account-pass-card,
  .account-next-card {
    padding: 20px;
  }
  .account-actions .cta,
  .account-actions .bridge-link {
    width: 100%;
  }
}

/* ---------- 5.5 S-Profile 球员画像 ---------- */
body.profile-page {
  background-image:
    radial-gradient(920px 620px at 20% -12%, rgba(255,122,26,.10), transparent 62%),
    radial-gradient(760px 540px at 92% 10%, rgba(255,211,122,.06), transparent 66%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
.profile-shell { max-width: 1180px; margin: 0 auto; padding: 38px 24px 90px; }
.profile-hero {
  position: relative; overflow: hidden; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; align-items: center;
  min-height: 310px; padding: 34px;
  background:
    linear-gradient(90deg, rgba(7,7,13,.96), rgba(7,7,13,.78) 58%, rgba(7,7,13,.42)),
    url("img/bg/court-heat.webp") 68% center / cover no-repeat,
    var(--panel);
  border-color: rgba(255,122,26,.24);
  box-shadow: 0 34px 92px -58px rgba(255,122,26,.78);
}
.profile-hero h1 { font-size: 58px; line-height: .98; margin: 18px 0 14px; }
.profile-hero p { max-width: 36em; color: var(--ink-2); font-size: 16px; line-height: 1.75; }
.profile-firewall { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.profile-firewall span {
  padding: 8px 10px; border-radius: 999px; border: 1px solid rgba(255,122,26,.24);
  background: rgba(7,7,13,.50); color: var(--ink-2); font-size: 12px; font-weight: 800;
}
.profile-orbit-card {
  justify-self: end; width: 220px; min-height: 220px; display: grid; place-items: center; text-align: center;
  border: 1px solid rgba(255,211,122,.22); border-radius: var(--r-lg);
  background: rgba(7,7,13,.60); backdrop-filter: blur(8px);
}
.profile-orbit-card b { display: block; color: var(--honor); font: 900 56px/1 var(--mono); margin-top: 14px; }
.profile-orbit-card small { display: block; color: var(--ink-3); font-weight: 800; }
.profile-layout {
  display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 22px; align-items: start; margin-top: 18px;
}
.profile-side { position: sticky; top: 92px; }
.profile-axis-list { display: grid; gap: 10px; margin-top: 12px; }
.profile-axis-list span {
  display: block; padding: 12px; border: 1px solid var(--stroke-soft); border-radius: var(--r-sm);
  background: rgba(255,255,255,.02);
}
.profile-axis-list b { display: block; font-size: 13px; }
.profile-axis-list small { display: block; color: var(--ink-3); line-height: 1.45; margin-top: 4px; }
.profile-app { min-height: 520px; padding: 24px; overflow: hidden; }
.profile-step-head h2, .profile-result-head h2 { font-size: 34px; line-height: 1.12; margin: 10px 0; }
.profile-step-head p, .profile-result-head p { max-width: 48em; color: var(--ink-2); line-height: 1.75; }
.profile-claim-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 24px 0 14px;
}
.profile-claim-grid span, .profile-axis-result span {
  min-width: 0; padding: 14px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(255,255,255,.022);
}
.profile-claim-grid b { display: block; color: var(--honor); font: 900 24px/1 var(--mono); }
.profile-claim-grid small, .profile-axis-result small { display: block; color: var(--ink-3); margin-top: 7px; line-height: 1.45; }
.profile-note {
  display: grid; gap: 6px; padding: 16px; border: 1px solid rgba(255,211,122,.18); border-radius: var(--r);
  background: linear-gradient(90deg, rgba(255,211,122,.08), transparent 64%);
}
.profile-note b { color: var(--honor); }
.profile-note span { color: var(--ink-2); line-height: 1.65; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 22px; }
.profile-actions .btn { min-height: 46px; }
.profile-form { display: grid; gap: 14px; }
.profile-form label { display: grid; gap: 8px; color: var(--ink-2); font-size: 13px; font-weight: 800; }
.profile-form input, .profile-form select {
  width: 100%; min-height: 46px; border: 1px solid var(--stroke); border-radius: var(--r);
  background: rgba(7,7,13,.68); color: var(--ink); padding: 0 14px; font: 800 14px var(--sans);
}
.profile-form input:focus, .profile-form select:focus { outline: none; border-color: rgba(255,122,26,.55); box-shadow: 0 0 0 3px rgba(255,122,26,.10); }
.profile-consent { grid-template-columns: auto minmax(0, 1fr) !important; align-items: start; }
.profile-consent input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--accretion); }
.profile-form fieldset {
  border: 1px solid var(--stroke-soft); border-radius: var(--r); padding: 14px; display: grid; gap: 9px;
}
.profile-form legend { color: var(--ink); font-weight: 900; padding: 0 6px; }
.profile-form fieldset label { grid-template-columns: auto minmax(0, 1fr); align-items: center; color: var(--ink-2); }
.profile-form fieldset input { width: 16px; min-height: 16px; accent-color: var(--accretion); }
.profile-choice-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-choice-grid label {
  display: inline-flex !important; grid-template-columns: none !important; align-items: center; gap: 7px;
  min-height: 34px; padding: 0 10px; border: 1px solid var(--stroke-soft); border-radius: 999px;
  background: rgba(255,255,255,.03); cursor: pointer;
}
.profile-choice-grid input { width: 15px !important; min-height: 15px !important; }
.profile-choice-grid span { white-space: nowrap; font-size: 12px; font-weight: 900; }
.profile-progress { display: grid; gap: 10px; margin-bottom: 24px; }
.profile-progress .progress { max-width: none; }
.profile-round {
  color: var(--honor); font-family: var(--mono); font-size: 12px; font-weight: 900; letter-spacing: .14em;
}
.profile-question p { color: var(--honor); font-weight: 900; margin-bottom: 10px; }
.profile-question h2 { font-size: 34px; line-height: 1.16; max-width: 18em; }
.profile-options { display: grid; gap: 12px; margin-top: 24px; }
.profile-options button {
  display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: center; text-align: left;
  min-height: 76px; padding: 14px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  color: var(--ink); background: rgba(255,255,255,.022); cursor: pointer;
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.profile-options button:hover {
  transform: translateY(-2px); border-color: rgba(255,122,26,.42); background: rgba(255,122,26,.06);
}
.profile-options button span {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px;
  color: var(--honor); background: rgba(255,211,122,.08); font: 900 16px var(--mono);
}
.profile-options button b { font-size: 16px; line-height: 1.45; }
.profile-mini { color: var(--ink-3); font-family: var(--mono); letter-spacing: .14em; font-size: 11px; }
.profile-result-head { margin-bottom: 16px; }
.s-card {
  position: relative; overflow: hidden; isolation: isolate; padding: 24px; border: 1px solid rgba(255,211,122,.28);
  border-radius: var(--r-lg); background:
    radial-gradient(120% 120% at 100% 0%, rgba(255,211,122,.14), transparent 60%),
    linear-gradient(120deg, rgba(255,122,26,.10), transparent 48%),
    var(--panel);
}
.s-card::after {
  content: 'S'; position: absolute; right: -10px; bottom: -52px; z-index: -1;
  font: 900 190px/1 var(--mono); color: transparent; -webkit-text-stroke: 1px rgba(255,211,122,.18);
}
.s-card-top { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-3); font-family: var(--mono); letter-spacing: .18em; font-size: 10px; }
.s-card-top b { color: var(--ink-2); letter-spacing: .08em; }
.s-card-name { margin-top: 18px; color: var(--ink-2); font-weight: 900; }
.s-code { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 14px; }
.s-code span {
  min-width: 62px; padding: 10px 9px; border-radius: var(--r-sm); text-align: center;
  border: 1px solid rgba(255,211,122,.24); background: rgba(255,211,122,.06);
  color: var(--honor); font: 900 28px/1 var(--mono);
}
.s-code span.weak { color: var(--ink); border-style: dashed; background: rgba(255,255,255,.025); }
.s-code small { display: block; margin-top: 7px; color: var(--ink-3); font: 700 11px var(--sans); letter-spacing: 0; }
.s-card h3 { font-size: 42px; line-height: 1.05; margin: 4px 0 8px; }
.s-card p { color: var(--ink-2); line-height: 1.72; max-width: 42em; margin-top: 14px; }
.s-card-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-top: 22px; color: var(--honor); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; }
.profile-axis-result { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.profile-axis-result b { display: block; color: var(--ink-3); font-size: 12px; }
.profile-axis-result strong { display: block; color: var(--honor); font-size: 20px; margin-top: 4px; }
.profile-coach {
  display: grid; grid-template-columns: 42px repeat(3, minmax(0, 1fr)); gap: 12px; align-items: start;
  margin-top: 14px; padding: 16px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(255,255,255,.018);
}
.profile-coach > .ui-icon { width: 42px; height: 42px; padding: 10px; color: var(--accretion); border-radius: 14px; background: rgba(255,122,26,.09); }
.profile-coach b { color: var(--ink); }
.profile-coach p { color: var(--ink-2); line-height: 1.55; margin-top: 6px; font-size: 13px; }
.profile-actions-wrap { margin-top: 18px; }
.profile-copy-status { min-height: 18px; margin-top: 12px; color: var(--honor); font-size: 13px; font-weight: 800; }

/* ---------- 5.6 S-Profile 明亮人格测试皮肤 ---------- */
body.profile-page {
  color: #24180f;
  background:
    radial-gradient(900px 520px at 16% 0%, rgba(255,122,26,.24), transparent 62%),
    radial-gradient(900px 620px at 88% 4%, rgba(255,211,122,.30), transparent 58%),
    linear-gradient(180deg, #fff0d2 0%, #f4c06f 44%, #1a0e09 100%);
  background-attachment: fixed;
}
.profile-page .profile-shell { max-width: 1240px; padding-top: 46px; }
.profile-page .profile-hero,
.profile-page .profile-app,
.profile-page .side-card {
  color: #24180f;
  border-color: rgba(149, 82, 21, .20);
  background:
    radial-gradient(680px 320px at 82% 10%, rgba(255,122,26,.18), transparent 64%),
    rgba(255, 249, 237, .92);
  box-shadow: 0 28px 80px -54px rgba(91, 45, 10, .70);
}
.profile-page .profile-hero {
  min-height: 380px;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  background:
    linear-gradient(90deg, rgba(255,249,237,.96), rgba(255,243,220,.90)),
    url("img/bg/court-heat.webp") 80% center / cover no-repeat;
}
.profile-page.profile-shared .profile-hero { display: none; }
.profile-page .profile-hero h1,
.profile-page .profile-step-head h2,
.profile-page .profile-result-head h2,
.profile-page .profile-question h2,
.profile-page .side-card h2 { color: #21140b; }
.profile-page .profile-hero p,
.profile-page .profile-step-head p,
.profile-page .profile-result-head p,
.profile-page .profile-note span,
.profile-page .profile-axis-list small,
.profile-page .side-card p,
.profile-page .profile-coach p,
.profile-page .profile-copy-status { color: #725f4d; }
.profile-page .tag-en { color: #c85f16; }
.profile-page .profile-firewall span {
  color: #5c4635;
  border-color: rgba(255,122,26,.24);
  background: rgba(255,255,255,.52);
}
.profile-cast-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-self: stretch;
}
.profile-cast-preview span,
.profile-type-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,122,26,.22);
  background: linear-gradient(180deg, #fff8ea, #ffdca9);
}
.profile-cast-preview img,
.profile-type-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.profile-cast-preview b,
.profile-cast-preview small {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
}
.profile-cast-preview b { margin-top: 4px; color: #21140b; font-size: 22px; }
.profile-cast-preview small { max-width: 30em; color: #76553b; line-height: 1.5; }
.profile-page .profile-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}
.profile-page .profile-app { padding: 28px; }
.profile-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 26px;
  align-items: center;
}
.profile-type-panel {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,122,26,.18);
}
.profile-type-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.profile-type-panel-head b { color: #21140b; font-size: 18px; }
.profile-type-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.profile-type-wall.compact { gap: 8px; }
.profile-type-tile {
  min-width: 0;
  color: #21140b;
  text-align: center;
  box-shadow: 0 14px 26px -24px rgba(91,45,10,.8);
}
.profile-type-tile b {
  position: absolute;
  left: 8px;
  top: 8px;
  min-width: 42px;
  padding: 4px 6px;
  border-radius: 999px;
  color: #fff7ea;
  background: rgba(34, 19, 10, .76);
  font: 900 10px/1 var(--mono);
}
.profile-type-tile small {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  padding: 5px 6px;
  border-radius: 999px;
  color: #28180d;
  background: rgba(255, 249, 237, .84);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-type-tile em { display: none; }
.profile-page .profile-note {
  border-color: rgba(255,122,26,.22);
  background: linear-gradient(90deg, rgba(255,122,26,.12), rgba(255,255,255,.62));
}
.profile-page .profile-note b,
.profile-page .profile-question p,
.profile-page .profile-axis-result strong { color: #c85f16; }
.profile-page .profile-claim-grid span,
.profile-page .profile-axis-result span,
.profile-page .profile-axis-list span,
.profile-page .profile-form fieldset {
  border-color: rgba(149,82,21,.18);
  background: rgba(255,255,255,.54);
}
.profile-page .profile-claim-grid small,
.profile-page .profile-axis-result small,
.profile-page .profile-axis-result b { color: #816854; }
.profile-page .profile-form label { color: #5d4531; }
.profile-page .profile-form input,
.profile-page .profile-form select {
  color: #21140b;
  border-color: rgba(149,82,21,.24);
  background: rgba(255,255,255,.78);
}
.profile-page .profile-form input::placeholder { color: rgba(94, 69, 49, .54); }
.profile-page .profile-form legend { color: #21140b; }
.profile-page .profile-form fieldset label { color: #5d4531; }
.profile-page .profile-choice-grid label {
  border-color: rgba(149,82,21,.18);
  background: rgba(255,255,255,.58);
}
.profile-page .profile-choice-grid label:has(input:checked) {
  color: #fff7ea;
  border-color: rgba(255,122,26,.46);
  background: linear-gradient(180deg, #ff9a3d, #e76512);
}
.profile-page .profile-round { color: #c85f16; }
.profile-page .btn.ghost,
.profile-page .cta.ghost {
  color: #21140b;
  border-color: rgba(94, 69, 49, .36);
  background: rgba(255,255,255,.42);
}
.profile-page .btn.ghost:hover,
.profile-page .cta.ghost:hover {
  border-color: rgba(255,122,26,.58);
  background: rgba(255,238,210,.72);
}
.profile-page .profile-options button {
  color: #21140b;
  border-color: rgba(149,82,21,.18);
  background: rgba(255,255,255,.70);
}
.profile-page .profile-options button:hover {
  border-color: rgba(255,122,26,.48);
  background: rgba(255,236,204,.86);
}
.profile-page .profile-options button span {
  color: #fff7ea;
  background: linear-gradient(180deg, #ff9a3d, #e76512);
}
.profile-page .profile-mini { color: #8a6b52; }
.profile-page .progress { background: rgba(94, 69, 49, .14); }
.profile-page .progress i { background: linear-gradient(90deg, #ff7a1a, #ffd37a); }
.profile-page .s-card {
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1fr);
  gap: 22px;
  padding: 20px;
  border-color: rgba(255,122,26,.28);
  background:
    radial-gradient(560px 320px at 8% 10%, rgba(255,211,122,.32), transparent 62%),
    linear-gradient(135deg, #fffaf0, #ffe0b2);
}
.profile-page .s-card::after { display: none; }
.s-card-visual {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 18px;
  border: 1px solid rgba(255,122,26,.20);
  background: linear-gradient(180deg, #fff7e6, #ffc978);
}
.s-card-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}
.s-card-body { align-self: center; min-width: 0; }
.profile-page .s-card-top { color: #8c6c50; }
.profile-page .s-card-top b { color: #c85f16; }
.profile-page .s-card-name { color: #6c513c; }
.profile-page .s-card-name span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  color: #c85f16;
  background: rgba(255,122,26,.10);
  font-size: 11px;
  font-weight: 900;
  vertical-align: middle;
}
.profile-page .s-code span {
  color: #20140b;
  border-color: rgba(255,122,26,.30);
  background: rgba(255,255,255,.70);
}
.profile-page .s-code span.strong {
  color: #fff7ea;
  background: linear-gradient(180deg, #ff9a3d, #e76512);
}
.profile-page .s-code span.weak {
  color: #6f5641;
  border-style: dashed;
}
.profile-page .s-code small { color: inherit; opacity: .76; }
.profile-page .s-card h3 { color: #21140b; font-size: 48px; }
.profile-page .s-card p { color: #5f4836; font-size: 15px; }
.s-style-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.s-style-row span,
.s-inspiration span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #c85f16;
  background: rgba(255,122,26,.10);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.s-style-row b {
  color: #21140b;
  font-size: 15px;
  font-weight: 1000;
}
.s-inspiration {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.s-inspiration span {
  color: #5f4836;
  background: rgba(255,255,255,.64);
  border: 1px solid rgba(255,122,26,.16);
}
.s-inspiration b { color: #c85f16; }
.s-inspiration button {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,122,26,.28);
  border-radius: 999px;
  color: #c85f16;
  background: #fff8ec;
  font-size: 11px;
  font-weight: 1000;
  cursor: pointer;
}
.s-inspiration button:hover {
  color: #fff8ec;
  background: #ff7a1a;
}
.profile-page .s-card blockquote {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #ff7a1a;
  border-radius: 12px;
  color: #4d3828;
  background: rgba(255,255,255,.54);
  font-weight: 900;
}
.s-fun-tag {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255,122,26,.28);
  border-radius: 999px;
  background: #fff8ec;
  box-shadow: 0 12px 24px -22px rgba(91,45,10,.8);
  transform: rotate(-1deg);
}
.s-fun-tag span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff8ec;
  background: #ff7a1a;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.s-fun-tag b {
  min-width: 0;
  color: #2a190d;
  font-size: 14px;
  line-height: 1.35;
}
.profile-page .s-card-foot { color: #c85f16; }
.profile-page .profile-coach {
  color: #21140b;
  border-color: rgba(149,82,21,.18);
  background: rgba(255,255,255,.56);
}
.profile-page .profile-coach b { color: #21140b; }

/* ---------- 6. 唯一的橙色实心大按钮：视觉动线终点 ---------- */
.cta {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; min-height: var(--tap-min); padding: 16px; border: none; cursor: pointer;
  border-radius: var(--r); background: var(--accretion); color: #1a0e02;
  font-family: var(--sans); font-size: 15px; font-weight: 800; letter-spacing: .04em;
  box-shadow: var(--glow-orange);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), filter var(--dur-fast) var(--ease);
}
.cta:hover { filter: brightness(1.04); }
.cta:active { transform: scale(var(--press-scale)); }
.cta.ghost { background: transparent; color: var(--ink); border: 1px solid var(--stroke); box-shadow: none; }

/* ---------- 7. 段位徽 / 五星光环 ---------- */
.avatar {
  --sz: 44px; width: var(--sz); height: var(--sz); border-radius: 50%;
  display: grid; place-items: center; flex: none; position: relative; isolation: isolate;
  font-family: var(--mono); font-weight: 800; font-size: 13px; color: var(--ink);
  background:
    radial-gradient(circle at 50% 30%, rgba(255,122,26,.12), transparent 58%),
    var(--panel-2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.4);
}
.avatar::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: 3; pointer-events: none;
  box-shadow: 0 0 0 2px var(--tier-c, var(--stroke)) inset;
}
.avatar .avatar-fallback { position: relative; z-index: 1; transition: opacity .28s var(--ease); }
.avatar img {
  position: absolute; inset: 0; z-index: 2;
  width: 100%; height: 100%; object-fit: cover; border-radius: inherit;
  opacity: 0; transition: opacity .28s var(--ease);
}
.avatar.img-ready img { opacity: 1; }
.avatar.img-ready .avatar-fallback { opacity: 0; }
.avatar.big-av img { object-position: 50% 36%; }
.avatar.star::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%; z-index: 4; pointer-events: none;
  box-shadow: 0 0 0 1.5px var(--honor), 0 0 22px -4px var(--honor);
  /* 五星特权：极缓慢呼吸，4 秒一周期，低调 */
  animation: breathe 4s var(--ease) infinite;
}
@keyframes breathe { 0%,100% { opacity: .4; } 50% { opacity: 1; } }

.tier-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 10px; letter-spacing: .18em;
  padding: 3px 8px; border-radius: 999px;
  color: var(--tier-c, var(--t3)); border: 1px solid currentColor; opacity: .95;
}

/* ---------- 8. 天梯条目 ---------- */
.rank-row {
  display: flex; align-items: center; gap: 12px; padding: 12px 8px;
  border-radius: var(--r-sm);
}
.rank-row .pos { width: 26px; text-align: center; font-family: var(--mono); font-weight: 800; color: var(--ink-3); }
.rank-row .meta { flex: 1; min-width: 0; }
.rank-row .meta .nm { font-weight: 700; font-size: 14.5px; }
.rank-row .meta .sub { font-size: 11.5px; color: var(--ink-3); font-family: var(--mono); letter-spacing: .04em; }
.rank-note { color: var(--ink-3); font-size: 12px; line-height: 1.35; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-row .val { text-align: right; }
.rank-row .val .big { font-size: 18px; }
.rank-row .val .unit { font-family: var(--mono); font-size: 9px; letter-spacing: .18em; color: var(--ink-3); }

/* 前三名特殊材质（静态，排行榜人多，禁一切逐条循环动画） */
.rank-row.gold {
  background:
    radial-gradient(120% 140% at 90% 0%, rgba(255,211,122,.10), transparent 55%),
    var(--panel);
  box-shadow: inset 0 0 0 1px rgba(255,211,122,.22), 0 0 30px -14px rgba(255,211,122,.5);
}
.rank-row.silver { background: var(--panel); box-shadow: inset 0 0 0 1px var(--stroke-soft); }
.rank-row .arrow-up { color: var(--up); font-size: 11px; margin-left: 6px; font-family: var(--mono); }
.rank-row .arrow-dn { color: var(--down); font-size: 11px; margin-left: 6px; font-family: var(--mono); }

/* ---------- 9. 涨跌数字 ---------- */
.delta-up { color: var(--up); } .delta-dn { color: var(--down); }

/* ---------- 10. 名额进度条（报名页唯一动效） ---------- */
.progress { height: 10px; border-radius: 999px; background: var(--panel-2); overflow: hidden; border: 1px solid var(--stroke-soft); }
.progress > i {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--accretion), var(--highlight));
  box-shadow: var(--glow-orange);
  transition: width 1s var(--ease);
}

/* ---------- 11. ELO 赛季走势 ---------- */
.gwell { position: relative; width: 100%; }
.gwell svg { width: 100%; height: auto; display: block; }
.gwell .trace {
  fill: none; stroke: var(--accretion); stroke-width: 2.4; stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(255,122,26,.6));
  stroke-dasharray: var(--len); stroke-dashoffset: var(--len);
  transition: stroke-dashoffset 1.1s var(--ease);
}
.gwell.in .trace { stroke-dashoffset: 0; }
.gwell .orbit { fill: none; stroke: var(--stroke); stroke-width: 1; stroke-dasharray: 2 6; opacity: .6; }
.gwell .singular { fill: var(--honor); filter: drop-shadow(0 0 8px var(--honor)); }
.gwell .axlbl { font-family: var(--mono); font-size: 8px; letter-spacing: .12em; fill: var(--ink-3); }

/* ---------- 12. 事件时间线（战报页主角） ---------- */
.timeline { position: relative; padding-left: 22px; }
.timeline::before { content: ''; position: absolute; left: 5px; top: 4px; bottom: 4px; width: 1px; background: var(--stroke); }
.tl-item { position: relative; padding: 10px 0 16px; }
.tl-item .dot {
  position: absolute; left: -21px; top: 14px; width: 9px; height: 9px; border-radius: 50%;
  background: var(--panel-2); box-shadow: 0 0 0 1px var(--stroke);
  transition: background .4s var(--ease), box-shadow .4s var(--ease);
}
.tl-item .qt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; color: var(--ink-3); }
.tl-item .qt b { color: var(--accretion); margin-right: 8px; }
.tl-item .txt { font-size: 13.5px; color: var(--ink-2); margin-top: 3px; }

/* ---------- 13. Box Score 表格：素到极致 ---------- */
.box { width: 100%; border-collapse: collapse; font-size: 13px; }
.box th { font-family: var(--mono); font-size: 9.5px; letter-spacing: .16em; color: var(--ink-3); text-align: right; padding: 8px 6px; font-weight: 600; }
.box th:first-child { text-align: left; }
.box td { padding: 11px 6px; text-align: right; border-top: 1px solid var(--stroke-soft); }
.box td:first-child { text-align: left; }
.box .nm { font-weight: 600; }
.box .no { color: var(--ink-3); font-family: var(--mono); font-size: 11px; margin-right: 7px; }
.box tr.mvp td { background: linear-gradient(90deg, rgba(255,211,122,.08), transparent 70%); }
.box tr.mvp td:first-child { box-shadow: inset 3px 0 0 var(--honor); }
.box tr.away .nm { color: var(--away); }

/* ---------- 14. 比分头图 ---------- */
.scorehead { text-align: center; padding: 20px 0 10px; }
.scorehead .teams { display: flex; align-items: center; justify-content: center; gap: 18px; }
.scorehead .side { flex: 1; }
.scorehead .side .team-logo { margin: 0 auto 8px; }
.scorehead .side .nm { font-size: 15px; font-weight: 700; }
.scorehead .side .en { font-family: var(--mono); font-size: 10px; letter-spacing: .24em; color: var(--ink-3); margin-top: 2px; }
.scorehead .side.away .nm { color: var(--away); }
.scorehead .sc { font-size: 56px; line-height: 1; }
.scorehead .sc.win { color: var(--ink); }
.scorehead .sc.lose { color: var(--ink-3); }
.scorehead .vs { font-family: var(--mono); font-size: 11px; color: var(--ink-3); }

/* ---------- 15. 头图·球员档案 ---------- */
.player-head {
  display: flex; align-items: center; gap: 16px; padding: 16px;
  border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background:
    radial-gradient(100% 160% at 100% 0%, rgba(255,211,122,.10), transparent 56%),
    var(--panel);
}
.player-head .big-av { --sz: 76px; font-size: 22px; }
.player-head .who .nm { font-size: 22px; font-weight: 800; letter-spacing: .01em; }
.player-head .who .row { display: flex; align-items: center; gap: 8px; margin-top: 6px; flex-wrap: wrap; }

.player-honor-strip { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 12px; }
.player-honor-strip span {
  display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px;
  border-radius: 999px; border: 1px solid rgba(255,211,122,.26);
  color: var(--honor); background: rgba(255,211,122,.07);
  font-size: 12px; font-weight: 700;
}
.player-scout { margin-top: 12px; }
.scout-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.player-scout h2 { font-size: 20px; line-height: 1.25; margin-top: 7px; }
.player-scout p { color: var(--ink-2); font-size: 14px; line-height: 1.75; }
.report-moment {
  margin-top: 14px; padding: 12px 14px; border-left: 2px solid var(--accretion);
  background: rgba(255,122,26,.07); border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.report-moment b { display: block; font-size: 12px; color: var(--ink); margin-bottom: 4px; }
.report-moment span { color: var(--ink-2); font-size: 13px; }
.style-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.style-tags span {
  font-family: var(--mono); font-size: 10px; letter-spacing: .1em;
  color: var(--ink-2); border: 1px solid var(--stroke); border-radius: 999px;
  padding: 5px 8px; background: var(--panel-2);
}

.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.statband .cell { background: var(--panel); border: 1px solid var(--stroke-soft); border-radius: var(--r-sm); padding: 12px 8px; text-align: center; }
.statband .cell .v { font-size: 20px; }
.statband .cell .k { font-family: var(--mono); font-size: 8.5px; letter-spacing: .16em; color: var(--ink-3); margin-top: 4px; }
.statband .cell.hot .v { color: var(--accretion); }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.history-note { color: var(--ink-3); font-size: 12px; line-height: 1.4; margin-top: 4px; }

/* ---------- 16. 底部悬浮操作 ---------- */
.floatbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  max-width: 460px; margin: 0 auto;
  background: linear-gradient(rgba(7,7,13,0), var(--void) 40%);
}

/* ---------- 17. 段位晋升卡 / 数据卡 海报（浮现层） ---------- */
.poster-mask {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  background: rgba(3,3,7,.86); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity .4s var(--ease);
}
.poster-mask.on { opacity: 1; pointer-events: auto; }
.poster {
  width: 320px; max-width: 84vw; border-radius: 22px; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7,7,13,.18), rgba(7,7,13,.78)),
    radial-gradient(90% 60% at 50% -8%, rgba(255,122,26,.18), transparent 60%),
    url("img/hero/hero-street.webp") center / cover no-repeat,
    var(--panel);
  border: 1px solid var(--stroke);
  box-shadow: 0 30px 80px -20px #000, var(--glow-orange);
  transform: scale(.86); opacity: 0;
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.poster-mask.on .poster { transform: scale(1); opacity: 1; }
.poster .p-body { padding: 26px 22px; text-align: center; }
.poster .p-ring { margin: 6px auto 16px; }
.poster .p-name { font-size: 24px; font-weight: 800; }
.poster .p-line { font-family: var(--mono); letter-spacing: .18em; font-size: 11px; color: var(--honor); margin-top: 10px; }
.poster .p-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 20px 0 8px; }
.poster .p-grid .v { font-size: 20px; }
.poster .p-grid .k { font-family: var(--mono); font-size: 8px; letter-spacing: .16em; color: var(--ink-3); margin-top: 3px; }
.poster .p-foot { font-family: var(--mono); font-size: 9px; letter-spacing: .3em; color: var(--ink-3); padding: 12px; border-top: 1px solid var(--stroke-soft); }
.poster-tip { position: fixed; bottom: 40px; font-size: 12px; color: var(--ink-3); }

/* ---------- 18. 排行榜切换 ---------- */
.board-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 8px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.board-tabs::-webkit-scrollbar { display: none; }
.board-tabs .tab {
  flex: none; padding: 8px 15px; border-radius: 999px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--stroke); color: var(--ink-2); background: var(--panel); cursor: pointer;
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.board-tabs .tab.on { color: #1a0e02; background: var(--accretion); border-color: var(--accretion); box-shadow: var(--glow-orange); }

/* 榜单交接：旧榜下沉 / 新榜上浮 */
.board-list { transition: transform .35s var(--ease), opacity .35s var(--ease); }
.board-list.leaving { opacity: 0; transform: translateY(14px); }
.board-list.entering { opacity: 0; transform: translateY(-14px); }

/* ---------- 18.5 天梯领奖台 ---------- */
.ladder-hero {
  margin-top: 10px; padding: 24px;
  background:
    radial-gradient(100% 130% at 50% 0%, rgba(255,211,122,.12), transparent 55%),
    radial-gradient(80% 120% at 100% 100%, rgba(111,168,255,.08), transparent 60%),
    var(--panel);
}
.ladder-hero h2 { font-size: 28px; line-height: 1.18; margin: 10px 0 8px; }
.ladder-hero > p { color: var(--ink-2); font-size: 14px; line-height: 1.7; max-width: 42em; }
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; margin-top: 22px; }
.podium-card {
  min-height: 236px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px;
  padding: 17px 13px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(20,20,31,.72);
}
.podium-card.lead {
  min-height: 264px; transform: translateY(-10px);
  border-color: rgba(255,211,122,.48);
  background:
    linear-gradient(180deg, rgba(255,211,122,.12), transparent 62%),
    rgba(20,20,31,.88);
  box-shadow: 0 28px 70px -34px rgba(255,211,122,.8);
}
.podium-rank { font-family: var(--mono); font-weight: 900; font-size: 20px; color: var(--honor); }
.podium-card .avatar { --sz: 58px; }
.podium-card.lead .avatar { --sz: 72px; }
.podium-card h3 { font-size: 17px; }
.podium-card p { color: var(--ink-2); font-size: 12.5px; line-height: 1.45; min-height: 38px; }
.podium-score { margin-top: auto; }
.podium-score .num { color: var(--accretion); font-size: 20px; }
.podium-score small { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .2em; color: var(--ink-3); }

/* ---------- 19. 底部导航 ---------- */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 35;
  display: flex; max-width: 460px; margin: 0 auto;
  background: rgba(10,10,18,.92); backdrop-filter: blur(10px);
  border-top: 1px solid var(--stroke-soft);
  padding-bottom: env(safe-area-inset-bottom);
}
.tabbar a { flex: 1; text-align: center; padding: 10px 0 12px; font-size: 10.5px; color: var(--ink-3); font-family: var(--mono); letter-spacing: .1em; }
.tabbar a .ic { display: block; font-size: 17px; margin-bottom: 3px; font-family: var(--sans); }
.tabbar a.on { color: var(--accretion); }

/* ---------- 20. 通用入场：被引力吸入（只播一次，交给 JS 触发） ---------- */
[data-reveal] { opacity: 0; transform: translateY(16px) scale(.99); }
[data-reveal].in { opacity: 1; transform: none; transition: opacity .5s var(--ease), transform .6s var(--ease); }
/* 排队入场：阶梯延迟由内联 --i 提供 */
[data-stagger].in { transition-delay: calc(var(--i, 0) * 40ms); }

/* 涨分脉冲：一次轻微发光（只播一次） */
.pulse-once { animation: pulse 1.1s var(--ease) 1; }
@keyframes pulse { 0%,100% { text-shadow: none; } 40% { text-shadow: 0 0 16px rgba(77,224,165,.9); } }

/* ELO 变动上浮/下沉的物理感 */
.shift-up.in { animation: shiftUp .5s var(--ease) 1; }
.shift-dn.in { animation: shiftDn .5s var(--ease) 1; }
@keyframes shiftUp { from { transform: translateY(8px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes shiftDn { from { transform: translateY(-8px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ============================================================
   官网骨架（着陆页 / 桌面响应式）
   ============================================================ */

/* ---------- 22. 官网导航 ---------- */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,7,13,.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--stroke-soft);
}
.nav-in { max-width: 1240px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 18px; }
.nav-in .brand { display: flex; align-items: center; gap: 11px; }
.nav-in .brand b { font-size: 16px; letter-spacing: .04em; }
.nav-in .brand .sub { font-family: var(--mono); font-size: 10px; letter-spacing: .3em; color: var(--ink-3); display: block; margin-top: 1px; }
.nav-links { display: flex; gap: 28px; margin-left: 30px; }
.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: var(--tap-min);
  font-size: 14px;
  color: var(--ink-2);
  transition: color var(--dur) var(--ease), transform var(--dur-fast) var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:active { transform: scale(.97); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -18px; height: 2px; border-radius: 999px;
  background: var(--accretion); box-shadow: 0 0 18px rgba(255,122,26,.8);
}
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-season { font-family: var(--mono); font-size: 10.5px; letter-spacing: .2em; color: var(--ink-3); }
.nav-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: var(--tap-min);
  font-size: 13.5px; font-weight: 700; padding: 9px 18px; border-radius: 999px; cursor: pointer;
  background: var(--accretion); color: #1a0e02; border: none; box-shadow: var(--glow-orange);
  transition: transform var(--dur) var(--ease), filter var(--dur-fast) var(--ease);
}
.nav-btn:hover { filter: brightness(1.04); }
.nav-btn:active { transform: scale(var(--press-scale)); }
.nav-btn.current { box-shadow: var(--glow-orange), inset 0 0 0 2px rgba(255,255,255,.14); }
.nav-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,211,122,.20);
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(255,255,255,.035);
  font-size: 13px;
  font-weight: 900;
  transition: color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.nav-account:hover,
.nav-account.current {
  color: var(--honor);
  border-color: rgba(255,211,122,.42);
  background: rgba(255,211,122,.08);
}
.nav-account:active { transform: scale(var(--press-scale)); }

/* ---------- 23. 容器 ---------- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.reading { max-width: 760px; margin: 0 auto; }
.section { padding: 72px 0; }
.section.alt { background:
  radial-gradient(1000px 500px at 50% 0%, rgba(255,122,26,.04), transparent 60%), #0a0a12; }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.sec-head .eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: .3em; color: var(--accretion); text-transform: uppercase; }
.sec-head h2 { font-size: 30px; font-weight: 800; letter-spacing: -.01em; margin: 12px 0 10px; }
.sec-head p { color: var(--ink-2); font-size: 15px; }

/* ---------- 24. Hero ---------- */
.hero { position: relative; overflow: hidden; isolation: isolate; padding: 40px 0 20px; background: #050509; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: -3; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7,7,13,.96) 0%, rgba(7,7,13,.88) 42%, rgba(7,7,13,.36) 100%),
    radial-gradient(760px 460px at 78% 48%, rgba(255,122,26,.24), transparent 66%),
    url("img/hero/hero-street.webp") center right / cover no-repeat;
  opacity: 1;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,7,13,.25), rgba(7,7,13,.72) 88%, var(--void)),
    radial-gradient(900px 420px at 20% 42%, rgba(7,7,13,.82), transparent 70%);
}
.hero-in { max-width: 1160px; margin: 0 auto; padding: 48px 24px 56px;
  position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.hero .eyebrow { font-family: var(--mono); font-size: 13px; letter-spacing: .46em; color: var(--accretion); text-transform: uppercase; }
.hero .eyebrow.city-mark { letter-spacing: .12em; }
.hero h1 { font-size: 44px; line-height: 1.06; font-weight: 800; letter-spacing: 0; margin: 20px 0 18px; }
.hero h1 .glow { color: var(--accretion); text-shadow: 0 0 40px rgba(255,122,26,.5); }
.hero .lead { font-size: 20px; color: var(--ink-2); max-width: 26em; line-height: 1.65; }
.hero .btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-proof {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px;
}
.hero-proof span {
  min-width: 118px; padding: 12px 14px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(10,10,18,.58); backdrop-filter: blur(8px);
}
.hero-proof b { display: block; color: var(--honor); font-family: var(--mono); font-size: 21px; line-height: 1; }
.hero-proof small {
  display: block; margin-top: 7px; color: var(--ink-3); font-size: 11px; font-weight: 800;
}
.hero-court {
  position: relative; min-height: 440px; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid rgba(255,122,26,.22);
  background:
    linear-gradient(180deg, rgba(16,16,25,.42), rgba(16,16,25,.78)),
    radial-gradient(80% 80% at 70% 28%, rgba(255,122,26,.18), transparent 64%);
  box-shadow: 0 34px 90px -52px rgba(255,122,26,.75), inset 0 0 0 1px rgba(255,255,255,.03);
}
.court-lines {
  position: absolute; inset: 0; opacity: .26; pointer-events: none;
  background:
    radial-gradient(closest-side at 50% 82%, transparent 62%, rgba(255,122,26,.9) 63%, transparent 65%),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,122,26,.8) 50%, transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(62% - 1px), rgba(255,122,26,.65) 62%, transparent calc(62% + 1px));
}
.hero-scoreboard, .hero-clash, .hero-king {
  position: absolute; z-index: 1; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(10,10,18,.82); backdrop-filter: blur(10px);
}
.hero-scoreboard {
  left: 26px; top: 28px; min-width: 190px; padding: 18px;
  box-shadow: inset 4px 0 0 var(--accretion);
}
.hero-scoreboard span, .hero-card-label { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .22em; color: var(--accretion); text-transform: uppercase; }
.hero-scoreboard b { display: block; font-size: 44px; line-height: 1; color: var(--honor); margin: 8px 0; }
.hero-scoreboard small { color: var(--ink-2); font-weight: 800; }
.hero-clash { right: 24px; bottom: 26px; width: min(420px, calc(100% - 48px)); padding: 14px; }
.hero-clash-face { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 10px; }
.hero-face { display: flex; align-items: center; gap: 10px; min-width: 0; }
.hero-face.right { justify-content: flex-end; text-align: right; }
.hero-face .avatar { --sz: 44px; }
.hero-face b { display: block; font-size: 18px; }
.hero-face small { display: block; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-king {
  right: 34px; top: 174px; display: flex; gap: 12px; align-items: center; max-width: 300px; padding: 14px;
}
.hero-king .avatar { --sz: 54px; }
.hero-king b { display: block; margin: 3px 0; font-size: 20px; }
.hero-king small { display: block; color: var(--ink-2); line-height: 1.45; }
.hero-seat-card {
  position: absolute; right: 26px; top: 28px; z-index: 1; min-width: 174px; padding: 16px;
  border: 1px solid rgba(255,211,122,.26); border-radius: var(--r);
  background:
    radial-gradient(100% 120% at 100% 0%, rgba(255,211,122,.15), transparent 65%),
    rgba(10,10,18,.82);
  backdrop-filter: blur(10px);
}
.hero-seat-card b { display: block; margin: 8px 0 5px; color: var(--honor); font: 900 25px/1 var(--mono); }
.hero-seat-card b em { color: var(--accretion); font-style: normal; }
.hero-seat-card small { display: block; color: var(--ink-2); font-size: 12px; line-height: 1.45; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  min-height: var(--tap-min);
  padding: 14px 26px; border-radius: 999px; font-size: 15px; font-weight: 700; font-family: var(--sans);
  border: 1px solid transparent;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), filter var(--dur-fast) var(--ease);
}
.btn.primary { background: var(--accretion); color: #1a0e02; box-shadow: var(--glow-orange); }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--stroke); }
.btn:hover { filter: brightness(1.04); }
.btn.ghost:hover { border-color: var(--accretion); }
.btn:active { transform: scale(var(--press-scale)); }

/* ---------- 25. 赛事入口细条 ---------- */
.livestrip { border-top: 1px solid var(--stroke-soft); border-bottom: 1px solid var(--stroke-soft); background: var(--panel); }
.livestrip .in { max-width: 1160px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 13.5px; }
.livestrip .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; color: var(--accretion); }
.livestrip .dot-live { width: 7px; height: 7px; border-radius: 50%; background: var(--up); box-shadow: 0 0 10px var(--up); display: inline-block; }

/* ---------- 25.5 上升通道宣言 ---------- */
.ascent-section { padding: 58px 0; background:
  linear-gradient(180deg, rgba(255,122,26,.04), rgba(255,122,26,0)),
  var(--void); }
.ascent-grid {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 34px; align-items: center;
}
.ascent-copy .eyebrow { font-family: var(--mono); color: var(--accretion); font-size: 11px; letter-spacing: .28em; text-transform: uppercase; }
.ascent-copy h2 { font-size: 38px; line-height: 1.12; margin: 14px 0 16px; }
.ascent-copy p { color: var(--ink-2); font-size: 17px; line-height: 1.8; max-width: 38em; }
.ascent-steps {
  display: grid; gap: 10px; padding: 14px; border: 1px solid var(--stroke-soft); border-radius: var(--r-lg);
  background:
    radial-gradient(80% 70% at 100% 0%, rgba(255,122,26,.12), transparent 64%),
    var(--panel);
}
.ascent-steps span {
  display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 10px 12px; border-radius: var(--r);
  background: rgba(255,255,255,.025); color: var(--ink); font-weight: 900;
}
.ascent-steps b { color: var(--honor); font-family: var(--mono); font-size: 18px; }

/* ---------- 26. 本轮荣誉 ---------- */
.honor-section { padding-top: 42px; }
.honor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.honor-card {
  display: flex; flex-direction: column; min-height: 250px; gap: 15px; padding: 18px;
  border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background:
    linear-gradient(180deg, rgba(255,211,122,.08), transparent 48%),
    var(--panel);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.honor-card:hover {
  transform: translateY(-5px); border-color: rgba(255,211,122,.32);
  box-shadow: 0 24px 60px -30px #000, 0 0 42px -24px rgba(255,211,122,.5);
}
.honor-card .avatar { --sz: 58px; }
.honor-copy { flex: 1; }
.honor-label { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; color: var(--honor); text-transform: uppercase; }
.honor-card h3 { font-size: 20px; margin: 8px 0 5px; }
.honor-card p { color: var(--ink-2); font-size: 13px; line-height: 1.45; }
.honor-stat { border-top: 1px solid var(--stroke-soft); padding-top: 13px; }
.honor-stat .num { font-size: 18px; color: var(--accretion); }
.honor-stat span { color: var(--ink-3); font-size: 12px; }

/* ---------- 27. 功能卡 ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.format-visual {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: 18px; align-items: center;
  margin: -10px 0 24px; padding: 22px; border: 1px solid rgba(255,122,26,.22); border-radius: var(--r-lg);
  background:
    linear-gradient(90deg, rgba(255,122,26,.09), transparent 58%),
    radial-gradient(90% 110% at 100% 0%, rgba(255,211,122,.10), transparent 68%),
    var(--panel);
}
.format-copy h3 { font-size: 28px; line-height: 1.12; margin: 9px 0 10px; }
.format-copy p { color: var(--ink-2); line-height: 1.75; }
.format-board { min-width: 0; }
.format-rounds { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.format-rounds span {
  position: relative; display: grid; place-items: center; min-height: 64px; border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025);
}
.format-rounds span::after {
  content: ''; width: 22px; height: 22px; border-radius: 50%;
  background: var(--ink-3); box-shadow: 0 0 0 1px rgba(255,255,255,.08);
}
.format-rounds span.home::after { background: var(--accretion); box-shadow: 0 0 22px -4px var(--accretion); }
.format-rounds span.away::after { background: var(--away); box-shadow: 0 0 22px -5px var(--away); }
.format-rounds b {
  position: absolute; top: 8px; left: 9px; color: var(--ink-3); font-family: var(--mono); font-size: 10px;
}
.format-score {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; margin-top: 16px;
}
.format-score span {
  min-width: 0; padding: 15px; border-radius: var(--r); border: 1px solid var(--stroke-soft);
  background: rgba(7,7,13,.44);
}
.format-score small { display: block; color: var(--ink-3); font-weight: 800; margin-bottom: 6px; }
.format-score b { display: block; color: var(--honor); font: 900 30px/1 var(--mono); }
.format-score i { width: 54px; height: 1px; background: linear-gradient(90deg, var(--accretion), var(--honor)); box-shadow: 0 0 14px rgba(255,122,26,.55); }
.feat-card { padding: 28px 24px; border: 1px solid var(--stroke-soft); border-radius: var(--r-lg); background:
  linear-gradient(180deg, rgba(255,122,26,.04), transparent 40%), var(--panel);
  transition: transform .4s var(--ease), border-color .4s var(--ease); }
.feat-card:hover { transform: translateY(-4px); border-color: var(--stroke); }
.feat-card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-family: var(--mono); font-size: 18px; font-weight: 900;
  background: rgba(255,122,26,.1); color: var(--accretion); box-shadow: inset 0 0 0 1px rgba(255,122,26,.2); }
.feat-card .ic .ui-icon { width: 24px; height: 24px; }
.feat-card h3 { font-size: 18px; font-weight: 700; margin: 18px 0 4px; }
.feat-card .en { font-family: var(--mono); font-size: 9.5px; letter-spacing: .22em; color: var(--ink-3); }
.feat-card p { color: var(--ink-2); font-size: 14px; line-height: 1.7; margin-top: 12px; }

/* ---------- 27.5 奇点荣誉体系 ---------- */
.reward-section {
  background:
    radial-gradient(860px 420px at 50% 0%, rgba(255,211,122,.08), transparent 62%),
    #0a0a12;
}
.reward-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.reward-card {
  min-width: 0; min-height: 245px; padding: 20px; border: 1px solid rgba(255,211,122,.18);
  border-radius: var(--r-lg); background:
    radial-gradient(90% 90% at 100% 0%, rgba(255,211,122,.12), transparent 62%),
    linear-gradient(180deg, rgba(255,122,26,.05), transparent 46%),
    var(--panel);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.reward-card:hover {
  transform: translateY(-5px); border-color: rgba(255,211,122,.36);
  box-shadow: 0 26px 68px -36px #000, 0 0 44px -28px rgba(255,211,122,.65);
}
.reward-card > .ui-icon {
  width: 42px; height: 42px; padding: 10px; border-radius: 14px; color: var(--honor);
  background: rgba(255,211,122,.09); box-shadow: inset 0 0 0 1px rgba(255,211,122,.20);
}
.reward-card h3 { font-size: 20px; line-height: 1.18; margin: 14px 0 10px; }
.reward-card p { color: var(--ink-2); font-size: 13.5px; line-height: 1.68; }
.gs-panel {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 20px; align-items: center;
  margin-top: 16px; padding: 20px; border: 1px solid rgba(255,122,26,.24); border-radius: var(--r-lg);
  background:
    linear-gradient(90deg, rgba(255,122,26,.10), transparent 62%),
    rgba(16,16,25,.84);
}
.gs-panel h3 { font-size: 24px; line-height: 1.16; margin-top: 8px; }
.gs-panel p { color: var(--ink-2); font-size: 14px; line-height: 1.75; }

/* ---------- 28. 天梯展示 + 战队榜 ---------- */
.showcase-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.panel-block { border: 1px solid var(--stroke-soft); border-radius: var(--r-lg); background: var(--panel); overflow: hidden; }
.panel-block .ph { display: flex; align-items: center; gap: 10px; padding: 16px 18px; border-bottom: 1px solid var(--stroke-soft); }
.panel-block .ph h3 { font-size: 15px; font-weight: 700; }
.panel-block .ph a { margin-left: auto; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--accretion); }
.panel-block .pb { padding: 6px; }
.team-row { display: flex; align-items: center; gap: 12px; padding: 12px 12px; }
.team-row .pos { width: 22px; text-align: center; font-family: var(--mono); font-weight: 800; color: var(--ink-3); }
.team-row .nm { font-weight: 700; font-size: 14px; }
.team-row .en { font-family: var(--mono); font-size: 9px; letter-spacing: .16em; color: var(--ink-3); }
.team-row .rec { margin-left: auto; text-align: right; }
.team-row .rec .wl { font-family: var(--mono); font-weight: 800; }
.team-row .rec .st { font-family: var(--mono); font-size: 10px; }
.st.win { color: var(--up); } .st.lose { color: var(--down); }

.team-logo {
  --sz: 34px; width: var(--sz); height: var(--sz); border-radius: 50%;
  display: grid; place-items: center; position: relative; overflow: hidden; flex: none; isolation: isolate;
  color: var(--tier-c, var(--accretion)); background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.08), transparent 48%),
    radial-gradient(circle, rgba(255,122,26,.12), transparent 64%),
    var(--panel-2);
  box-shadow: 0 0 0 1px var(--stroke-soft), 0 0 18px -8px currentColor;
}
.team-logo::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: 3; pointer-events: none;
  box-shadow: 0 0 0 1.5px currentColor inset;
}
.team-logo img {
  position: absolute; inset: 0; z-index: 2;
  width: 100%; height: 100%; object-fit: contain; padding: 4px;
  opacity: 0; transition: opacity .25s var(--ease);
}
.team-logo.img-ready img { opacity: 1; }
.team-logo.img-ready .team-logo-fallback { opacity: 0; }
.team-logo-fallback { position: relative; z-index: 1; font-family: var(--mono); font-weight: 800; font-size: 12px; }
.team-logo.small { --sz: 30px; }
.team-logo.large { --sz: 44px; }
.team-row .team-logo { margin-left: -2px; }

/* ---------- 29. 赛程 ---------- */
.sched-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sched-card { padding: 22px 20px; border: 1px solid var(--stroke-soft); border-radius: var(--r); background: var(--panel); }
.sched-card .rd { font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; color: var(--accretion); }
.sched-card .vs { display: flex; align-items: center; justify-content: space-between; margin: 14px 0; font-size: 18px; font-weight: 700; }
.sched-card .sched-team { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.sched-card .sched-team.away { justify-content: flex-end; }
.sched-card .sched-team .team-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sched-card .vs .mid { font-family: var(--mono); font-size: 11px; color: var(--ink-3); }
.sched-card .meta { font-size: 12.5px; color: var(--ink-2); }

/* ---------- 30. 引用 ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.quote { padding: 28px 26px; border: 1px solid var(--stroke-soft); border-radius: var(--r-lg); background: var(--panel); }
.quote .qm { font-family: var(--mono); font-size: 40px; line-height: .5; color: var(--accretion); opacity: .5; }
.quote p { font-size: 16px; line-height: 1.7; margin: 14px 0 18px; }
.quote .by { display: flex; align-items: center; gap: 10px; }
.quote .by .nm { font-weight: 700; font-size: 14px; }
.quote .by .tg { font-size: 12px; color: var(--ink-3); }

/* ---------- 31. 加入号召带 ---------- */
.join { text-align: center; position: relative; overflow: hidden;
  background: radial-gradient(700px 340px at 50% 120%, rgba(255,122,26,.16), transparent 60%), #0a0a12; }
.join .container { padding-top: 80px; padding-bottom: 80px; }
.join .ring { margin: 0 auto 26px; }
.join h2 { font-size: 34px; font-weight: 800; letter-spacing: -.01em; }
.join p { color: var(--ink-2); font-size: 15px; margin: 14px auto 8px; max-width: 34em; }
.join .prog-wrap { max-width: 360px; margin: 26px auto 0; }
.join .prog-wrap .row { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-2); margin-bottom: 8px; }
.join .btn-row { justify-content: center; margin-top: 26px; display: flex; }

/* ---------- 32. 页脚 ---------- */
.footer { border-top: 1px solid var(--stroke-soft); background: var(--void); }
.footer .in { max-width: 1240px; margin: 0 auto; padding: 46px 24px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer .brand-col .brand { display: flex; align-items: center; gap: 10px; }
.footer .brand-col p { color: var(--ink-3); font-size: 13px; margin-top: 14px; max-width: 24em; line-height: 1.7; }
.footer .fcol h4 { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; color: var(--ink-3); margin-bottom: 14px; }
.footer .fcol a { display: block; color: var(--ink-2); font-size: 13.5px; padding: 5px 0; transition: color .3s var(--ease); }
.footer .fcol a:hover { color: var(--accretion); }
.footer .copy { max-width: 1240px; margin: 0 auto; padding: 20px 24px; border-top: 1px solid var(--stroke-soft);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; color: var(--ink-3); }

/* ---------- 34. 段位轨道视图（作为彩蛋保留） ---------- */
.omap-stage { position: relative; max-width: 640px; margin: 0 auto; }
.omap { width: 100%; height: auto; display: block; overflow: visible; }
.omap-orbit { fill: none; stroke: var(--stroke); stroke-width: 1; stroke-dasharray: 2 8; opacity: .45; }
.omap-pull { stroke: var(--accretion); stroke-width: .6; opacity: 0; transition: opacity .8s var(--ease); }
.omap.in .omap-pull { opacity: .12; }
.omap-singular { transform-box: fill-box; transform-origin: center; }
.omap-core-lbl { fill: var(--ink-3); font-family: var(--mono); font-size: 9px; letter-spacing: .2em; text-anchor: middle; }

.omap-node { cursor: pointer; }
.omap-node .halo { fill: var(--tc); opacity: .14; }
.omap-node .core { fill: var(--tc); filter: drop-shadow(0 0 var(--glow, 8px) var(--tc)); }
.omap-node .rk { fill: #07070D; font-family: var(--mono); font-weight: 800; font-size: 10.5px; text-anchor: middle; dominant-baseline: central; }
.omap-node .nm { fill: var(--ink-2); font-size: 11.5px; text-anchor: middle; font-family: var(--sans); transition: fill .3s var(--ease); }
.omap-node .core, .omap-node .halo { transform: scale(.25); transform-box: fill-box; transform-origin: center;
  transition: transform .6s var(--ease); transition-delay: var(--d, 0ms); }
.omap.in .omap-node .core, .omap.in .omap-node .halo { transform: scale(1); }
.omap-node.lead .core { animation: breathe 4s var(--ease) infinite; }
.omap-node:hover .core { filter: drop-shadow(0 0 26px var(--tc)); }
.omap-node:hover .nm { fill: var(--ink); }

/* 段位图例：颜色即等级叙事 */
.omap-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; margin: 18px auto 0; }
.omap-legend .lg { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--ink-2); }
.omap-legend .lg i { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 10px -1px currentColor; }
.omap-legend .arrow { color: var(--ink-3); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }

@media (max-width: 760px) {
  .omap-node .nm { font-size: 13px; }
  .omap-node .rk { font-size: 12px; }
}

/* 子页页头（沿用官网导航，正文用窄栏阅读宽度） */
.subhead { padding: 40px 0 8px; }
.subhead .container { display: flex; align-items: baseline; gap: 12px; }
.subhead h1 { font-size: 30px; font-weight: 800; }

/* ---------- 33. 桌面/移动响应式 ---------- */
@media (min-width: 880px) {
  .hero-in { grid-template-columns: 1.15fr .85fr; }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-in { padding: 12px 18px; }
  .nav-right { gap: 8px; }
  .nav-season { display: none; }
  .nav-account { min-height: 38px; padding: 0 10px; font-size: 12px; }
  .nav-btn { min-height: 40px; padding: 8px 13px; font-size: 12.5px; }
  .container, .livestrip .in, .footer .in, .footer .copy, .nav-in { padding-left: 18px; padding-right: 18px; }
  .section { padding: 52px 0; }
  .hero h1 { font-size: 33px; }
  .hero .lead { font-size: 15px; }
  .sec-head h2 { font-size: 24px; }
  .signup-hero-card h1 { font-size: 28px; }
  .promise-grid { grid-template-columns: 1fr; }
  .honor-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .honor-card { min-height: 226px; padding: 16px; }
  .feat-grid, .sched-grid, .quote-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr; }
  .podium { grid-template-columns: 1fr; }
  .podium-card.lead { order: -1; transform: none; }
  .statband { grid-template-columns: repeat(2, 1fr); }
  .mini-grid { grid-template-columns: repeat(3, 1fr); }
  .scout-head { flex-direction: column; }
  .rank-note { white-space: normal; }
  .footer .in { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer .brand-col { grid-column: 1 / -1; }
  .join h2 { font-size: 26px; }
}

/* ============================================================
   视觉升级系统（全局，一次提升所有页面）
   仍只用 transform / opacity / filter，GPU 友好；reduced-motion 下自动静止。
   ============================================================ */

/* ---------- 35. 活的宇宙背景 ---------- */
.cosmos { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.cosmos .bloom { position: absolute; border-radius: 50%; filter: blur(70px); will-change: transform; }
.cosmos .b1 { width: 46vmax; height: 46vmax; left: -10vmax; top: -14vmax;
  background: radial-gradient(circle, rgba(255,122,26,.20), transparent 62%); animation: drift1 34s var(--ease) infinite alternate; }
.cosmos .b2 { width: 40vmax; height: 40vmax; right: -12vmax; top: 22vmax;
  background: radial-gradient(circle, rgba(111,168,255,.12), transparent 62%); animation: drift2 46s var(--ease) infinite alternate; }
.cosmos .b3 { width: 52vmax; height: 52vmax; left: 20vmax; bottom: -24vmax;
  background: radial-gradient(circle, rgba(255,122,26,.14), transparent 62%); animation: drift3 40s var(--ease) infinite alternate; }
.cosmos .stars { position: absolute; inset: 0; opacity: .5;
  background-image:
    radial-gradient(1.4px 1.4px at 20% 30%, rgba(255,255,255,.55), transparent),
    radial-gradient(1.2px 1.2px at 70% 60%, rgba(255,255,255,.45), transparent),
    radial-gradient(1.6px 1.6px at 40% 80%, rgba(255,205,150,.5), transparent),
    radial-gradient(1.2px 1.2px at 85% 25%, rgba(255,255,255,.4), transparent),
    radial-gradient(1.3px 1.3px at 55% 15%, rgba(255,255,255,.4), transparent),
    radial-gradient(1.2px 1.2px at 10% 70%, rgba(255,255,255,.35), transparent);
  animation: twinkle 6s ease-in-out infinite; }
@keyframes drift1 { to { transform: translate(8vmax, 6vmax) scale(1.1); } }
@keyframes drift2 { to { transform: translate(-7vmax, -5vmax) scale(1.15); } }
@keyframes drift3 { to { transform: translate(-6vmax, -8vmax) scale(1.08); } }
@keyframes twinkle { 0%,100% { opacity: .35; } 50% { opacity: .7; } }

/* ---------- 36. 顶部滚动进度 ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 70;
  background: linear-gradient(90deg, var(--accretion), var(--honor));
  box-shadow: 0 0 12px rgba(255,122,26,.7); transition: width .1s linear; }

/* ---------- 37. 导航滚动凝聚 ---------- */
.site-nav { transition: background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); border-bottom-color: transparent; }
.site-nav.scrolled { background: rgba(7,7,13,.9); box-shadow: 0 10px 34px -16px #000; border-bottom-color: var(--stroke-soft); }
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1.5px;
  background: var(--accretion); box-shadow: 0 0 8px var(--accretion); transition: right .35s var(--ease); }
.nav-links a:hover::after { right: 0; }
.nav-btn { position: relative; overflow: hidden; }

/* ---------- 38. 卡片：光标聚光 + 抬升 ---------- */
.spot { position: relative; overflow: hidden; }
.spot::before { content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .35s var(--ease); pointer-events: none;
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(255,122,26,.12), transparent 42%); }
.spot:hover::before { opacity: 1; }
@media (hover: hover) and (pointer: fine) {
  .card,
  .panel-block,
  .honor-card,
  .reward-card,
  .report-card,
  .rank-row,
  .archive-player-card,
  .archive-feature-card,
  .wall-feature-card {
    transition:
      transform var(--dur) var(--ease),
      border-color var(--dur) var(--ease),
      background-color var(--dur) var(--ease),
      box-shadow var(--dur) var(--ease);
  }
  a.card:hover,
  a.panel-block:hover,
  a.honor-card:hover,
  a.report-card:hover,
  a.archive-player-card:hover,
  a.archive-feature-card:hover {
    transform: translateY(-3px);
  }
}
a.card:active,
a.panel-block:active,
a.honor-card:active,
a.report-card:active,
a.archive-player-card:active,
a.archive-feature-card:active {
  transform: scale(var(--press-scale));
}
.feat-card, .sched-card, .quote, .panel-block { transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease); }
.feat-card:hover, .sched-card:hover, .quote:hover {
  transform: translateY(-6px); border-color: rgba(255,122,26,.4);
  box-shadow: 0 24px 60px -30px #000, 0 0 40px -22px rgba(255,122,26,.6); }

/* ---------- 39. 按钮：流光扫过 + 光晕 ---------- */
.btn, .cta, .nav-btn { position: relative; overflow: hidden; }
.btn.primary::after, .cta::after, .nav-btn::after {
  content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%; transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); transition: left .6s var(--ease); }
.btn.primary:hover::after, .cta:hover::after, .nav-btn:hover::after { left: 130%; }
.btn.primary { animation: cta-pulse 3.4s var(--ease) infinite; }
@keyframes cta-pulse {
  0%,100% { box-shadow: 0 0 34px -10px rgba(255,122,26,.5); }
  50% { box-shadow: 0 0 46px -6px rgba(255,122,26,.8); } }

/* ---------- 40. Hero 戏剧化 ---------- */
.hero { min-height: 88vh; display: flex; align-items: center; }
.hero-in { width: 100%; }
.hero h1 { font-size: 72px; line-height: .96; margin: 18px 0 14px; }
.hero h1 .glow { background: linear-gradient(120deg, #FFB067, var(--accretion) 55%, #FF5A00);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  text-shadow: 0 0 46px rgba(255,122,26,.45); }
.mobile-break { display: none; }
/* 滚动提示 */
.scroll-cue { position: absolute; left: 50%; bottom: 22px; z-index: 1; transform: translateX(-50%); text-align: center;
  font-family: var(--mono); font-size: 9px; letter-spacing: .3em; color: var(--ink-3); }
.scroll-cue .bar { display: block; width: 1px; height: 34px; margin: 8px auto 0;
  background: linear-gradient(var(--accretion), transparent); animation: cue 2.2s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); opacity: 0; } 40% { opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

@media (max-width: 760px) {
  .hero { min-height: 82vh; padding-top: 28px; }
  .hero h1 { font-size: 48px; line-height: .98; }
  .hero .lead { font-size: 17px; max-width: 18em; }
  .hero .btn-row { gap: 10px; }
  .hero-proof { gap: 8px; }
  .hero-proof span { min-width: calc(50% - 4px); padding: 10px 12px; }
  .hero-proof b { font-size: 18px; }
  .btn { padding: 12px 18px; }
  .honor-grid { grid-template-columns: 1fr; }
  .reward-grid { grid-template-columns: 1fr; }
  .reward-card { min-height: 0; }
  .gs-panel { grid-template-columns: 1fr; }
  .podium-card, .podium-card.lead { min-height: auto; }
}

/* ---------- 41. 更有存在感的滚动入场 ---------- */
[data-reveal] { transition: opacity .6s var(--ease), transform .7s var(--ease); }
[data-reveal]:not(.in) { opacity: 0; transform: translateY(30px); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-dir="left"]:not(.in) { transform: translateX(-40px); }
[data-reveal][data-dir="right"]:not(.in) { transform: translateX(40px); }
[data-reveal][data-dir="scale"]:not(.in) { transform: scale(.94); }

@media (max-width: 760px) {
  [data-reveal][data-dir="left"]:not(.in),
  [data-reveal][data-dir="right"]:not(.in) { transform: translateY(24px); }
}

/* 段落主标题：眼动强调 */
.sec-head h2 { position: relative; }

/* ---------- 42. 城市传奇 · 稳定夜场皮肤 ---------- */
.cosmos .bloom, .cosmos .stars, .ring-aura, .scroll-cue .bar, .btn.primary { animation: none; }
.cosmos .bloom { opacity: .48; filter: blur(82px); }
.cosmos .stars { opacity: .28; }
.ring::before { animation-duration: 22s; }

.hero::before {
  background:
    linear-gradient(90deg, rgba(7,7,13,.98) 0%, rgba(7,7,13,.90) 42%, rgba(7,7,13,.46) 100%),
    radial-gradient(520px 320px at 78% 50%, rgba(255,122,26,.16), transparent 72%),
    url("img/hero/hero-street.webp") center right / cover no-repeat;
  opacity: .86;
}
.hero::after {
  background:
    linear-gradient(180deg, rgba(7,7,13,.18), rgba(7,7,13,.78) 90%, var(--void)),
    radial-gradient(900px 420px at 20% 42%, rgba(7,7,13,.88), transparent 72%);
}
.hero-in::after {
  content: ''; position: absolute; right: 24px; bottom: 28px; width: min(520px, 46vw); aspect-ratio: 1.58;
  pointer-events: none; opacity: .16; border: 2px solid var(--accretion); border-left: 0; border-radius: 0 999px 999px 0;
  background:
    radial-gradient(closest-side at 0 50%, transparent 58%, rgba(255,122,26,.75) 59%, transparent 61%),
    linear-gradient(90deg, rgba(255,122,26,.45) 0 2px, transparent 2px),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255,122,26,.55) 50%, transparent calc(50% + 1px));
}
.section, .card, .panel-block, .honor-card, .feat-card, .sched-card, .quote {
  background-blend-mode: normal;
}
.street-chip {
  display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border-radius: 999px;
  border: 1px solid currentColor; color: var(--accretion); font-size: 12px; font-weight: 800;
}
.up { color: var(--up); }
.down { color: var(--down); }

/* ---------- 42.5 桌面页面骨架 · 导航侧栏 ---------- */
.ranking-shell {
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px 90px;
  display: grid; grid-template-columns: minmax(0, 820px) 300px; gap: 28px; align-items: start;
}
.ranking-main { min-width: 0; }
.page-aside {
  position: sticky; top: 92px; display: grid; gap: 14px; align-self: start;
}
.side-card {
  border: 1px solid var(--stroke-soft); border-radius: var(--r); padding: 16px;
  background:
    radial-gradient(100% 120% at 100% 0%, rgba(255,122,26,.10), transparent 62%),
    rgba(16,16,25,.82);
}
.side-card h2 { display: flex; align-items: center; gap: 8px; font-size: 18px; line-height: 1.15; margin: 8px 0 12px; }
.side-card h2 .ui-icon { width: 18px; height: 18px; color: var(--accretion); }
.page-jump a {
  display: block; padding: 12px 0; border-top: 1px solid var(--stroke-soft);
}
.page-jump a b { display: block; font-size: 14px; color: var(--ink); line-height: 1.2; }
.page-jump a small { display: block; color: var(--ink-3); font-size: 12px; line-height: 1.45; margin-top: 4px; }
.page-jump a:hover b { color: var(--accretion); }
.side-cta p { color: var(--ink-2); font-size: 13px; line-height: 1.7; }
.side-cta a {
  display: flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 14px;
  border-radius: 999px; background: var(--accretion); color: #1a0e02; font-weight: 900;
  box-shadow: var(--glow-orange);
}

/* ---------- 43. 城市传奇 · 球星卡页面 ---------- */
.player-wrap { max-width: 800px; padding-top: 32px; }
.roster-index { padding-top: 6px; }
body.is-roster .player-wrap { max-width: 1120px; }
body.is-roster .roster-index {
  display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 20px; align-items: start;
}
body.is-roster .roster-main-panel { display: contents; }
body.is-roster .roster-head, body.is-roster .roster-filter, body.is-roster .roster-grid { grid-column: 1; }
body.is-roster .roster-sidebar { grid-column: 2; grid-row: 1 / span 3; }
.roster-head {
  padding: 28px 24px; border: 1px solid var(--stroke-soft); border-radius: var(--r-lg);
  background:
    linear-gradient(135deg, rgba(255,122,26,.11), transparent 52%),
    var(--panel);
}
.roster-head h1 { font-size: 46px; line-height: .98; margin: 12px 0 12px; }
.roster-head p { color: var(--ink-2); font-size: 16px; line-height: 1.75; max-width: 40em; }
.roster-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0;
}
.roster-stats span {
  padding: 16px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background: rgba(255,255,255,.025);
}
.roster-stats b { display: block; color: var(--honor); font-size: 26px; line-height: 1; }
.roster-stats small { display: block; color: var(--ink-3); margin-top: 8px; font-size: 12px; }
.roster-filter {
  display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 12px; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
body.is-roster .roster-filter { margin-top: 2px; }
.roster-filter::-webkit-scrollbar { display: none; }
.roster-filter button {
  border: 1px solid var(--stroke); border-radius: 999px; padding: 8px 13px; white-space: nowrap;
  background: var(--panel); color: var(--ink-2); font-weight: 800; cursor: pointer;
}
.roster-filter button.on { background: var(--accretion); color: #1a0e02; border-color: var(--accretion); }
.roster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.roster-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center;
  min-height: 156px; padding: 16px; border: 1px solid color-mix(in srgb, var(--tier-c) 28%, var(--stroke));
  border-radius: var(--r); background:
    radial-gradient(80% 100% at 100% 0%, color-mix(in srgb, var(--tier-c) 12%, transparent), transparent 64%),
    var(--panel);
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.roster-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--tier-c) 52%, var(--stroke)); background-color: rgba(255,255,255,.025); }
.roster-card .avatar { --sz: 60px; }
.roster-main { min-width: 0; }
.roster-main h3 { font-size: 24px; line-height: 1; margin: 7px 0 6px; }
.roster-main p, .roster-main small { display: block; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.roster-main small { color: var(--ink-3); margin-top: 4px; }
.roster-line {
  grid-column: 1 / -1; display: flex; gap: 10px; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--stroke-soft); padding-top: 11px; color: var(--ink-2); font-size: 12px;
}
.roster-line b { color: var(--honor); }
.roster-line span { color: var(--ink-3); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.roster-season-card .roster-stats {
  grid-template-columns: 1fr; gap: 10px; margin: 12px 0 0;
}
.roster-season-card .roster-stats span { padding: 14px; }

/* ---------- 43.1 球员档案 Dashboard · 高级运动工作台 ---------- */
body.is-player-dashboard {
  --dash-card: var(--panel);
  --dash-line: var(--stroke);
  --dash-ink: var(--ink);
  --dash-muted: var(--ink-2);
}
body.is-player-dashboard .player-wrap {
  width: 100%;
  max-width: 1520px;
  padding: 34px 28px 96px;
}
body.is-player-dashboard .roster-index { display: block; padding: 0; }
.player-dash-shell {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 980px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: var(--dash-card);
  box-shadow: 0 34px 90px -60px rgba(0,0,0,.65);
}
.player-dash-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding: 20px 14px;
  color: var(--ink);
  border-right: 1px solid var(--stroke-soft);
  background: var(--void);
}
.player-dash-rail a {
  display: grid;
  place-items: center;
  gap: 7px;
  width: 76px;
  min-height: 76px;
  border-radius: 14px;
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 950;
}
.player-dash-rail a.active {
  color: var(--accretion);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255,122,26,.28);
}
.player-dash-rail .ui-icon { width: 24px; height: 24px; }
.player-dash-board { min-width: 0; padding: 22px 26px 34px; }
.player-dash-topbar {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dash-line);
}
.player-dash-brand { display: flex; align-items: center; gap: 10px; font-weight: 1000; }
.player-dash-search {
  justify-self: center;
  width: min(460px, 100%);
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--dash-line);
  border-radius: 999px;
  color: var(--ink-3);
  background: var(--panel-2);
}
.player-dash-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font: 800 13px var(--sans);
}
.player-dash-search input::placeholder { color: var(--ink-3); }
.player-dash-search:focus-within { border-color: var(--accretion); }
.roster-empty {
  grid-column: 1 / -1;
  padding: 30px 0;
  color: var(--ink-3);
  text-align: center;
  font-weight: 800;
}
.player-dash-join {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 10px;
  color: #1a0e02;
  background: var(--accretion);
  box-shadow: var(--glow-orange);
  font-weight: 950;
}
.player-dash-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  padding: 24px 0 20px;
}
.player-dash-hero h1 {
  color: var(--ink);
  font-size: clamp(46px, 6vw, 88px);
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.player-dash-hero p {
  max-width: 48em;
  margin-top: 12px;
  color: var(--dash-muted);
  font-size: 15px;
}
.player-dash-switch {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--dash-line);
  border-radius: 10px;
  background: var(--panel-2);
}
.player-dash-switch button,
.player-dash-switch a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: var(--dash-ink);
  background: transparent;
  font: 900 13px var(--sans);
  cursor: pointer;
}
.player-dash-switch .on { color: #1a0e02; background: var(--accretion); }
.player-dash-kpis {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.dash-kpi {
  min-height: 154px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid var(--dash-line);
  border-radius: 14px;
  background: var(--panel-2);
}
.dash-kpi span {
  color: var(--dash-ink);
  font: 950 12px var(--sans);
  text-transform: uppercase;
}
.dash-kpi b { color: var(--ink); font-size: 58px; line-height: .9; letter-spacing: -.08em; }
.dash-kpi small { color: var(--dash-muted); font-size: 12px; font-weight: 800; }
.dash-kpi.black { border-color: var(--stroke-soft); background: var(--void); }
.dash-kpi.black span,
.dash-kpi.black b { color: var(--ink); }
.dash-kpi.black small { color: var(--ink-3); }
.dash-kpi.orange { color: #1a0e02; border-color: var(--accretion); background: var(--accretion); box-shadow: var(--glow-orange); }
.dash-kpi.orange span,
.dash-kpi.orange b { color: #1a0e02; }
.dash-kpi.orange small { color: rgba(26,14,2,.72); }
.player-dash-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  gap: 16px;
}
.dash-panel {
  min-width: 0;
  border: 1px solid var(--dash-line);
  border-radius: 14px;
  background: var(--panel-2);
  padding: 18px;
}
.dash-panel.dark {
  color: var(--ink);
  border-color: var(--stroke-soft);
  background: var(--void);
}
.dash-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.dash-panel-head h2 {
  color: inherit;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.dash-panel-head a,
.dash-panel-head span {
  color: currentColor;
  opacity: .68;
  font-size: 12px;
  font-weight: 900;
}
.dash-table { display: grid; gap: 0; }
.dash-table-head,
.dash-table-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 58px 58px 58px;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 850;
}
.dash-table-head {
  min-height: 32px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  text-transform: uppercase;
}
.dash-name {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
}
.dash-name img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
  background: #222;
  grid-row: 1 / span 2;
}
.dash-name b {
  min-width: 0;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dash-name small {
  min-width: 0;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dash-feature-player {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.dash-feature-media {
  overflow: hidden;
  min-height: 180px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: var(--void);
}
.dash-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.dash-feature-copy h2 {
  color: var(--ink);
  font-size: 34px;
  line-height: .95;
  margin-top: 8px;
}
.dash-feature-copy p { color: var(--dash-muted); margin-top: 4px; font-weight: 800; }
.dash-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}
.dash-mini-stats span {
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid var(--dash-line);
  border-radius: 10px;
  text-align: center;
}
.dash-mini-stats b { display: block; color: var(--ink); font-size: 16px; line-height: 1; white-space: nowrap; }
.dash-mini-stats small { display: block; color: var(--dash-muted); font-size: 10px; font-weight: 900; margin-top: 5px; }
.dash-feature-copy > a,
.dash-shot > a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #1a0e02;
  background: var(--accretion);
  font-weight: 950;
}
.dash-trend .gwell {
  border-radius: 12px;
  overflow: hidden;
  background: var(--void);
}
.dash-trend-foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.dash-trend-foot span {
  padding: 12px 8px;
  border: 1px solid var(--dash-line);
  border-radius: 10px;
  text-align: center;
}
.dash-trend-foot b { display: block; color: var(--ink); }
.dash-trend-foot small { color: var(--dash-muted); font-size: 10px; font-weight: 900; }
.dash-court {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  margin-bottom: 14px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 18%, transparent 0 34px, rgba(237,237,245,.4) 35px 37px, transparent 38px),
    linear-gradient(90deg, transparent 49%, rgba(237,237,245,.3) 50%, transparent 51%),
    var(--void);
}
.dash-court::before {
  content: '';
  position: absolute;
  inset: 28px 18px;
  border: 2px solid rgba(237,237,245,.26);
  border-top: 0;
  border-radius: 0 0 120px 120px;
}
.dash-court i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accretion) calc(100% - var(--d) * 55%), var(--t1));
  box-shadow: 0 0 0 1px rgba(0,0,0,.35);
}
.dash-compare-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 4px 0 16px;
}
.dash-compare-teams b { color: var(--ink); font-size: 22px; line-height: 1; }
.dash-compare-teams b:last-child { text-align: right; }
.dash-compare-teams em {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--panel);
  border: 1px solid var(--stroke);
  color: var(--ink);
  font-style: normal;
  font-weight: 1000;
}
.dash-bars { display: grid; gap: 12px; }
.dash-bars div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.dash-bars span { color: var(--dash-muted); font: 900 11px var(--mono); }
.dash-bars i {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accretion) var(--w), var(--stroke-soft) var(--w));
}
.dash-bars i.away { background: linear-gradient(90deg, var(--away) var(--w), var(--stroke-soft) var(--w)); }
.dash-roster-section {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--dash-line);
}
.dash-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.dash-section-head h2 {
  color: var(--ink);
  font-size: 34px;
  line-height: .9;
  text-transform: uppercase;
}
body.is-player-dashboard .roster-filter {
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.is-player-dashboard .roster-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
body.is-player-dashboard .roster-card {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  min-height: 150px;
}
body.is-player-dashboard .roster-card .avatar { --sz: 56px; }
body.is-player-dashboard .roster-line { grid-column: 1 / -1; }
.star-hero {
  --tier-c: var(--accretion);
  position: relative; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center;
  min-height: 250px; padding: 26px; overflow: hidden; border-radius: var(--r-lg);
  border: 1px solid color-mix(in srgb, var(--tier-c) 42%, var(--stroke));
  background:
    linear-gradient(135deg, rgba(255,122,26,.16), transparent 42%),
    radial-gradient(80% 140% at 100% 0%, color-mix(in srgb, var(--tier-c) 24%, transparent), transparent 58%),
    linear-gradient(0deg, rgba(255,255,255,.025), transparent),
    var(--panel);
  box-shadow: 0 28px 80px -42px var(--tier-c), inset 0 0 0 1px rgba(255,255,255,.03);
}
.star-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.08) 49%, transparent 50%),
    linear-gradient(0deg, transparent 48%, rgba(255,255,255,.06) 49%, transparent 50%);
  background-size: 56px 56px;
}
.jersey-wm {
  position: absolute; right: -18px; bottom: -58px; z-index: 0;
  font-family: var(--mono); font-size: 172px; line-height: .8; font-weight: 900;
  color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--tier-c) 34%, transparent);
  opacity: .62; letter-spacing: 0;
}
.star-hero .avatar { --sz: 118px; z-index: 1; font-size: 26px; box-shadow: 0 0 0 2px #090910, 0 0 50px -14px var(--tier-c); }
.star-copy { position: relative; z-index: 1; min-width: 0; }
.star-copy h1 { font-size: 54px; line-height: .95; letter-spacing: 0; margin: 8px 0 8px; }
.star-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--ink-2); font-size: 13px; }
.star-copy blockquote {
  margin: 18px 0 10px; color: var(--tier-c); font-size: 22px; line-height: 1.35;
  font-weight: 900; font-style: italic;
}
.turf { font-size: 13px; color: var(--ink-3); }

.power-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; }
.power-strip > div {
  position: relative; overflow: hidden; padding: 14px 14px 12px; border-radius: var(--r);
  background: var(--panel); border: 1px solid var(--stroke-soft);
}
.power-strip span { display: block; color: var(--ink-3); font-size: 11px; margin-bottom: 6px; }
.power-strip b { font-size: 19px; line-height: 1; }
.power-strip small { display: block; color: var(--ink-3); font-size: 11px; margin-top: 6px; }
.power-strip em { margin-left: 8px; font-style: normal; font-family: var(--mono); font-weight: 900; font-size: 13px; }

.badge-wall { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 12px; }
.badge {
  display: inline-flex; align-items: center; min-height: 31px; padding: 6px 11px; border-radius: 999px;
  border: 1px solid currentColor; color: var(--t3); background: rgba(255,122,26,.06);
  font-size: 12px; font-weight: 900;
}
.badge.t1 { color: var(--t1); } .badge.t2 { color: var(--t2); } .badge.t3 { color: var(--t3); } .badge.t4 { color: var(--t4); } .badge.t5 { color: var(--t5); }
.badge.rare { color: var(--honor); background: rgba(255,211,122,.10); box-shadow: 0 0 24px -12px var(--honor); }

.season-line, .signature-moment {
  border: 1px solid var(--stroke-soft); border-radius: var(--r); padding: 16px;
  background:
    linear-gradient(90deg, rgba(255,122,26,.09), transparent 72%),
    var(--panel);
}
.season-line p { color: var(--ink-2); margin-top: 8px; line-height: 1.75; }
.signature-moment { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; margin-top: 12px; }
.signature-moment b { display: block; margin-top: 8px; font-size: 22px; }
.signature-moment blockquote {
  margin: 0; padding-left: 14px; border-left: 2px solid var(--accretion);
  color: var(--ink); font-size: 16px; line-height: 1.65;
}
.street-statband { margin-top: 14px; }

.nemesis-card {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center;
  background:
    radial-gradient(80% 160% at 50% 50%, rgba(255,122,26,.12), transparent 62%),
    var(--panel);
}
.faceoff-player { display: flex; align-items: center; gap: 10px; }
.faceoff-player.right { justify-content: flex-end; text-align: right; }
.faceoff-player span { color: var(--ink-3); font-size: 11px; }
.faceoff-player b { display: block; font-size: 18px; }
.faceoff-player small { display: block; color: var(--ink-3); max-width: 13em; }
.faceoff-mid { text-align: center; min-width: 82px; }
.faceoff-mid b { display: block; font-family: var(--mono); font-size: 24px; color: var(--honor); }
.faceoff-mid small { color: var(--ink-3); font-size: 11px; }

.street-high { text-align: center; padding: 18px 8px; }
.street-high .num { font-size: 34px; }
.game-log { display: grid; gap: 10px; }
.game-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) 48px 48px 48px 48px; gap: 10px; align-items: center; padding: 12px 14px; }
.game-result { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-family: var(--mono); font-weight: 900; }
.game-result.win { color: #04150e; background: var(--up); }
.game-result.lose { color: #190405; background: var(--down); }
.game-main b { display: block; }
.game-main small { display: block; color: var(--ink-3); line-height: 1.4; margin-top: 2px; }
.game-stat { text-align: center; }
.game-stat small { display: block; color: var(--ink-3); font-size: 9px; font-family: var(--mono); }
.player-cta { max-width: 420px; margin: 36px auto 0; }

/* ---------- 44. 街球分享海报 ---------- */
.poster {
  position: relative; isolation: isolate; border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(7,7,13,.58), rgba(7,7,13,.94)),
    radial-gradient(90% 70% at 50% 0%, color-mix(in srgb, var(--tier-c, var(--accretion)) 28%, transparent), transparent 68%),
    url("img/hero/hero-street.webp") center / cover no-repeat,
    var(--panel);
}
.p-jersey {
  position: absolute; right: -24px; top: 18px; z-index: -1;
  font-family: var(--mono); font-size: 160px; font-weight: 900; line-height: .8;
  color: transparent; -webkit-text-stroke: 1px color-mix(in srgb, var(--tier-c, var(--honor)) 38%, transparent);
  opacity: .72;
}
.poster .p-body { padding: 30px 22px 24px; text-align: left; }
.p-topline { font-family: var(--mono); color: var(--honor); font-size: 10px; letter-spacing: .24em; }
.poster .p-name { font-size: 42px; line-height: .95; font-weight: 900; margin-top: 42px; }
.p-real { color: var(--ink-2); margin-top: 8px; font-size: 13px; }
.p-callout { color: var(--ink); font-size: 16px; line-height: 1.55; margin-top: 20px; font-weight: 800; }
.poster .p-line { letter-spacing: .12em; line-height: 1.45; }
.poster .p-grid { border-top: 1px solid var(--stroke-soft); padding-top: 16px; }

/* ---------- 45. 天梯攀爬 ---------- */
.rank-tools { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.view-switch { display: inline-flex; border: 1px solid var(--stroke); border-radius: 999px; padding: 3px; background: var(--panel); }
.view-switch button {
  border: 0; background: transparent; color: var(--ink-2); padding: 7px 12px; border-radius: 999px;
  font: 700 12px var(--sans); cursor: pointer;
}
.view-switch button.on { color: #1a0e02; background: var(--accretion); }
.you-banner {
  --tier-c: var(--accretion);
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 12px; align-items: center;
  margin: 16px 0 4px; padding: 14px; border-radius: var(--r);
  border: 1px solid color-mix(in srgb, var(--tier-c) 44%, var(--stroke));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--tier-c) 18%, transparent), transparent 70%),
    var(--panel);
}
.you-banner .avatar { --sz: 52px; }
.you-main b { display: block; font-size: 21px; line-height: 1.1; margin: 3px 0; }
.you-main small, .you-state small { color: var(--ink-3); display: block; }
.you-state { text-align: right; }
.you-state span { font-family: var(--mono); font-weight: 900; font-size: 20px; }
.challenge-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px;
  border-radius: 999px; background: var(--accretion); color: #1a0e02; font-weight: 900; font-size: 13px;
}
.leaderboard-rail {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 18px;
}
.leader-rail-item {
  min-width: 0; padding: 11px 12px; border: 1px solid color-mix(in srgb, var(--tier-c) 28%, var(--stroke-soft));
  border-radius: var(--r-sm); background:
    radial-gradient(100% 120% at 100% 0%, color-mix(in srgb, var(--tier-c) 12%, transparent), transparent 66%),
    rgba(255,255,255,.018);
}
.leader-rail-item:hover { border-color: color-mix(in srgb, var(--tier-c) 52%, var(--stroke)); background-color: rgba(255,255,255,.035); }
.leader-rail-item b {
  display: block; margin: 5px 0 3px; color: var(--ink); font-size: 14px; line-height: 1.1; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.leader-rail-item > .ui-icon { width: 18px; height: 18px; color: var(--honor); margin-bottom: 8px; }
.leader-rail-item small {
  display: block; color: var(--honor); font-family: var(--mono); font-size: 11px; line-height: 1.35; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.leaderboard-hub { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.leader-card {
  padding: 16px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background:
    radial-gradient(80% 70% at 100% 0%, rgba(255,122,26,.08), transparent 62%),
    var(--panel);
}
.leader-head { margin-bottom: 12px; }
.leader-head > .ui-icon {
  width: 34px; height: 34px; padding: 8px; border-radius: 12px; color: var(--accretion);
  background: rgba(255,122,26,.10); box-shadow: inset 0 0 0 1px rgba(255,122,26,.18);
}
.leader-head h3 { font-size: 20px; margin: 7px 0 4px; }
.leader-head p { color: var(--ink-3); font-size: 12.5px; }
.leader-list { display: grid; gap: 8px; }
.leader-row {
  display: grid; grid-template-columns: 22px auto minmax(0, 1fr) auto; gap: 9px; align-items: center;
  padding: 9px; border-radius: var(--r-sm); background: rgba(255,255,255,.018);
}
.leader-row:hover { background: rgba(255,255,255,.035); }
.leader-row .avatar { --sz: 38px; }
.leader-pos { font-family: var(--mono); color: var(--honor); font-weight: 900; text-align: center; }
.leader-meta { min-width: 0; }
.leader-meta b { display: block; font-size: 14px; }
.leader-meta small { display: block; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.leader-row strong { color: var(--accretion); font-size: 14px; white-space: nowrap; }
.rank-row.street {
  position: relative; min-height: 76px; border: 1px solid transparent;
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.rank-row.street:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--tier-c) 42%, var(--stroke)); background: rgba(255,255,255,.025); }
.rank-row.street.you {
  background: linear-gradient(90deg, rgba(255,122,26,.12), transparent 75%);
  box-shadow: inset 3px 0 0 var(--accretion);
}
.rank-row.street .meta .nm { display: flex; align-items: baseline; gap: 8px; font-size: 17px; }
.rank-row.street .meta .nm span { color: var(--ink-3); font-size: 12px; font-weight: 600; }
.rank-badges { display: flex; flex-direction: column; gap: 4px; align-items: center; min-width: 42px; }
.rank-badges span {
  display: inline-flex; justify-content: center; min-width: 38px; padding: 3px 6px; border-radius: 999px;
  background: var(--panel-2); font-family: var(--mono); font-size: 11px; font-weight: 900;
}
.rank-badges .win { color: var(--up); }
.rank-badges .lose { color: var(--down); }
.tier-divider {
  display: flex; align-items: center; gap: 10px; margin: 8px 8px; color: var(--honor);
  font-size: 12px; font-weight: 800;
}
.tier-divider::before, .tier-divider::after { content: ''; height: 1px; flex: 1; background: currentColor; opacity: .34; }
.tier-divider span { font-family: var(--mono); letter-spacing: .12em; }
.tier-divider b { color: var(--ink-3); font-weight: 600; }
.tier-divider.warn { color: var(--accretion); }
.tier-divider.danger { color: var(--down); }
.orbit-wrap { padding: 22px; }

/* ---------- 46. 首页荣誉与可读榜单 ---------- */
.hall-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hall-card {
  min-height: 230px; padding: 18px; border: 1px solid var(--stroke-soft); border-radius: var(--r);
  background:
    radial-gradient(80% 70% at 50% 0%, rgba(255,211,122,.10), transparent 64%),
    var(--panel);
}
.hall-card b { display: block; color: var(--honor); font-size: 48px; line-height: .95; margin-top: 22px; }
.hall-card small { font-family: var(--mono); color: var(--ink-3); letter-spacing: .18em; }
.hall-card h3 { font-size: 17px; margin-top: 20px; }
.hall-card p { color: var(--ink-2); font-size: 13px; line-height: 1.55; margin-top: 8px; }
.weekly-awards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.award-card {
  display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: var(--r);
  border: 1px solid color-mix(in srgb, var(--tier-c) 35%, var(--stroke)); background: var(--panel);
}
.award-card .avatar { --sz: 48px; }
.award-card b { display: block; font-size: 17px; margin: 3px 0; }
.award-card small { color: var(--ink-3); line-height: 1.4; }
.honor-wall-shell { max-width: 1240px; margin: 0 auto; padding: 38px 24px 90px; }
.honor-wall-hero {
  position: relative; overflow: hidden; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: center;
  min-height: 420px; padding: 38px;
  background:
    linear-gradient(90deg, rgba(7,7,13,.97), rgba(7,7,13,.78) 56%, rgba(7,7,13,.34)),
    linear-gradient(180deg, rgba(7,7,13,.04), rgba(7,7,13,.88)),
    url("img/bg/court-heat.webp") center / cover no-repeat,
    var(--panel);
  border-color: rgba(255,211,122,.24);
  box-shadow: 0 38px 100px -58px rgba(255,122,26,.82);
}
.honor-wall-hero h1 { font-size: 68px; line-height: .96; margin: 18px 0 16px; }
.honor-wall-hero p { max-width: 37em; color: var(--ink-2); font-size: 17px; line-height: 1.78; }
.honor-wall-hero .btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.wall-cup {
  min-height: 260px; display: grid; place-items: center; text-align: center; padding: 26px;
  border-radius: var(--r-lg); border: 1px solid rgba(255,211,122,.28);
  background:
    radial-gradient(100% 100% at 50% 0%, rgba(255,211,122,.15), transparent 70%),
    rgba(7,7,13,.62);
  backdrop-filter: blur(8px);
}
.wall-cup .ui-icon { width: 72px; height: 72px; color: var(--honor); filter: drop-shadow(0 0 18px rgba(255,211,122,.35)); }
.wall-cup b { display: block; color: var(--honor); font-family: var(--mono); letter-spacing: .18em; margin-top: 12px; }
.wall-cup small { display: block; color: var(--ink-2); max-width: 18em; line-height: 1.55; }
.wall-block { padding: 64px 0 0; }
.wall-block.alt {
  margin-top: 64px; padding: 58px 24px; border-radius: var(--r-lg);
  background:
    radial-gradient(800px 320px at 50% 0%, rgba(255,211,122,.06), transparent 66%),
    rgba(10,10,18,.62);
}
.wall-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.wall-feature-card {
  min-width: 0; min-height: 310px; display: flex; flex-direction: column; gap: 16px; padding: 18px;
  border-radius: var(--r-lg); border: 1px solid color-mix(in srgb, var(--tier-c, var(--honor)) 36%, var(--stroke));
  background:
    radial-gradient(90% 100% at 100% 0%, color-mix(in srgb, var(--tier-c, var(--honor)) 15%, transparent), transparent 68%),
    var(--panel);
}
.wall-feature-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 34px; }
.wall-feature-top .ui-icon {
  width: 34px; height: 34px; padding: 8px; border-radius: 12px; color: var(--honor);
  background: rgba(255,211,122,.09); box-shadow: inset 0 0 0 1px rgba(255,211,122,.18);
}
.wall-feature-card .avatar, .wall-feature-card .team-logo { --sz: 76px; margin-top: 4px; }
.wall-feature-copy { margin-top: auto; }
.wall-feature-copy h3 { font-size: 28px; line-height: 1.02; margin-bottom: 10px; }
.wall-feature-copy p { color: var(--ink-2); line-height: 1.62; font-size: 13.5px; }
.title-wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.title-chip-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center;
  min-height: 86px; padding: 14px; border-radius: var(--r);
  border: 1px solid color-mix(in srgb, var(--tier-c) 32%, var(--stroke));
  background:
    radial-gradient(90% 110% at 100% 0%, color-mix(in srgb, var(--tier-c) 12%, transparent), transparent 70%),
    var(--panel);
}
.title-chip-card .avatar { --sz: 48px; }
.title-chip-card b { display: block; font-size: 18px; line-height: 1.1; }
.title-chip-card small { display: block; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 4px; }
.home-standings { display: grid; grid-template-columns: 1.1fr .9fr .95fr; gap: 18px; align-items: start; }
.home-rank-row {
  display: grid; grid-template-columns: 28px auto minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 12px; border-radius: var(--r-sm);
}
.home-rank-row:hover { background: rgba(255,255,255,.025); }
.home-rank-row .pos { font-family: var(--mono); color: var(--honor); font-weight: 900; text-align: center; }
.home-rank-row b { display: block; font-size: 15px; }
.home-rank-row small { display: block; color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-rank-row .state { text-align: right; }
.home-rank-row .state span { font-family: var(--mono); font-weight: 900; }
.matchup-line { color: var(--ink-2); line-height: 1.65; padding: 10px 10px 2px; }
.matchup-face { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; padding: 12px 10px 14px; }
.matchup-player { display: flex; align-items: center; gap: 10px; min-width: 0; }
.matchup-player.right { justify-content: flex-end; text-align: right; }
.matchup-player-copy { min-width: 0; }
.matchup-player b { display: block; font-size: 18px; white-space: nowrap; }
.matchup-player small { display: block; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vs-chip { font-family: var(--mono); color: var(--honor); font-weight: 900; }

/* ---------- 47. 战报荣誉仪式 ---------- */
.match-shell {
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 24px 90px;
  display: grid; grid-template-columns: minmax(0, 820px) 300px; gap: 28px; align-items: start;
}
.match-main { min-width: 0; }
.match-aside { margin-top: 12px; }
.report-lead {
  position: relative; overflow: hidden; isolation: isolate;
  margin: 12px 0 14px; min-height: 300px; padding: 28px;
  background:
    linear-gradient(90deg, rgba(7,7,13,.96) 0%, rgba(7,7,13,.86) 46%, rgba(7,7,13,.36) 100%),
    linear-gradient(180deg, rgba(7,7,13,.15), rgba(7,7,13,.88)),
    url("img/bg/court-heat.webp") center / cover no-repeat,
    var(--panel);
  border-color: rgba(255,122,26,.22);
  box-shadow: 0 34px 90px -54px rgba(255,122,26,.82);
}
.report-lead::after {
  content: ''; position: absolute; inset: auto 0 0; height: 46%; z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(7,7,13,.88));
}
.report-lead h2 { max-width: 12em; font-size: 42px; line-height: 1.06; margin: 12px 0 12px; }
.report-lead p { max-width: 35em; color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.report-quick {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 28px;
}
.report-quick span {
  min-width: 0; padding: 12px; border: 1px solid rgba(255,122,26,.26); border-radius: var(--r-sm);
  background: rgba(7,7,13,.52); backdrop-filter: blur(6px);
}
.report-quick .ui-icon { width: 18px; height: 18px; color: var(--honor); margin-bottom: 8px; }
.report-quick b { display: block; font-size: 14px; line-height: 1.2; }
.report-quick small { display: block; color: var(--ink-3); font-size: 11.5px; line-height: 1.45; margin-top: 4px; }
.mvp-spotlight {
  --tier-c: var(--honor);
  position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; align-items: center;
  margin: 12px 0 18px; padding: 20px; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tier-c) 42%, var(--stroke));
  background:
    radial-gradient(90% 140% at 100% 0%, color-mix(in srgb, var(--tier-c) 20%, transparent), transparent 64%),
    linear-gradient(90deg, rgba(255,211,122,.11), transparent 64%),
    var(--panel);
}
.mvp-spotlight::after {
  content: 'MVP'; position: absolute; right: -8px; bottom: -30px; font-family: var(--mono); font-weight: 900;
  font-size: 94px; color: transparent; -webkit-text-stroke: 1px rgba(255,211,122,.22); letter-spacing: 0;
}
.mvp-spotlight .avatar { --sz: 86px; }
.mvp-copy, .mvp-line { position: relative; z-index: 1; }
.mvp-copy h2 { font-size: 38px; line-height: 1; margin: 6px 0; }
.mvp-copy p { color: var(--ink-2); }
.mvp-copy blockquote { margin: 10px 0 0; color: var(--honor); font-weight: 900; font-style: italic; }
.mvp-line { text-align: right; }
.mvp-line b { display: block; color: var(--honor); font-size: 26px; }
.mvp-line small { display: block; max-width: 12em; color: var(--ink-3); line-height: 1.45; }
.score-card {
  background:
    radial-gradient(70% 160% at 50% 0%, rgba(255,122,26,.10), transparent 60%),
    var(--panel);
}
.format-score-card {
  margin: 12px 0 18px; padding: 22px;
  background:
    linear-gradient(135deg, rgba(255,211,122,.10), transparent 52%),
    radial-gradient(90% 140% at 100% 0%, rgba(255,122,26,.13), transparent 66%),
    var(--panel);
  border-color: rgba(255,211,122,.24);
}
.format-score-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 18px; align-items: end;
  margin-bottom: 18px;
}
.format-score-head h2 { font-size: 34px; line-height: 1.05; }
.format-score-head p { grid-column: 1 / -1; color: var(--ink-2); line-height: 1.65; }
.match-periods { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.match-periods span {
  min-height: 72px; display: grid; place-items: center; gap: 5px; padding: 10px 6px;
  border-radius: var(--r); border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025);
}
.match-periods span::before {
  content: ''; width: 24px; height: 24px; border-radius: 50%; background: var(--ink-3);
  box-shadow: 0 0 0 1px rgba(255,255,255,.08);
}
.match-periods span.home::before { background: var(--accretion); box-shadow: 0 0 22px -4px var(--accretion); }
.match-periods span.away::before { background: var(--away); box-shadow: 0 0 22px -5px var(--away); }
.match-periods b { color: var(--ink-3); font-family: var(--mono); font-size: 10px; }
.match-periods small { color: var(--ink-2); font-size: 11px; font-weight: 800; }
.match-result-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.match-result-grid span {
  min-width: 0; padding: 14px; border-radius: var(--r); border: 1px solid var(--stroke-soft);
  background: rgba(7,7,13,.45);
}
.match-result-grid small { display: block; color: var(--ink-3); font-weight: 800; margin-bottom: 6px; }
.match-result-grid b { display: block; color: var(--honor); font: 900 28px/1 var(--mono); }
.report-card {
  margin: 14px 0 0; padding: 18px; border: 1px solid var(--stroke-soft); border-radius: var(--r-lg);
  background:
    radial-gradient(80% 120% at 100% 0%, rgba(255,122,26,.08), transparent 62%),
    var(--panel);
}
.report-card-head {
  display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.report-card-head > .ui-icon {
  width: 38px; height: 38px; padding: 9px; border-radius: 13px; color: var(--accretion);
  background: rgba(255,122,26,.10); box-shadow: inset 0 0 0 1px rgba(255,122,26,.20);
}
.report-card-head h2 { font-size: 22px; line-height: 1.12; margin-top: 4px; }
.pulse-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.pulse-grid article {
  min-height: 150px; padding: 14px; border-radius: var(--r); border: 1px solid var(--stroke-soft);
  background: rgba(255,255,255,.018);
}
.pulse-grid b { color: var(--honor); font-family: var(--mono); font-size: 20px; }
.pulse-grid h3 { font-size: 16px; line-height: 1.25; margin: 12px 0 8px; }
.pulse-grid p { color: var(--ink-2); font-size: 13px; line-height: 1.6; }
.timeline-card {
  background:
    linear-gradient(90deg, rgba(255,122,26,.07), transparent 58%),
    var(--panel);
}
.box-card { overflow-x: auto; }
.box { min-width: 660px; }
.tl-item.hot .txt { color: var(--ink); font-weight: 800; }
.tl-item.hot .dot { background: var(--honor); box-shadow: 0 0 0 1px var(--honor), 0 0 18px -2px var(--honor); }
.elo-note { display: block; color: var(--ink-3); font: 600 11px var(--sans); margin-top: 2px; }

@media (max-width: 1100px) {
  .ranking-shell { display: block; max-width: 820px; }
  .ranking-shell > .page-aside { display: none; }
  .match-shell { display: block; max-width: 820px; }
  .match-shell > .page-aside { display: none; }
  .signup-stage { display: block; max-width: 820px; }
  .signup-aside { position: static; margin-top: 14px; grid-template-columns: 1fr 1fr; }
  .profile-shell { max-width: 860px; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-side { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; grid-row: 2; }
  .profile-app { min-height: 480px; grid-row: 1; }
  body.is-roster .player-wrap { max-width: 820px; }
  body.is-roster .roster-index { grid-template-columns: 1fr; }
  body.is-roster .roster-head { grid-column: 1; grid-row: 1; }
  body.is-roster .roster-sidebar { position: static; grid-column: 1; grid-row: 2; }
  body.is-roster .roster-filter { grid-column: 1; grid-row: 3; }
  body.is-roster .roster-grid { grid-column: 1; grid-row: 4; }
  body.is-roster .roster-season-card .roster-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .ascent-grid { grid-template-columns: 1fr; }
  .home-standings { grid-template-columns: 1fr; }
  .hall-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reward-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gs-panel { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-page .profile-hero { grid-template-columns: 1fr; }
  .profile-cast-preview { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .profile-orbit-card { justify-self: start; width: 100%; min-height: 170px; grid-template-columns: auto minmax(0, 1fr); gap: 20px; text-align: left; padding: 22px; }
  .profile-orbit-card .ring { grid-row: 1 / span 2; }
  .profile-orbit-card b { grid-column: 2; grid-row: 1; align-self: end; margin-top: 0; }
  .profile-orbit-card small { grid-column: 2; grid-row: 2; align-self: start; }
  .profile-intro-grid { grid-template-columns: 1fr; }
  .profile-page .s-card { grid-template-columns: 1fr; }
  .s-card-visual { min-height: 360px; }
  .s-card-visual img { min-height: 360px; }
  .profile-axis-result { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-coach { grid-template-columns: 42px minmax(0, 1fr); }
  .profile-coach > div { grid-column: 2; }
  .wall-feature-grid, .title-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .ranking-shell { padding: 0 18px 90px; }
  .match-shell { padding: 0 18px 90px; }
  .signup-stage { padding: 18px 18px 90px; }
  .profile-shell { padding: 18px 18px 90px; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(7,7,13,.68), rgba(7,7,13,.90) 82%, var(--void)),
      linear-gradient(90deg, rgba(7,7,13,.95) 0%, rgba(7,7,13,.82) 58%, rgba(7,7,13,.42) 100%),
      radial-gradient(380px 260px at 76% 35%, rgba(255,122,26,.18), transparent 72%),
      url("img/hero/hero-street.webp") 66% center / cover no-repeat;
  }
  .mobile-break { display: block; }
  .hero-in::after { display: block; right: -96px; bottom: 88px; width: 310px; opacity: .10; }
  .hero-court { min-height: 270px; margin-top: 8px; }
  .hero-scoreboard { left: 16px; top: 16px; min-width: 176px; padding: 14px; }
  .hero-scoreboard b { font-size: 34px; }
  .hero-seat-card { display: none; }
  .hero-clash { left: 14px; right: 14px; bottom: 14px; width: auto; padding: 12px; }
  .hero-face .avatar { --sz: 36px; }
  .hero-face b { font-size: 15px; }
  .hero-face small { font-size: 11px; }
  .hero-king { display: none; }
  .nav-ico { display: none; }
  .signup-hero-card {
    min-height: 0; padding: 26px 20px; background-position: 70% center;
  }
  .signup-hero-card h1 { font-size: 42px; line-height: 1; margin-top: 22px; }
  .signup-hero-card p { font-size: 15px; }
  .signup-event { max-width: none; }
  .signup-spotlight, .promise-grid, .rules-grid { grid-template-columns: 1fr; }
  .signup-main-cta { max-width: none; }
  .signup-aside { display: grid; grid-template-columns: 1fr; }
  .signup-profile-bridge .bridge-row { grid-template-columns: auto minmax(0, 1fr); }
  .signup-profile-bridge .bridge-link { grid-column: 1 / -1; width: 100%; }
  .signup-form-head { display: grid; }
  .signup-form { grid-template-columns: 1fr; }
  .signup-form-actions .cta,
  .signup-form-actions .bridge-link { width: 100%; }
  .signup-flow-head { display: grid; }
  .signup-steps,
  .signup-flow-grid,
  .player-pass-fields,
  .qr-confirm-card {
    grid-template-columns: 1fr;
  }
  .signup-steps span {
    min-height: 38px;
  }
  .signup-flow-card {
    padding: 20px;
  }
  .signup-flow-head h2,
  .qr-copy h2 {
    font-size: 32px;
  }
  .signup-form-actions .cta,
  .signup-form-actions .bridge-link,
  .qr-actions .bridge-link {
    width: 100%;
  }
  .qr-frame img {
    width: min(220px, 100%);
  }
  .demo-ribbon {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: center;
    text-align: center;
  }
  .profile-hero { min-height: 0; padding: 24px 20px; }
  .profile-page .profile-hero { min-height: 0; padding: 24px 20px; }
  .profile-hero h1 { font-size: 42px; line-height: 1; }
  .profile-hero p { font-size: 15px; }
  .profile-firewall span { font-size: 11.5px; }
  .profile-cast-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-cast-preview span:nth-of-type(n+3) { display: none; }
  .profile-cast-preview b { font-size: 18px; }
  .profile-page .profile-layout { grid-template-columns: 1fr; }
  .profile-intro-grid { gap: 18px; }
  .profile-type-panel { padding: 12px; }
  .profile-type-wall { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .profile-type-tile b { left: 5px; top: 5px; min-width: 34px; font-size: 8.5px; }
  .profile-type-tile small { display: none; }
  .profile-orbit-card { min-height: 142px; grid-template-columns: auto minmax(0, 1fr); padding: 16px; }
  .profile-orbit-card .ring { --sz: 64px !important; }
  .profile-orbit-card b { font-size: 42px; }
  .profile-side { grid-template-columns: 1fr; }
  .profile-app { min-height: 0; padding: 20px; }
  .profile-step-head h2, .profile-result-head h2 { font-size: 27px; }
  .profile-claim-grid, .profile-axis-result { grid-template-columns: 1fr; }
  .profile-options button { grid-template-columns: 36px minmax(0, 1fr); min-height: 0; padding: 12px; }
  .profile-options button span { width: 36px; height: 36px; border-radius: 12px; }
  .profile-options button b { font-size: 14.5px; }
  .profile-question h2 { font-size: 25px; }
  .s-card { padding: 20px; }
  .profile-page .s-card { gap: 14px; padding: 14px; }
  .s-card-visual { min-height: 300px; }
  .s-card-visual img { min-height: 300px; }
  .s-card h3 { font-size: 34px; }
  .profile-page .s-card h3 { font-size: 34px; }
  .s-code span { min-width: 56px; font-size: 24px; }
  .profile-coach { grid-template-columns: 1fr; }
  .profile-coach > div { grid-column: 1; }
  .report-lead { min-height: 0; padding: 24px 20px; background-position: 68% center; }
  .report-lead h2 { font-size: 34px; }
  .report-quick, .pulse-grid { grid-template-columns: 1fr; }
  .format-score-card { padding: 18px; }
  .format-score-head { grid-template-columns: 1fr; }
  .format-score-head h2 { font-size: 28px; }
  .match-periods { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .match-result-grid { grid-template-columns: 1fr 1fr; }
  .match-result-grid b { font-size: 24px; }
  .feat-grid { grid-template-columns: 1fr; }
  .format-visual { grid-template-columns: 1fr; padding: 18px; }
  .format-copy h3 { font-size: 23px; }
  .format-rounds { gap: 6px; }
  .format-rounds span { min-height: 52px; }
  .format-score { grid-template-columns: 1fr; }
  .format-score i { width: 1px; height: 28px; margin: 0 auto; }
  .reward-grid { grid-template-columns: 1fr; }
  .reward-card { min-height: 0; }
  .gs-panel { grid-template-columns: 1fr; }
  .ascent-section { padding: 42px 0; }
  .ascent-copy h2 { font-size: 28px; }
  .ascent-copy p { font-size: 15px; }
  .ascent-steps span { min-height: 48px; }
  .player-wrap { padding-top: 18px; }
  .roster-head { padding: 22px 18px; }
  .roster-head h1 { font-size: 38px; }
  .roster-stats { grid-template-columns: 1fr; }
  body.is-roster .roster-season-card .roster-stats { grid-template-columns: 1fr; }
  .roster-grid { grid-template-columns: 1fr; }
  .star-hero { grid-template-columns: 1fr; gap: 14px; padding: 20px; }
  .star-hero .avatar { --sz: 94px; }
  .star-copy h1 { font-size: 42px; }
  .star-copy blockquote { font-size: 18px; }
  .jersey-wm { font-size: 128px; right: -12px; bottom: -34px; }
  .power-strip { grid-template-columns: 1fr; }
  .signature-moment, .nemesis-card { grid-template-columns: 1fr; }
  .faceoff-player.right { justify-content: flex-start; text-align: left; flex-direction: row-reverse; }
  .game-row { grid-template-columns: 30px minmax(0, 1fr) 40px 40px; }
  .game-row .game-stat:nth-of-type(4), .game-row .game-stat:nth-of-type(5) { display: none; }
  .you-banner { grid-template-columns: auto minmax(0, 1fr); }
  .you-state { text-align: left; grid-column: 2; }
  .challenge-btn { grid-column: 1 / -1; }
  .leaderboard-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leader-rail-item { padding: 10px; }
  .leaderboard-hub { grid-template-columns: 1fr; }
  .honor-wall-shell { padding: 18px 18px 90px; }
  .honor-wall-hero { grid-template-columns: 1fr; min-height: 0; padding: 24px 20px; }
  .honor-wall-hero h1 { font-size: 42px; }
  .wall-cup { min-height: 190px; }
  .wall-block { padding-top: 46px; }
  .wall-block.alt { margin-top: 46px; padding: 38px 18px; }
  .wall-feature-grid, .title-wall { grid-template-columns: 1fr; }
  .rank-row.street { gap: 9px; padding: 12px 8px; }
  .rank-badges { display: none; }
  .rank-row.street .meta .nm { font-size: 15px; }
.rank-row.street .val .big { font-size: 16px; }
  .hall-grid, .weekly-awards { grid-template-columns: 1fr; }
  .mvp-spotlight { grid-template-columns: 1fr; text-align: left; }
  .mvp-line { text-align: left; }
  .mvp-copy h2 { font-size: 34px; }
  #eloBox { grid-template-columns: 1fr !important; }
}

/* ---------- 49. 运动现场层：热光、火星、节奏入场 ---------- */
body.motion-ready .cosmos .b1 { animation: drift1 28s var(--ease) infinite alternate; }
body.motion-ready .cosmos .b2 { animation: drift2 38s var(--ease) infinite alternate; }
body.motion-ready .cosmos .b3 { animation: drift3 34s var(--ease) infinite alternate; }
body.motion-ready .cosmos .stars { animation: twinkle 5.2s ease-in-out infinite; }
body.motion-ready .ring-aura { animation: aura-breathe 5.5s var(--ease) infinite; }
body.motion-ready .scroll-cue .bar { animation: cue 2.2s var(--ease) infinite; }
body.motion-ready .btn.primary { animation: cta-pulse 3.2s var(--ease) infinite; }

body.motion-ready .hero::before {
  transform: translate3d(var(--hero-bg-x, 0px), var(--hero-bg-y, 0px), 0) scale(1.035);
  transition: transform .32s ease-out;
  will-change: transform;
}
body.motion-ready .hero-court {
  transform: perspective(900px) rotateX(var(--hero-tilt-y, 0deg)) rotateY(var(--hero-tilt-x, 0deg));
  transition: transform .28s ease-out, box-shadow .35s var(--ease), border-color .35s var(--ease);
  will-change: transform;
}
body.motion-ready .hero-court:hover {
  border-color: rgba(255,122,26,.42);
  box-shadow: 0 38px 100px -48px rgba(255,122,26,.85), inset 0 0 0 1px rgba(255,255,255,.06);
}

.motion-sparks {
  position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  mix-blend-mode: screen;
}
.motion-sparks i {
  position: absolute; left: var(--x); top: var(--y); width: 64px; height: 1px; border-radius: 999px;
  opacity: 0; transform: translate3d(-80px, 20px, 0) rotate(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,211,122,.95), rgba(255,122,26,.55), transparent);
  filter: drop-shadow(0 0 8px rgba(255,122,26,.75));
  animation: spark-run var(--dur) linear infinite; animation-delay: var(--d);
}
@keyframes spark-run {
  0% { opacity: 0; transform: translate3d(-90px, 24px, 0) rotate(-18deg); }
  13% { opacity: .8; }
  55% { opacity: .18; }
  100% { opacity: 0; transform: translate3d(150px, -36px, 0) rotate(-18deg); }
}
.report-lead > :not(.motion-sparks), .signup-hero-card > :not(.motion-sparks) {
  position: relative; z-index: 1;
}

body.motion-ready .court-lines::after {
  content: ''; position: absolute; inset: -20%; opacity: .58; pointer-events: none;
  background: linear-gradient(105deg, transparent 34%, rgba(255,211,122,.20), transparent 58%);
  transform: translateX(-120%);
  animation: court-scan 4.6s var(--ease) infinite;
}
@keyframes court-scan {
  0%, 28% { transform: translateX(-120%); opacity: 0; }
  44% { opacity: .72; }
  72%, 100% { transform: translateX(120%); opacity: 0; }
}

body.motion-ready .hero-scoreboard {
  animation: board-hit .72s var(--ease) .2s both;
}
body.motion-ready .hero-scoreboard b {
  animation: score-glow 3.4s var(--ease) infinite;
}
@keyframes board-hit {
  from { opacity: 0; transform: translate3d(-12px, -10px, 0) scale(.96); }
  to { opacity: 1; transform: none; }
}
@keyframes score-glow {
  0%, 100% { text-shadow: 0 0 0 rgba(255,211,122,0); }
  42% { text-shadow: 0 0 22px rgba(255,211,122,.45); }
}

.livestrip { position: relative; overflow: hidden; }
body.motion-ready .livestrip::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .28;
  background: linear-gradient(90deg, transparent, rgba(255,122,26,.16), transparent);
  transform: translateX(-120%);
  animation: strip-pass 5.8s linear infinite;
}
body.motion-ready .livestrip .dot-live { animation: live-pulse 1.4s ease-in-out infinite; }
@keyframes strip-pass { to { transform: translateX(120%); } }
@keyframes live-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 10px var(--up); }
  50% { transform: scale(1.35); box-shadow: 0 0 20px var(--up); }
}

[data-reveal][data-stagger] {
  transition-delay: calc(var(--i, 0) * 55ms);
}
[data-reveal][data-stagger]:hover { transition-delay: 0ms; }
body.motion-ready .feat-card.in .ic,
body.motion-ready .reward-card.in > .ui-icon,
body.motion-ready .report-card.in .report-card-head > .ui-icon {
  animation: icon-pop .62s var(--ease) both;
}
@keyframes icon-pop {
  0% { transform: translateY(8px) scale(.82); opacity: 0; }
  62% { transform: translateY(-2px) scale(1.06); opacity: 1; }
  100% { transform: none; opacity: 1; }
}
body.motion-ready .ascent-steps.in span {
  animation: step-rise .56s var(--ease) both;
}
body.motion-ready .ascent-steps.in span:nth-child(2) { animation-delay: 80ms; }
body.motion-ready .ascent-steps.in span:nth-child(3) { animation-delay: 160ms; }
body.motion-ready .ascent-steps.in span:nth-child(4) { animation-delay: 240ms; }
@keyframes step-rise {
  from { opacity: 0; transform: translate3d(18px, 0, 0); }
  to { opacity: 1; transform: none; }
}

body.motion-ready .btn.primary,
body.motion-ready .nav-btn,
body.motion-ready .cta {
  transform: translate3d(var(--mag-x, 0px), var(--mag-y, 0px), 0);
  transition: transform .22s ease-out, box-shadow .3s var(--ease), border-color .3s var(--ease);
}
body.motion-ready .home-rank-row,
body.motion-ready .team-row,
body.motion-ready .leader-rail-item,
body.motion-ready .roster-card {
  transition: transform .3s var(--ease), border-color .3s var(--ease), background-color .3s var(--ease), box-shadow .3s var(--ease);
}
body.motion-ready .home-rank-row:hover,
body.motion-ready .team-row:hover,
body.motion-ready .leader-rail-item:hover,
body.motion-ready .roster-card:hover {
  transform: translate3d(4px, -2px, 0);
}

@media (max-width: 1180px) {
  body.is-player-dashboard .player-wrap { max-width: 980px; }
  .player-dash-shell { grid-template-columns: 88px minmax(0, 1fr); }
  .player-dash-rail a { width: 64px; min-height: 64px; }
  .player-dash-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .player-dash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dash-standings { grid-column: span 2; }
  body.is-player-dashboard .roster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body.is-player-dashboard .player-wrap { padding: 18px 14px 84px; }
  body.is-player-dashboard .roster-index { display: block; }
  .player-dash-shell {
    display: block;
    min-height: 0;
    border-radius: 16px;
  }
  .player-dash-rail {
    position: static;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
  }
  .player-dash-rail a {
    width: auto;
    min-height: 54px;
    border-radius: 10px;
    font-size: 10px;
  }
  .player-dash-rail .ui-icon { width: 18px; height: 18px; }
  .player-dash-board { padding: 16px 14px 22px; }
  .player-dash-topbar {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }
  .player-dash-search { justify-self: stretch; width: 100%; }
  .player-dash-join { width: 100%; }
  .player-dash-hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 22px 0 16px;
  }
  .player-dash-hero h1 { font-size: 46px; }
  .player-dash-switch { overflow-x: auto; }
  .player-dash-switch button,
  .player-dash-switch a { flex: 1 0 auto; padding: 0 12px; }
  .player-dash-kpis,
  .player-dash-grid,
  body.is-player-dashboard .roster-grid { grid-template-columns: 1fr; }
  .dash-kpi { min-height: 126px; }
  .dash-kpi b { font-size: 48px; }
  .dash-standings { grid-column: auto; }
  .dash-table-head,
  .dash-table-row {
    grid-template-columns: 28px minmax(0, 1fr) 46px 46px;
  }
  .dash-table-head span:nth-child(5),
  .dash-table-row > span:nth-child(5) { display: none; }
  .dash-feature-player { grid-template-columns: 1fr; }
  .dash-feature-media { min-height: 240px; }
  .dash-mini-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dash-section-head {
    display: grid;
    align-items: start;
  }
  body.is-player-dashboard .roster-filter { justify-content: flex-start; flex-wrap: nowrap; }
  body.is-player-dashboard .roster-card { min-height: 138px; }
}

/* ---------- 21. 尊重系统减弱动效 ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .gwell .trace { stroke-dashoffset: 0 !important; }
}

/* ---------- 52. 黑金运动海报刷新 ---------- */
.hero {
  min-height: 92vh;
  padding: 72px 0 34px;
  background: #050507;
}
.hero::before {
  background:
    linear-gradient(90deg, rgba(5,5,8,.99) 0%, rgba(5,5,8,.92) 34%, rgba(5,5,8,.55) 62%, rgba(5,5,8,.84) 100%),
    radial-gradient(760px 460px at 74% 44%, rgba(255,122,26,.22), transparent 70%),
    radial-gradient(540px 320px at 18% 78%, rgba(255,122,26,.10), transparent 72%),
    url("img/bg/court-heat.webp") 72% center / cover no-repeat;
  opacity: .98;
  filter: saturate(.95) contrast(1.08);
  transform: none !important;
}
.hero::after {
  background:
    linear-gradient(180deg, rgba(5,5,8,.24) 0%, rgba(5,5,8,.38) 52%, var(--void) 100%),
    linear-gradient(90deg, rgba(5,5,8,.86) 0%, rgba(5,5,8,.25) 68%, rgba(5,5,8,.72) 100%);
}
body.motion-ready .hero::before {
  transform: none !important;
  transition: none;
  will-change: auto;
}
.hero-in {
  max-width: 1320px;
  padding: 78px 28px 96px;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 38px;
}
.hero-in::after {
  opacity: .10;
}
.hero-copy {
  max-width: 850px;
}
.hero-ghost-word {
  position: absolute;
  left: max(24px, calc(50% - 660px));
  bottom: 16px;
  z-index: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.13);
  text-stroke: 1px rgba(255,122,26,.13);
  font-size: 150px;
  font-weight: 1000;
  line-height: .8;
  opacity: .62;
}
.hero .eyebrow.city-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--highlight);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}
.hero .eyebrow.city-mark::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--accretion);
  box-shadow: 0 0 18px rgba(255,122,26,.75);
}
.hero h1 {
  max-width: 7.2em;
  margin: 22px 0 18px;
  font-size: 128px;
  line-height: .86;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 22px 80px rgba(0,0,0,.62);
}
.hero h1 .glow {
  background: linear-gradient(105deg, #fff 0%, #fff0d2 34%, var(--accretion) 72%, #ff5a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.hero .lead {
  max-width: 30em;
  color: rgba(245,245,250,.88);
  font-size: 24px;
  line-height: 1.52;
  font-weight: 800;
}
.hero .btn-row {
  margin-top: 34px;
}
.hero .btn {
  min-height: 54px;
  border-radius: 12px;
  font-weight: 1000;
}
.hero .btn.ghost {
  background: rgba(5,5,8,.36);
  border-color: rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin-top: 58px;
}
.hero-proof span {
  min-width: 0;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.20);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
.hero-proof i {
  display: block;
  margin-bottom: 10px;
  color: var(--accretion);
  font-family: var(--mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
}
.hero-proof b {
  color: #fff;
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 1.08;
}
.hero-proof small {
  margin-top: 9px;
  color: rgba(237,237,245,.62);
  font-size: 12px;
  font-weight: 800;
}
.hero-court {
  min-height: 470px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hero-court::before {
  content: '';
  position: absolute;
  inset: 44px -16px 46px 34px;
  border: 2px solid rgba(255,122,26,.20);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  opacity: .56;
  pointer-events: none;
}
.court-lines {
  inset: 28px -26px 18px 42px;
  border-radius: 0 999px 999px 0;
  opacity: .12;
}
.hero-scoreboard,
.hero-clash,
.hero-king,
.hero-seat-card {
  border-radius: 14px;
  border-color: rgba(255,122,26,.22);
  background:
    linear-gradient(180deg, rgba(255,122,26,.08), rgba(255,122,26,0) 48%),
    rgba(7,7,13,.72);
  box-shadow: 0 22px 72px -42px rgba(0,0,0,.95), inset 0 0 0 1px rgba(255,255,255,.04);
}
.hero-scoreboard {
  left: 0;
  top: 18px;
}
.hero-seat-card {
  right: 10px;
  top: 44px;
}
.hero-king {
  right: 42px;
  top: 188px;
}
.hero-clash {
  right: 0;
  bottom: 34px;
  width: min(500px, calc(100% + 52px));
}
body.motion-ready .hero-court:hover {
  border-color: transparent;
  box-shadow: none;
}
.scroll-cue {
  bottom: 18px;
}

.section {
  padding: 86px 0;
}
.sec-head {
  max-width: 820px;
  margin-bottom: 46px;
}
.sec-head .eyebrow,
.ascent-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .24em;
}
.sec-head .eyebrow::before,
.ascent-copy .eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--accretion);
}
.sec-head h2 {
  font-size: 56px;
  line-height: 1.02;
  font-weight: 1000;
  letter-spacing: 0;
}
.sec-head p {
  max-width: 42em;
  margin: 14px auto 0;
  font-size: 16.5px;
  line-height: 1.78;
}
.ascent-section {
  border-top: 1px solid rgba(255,122,26,.12);
  border-bottom: 1px solid rgba(255,122,26,.08);
}
.ascent-copy h2 {
  font-size: 52px;
  line-height: 1.06;
  font-weight: 1000;
  letter-spacing: 0;
}
.ascent-copy p {
  font-size: 18px;
}
.ascent-steps {
  padding: 12px;
  border-color: rgba(255,122,26,.22);
  border-radius: 14px;
}
.ascent-steps span {
  min-height: 68px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.035);
  font-size: 18px;
}
.ascent-steps b {
  min-width: 58px;
  color: var(--accretion);
  font-size: 14px;
  letter-spacing: .08em;
}
.format-visual,
.gs-panel,
.panel-block,
.feat-card,
.reward-card,
.hall-card,
.award-card,
.sched-card,
.quote {
  border-radius: 14px;
  border-color: rgba(255,122,26,.16);
}
.format-visual,
.panel-block,
.feat-card,
.reward-card,
.hall-card,
.sched-card,
.quote {
  position: relative;
  overflow: hidden;
}
.format-visual::after,
.panel-block::after,
.feat-card::after,
.reward-card::after,
.hall-card::after,
.sched-card::after,
.quote::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accretion), rgba(255,211,122,.65), transparent);
  opacity: .55;
  pointer-events: none;
}
.feat-card,
.reward-card,
.hall-card,
.sched-card,
.quote {
  background:
    radial-gradient(110% 90% at 100% 0%, rgba(255,122,26,.10), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0) 52%),
    var(--panel);
}
.feat-card h3,
.reward-card h3 {
  font-size: 23px;
  line-height: 1.12;
  font-weight: 1000;
  letter-spacing: 0;
}
.feat-card .en {
  margin-top: 6px;
  color: rgba(255,211,122,.60);
}
.honor-card h3,
.home-rank-row b,
.matchup-player b,
.sched-card .vs {
  font-weight: 1000;
}
.join {
  background:
    linear-gradient(90deg, rgba(7,7,13,.98), rgba(7,7,13,.82) 52%, rgba(7,7,13,.54)),
    radial-gradient(760px 420px at 70% 40%, rgba(255,122,26,.20), transparent 70%),
    url("img/bg/court-heat.webp") center / cover no-repeat;
}
.join h2 {
  font-size: 64px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0;
}
.join p {
  font-size: 17px;
}

@media (max-width: 1180px) {
  .hero-in {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
  .hero h1 {
    font-size: 108px;
  }
  .hero-ghost-word {
    font-size: 124px;
  }
  .sec-head h2,
  .ascent-copy h2 {
    font-size: 48px;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 0;
  }
  .hero-in {
    grid-template-columns: 1fr;
    padding-top: 66px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-court {
    max-width: 640px;
    width: 100%;
    justify-self: end;
    min-height: 330px;
  }
  .hero-ghost-word {
    font-size: 92px;
  }
  .ascent-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding: 30px 0 14px;
  }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(5,5,8,.62), rgba(5,5,8,.94) 86%, var(--void)),
      linear-gradient(90deg, rgba(5,5,8,.97) 0%, rgba(5,5,8,.75) 62%, rgba(5,5,8,.42) 100%),
      radial-gradient(360px 240px at 74% 32%, rgba(255,122,26,.20), transparent 72%),
      url("img/bg/court-heat.webp") 66% center / cover no-repeat;
  }
  .hero-in {
    padding: 48px 18px 58px;
  }
  .hero .eyebrow.city-mark {
    font-size: 11px;
  }
  .hero h1 {
    max-width: 6em;
    margin-top: 18px;
    font-size: 56px;
    line-height: .92;
  }
  .hero .lead {
    font-size: 18px;
    line-height: 1.55;
  }
  .hero .btn {
    min-height: 48px;
    padding: 12px 16px;
  }
  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 36px;
  }
  .hero-proof b {
    font-size: 20px;
  }
  .hero-proof small {
    font-size: 11px;
  }
  .hero-court,
  .hero-ghost-word,
  .scroll-cue,
  .hero-in::after {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .sec-head {
    text-align: left;
    margin-bottom: 30px;
  }
  .sec-head h2,
  .ascent-copy h2,
  .join h2 {
    font-size: 34px;
    line-height: 1.08;
  }
  .sec-head p {
    margin-left: 0;
    font-size: 15px;
  }
  .ascent-copy p {
    font-size: 15px;
  }
  .ascent-steps span {
    min-height: 58px;
    font-size: 16px;
  }
  .join .container {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 48px;
  }
  .hero-proof {
    grid-template-columns: 1fr;
  }
}

/* ---------- 53. 主场官网感：精神海报 + 球员阵列 ---------- */
.club-anthem {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  background:
    linear-gradient(180deg, var(--void), #050507 38%, var(--void));
}
.club-anthem-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .9fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(28px, 4.5vw, 58px);
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 14px;
  background:
    radial-gradient(760px 420px at 78% 26%, rgba(255,122,26,.20), transparent 66%),
    linear-gradient(90deg, rgba(255,122,26,.08), transparent 48%),
    #050507;
  box-shadow: 0 42px 110px -72px rgba(255,122,26,.82);
}
.club-anthem-stage::before {
  content: 'HOME COURT';
  position: absolute;
  left: 28px;
  bottom: -20px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.075);
  text-stroke: 1px rgba(255,255,255,.075);
  font-size: clamp(76px, 15vw, 210px);
  font-weight: 1000;
  line-height: .8;
  white-space: nowrap;
}
.club-anthem-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(420px 260px at 24% 22%, rgba(255,122,26,.12), transparent 72%),
    linear-gradient(180deg, transparent 62%, rgba(0,0,0,.46));
}
.club-anthem-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.tilt-badge {
  width: max-content;
  padding: 7px 11px;
  transform: rotate(7deg) skew(-8deg);
  background: var(--honor);
  color: #130b02;
  font-family: var(--mono);
  font-weight: 1000;
  letter-spacing: .04em;
  box-shadow: 0 12px 28px -18px rgba(255,211,122,.9);
}
.club-anthem-copy .eyebrow {
  margin-top: 34px;
  color: var(--accretion);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.club-anthem-copy h2 {
  max-width: 8.6em;
  margin: 14px 0 18px;
  font-size: clamp(54px, 7vw, 100px);
  font-weight: 1000;
  line-height: .92;
  letter-spacing: 0;
}
.club-anthem-copy p {
  max-width: 35em;
  color: rgba(237,237,245,.70);
  font-size: 16px;
  line-height: 1.78;
}
.club-anthem-copy .btn {
  width: max-content;
  margin-top: 30px;
  border-radius: 10px;
}
.club-anthem-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255,122,26,.20);
  background: #07070d;
}
.club-anthem-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,5,7,.04), rgba(5,5,7,.88)),
    radial-gradient(540px 300px at 52% 48%, transparent 42%, rgba(5,5,7,.72) 100%);
}
.club-anthem-visual::after {
  content: '';
  position: absolute;
  left: -24%;
  right: -24%;
  bottom: 18%;
  z-index: 2;
  height: 92px;
  border: 2px solid rgba(255,122,26,.62);
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
  transform: rotate(-14deg);
  filter: blur(.2px) drop-shadow(0 0 18px rgba(255,122,26,.58));
  opacity: .78;
}
.club-anthem-visual img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(.92) contrast(1.08);
}
.jersey-mark {
  position: absolute;
  right: 26px;
  top: 22px;
  z-index: 3;
  color: rgba(255,122,26,.92);
  font-family: var(--mono);
  font-size: clamp(64px, 9vw, 132px);
  font-weight: 1000;
  font-style: italic;
  line-height: .8;
}
.script-mark {
  position: absolute;
  right: 28px;
  top: 106px;
  z-index: 3;
  transform: rotate(-8deg);
  color: rgba(255,255,255,.74);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
}

.honor-section {
  position: relative;
}
.home-roster-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  min-height: 316px;
  margin: 0 0 24px;
  padding: 28px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255,122,26,.10), transparent 48%),
    radial-gradient(820px 300px at 50% 0%, rgba(255,122,26,.14), transparent 70%),
    #050507;
}
.home-roster-strip::before {
  content: 'SQUAD';
  position: absolute;
  left: 26px;
  top: 4px;
  z-index: -1;
  color: rgba(255,122,26,.16);
  font-size: clamp(88px, 13vw, 190px);
  font-weight: 1000;
  line-height: .8;
  letter-spacing: -.02em;
}
.home-roster-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.78));
}
.roster-poster-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 12px;
  border: 1px solid color-mix(in srgb, var(--tier-c) 34%, rgba(255,255,255,.08));
  border-radius: 10px;
  background:
    radial-gradient(120% 90% at 50% 18%, color-mix(in srgb, var(--tier-c) 18%, transparent), transparent 64%),
    rgba(255,255,255,.035);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.roster-poster-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--tier-c) 70%, rgba(255,255,255,.15));
  box-shadow: 0 26px 58px -38px color-mix(in srgb, var(--tier-c) 80%, #000);
}
.roster-poster-card img {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 112%;
  height: 206px;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center top;
  opacity: .86;
  filter: saturate(.9) contrast(1.08);
  transition: transform .45s var(--ease), opacity .35s var(--ease);
}
.roster-poster-card:hover img {
  transform: translateX(-50%) scale(1.05);
  opacity: .98;
}
.roster-poster-card::after {
  content: '';
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5,5,7,.92) 72%);
}
.roster-poster-card span,
.roster-poster-card small {
  position: relative;
  z-index: 1;
}
.roster-poster-card span {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  transform: skew(-10deg);
  background: #f2f0ea;
  color: #120b05;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.1;
}
.roster-poster-card small {
  display: block;
  color: rgba(237,237,245,.66);
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .club-anthem-stage {
    grid-template-columns: 1fr;
  }
  .club-anthem-visual {
    min-height: 320px;
  }
  .club-anthem-visual img {
    min-height: 320px;
  }
  .home-roster-strip {
    grid-template-columns: repeat(5, 190px);
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .roster-poster-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  .club-anthem {
    padding-top: 34px;
  }
  .club-anthem-stage {
    min-height: 0;
    padding: 22px;
  }
  .club-anthem-stage::before {
    font-size: 72px;
  }
  .club-anthem-copy .eyebrow {
    margin-top: 26px;
  }
  .club-anthem-copy h2 {
    font-size: 42px;
    line-height: .98;
  }
  .club-anthem-copy p {
    font-size: 14.5px;
  }
  .club-anthem-visual {
    min-height: 260px;
  }
  .club-anthem-visual img {
    min-height: 260px;
  }
  .home-roster-strip {
    margin-left: -18px;
    margin-right: -18px;
    padding: 22px 18px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .home-roster-strip::before {
    left: 18px;
    font-size: 86px;
  }
}

.section.home-honor-priority {
  padding-bottom: 52px;
}

.section.memory-section {
  padding-top: 34px;
  padding-bottom: 72px;
}

@media (max-width: 760px) {
  .section.home-honor-priority {
    padding-bottom: 34px;
  }

  .section.memory-section {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}

/* ---------- 54. S-Profile 结果态：从测评报告收回到球员卡 ---------- */
.profile-page .profile-app:has(.profile-result-head) {
  color: var(--ink);
  border-color: rgba(255,122,26,.22);
  background:
    radial-gradient(760px 420px at 78% 10%, rgba(255,122,26,.18), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0) 42%),
    #050507;
  box-shadow: 0 38px 100px -68px rgba(255,122,26,.72);
}
.profile-page .profile-app:has(.profile-result-head) .profile-result-head h2 {
  color: #f7f4ef;
}
.profile-page .profile-app:has(.profile-result-head) .profile-result-head p {
  color: rgba(237,237,245,.68);
}
.profile-page .profile-app:has(.profile-result-head) .tag-en {
  color: var(--accretion);
}
.profile-page .profile-app:has(.profile-result-head) .s-card {
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: 28px;
  padding: 22px;
  border-color: rgba(255,122,26,.28);
  background:
    linear-gradient(120deg, rgba(255,122,26,.12), transparent 42%),
    radial-gradient(620px 360px at 88% 14%, rgba(255,211,122,.12), transparent 70%),
    #0b0b12;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.profile-page .profile-app:has(.profile-result-head) .s-card::before {
  content: 'S-PROFILE';
  position: absolute;
  right: 18px;
  bottom: -28px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.14);
  text-stroke: 1px rgba(255,122,26,.14);
  font-size: clamp(72px, 12vw, 180px);
  font-weight: 1000;
  line-height: .8;
  white-space: nowrap;
}
.profile-page .profile-app:has(.profile-result-head) .s-card-visual {
  align-self: center;
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border-color: rgba(255,122,26,.26);
  background:
    radial-gradient(80% 70% at 50% 0%, rgba(255,122,26,.18), transparent 68%),
    #08080d;
}
.profile-page .profile-app:has(.profile-result-head) .s-card-visual::after {
  content: 'GAME-LIT CARD';
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 9px;
  transform: skew(-10deg);
  color: #100804;
  background: var(--honor);
  font: 1000 10px/1 var(--mono);
  letter-spacing: .08em;
}
.profile-page .profile-app:has(.profile-result-head) .s-card-visual img {
  min-height: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95) contrast(1.05);
}
.profile-page .profile-app:has(.profile-result-head) .s-card-top,
.profile-page .profile-app:has(.profile-result-head) .s-card-name {
  color: rgba(237,237,245,.62);
}
.profile-page .profile-app:has(.profile-result-head) .s-card-top b {
  color: var(--honor);
}
.profile-page .profile-app:has(.profile-result-head) .s-card-name span,
.profile-page .profile-app:has(.profile-result-head) .s-style-row span,
.profile-page .profile-app:has(.profile-result-head) .s-inspiration span {
  color: var(--honor);
  background: rgba(255,211,122,.08);
}
.profile-page .profile-app:has(.profile-result-head) .s-code span {
  color: #f7f4ef;
  border-color: rgba(255,122,26,.26);
  background: rgba(255,255,255,.055);
}
.profile-page .profile-app:has(.profile-result-head) .s-code span.strong {
  color: #140903;
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
}
.profile-page .profile-app:has(.profile-result-head) .s-card h3 {
  color: #f7f4ef;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: .94;
}
.profile-page .profile-app:has(.profile-result-head) .s-card p {
  color: rgba(237,237,245,.72);
  font-size: 16px;
}
.profile-page .profile-app:has(.profile-result-head) .s-style-row b,
.profile-page .profile-app:has(.profile-result-head) .s-inspiration b,
.profile-page .profile-app:has(.profile-result-head) .s-fun-tag b {
  color: #f7f4ef;
}
.profile-page .profile-app:has(.profile-result-head) .s-inspiration button {
  color: var(--honor);
  border-color: rgba(255,211,122,.24);
  background: rgba(255,211,122,.06);
}
.profile-page .profile-app:has(.profile-result-head) .s-inspiration button:hover {
  color: #130803;
  background: var(--honor);
}
.profile-page .profile-app:has(.profile-result-head) .s-fun-tag {
  border-color: rgba(255,211,122,.22);
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.profile-page .profile-app:has(.profile-result-head) .s-fun-tag span {
  color: #120804;
  background: var(--accretion);
}
.profile-page .profile-app:has(.profile-result-head) .s-card blockquote {
  color: #f7f4ef;
  border-left-color: var(--accretion);
  background: rgba(255,255,255,.07);
}
.profile-page .profile-app:has(.profile-result-head) .s-card-foot {
  color: var(--accretion);
}
.profile-page .profile-app:has(.profile-result-head) .profile-axis-result span,
.profile-page .profile-app:has(.profile-result-head) .profile-coach {
  color: var(--ink);
  border-color: rgba(255,122,26,.18);
  background: rgba(255,255,255,.045);
}
.profile-page .profile-app:has(.profile-result-head) .profile-axis-result b,
.profile-page .profile-app:has(.profile-result-head) .profile-axis-result small,
.profile-page .profile-app:has(.profile-result-head) .profile-coach p {
  color: rgba(237,237,245,.60);
}
.profile-page .profile-app:has(.profile-result-head) .profile-axis-result strong,
.profile-page .profile-app:has(.profile-result-head) .profile-coach b,
.profile-page .profile-app:has(.profile-result-head) .profile-copy-status {
  color: var(--honor);
}

@media (max-width: 760px) {
  .profile-page .profile-app:has(.profile-result-head) .s-card {
    grid-template-columns: 1fr;
  }
  .profile-page .profile-app:has(.profile-result-head) .s-card-visual {
    max-width: 320px;
    width: 100%;
    justify-self: center;
  }
}

/* ---------- 67. S-Profile 轻流程：注册中一步 + 好分享结果 ---------- */
.profile-page .profile-shell {
  max-width: 940px;
  padding: 30px 18px 96px;
}

.profile-page .profile-hero {
  max-width: 880px;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0 auto 18px;
  padding: clamp(24px, 5vw, 42px);
}

.profile-page .profile-hero h1 {
  max-width: 7.6em;
  font-size: clamp(48px, 9vw, 84px);
  line-height: .92;
}

.profile-page .profile-hero p {
  max-width: 34em;
}

.profile-page .profile-hero::after {
  right: 10px;
  bottom: -14px;
  font-size: clamp(62px, 14vw, 132px);
  opacity: .72;
}

.profile-page .profile-test-card {
  min-height: 0;
  align-content: start;
  padding: 18px;
  border-radius: 18px;
}

.profile-page .profile-test-card b {
  max-width: none;
  font-size: clamp(24px, 3.6vw, 36px);
  line-height: 1.06;
}

.profile-page .profile-test-card p {
  max-width: 48em;
  margin: 0;
}

.profile-page .profile-test-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-page .profile-layout {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

.profile-page .profile-side {
  display: none;
}

.profile-page .profile-app {
  min-height: 0;
  padding: clamp(18px, 4vw, 28px);
  border-radius: 22px;
}

.profile-page .profile-intro-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.profile-page .profile-test-slate {
  display: none;
}

.profile-page .profile-step-head h2,
.profile-page .profile-result-head h2,
.profile-page .profile-question h2 {
  font-size: clamp(30px, 5.4vw, 44px);
}

.profile-page .profile-form {
  max-width: 620px;
  margin: 0 auto;
  gap: 12px;
}

.profile-page .profile-form label {
  gap: 7px;
}

.profile-page .profile-locked-choice {
  margin-bottom: 2px;
}

.profile-page .profile-progress {
  margin-bottom: 18px;
}

.profile-page .profile-options {
  gap: 10px;
  margin-top: 18px;
}

.profile-page .profile-options button {
  min-height: 70px;
}

.profile-page .profile-app:has(.profile-result-head) {
  max-width: 780px;
  margin: 0 auto;
}

.profile-page .profile-result-head {
  max-width: 34em;
  margin: 0 auto 16px;
  text-align: center;
}

.profile-page .profile-app:has(.profile-result-head) .s-card,
.profile-page .s-card {
  grid-template-columns: 1fr;
  max-width: 620px;
  margin: 0 auto;
  gap: 16px;
  padding: clamp(14px, 3.2vw, 20px);
  border-radius: 22px;
}

.profile-page .profile-app:has(.profile-result-head) .s-card::before {
  display: none;
}

.profile-page .profile-app:has(.profile-result-head) .s-card-visual,
.profile-page .s-card-visual {
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  max-height: 360px;
}

.profile-page .profile-app:has(.profile-result-head) .s-card-visual img,
.profile-page .s-card-visual img {
  min-height: 0;
  height: 100%;
}

.profile-page .profile-app:has(.profile-result-head) .s-card h3,
.profile-page .s-card h3 {
  font-size: clamp(42px, 9vw, 58px);
}

.profile-page .profile-axis-result-compact {
  max-width: 620px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px auto 0;
}

.profile-page .profile-axis-result-compact span {
  min-height: 74px;
  padding: 12px 10px;
  text-align: center;
}

.profile-page .profile-axis-result-compact b {
  font-size: 11px;
}

.profile-page .profile-axis-result-compact strong {
  font-size: 18px;
}

.profile-share-note {
  max-width: 620px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  margin: 12px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.profile-share-note b {
  align-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  color: #130803;
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
  font-size: 12px;
}

.profile-share-note p {
  margin: 0;
  color: rgba(237,237,245,.70);
  line-height: 1.55;
}

.profile-page .profile-actions-wrap {
  max-width: 620px;
  justify-content: center;
  margin: 16px auto 0;
}

@media (max-width: 760px) {
  .profile-page .profile-shell {
    padding: 16px 12px 104px;
  }

  .profile-page .profile-hero {
    padding: 22px 18px;
  }

  .profile-page .profile-test-card {
    display: none;
  }

  .profile-page .profile-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .profile-page .profile-proof-row span {
    padding: 10px 8px;
    border-radius: 12px;
  }

  .profile-page .profile-proof-row b {
    font-size: 18px;
  }

  .profile-page .profile-proof-row small {
    font-size: 10px;
  }

  .profile-page .profile-app {
    padding: 16px;
  }

  .profile-page .profile-options button {
    min-height: 64px;
  }

  .profile-page .profile-axis-result-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .profile-page .profile-axis-result-compact span {
    min-height: 62px;
    padding: 9px 6px;
  }

  .profile-page .profile-axis-result-compact strong {
    font-size: 15px;
  }

  .profile-share-note,
  .profile-page .profile-actions-wrap {
    grid-template-columns: 1fr;
  }

  .profile-page .profile-actions-wrap .btn {
    width: 100%;
  }
}

/* ---------- 55. 球员档案馆：从后台 Dashboard 收回官网风格 ---------- */
body.is-player-dashboard .player-wrap {
  max-width: 1320px;
  padding: 44px 24px 104px;
}
body.is-player-dashboard .roster-index {
  display: block;
}
.player-archive-stage.player-dash-shell {
  display: block;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.player-archive-stage .player-dash-rail {
  display: none;
}
.player-archive-stage .player-dash-board {
  padding: 0;
}
.player-archive-stage .player-dash-topbar {
  position: relative;
  z-index: 5;
  grid-template-columns: max-content minmax(260px, 440px) max-content;
  padding: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 16px;
  background: rgba(9,9,16,.72);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(14px);
}
.player-archive-stage .player-dash-search {
  background: rgba(255,255,255,.045);
}
.player-archive-stage .player-dash-join {
  justify-self: end;
  width: auto;
  min-width: 150px;
  border-radius: 12px;
}
.player-archive-stage .player-dash-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
  gap: 32px;
  align-items: end;
  padding: 46px;
  border: 1px solid rgba(255,122,26,.22);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(5,5,8,.96) 0%, rgba(5,5,8,.82) 48%, rgba(5,5,8,.42) 100%),
    radial-gradient(760px 380px at 78% 40%, rgba(255,122,26,.18), transparent 68%),
    url("img/bg/court-heat.webp") 72% center / cover no-repeat,
    #050507;
  box-shadow: 0 34px 100px -70px rgba(255,122,26,.8);
}
.player-archive-stage .player-dash-hero::before {
  content: 'PLAYERS';
  position: absolute;
  left: 34px;
  bottom: -20px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.14);
  text-stroke: 1px rgba(255,122,26,.14);
  font-size: clamp(92px, 14vw, 210px);
  font-weight: 1000;
  line-height: .78;
}
.player-archive-stage .player-dash-hero h1 {
  max-width: 6.4em;
  margin: 16px 0 14px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .86;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 24px 84px rgba(0,0,0,.72);
}
.player-archive-stage .player-dash-hero p {
  max-width: 36em;
  color: rgba(237,237,245,.76);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
}
.player-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.player-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(5,5,8,.46);
  font-weight: 1000;
  backdrop-filter: blur(10px);
}
.player-hero-actions a.on {
  color: #150904;
  border-color: var(--accretion);
  background: var(--accretion);
  box-shadow: var(--glow-orange);
}
.player-archive-spotlight {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 340px;
  padding: 22px;
  border: 1px solid rgba(255,211,122,.24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,122,26,.06), rgba(5,5,8,.92) 72%),
    rgba(255,255,255,.035);
}
.player-archive-spotlight img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: .82;
  filter: saturate(.92) contrast(1.08);
  transition: transform .45s var(--ease), opacity .35s var(--ease);
}
.player-archive-spotlight:hover img {
  transform: scale(1.045);
  opacity: .95;
}
.player-archive-spotlight::after {
  content: '';
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(180deg, transparent, rgba(5,5,8,.95) 78%);
}
.player-archive-spotlight > span,
.player-archive-spotlight > div {
  position: relative;
  z-index: 1;
}
.player-archive-spotlight small {
  display: block;
  color: var(--honor);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.player-archive-spotlight b {
  display: block;
  margin: 8px 0 6px;
  color: #fff;
  font-size: 44px;
  line-height: .92;
}
.player-archive-spotlight em {
  display: block;
  color: rgba(237,237,245,.70);
  font-style: normal;
  font-size: 13px;
  line-height: 1.55;
}
.player-archive-stage .player-dash-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.player-archive-stage .dash-kpi {
  min-height: 118px;
  padding: 18px;
  border-color: rgba(255,122,26,.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    rgba(9,9,16,.82);
}
.player-archive-stage .dash-kpi.black {
  background: rgba(3,3,6,.86);
}
.player-archive-stage .dash-kpi.orange {
  background:
    linear-gradient(135deg, rgba(255,122,26,.96), rgba(255,150,52,.84));
}
.player-archive-stage .dash-kpi b {
  font-size: 44px;
  letter-spacing: 0;
}
.player-archive-stage .player-dash-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.player-archive-stage .dash-panel {
  border-color: rgba(255,122,26,.14);
  border-radius: 14px;
  background:
    radial-gradient(580px 220px at 100% 0%, rgba(255,122,26,.08), transparent 70%),
    rgba(13,13,22,.86);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.player-archive-stage .dash-panel.dark {
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(255,122,26,.06), transparent 70%),
    rgba(3,3,7,.90);
}
.player-archive-stage .dash-panel-head h2 {
  color: var(--ink);
  font-size: 18px;
  text-transform: none;
}
.player-archive-stage .dash-panel-head a,
.player-archive-stage .dash-panel-head span {
  color: var(--honor);
  opacity: .86;
}
.player-archive-stage .dash-top-players {
  grid-column: span 5;
}
.player-archive-stage .dash-feature-player {
  grid-column: span 3;
}
.player-archive-stage .dash-standings {
  grid-column: span 4;
}
.player-archive-stage .dash-trend,
.player-archive-stage .dash-shot,
.player-archive-stage .dash-compare {
  grid-column: span 4;
}
.player-archive-stage .dash-feature-player {
  grid-template-columns: 1fr;
}
.player-archive-stage .dash-feature-media {
  min-height: 220px;
}
.player-archive-stage .dash-feature-media img {
  object-position: center top;
}
.player-archive-stage .dash-feature-copy h2 {
  font-size: 38px;
}
.player-archive-stage .dash-court {
  background:
    radial-gradient(circle at 50% 18%, transparent 0 34px, rgba(255,211,122,.36) 35px 37px, transparent 38px),
    linear-gradient(90deg, transparent 49%, rgba(255,211,122,.22) 50%, transparent 51%),
    #050507;
}
.player-archive-stage .dash-roster-section {
  margin-top: 24px;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255,122,26,.18);
}
.player-archive-stage .dash-section-head h2 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: .88;
  text-transform: none;
}
body.is-player-dashboard .roster-filter button {
  background: rgba(255,255,255,.045);
}
body.is-player-dashboard .roster-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
body.is-player-dashboard .roster-card {
  min-height: 172px;
  border-radius: 14px;
  background:
    radial-gradient(120% 90% at 100% 0%, color-mix(in srgb, var(--tier-c) 16%, transparent), transparent 68%),
    rgba(13,13,22,.86);
}
body.is-player-dashboard .roster-main h3 {
  font-size: 26px;
}

@media (max-width: 1180px) {
  .player-archive-stage .player-dash-hero {
    grid-template-columns: 1fr;
  }
  .player-archive-spotlight {
    min-height: 300px;
  }
  .player-archive-stage .player-dash-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .player-archive-stage .dash-top-players,
  .player-archive-stage .dash-feature-player,
  .player-archive-stage .dash-standings,
  .player-archive-stage .dash-trend,
  .player-archive-stage .dash-shot,
  .player-archive-stage .dash-compare {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  body.is-player-dashboard .player-wrap {
    padding: 18px 14px 92px;
  }
  .player-archive-stage .player-dash-topbar {
    grid-template-columns: 1fr;
  }
  .player-archive-stage .player-dash-hero {
    min-height: 0;
    padding: 24px 20px;
  }
  .player-archive-stage .player-dash-hero h1 {
    font-size: 48px;
  }
  .player-archive-stage .player-dash-hero p {
    font-size: 15px;
  }
  .player-hero-actions a,
  .player-archive-stage .player-dash-join {
    width: 100%;
  }
  .player-archive-stage .player-dash-kpis,
  .player-archive-stage .player-dash-grid,
  body.is-player-dashboard .roster-grid {
    grid-template-columns: 1fr;
  }
  .player-archive-spotlight {
    min-height: 280px;
  }
  .player-archive-stage .dash-feature-player {
    grid-template-columns: 1fr;
  }
  .player-archive-stage .dash-feature-media {
    min-height: 240px;
  }
}

/* ---------- 56. 球员档案馆：多人名册入口 ---------- */
body.is-player-archive .player-wrap {
  width: 100%;
  max-width: 1380px;
  padding: 44px 24px 108px;
}
body.is-player-archive .roster-index {
  display: block;
  padding: 0;
}
.archive-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 30px;
  min-height: 420px;
  align-items: end;
  padding: 46px;
  border: 1px solid rgba(255,122,26,.24);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(5,5,8,.98) 0%, rgba(5,5,8,.82) 52%, rgba(5,5,8,.42) 100%),
    radial-gradient(760px 420px at 82% 42%, rgba(255,122,26,.22), transparent 68%),
    url("img/bg/court-heat.webp") center / cover no-repeat,
    #050507;
  box-shadow: 0 34px 110px -78px rgba(255,122,26,.86);
}
.archive-hero::before {
  content: 'PLAYERS';
  position: absolute;
  left: 32px;
  bottom: -26px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,122,26,.16);
  text-stroke: 1px rgba(255,122,26,.16);
  font-size: clamp(90px, 15vw, 220px);
  font-weight: 1000;
  line-height: .76;
  letter-spacing: 0;
}
.archive-hero-copy h1 {
  max-width: 6.6em;
  margin: 16px 0 16px;
  color: #fff;
  font-size: clamp(62px, 8.5vw, 124px);
  line-height: .84;
  letter-spacing: 0;
  text-shadow: 0 24px 84px rgba(0,0,0,.72);
}
.archive-hero-copy p {
  max-width: 36em;
  color: rgba(237,237,245,.76);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 800;
}
.archive-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.archive-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(5,5,8,.48);
  font-weight: 1000;
  backdrop-filter: blur(10px);
}
.archive-hero-actions a.on {
  color: #150904;
  border-color: var(--accretion);
  background: var(--accretion);
  box-shadow: var(--glow-orange);
}
.archive-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-self: stretch;
  align-content: end;
}
.archive-hero-proof span {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.018)),
    rgba(8,8,14,.78);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
}
.archive-hero-proof span:first-child {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(255,122,26,.92), rgba(255,170,64,.76)),
    #ff7a1a;
}
.archive-hero-proof b {
  display: block;
  color: #fff;
  font-size: 44px;
  line-height: .96;
  letter-spacing: 0;
}
.archive-hero-proof span:first-child b {
  color: #150904;
  font-size: 64px;
}
.archive-hero-proof small {
  display: block;
  margin-top: 9px;
  color: rgba(237,237,245,.64);
  font-weight: 900;
}
.archive-hero-proof span:first-child small {
  color: rgba(21,9,4,.76);
}
.archive-feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.archive-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 152px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--tier-c) 32%, var(--stroke));
  border-radius: 14px;
  background:
    radial-gradient(140% 90% at 100% 0%, color-mix(in srgb, var(--tier-c) 18%, transparent), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)),
    rgba(12,12,20,.88);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.archive-feature-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--tier-c) 62%, var(--stroke));
}
.archive-feature-card .avatar {
  --sz: 70px;
}
.archive-feature-card b,
.archive-feature-card strong,
.archive-feature-card small {
  display: block;
  min-width: 0;
}
.archive-feature-card b {
  margin: 8px 0 5px;
  color: #fff;
  font-size: 28px;
  line-height: .95;
}
.archive-feature-card strong {
  color: var(--honor);
  font: 1000 16px/1.15 var(--display);
}
.archive-feature-card small {
  margin-top: 8px;
  color: var(--ink-3);
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-toolbar {
  position: sticky;
  top: 78px;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(260px, 440px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 16px 0 18px;
  padding: 12px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 16px;
  background: rgba(8,8,14,.78);
  box-shadow: 0 20px 80px -60px rgba(255,122,26,.5), inset 0 0 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(16px);
}
.archive-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--stroke-soft);
  border-radius: 999px;
  color: var(--ink-3);
  background: rgba(255,255,255,.045);
}
.archive-search .ui-icon {
  width: 18px;
  height: 18px;
  color: var(--accretion);
}
.archive-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
}
.archive-search input::placeholder {
  color: rgba(178,178,196,.62);
}
body.is-player-archive .roster-filter {
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
body.is-player-archive .roster-filter button {
  min-height: 40px;
  padding: 0 14px;
  background: rgba(255,255,255,.045);
}
.archive-roster-block {
  margin-top: 24px;
}
.archive-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.archive-section-head h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  line-height: .9;
  letter-spacing: 0;
}
.archive-section-head > span {
  flex: 0 0 auto;
  color: var(--honor);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .12em;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.archive-player-card {
  position: relative;
  overflow: hidden;
  min-height: 246px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--tier-c) 24%, var(--stroke));
  border-radius: 14px;
  background:
    radial-gradient(120% 88% at 100% 0%, color-mix(in srgb, var(--tier-c) 14%, transparent), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
    rgba(11,11,19,.9);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
  transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease);
}
.archive-player-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--tier-c) 58%, var(--stroke));
  background-color: rgba(255,255,255,.025);
}
.archive-rank {
  position: absolute;
  right: 16px;
  top: 14px;
  color: color-mix(in srgb, var(--tier-c) 76%, #fff);
  font: 1000 14px/1 var(--mono);
  letter-spacing: .08em;
}
.archive-player-card .avatar {
  --sz: 72px;
  align-self: start;
}
.archive-player-main {
  min-width: 0;
  padding-right: 34px;
}
.archive-player-main h3 {
  margin: 8px 0 6px;
  color: #fff;
  font-size: 30px;
  line-height: .92;
}
.archive-player-main p,
.archive-player-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-player-main p {
  color: var(--ink-2);
  font-weight: 800;
}
.archive-player-main small {
  margin-top: 6px;
  color: var(--ink-3);
}
.archive-player-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.archive-player-stats span {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
}
.archive-player-stats b,
.archive-player-stats small {
  display: block;
  text-align: center;
}
.archive-player-stats b {
  color: #fff;
  font-size: 19px;
  line-height: 1;
}
.archive-player-stats small {
  margin-top: 6px;
  color: var(--ink-3);
  font: 900 10px/1 var(--mono);
  letter-spacing: .08em;
}
.archive-player-foot {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: max-content max-content minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--stroke-soft);
}
.archive-player-foot b {
  color: var(--honor);
  font-weight: 1000;
}
.archive-player-foot span {
  color: var(--ink);
  font-weight: 1000;
}
.archive-player-foot span.up { color: #ff5b4a; }
.archive-player-foot span.down { color: var(--away); }
.archive-player-foot em {
  min-width: 0;
  color: var(--ink-3);
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.is-player-archive .roster-empty {
  grid-column: 1 / -1;
  padding: 30px;
  border: 1px solid var(--stroke-soft);
  border-radius: 14px;
  color: var(--ink-2);
  background: rgba(255,255,255,.035);
}

@media (max-width: 1180px) {
  .archive-hero {
    grid-template-columns: 1fr;
  }
  .archive-hero-proof,
  .archive-feature-row,
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive-toolbar {
    top: 70px;
    grid-template-columns: 1fr;
  }
  body.is-player-archive .roster-filter {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.is-player-archive .player-wrap {
    padding: 18px 14px 92px;
  }
  .archive-hero {
    min-height: 0;
    padding: 26px 20px;
    border-radius: 16px;
  }
  .archive-hero-copy h1 {
    font-size: 52px;
  }
  .archive-hero-copy p {
    font-size: 15px;
  }
  .archive-hero-actions a {
    flex: 1 1 100%;
  }
  .archive-hero-proof,
  .archive-feature-row,
  .archive-grid {
    grid-template-columns: 1fr;
  }
  .archive-hero-proof span,
  .archive-hero-proof span:first-child {
    min-height: 88px;
  }
  .archive-hero-proof span:first-child b {
    font-size: 48px;
  }
  .archive-toolbar {
    position: relative;
    top: auto;
  }
  body.is-player-archive .roster-filter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .archive-section-head {
    display: block;
  }
  .archive-section-head > span {
    display: inline-block;
    margin-top: 10px;
  }
  .archive-player-card {
    min-height: 224px;
  }
  .archive-player-main h3 {
    font-size: 28px;
  }
}

/* ---------- 记录台：单人现场工作台 ---------- */
.record-page {
  min-height: 100vh;
  background:
    radial-gradient(1000px 420px at 50% -160px, rgba(255,122,26,.12), transparent 62%),
    var(--void);
}
.record-page .demo-ribbon,
.record-assist-bar[hidden] {
  display: none;
}
.record-private-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--nav-h);
  border-bottom: 1px solid var(--stroke-soft);
  background: rgba(7,7,13,.86);
  backdrop-filter: blur(14px);
}
.record-private-in {
  width: min(1280px, 100%);
  min-height: var(--nav-h);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.record-private-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.record-private-brand b {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}
.record-private-brand small {
  display: block;
  margin-top: 4px;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .22em;
}
.record-private-state {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.record-private-state span,
.record-private-state b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--panel);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  white-space: nowrap;
}
.record-private-state b {
  color: var(--honor);
  border-color: rgba(255,211,122,.28);
  background: rgba(255,211,122,.08);
}
.record-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 18px 20px 128px;
}
.record-scorebar {
  position: sticky;
  top: calc(var(--nav-h) + 8px);
  z-index: 35;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(320px, .92fr) minmax(190px, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-bottom: 12px;
}
.record-score-team,
.record-score-core,
.record-commandbar,
.record-clockbar,
.record-team-board,
.record-review-panel,
.record-sheet {
  border: 1px solid var(--stroke-soft);
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 56%),
    var(--panel);
  box-shadow: 0 24px 80px -62px rgba(0,0,0,.9);
}
.record-score-team {
  min-height: 154px;
  padding: 16px;
  border-radius: var(--r);
  overflow: hidden;
}
.record-score-team.is-home { box-shadow: inset 4px 0 0 var(--accretion), 0 24px 80px -62px rgba(255,122,26,.9); }
.record-score-team.is-away { box-shadow: inset -4px 0 0 var(--away), 0 24px 80px -62px rgba(111,168,255,.75); text-align: right; }
.record-score-team h2 {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.15;
}
.record-score-team strong {
  display: block;
  margin-top: 12px;
  font-size: 64px;
  line-height: .9;
}
.record-score-team.is-home strong { color: var(--accretion); }
.record-score-team.is-away strong { color: var(--away); }
.record-score-team small {
  display: block;
  margin-top: 10px;
  color: var(--ink-2);
  font-family: var(--mono);
  font-size: 12px;
}
.record-score-core {
  min-height: 154px;
  padding: 16px;
  border-radius: var(--r);
  text-align: center;
}
.record-score-core h1 {
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.16;
}
.record-period-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  margin-top: 14px;
}
.record-period-tabs button,
.record-core-actions button,
.record-commandbar button,
.record-assist-bar button,
.record-export-actions button {
  min-height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  color: var(--ink-2);
  background: var(--panel-2);
  cursor: pointer;
  font-weight: 850;
}
.record-period-tabs button {
  min-height: 34px;
  padding: 0 6px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0;
}
.record-period-tabs button.on,
.record-core-actions button:hover,
.record-commandbar button:hover,
.record-assist-bar button {
  color: #1a0e02;
  background: var(--accretion);
  border-color: var(--accretion);
}
.record-core-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.record-core-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.record-commandbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr)) auto;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-radius: var(--r);
  margin-bottom: 12px;
}
.record-commandbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
}
.record-more-tools {
  position: relative;
  min-width: 0;
}
.record-more-tools summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  color: var(--ink-2);
  background: var(--panel-2);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}
.record-more-tools summary::-webkit-details-marker {
  display: none;
}
.record-more-tools[open] summary,
.record-more-tools summary:hover {
  color: #1a0e02;
  background: var(--accretion);
  border-color: var(--accretion);
}
.record-more-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 70;
  display: grid;
  width: min(320px, calc(100vw - 24px));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--stroke-soft);
  border-radius: 12px;
  background: rgba(13,13,22,.96);
  box-shadow: 0 24px 80px -42px rgba(0,0,0,.96);
  backdrop-filter: blur(16px);
}
.record-more-panel button {
  width: 100%;
}
.record-commandbar .ui-icon {
  width: 15px;
  height: 15px;
}
.record-commandbar .record-danger-tool {
  color: var(--down);
  border-color: rgba(255,77,77,.36);
  background: rgba(255,77,77,.08);
}
.record-save-state {
  justify-self: end;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
  white-space: nowrap;
}
.record-clockbar {
  display: grid;
  grid-template-columns: minmax(150px, .58fr) minmax(280px, .95fr) minmax(340px, 1.2fr) minmax(210px, .72fr);
  gap: 10px;
  align-items: stretch;
  padding: 10px;
  border-radius: var(--r);
  margin-bottom: 12px;
}
.record-clock-face {
  display: grid;
  align-content: center;
  min-height: 72px;
  padding: 10px 12px;
  border: 1px solid rgba(255,211,122,.22);
  border-radius: 12px;
  background: rgba(255,211,122,.06);
}
.record-clock-face strong {
  color: var(--honor);
  font-size: 34px;
  line-height: 1;
}
.record-clock-face small {
  margin-top: 5px;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
}
.record-clock-actions,
.record-clock-setup,
.record-roster-actions,
.record-export-actions {
  display: grid;
  gap: 8px;
}
.record-clock-actions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.record-clock-setup {
  grid-template-columns: 70px 70px repeat(2, minmax(86px, 1fr));
  align-items: stretch;
}
.record-clock-setup label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-height: 42px;
  padding: 0 8px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  color: var(--ink-3);
  background: var(--panel-2);
  font-size: 12px;
  font-weight: 850;
}
.record-clock-setup input {
  width: 100%;
  min-width: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 950;
  text-align: right;
}
.record-clock-actions button,
.record-clock-setup button,
.record-roster-actions button,
.record-guest-form button,
.record-calibrate-grid input,
.record-note-field input,
.record-guest-form input,
.record-guest-form select {
  min-height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  color: var(--ink-2);
  background: var(--panel-2);
  font-weight: 850;
}
.record-clock-actions button,
.record-clock-setup button,
.record-roster-actions button,
.record-guest-form button {
  cursor: pointer;
}
.record-clock-actions button:hover,
.record-clock-setup button:hover,
.record-roster-actions button:hover,
.record-guest-form button:hover {
  color: #1a0e02;
  background: var(--accretion);
  border-color: var(--accretion);
}
.record-clock-actions .is-locked,
.record-period-tabs button.locked {
  color: var(--honor);
  border-color: rgba(255,211,122,.32);
  background: rgba(255,211,122,.09);
}
.record-live-state {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: center;
  gap: 6px;
  min-height: 72px;
  padding: 8px;
  border: 1px solid var(--stroke-soft);
  border-radius: 12px;
  color: var(--ink-2);
  background: rgba(255,255,255,.025);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}
.record-live-state span {
  display: grid;
  gap: 2px;
  min-width: 0;
  min-height: 38px;
  align-content: center;
  padding: 5px 7px;
  border: 1px solid var(--stroke-soft);
  border-radius: 10px;
  background: rgba(255,255,255,.028);
}
.record-live-state span b {
  overflow: hidden;
  color: var(--ink);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record-live-state span.ok {
  color: var(--up);
  border-color: rgba(72,255,165,.22);
  background: rgba(72,255,165,.06);
}
.record-live-state span.warn {
  color: var(--honor);
  border-color: rgba(255,211,122,.20);
  background: rgba(255,211,122,.05);
}
.record-live-ticker {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin: -2px 0 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.record-live-ticker[hidden] {
  display: flex;
  visibility: hidden;
  pointer-events: none;
}
.record-live-ticker::-webkit-scrollbar {
  display: none;
}
.record-live-ticker span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(255,255,255,.035);
  font-size: 12px;
  white-space: nowrap;
}
.record-live-ticker b {
  color: var(--accretion);
  font-family: var(--mono);
  font-size: 10px;
}
.record-live-ticker .is-away b {
  color: var(--away);
}
.record-live-ticker .is-adjust b {
  color: var(--honor);
}
.record-assist-bar {
  position: fixed;
  left: 50%;
  bottom: 76px;
  z-index: 82;
  width: min(560px, calc(100vw - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,211,122,.26);
  border-radius: var(--r);
  color: var(--honor);
  background: rgba(255,211,122,.08);
  box-shadow: 0 24px 80px -42px rgba(0,0,0,.94), 0 0 52px -34px rgba(255,211,122,.9);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}
.record-assist-bar b {
  display: block;
  margin-top: 2px;
  color: var(--ink);
}
.record-assist-bar button {
  flex: 0 0 auto;
  min-width: 92px;
}
.record-floating-undo {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 83;
  min-height: 50px;
  min-width: 78px;
  padding: 0 14px;
  border: 1px solid rgba(255,77,77,.38);
  border-radius: 999px;
  color: #ffd2d2;
  background: rgba(76,18,20,.88);
  box-shadow: 0 24px 70px -42px rgba(0,0,0,.96);
  cursor: pointer;
  font-weight: 950;
  backdrop-filter: blur(14px);
}
.record-floating-undo:disabled,
.record-commandbar button:disabled,
.record-clock-actions button:disabled,
.record-clock-setup button:disabled,
.record-clock-setup input:disabled,
.record-export-actions button:disabled,
.record-player-card button:disabled {
  opacity: .42;
  cursor: not-allowed;
}
.record-floating-undo:disabled {
  display: none;
}
.record-court {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.record-team-board {
  border-radius: var(--r);
  padding: 12px;
}
.record-team-board.is-home { border-color: rgba(255,122,26,.26); }
.record-team-board.is-away { border-color: rgba(111,168,255,.28); }
.record-board-head,
.record-panel-head,
.record-picker-head,
.record-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.record-board-head h2,
.record-panel-head h2,
.record-sheet-head h2 {
  font-size: 18px;
  line-height: 1.1;
  margin-top: 3px;
}
.record-board-head small {
  color: var(--ink-3);
  font-family: var(--mono);
  white-space: nowrap;
}
.record-player-stack {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}
.record-player-card {
  border: 1px solid var(--stroke-soft);
  border-radius: 14px;
  background: var(--panel-2);
  overflow: hidden;
}
.record-player-card.assist-active {
  border-color: var(--honor);
  box-shadow: inset 0 0 0 1px rgba(255,211,122,.28), 0 0 28px -18px var(--honor);
}
.record-player-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 12px;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.record-player-main:active,
.record-score-row button:active,
.record-quick-row button:active,
.record-action-grid button:active,
.record-period-tabs button:active,
.record-commandbar button:active,
.record-floating-undo:active {
  transform: scale(var(--press-scale));
}
.record-jersey {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  color: var(--accretion);
  background: rgba(255,122,26,.09);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
}
.record-player-card.is-away .record-jersey {
  color: var(--away);
  background: rgba(111,168,255,.10);
}
.record-player-copy {
  min-width: 0;
}
.record-player-copy b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.record-player-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ink-3);
  font-size: 11px;
}
.record-player-main strong {
  color: var(--accretion);
  font-size: 28px;
}
.record-player-card.is-away .record-player-main strong {
  color: var(--away);
}
.record-player-statline {
  padding: 0 12px 9px;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
}
.record-fast-mode .record-player-statline {
  display: none;
}
.record-score-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--stroke-soft);
  background: var(--stroke-soft);
}
.record-score-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  border: 0;
  color: #1a0e02;
  background: linear-gradient(180deg, var(--accretion), #d85f10);
  cursor: pointer;
  font-weight: 950;
}
.record-player-card.is-away .record-score-row button {
  color: #061325;
  background: linear-gradient(180deg, var(--away), #447bd6);
}
.record-score-row b {
  font-family: var(--mono);
  font-size: 22px;
}
.record-score-row span {
  font-size: 12px;
}
.record-quick-row {
  display: grid;
  grid-template-columns: repeat(var(--quick-cols, 5), minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--stroke-soft);
  background: var(--stroke-soft);
}
.record-quick-row button {
  min-height: 38px;
  border: 0;
  color: var(--ink-2);
  background: var(--panel);
  cursor: pointer;
  font-weight: 900;
}
.record-quick-row button:hover {
  color: var(--ink);
}
.record-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.record-review-panel {
  min-height: 260px;
  border-radius: var(--r);
  padding: 14px;
}
.record-feed,
.record-summary {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.record-feed-row,
.record-summary-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.record-feed-row b,
.record-summary-row b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record-feed-row span:not(.record-feed-period),
.record-summary-row small {
  color: var(--ink-2);
  font-size: 12px;
  white-space: nowrap;
}
.record-feed-period {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 24px;
  padding: 2px 5px;
  border-radius: 8px;
  color: var(--ink-3);
  background: var(--panel-2);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
}
.record-feed-period small {
  display: block;
  margin-top: 1px;
  font-size: 9px;
  line-height: 1;
}
.record-feed-row.is-home b { color: var(--accretion); }
.record-feed-row.is-away b { color: var(--away); }
.record-feed-row.is-adjust b { color: var(--honor); }
.record-feed-row button {
  min-height: 28px;
  border: 1px solid rgba(255,77,77,.34);
  border-radius: 8px;
  color: var(--down);
  background: rgba(255,77,77,.08);
  cursor: pointer;
}
.record-summary-row {
  grid-template-columns: 26px minmax(0, .8fr) minmax(0, 1.2fr) auto;
}
.record-summary-row > span {
  color: var(--honor);
  font-family: var(--mono);
  font-weight: 900;
}
.record-summary-row strong {
  color: var(--accretion);
}
.record-empty {
  margin: 0;
  padding: 22px 10px;
  color: var(--ink-3);
  text-align: center;
  border: 1px dashed var(--stroke);
  border-radius: 12px;
}
.record-modal[hidden] {
  display: none;
}
.record-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0,0,0,.68);
  backdrop-filter: blur(12px);
}
.record-sheet {
  width: min(440px, 100%);
  max-height: min(84vh, 820px);
  overflow: auto;
  border-radius: var(--r-lg);
  padding: 18px;
}
.record-wide-sheet {
  width: min(860px, 100%);
}
.record-export-sheet {
  width: min(760px, 100%);
}
.record-icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  color: var(--ink-2);
  background: var(--panel-2);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.record-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}
.record-action-grid button {
  min-height: 72px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  color: var(--ink);
  background: var(--panel-2);
  cursor: pointer;
}
.record-action-grid button b {
  display: block;
  font-size: 22px;
  line-height: 1;
}
.record-action-grid button span {
  display: block;
  margin-top: 6px;
  color: var(--ink-3);
  font-size: 12px;
}
.record-action-grid button.is-score {
  color: #07130e;
  background: var(--up);
  border-color: var(--up);
}
.record-action-grid button.is-score span {
  color: rgba(7,19,14,.7);
}
.record-action-grid button.is-negative {
  color: var(--down);
  background: rgba(255,77,77,.08);
  border-color: rgba(255,77,77,.34);
}
.record-action-grid button.is-advanced {
  color: var(--honor);
  background: rgba(255,211,122,.08);
  border-color: rgba(255,211,122,.28);
}
.record-picker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}
.record-picker-grid section {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.record-picker-head {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 0;
  color: var(--ink-2);
  background: var(--panel);
}
.record-picker-head span {
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
}
.record-picker-help {
  margin: 0 0 4px;
  padding: 8px 10px;
  border: 1px dashed var(--stroke);
  border-radius: 10px;
  color: var(--ink-3);
  background: rgba(255,255,255,.025);
  font-size: 12px;
  line-height: 1.35;
}
.record-picker-grid button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid var(--stroke);
  border-radius: 11px;
  color: var(--ink-2);
  background: var(--panel-2);
  cursor: pointer;
  text-align: left;
}
.record-picker-grid button b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.record-picker-grid button small {
  flex: 0 0 auto;
  color: var(--ink-3);
  font-size: 11px;
}
.record-picker-grid button.on {
  color: #1a0e02;
  background: var(--accretion);
  border-color: var(--accretion);
}
.record-picker-grid button.on small {
  color: rgba(26,14,2,.68);
}
.record-roster-tools {
  display: grid;
  gap: 10px;
  margin: 14px 0 4px;
  padding: 12px;
  border: 1px solid var(--stroke-soft);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.record-roster-confirm {
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 850;
}
.record-roster-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.record-guest-form {
  display: grid;
  grid-template-columns: 74px minmax(130px, 1fr) minmax(112px, .7fr) minmax(112px, .7fr);
  gap: 8px;
}
.record-guest-form input,
.record-guest-form select,
.record-calibrate-grid input,
.record-note-field input {
  width: 100%;
  padding: 0 10px;
  font: inherit;
}
.record-calibrate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.record-calibrate-grid label,
.record-note-field {
  display: grid;
  gap: 7px;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 850;
}
.record-calibrate-grid input {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 24px;
  text-align: center;
}
.record-note-field {
  margin: 12px 0 14px;
}
.record-review-checks {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.record-review-checks div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.record-review-checks span {
  color: var(--ink-3);
  font-size: 12px;
}
.record-review-checks b {
  color: var(--ink-2);
  text-align: right;
}
.record-review-checks .ok b {
  color: var(--up);
}
.record-review-checks .warn {
  border-color: rgba(255,211,122,.24);
  background: rgba(255,211,122,.06);
}
.record-review-checks .warn b {
  color: var(--honor);
}
.record-sync-state {
  margin: 10px 0 0;
  padding: 9px 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: 12px;
  color: var(--ink-2);
  background: rgba(255,255,255,.025);
  font-size: 12px;
  font-weight: 850;
}
.record-sync-state.is-success {
  color: var(--up);
  border-color: rgba(72,255,165,.24);
  background: rgba(72,255,165,.06);
}
.record-sync-state.is-failed,
.record-sync-state.is-dirty {
  color: var(--honor);
  border-color: rgba(255,211,122,.24);
  background: rgba(255,211,122,.06);
}
.record-sync-state.is-pushing {
  color: var(--accretion);
  border-color: rgba(255,122,26,.28);
  background: rgba(255,122,26,.07);
}
.record-sheet .cta:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.record-export-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
  margin: 16px 0 10px;
}
.record-export-actions button {
  color: #1a0e02;
  background: var(--accretion);
  border-color: var(--accretion);
}
.record-export-actions button:disabled {
  color: var(--ink-3);
  background: var(--panel-2);
  border-color: var(--stroke);
}
.record-export-sheet textarea {
  width: 100%;
  min-height: 360px;
  resize: vertical;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  color: var(--ink);
  background: #090910;
  padding: 12px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .record-shell {
    padding: 14px 12px 128px;
  }
  .record-scorebar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr 1fr;
  }
  .record-score-core {
    grid-column: 1 / -1;
    order: -1;
  }
  .record-commandbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .record-clockbar {
    grid-template-columns: 1fr;
  }
  .record-clock-setup {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .record-clock-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .record-save-state {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .record-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .record-private-nav {
    min-height: 48px;
  }
  .record-private-in {
    min-height: 48px;
    padding: 0 14px;
  }
  .record-private-brand {
    gap: 9px;
  }
  .record-private-brand .ring {
    --sz: 28px !important;
  }
  .record-private-brand b {
    font-size: 14px;
  }
  .record-private-brand small {
    display: none;
  }
  .record-private-state {
    display: none;
  }
  .record-shell {
    padding: 7px 8px 96px;
  }
  .record-scorebar,
  .record-court {
    gap: 6px;
  }
  .record-scorebar {
    position: relative;
    top: auto;
    grid-template-columns: minmax(0, .82fr) minmax(150px, 1.36fr) minmax(0, .82fr);
    align-items: stretch;
    margin-bottom: 7px;
  }
  .record-score-team,
  .record-score-core,
  .record-team-board,
  .record-review-panel {
    border-radius: 10px;
  }
  .record-score-team {
    min-height: 98px;
    padding: 8px 7px;
  }
  .record-score-team .tag-en,
  .record-score-core > .tag-en {
    display: none;
  }
  .record-score-team h2 {
    font-size: 12px;
    line-height: 1.1;
  }
  .record-score-team strong {
    margin-top: 4px;
    font-size: 32px;
  }
  .record-score-team small {
    margin-top: 4px;
    font-size: 9.5px;
  }
  .record-score-core {
    grid-column: auto;
    order: 0;
    min-height: 0;
    padding: 8px 7px;
  }
  .record-score-core h1 {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.1;
  }
  .record-core-actions {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 6px;
  }
  .record-core-actions button {
    min-height: 32px;
    border-radius: 9px;
    font-size: 11px;
  }
  .record-period-tabs {
    display: flex;
    gap: 5px;
    margin-top: 7px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .record-period-tabs::-webkit-scrollbar {
    display: none;
  }
  .record-period-tabs button {
    flex: 0 0 58px;
    min-height: 30px;
    padding: 0 4px;
    font-size: 9.5px;
    scroll-snap-align: start;
  }
  .record-commandbar {
    position: sticky;
    top: 0;
    z-index: 45;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border-radius: 0 0 12px 12px;
    margin-bottom: 7px;
  }
  .record-commandbar button {
    min-height: 44px;
    padding: 0 5px;
    font-size: 11.5px;
  }
  .record-more-tools summary {
    min-height: 44px;
    padding: 0 5px;
    font-size: 11.5px;
  }
  .record-commandbar .ui-icon {
    width: 13px;
    height: 13px;
  }
  .record-save-state {
    display: none;
  }
  .record-clockbar {
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: 36px 36px;
    gap: 5px 6px;
    padding: 6px;
    margin-bottom: 7px;
  }
  .record-clock-face {
    grid-row: 1 / span 2;
    min-height: 0;
    padding: 7px 8px;
  }
  .record-clock-face strong {
    font-size: 27px;
  }
  .record-clock-face small {
    margin-top: 3px;
    font-size: 9px;
  }
  .record-clock-actions {
    grid-column: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }
  .record-clock-setup {
    grid-column: 2;
    grid-template-columns: 40px 40px minmax(0, 1fr) minmax(0, 1fr);
    gap: 4px;
  }
  .record-clock-setup label,
  .record-clock-setup button {
    min-height: 36px;
    padding: 0 5px;
    font-size: 10.5px;
  }
  .record-clock-setup input {
    font-size: 13px;
  }
  .record-clock-actions button {
    min-height: 36px;
    padding: 0 3px;
    font-size: 10.5px;
  }
  .record-live-state {
    display: none;
  }
  .record-live-ticker {
    min-height: 24px;
    margin: -2px 0 6px;
  }
  .record-live-ticker[hidden] {
    display: none;
  }
  .record-live-ticker span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 10.5px;
  }
  .record-team-board {
    padding: 6px;
  }
  .record-board-head h2 {
    font-size: 13px;
  }
  .record-board-head .tag-en,
  .record-board-head small {
    display: none;
  }
  .record-player-stack {
    gap: 4px;
    margin-top: 6px;
  }
  .record-player-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px 42px;
    border-radius: 9px;
  }
  .record-player-main {
    grid-column: 1;
    grid-row: 1;
    min-height: 44px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
    padding: 5px 6px;
  }
  .record-jersey {
    display: none;
  }
  .record-player-copy b {
    font-size: 13px;
  }
  .record-player-copy small {
    font-size: 9px;
  }
  .record-player-main strong {
    font-size: 19px;
  }
  .record-player-statline {
    display: none;
  }
  .record-score-row {
    grid-column: 2 / 4;
    grid-row: 1;
    border-top: 0;
    border-left: 1px solid var(--stroke-soft);
  }
  .record-score-row button {
    min-height: 44px;
  }
  .record-score-row b {
    font-size: 17px;
  }
  .record-score-row span {
    font-size: 10px;
  }
  .record-quick-row {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .record-quick-row button {
    min-height: 30px;
    font-size: 10.5px;
  }
  .record-floating-undo {
    display: none;
  }
  .record-score-row button {
    min-height: 44px;
  }
  .record-score-row b {
    font-size: 17px;
  }
  .record-quick-row {
    grid-template-columns: repeat(var(--quick-cols, 5), minmax(0, 1fr));
  }
  .record-quick-row button {
    min-height: 30px;
    font-size: 10.5px;
  }
  .record-assist-bar {
    align-items: center;
    top: 52px;
    bottom: auto;
    flex-direction: row;
    width: min(340px, calc(100vw - 16px));
    min-height: 42px;
    padding: 7px 9px;
    border-radius: 12px;
  }
  .record-assist-bar button {
    width: auto;
    min-width: 72px;
    min-height: 34px;
  }
  .record-floating-undo {
    right: 12px;
    bottom: 12px;
    min-height: 48px;
    min-width: 70px;
  }
  .record-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .record-picker-grid {
    grid-template-columns: 1fr;
  }
  .record-roster-actions,
  .record-calibrate-grid {
    grid-template-columns: 1fr;
  }
  .record-guest-form {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .record-guest-form select,
  .record-guest-form button {
    grid-column: 1 / -1;
  }
  .record-feed-row,
  .record-summary-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .record-feed-row span:not(.record-feed-period),
  .record-summary-row small {
    display: none;
  }
}

@media (max-width: 700px) and (max-height: 740px) {
  .record-private-nav,
  .record-private-in {
    min-height: 42px;
  }
  .record-private-brand .ring {
    --sz: 24px !important;
  }
  .record-private-brand b {
    font-size: 13px;
  }
  .record-shell {
    padding: 5px 6px 80px;
  }
  .record-scorebar {
    grid-template-columns: minmax(0, .76fr) minmax(136px, 1.48fr) minmax(0, .76fr);
    gap: 5px;
    margin-bottom: 5px;
  }
  .record-score-team {
    min-height: 82px;
    padding: 6px;
  }
  .record-score-team h2 {
    font-size: 11px;
  }
  .record-score-team strong {
    font-size: 27px;
  }
  .record-score-team small {
    font-size: 9px;
  }
  .record-score-core {
    padding: 6px;
  }
  .record-score-core h1 {
    font-size: 12px;
  }
  .record-period-tabs {
    gap: 4px;
    margin-top: 5px;
  }
  .record-period-tabs button {
    flex-basis: 46px;
    min-height: 26px;
    font-size: 9px;
  }
  .record-core-actions {
    gap: 4px;
    margin-top: 5px;
  }
  .record-core-actions button {
    min-height: 28px;
    font-size: 10px;
  }
  .record-commandbar {
    gap: 4px;
    padding: 4px;
    margin-bottom: 5px;
  }
  .record-commandbar button,
  .record-more-tools summary {
    min-height: 38px;
    font-size: 10.5px;
  }
  .record-clockbar {
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: 38px;
    gap: 4px;
    padding: 5px;
    margin-bottom: 5px;
  }
  .record-clock-setup {
    display: none;
  }
  .record-clock-face {
    grid-row: 1;
    padding: 5px 7px;
  }
  .record-clock-face .tag-en {
    display: none;
  }
  .record-clock-face strong {
    font-size: 23px;
  }
  .record-clock-face small {
    display: none;
  }
  .record-clock-actions {
    grid-row: 1;
    gap: 3px;
  }
  .record-clock-actions button {
    min-height: 38px;
    font-size: 10px;
  }
  .record-team-board {
    padding: 5px;
  }
  .record-board-head h2 {
    font-size: 12px;
  }
  .record-player-stack {
    gap: 3px;
    margin-top: 4px;
  }
  .record-player-card {
    grid-template-columns: minmax(0, 1fr) 40px 40px;
  }
  .record-player-main,
  .record-score-row button {
    min-height: 40px;
  }
  .record-player-copy b {
    font-size: 12px;
  }
  .record-player-copy small {
    font-size: 8.5px;
  }
  .record-player-main strong {
    font-size: 17px;
  }
  .record-score-row b {
    font-size: 15px;
  }
  .record-quick-row button {
    min-height: 24px;
    font-size: 10px;
  }
}

/* ---------- 66. S-Profile 统一到奇点夜场视觉 ---------- */
body.profile-page {
  color: var(--ink);
  background:
    radial-gradient(980px 620px at 16% -8%, rgba(255,122,26,.18), transparent 64%),
    radial-gradient(860px 560px at 92% 8%, rgba(88,128,255,.08), transparent 62%),
    linear-gradient(180deg, #06060a 0%, #090910 48%, #030305 100%);
  background-attachment: fixed;
}

.profile-page .site-nav {
  background: rgba(5,5,9,.88);
  border-bottom: 1px solid rgba(255,122,26,.12);
  backdrop-filter: blur(18px);
}

.profile-page .profile-shell {
  max-width: 1240px;
  padding: 46px 24px 104px;
}

.profile-page .profile-hero,
.profile-page .profile-app,
.profile-page .side-card {
  color: var(--ink);
  border-color: rgba(255,122,26,.18);
  background:
    radial-gradient(620px 360px at 88% 6%, rgba(255,122,26,.14), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018)),
    rgba(10,10,18,.84);
  box-shadow: 0 30px 90px -64px rgba(255,122,26,.72);
}

.profile-page .profile-hero {
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 34px;
  padding: 44px;
  background:
    linear-gradient(90deg, rgba(5,5,9,.98) 0%, rgba(5,5,9,.88) 46%, rgba(5,5,9,.58) 100%),
    radial-gradient(680px 360px at 78% 28%, rgba(255,122,26,.22), transparent 66%),
    url("img/bg/court-heat.webp") center / cover no-repeat;
}

.profile-page.profile-shared .profile-hero {
  display: none;
}

.profile-page .profile-hero::after {
  content: 'S-PROFILE';
  position: absolute;
  right: -16px;
  bottom: -22px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  text-stroke: 1px rgba(255,255,255,.08);
  font-size: clamp(72px, 13vw, 190px);
  font-weight: 1000;
  line-height: .78;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.profile-page .profile-hero h1 {
  max-width: 8.6em;
  color: #f7f4ef;
  font-size: clamp(54px, 7vw, 92px);
  line-height: .9;
  margin: 20px 0 18px;
  letter-spacing: 0;
}

.profile-page .nowrap {
  white-space: nowrap;
}

.profile-page .profile-hero p,
.profile-page .profile-step-head p,
.profile-page .profile-result-head p,
.profile-page .profile-note span,
.profile-page .profile-axis-list small,
.profile-page .side-card p,
.profile-page .profile-coach p,
.profile-page .profile-copy-status {
  color: rgba(237,237,245,.70);
}

.profile-page .profile-step-head h2,
.profile-page .profile-result-head h2,
.profile-page .profile-question h2,
.profile-page .side-card h2 {
  color: #f7f4ef;
}

.profile-page .tag-en,
.profile-page .profile-round {
  color: var(--accretion);
}

.profile-page .profile-firewall {
  gap: 10px;
}

.profile-page .profile-firewall span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  color: rgba(247,244,239,.88);
  border-color: rgba(255,122,26,.24);
  background: rgba(255,122,26,.075);
}

.profile-page .profile-firewall .ui-icon {
  width: 15px;
  height: 15px;
  color: var(--accretion);
}

.profile-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.profile-hero-actions .btn {
  min-height: 48px;
}

.profile-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin-top: 28px;
}

.profile-proof-row span {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.profile-proof-row b {
  display: block;
  color: var(--honor);
  font: 1000 28px/1 var(--mono);
}

.profile-proof-row small {
  display: block;
  margin-top: 7px;
  color: rgba(237,237,245,.58);
  font-size: 12px;
  font-weight: 900;
}

.profile-test-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,122,26,.12), rgba(255,255,255,.035) 44%, rgba(0,0,0,.26)),
    rgba(5,5,9,.64);
  backdrop-filter: blur(12px);
}

.profile-test-card b {
  display: block;
  max-width: 7em;
  color: #f7f4ef;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: .92;
  letter-spacing: 0;
}

.profile-test-card p {
  max-width: 30em;
  color: rgba(237,237,245,.70);
  line-height: 1.75;
}

.profile-test-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.profile-test-steps span {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.profile-test-steps small {
  display: block;
  color: var(--honor);
  font: 1000 11px/1 var(--mono);
  letter-spacing: .14em;
}

.profile-test-steps b {
  max-width: none;
  margin-top: 8px;
  color: #f7f4ef;
  font-size: 17px;
  line-height: 1.2;
}

.profile-page .profile-cast-preview {
  display: grid;
  grid-template-columns: 1fr;
  align-self: stretch;
  align-content: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 22px;
  background: rgba(6,6,10,.62);
  backdrop-filter: blur(12px);
}

.profile-page .profile-cast-stage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.profile-page .profile-cast-preview span,
.profile-page .profile-type-tile {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border-color: rgba(255,122,26,.26);
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(255,122,26,.20), transparent 70%),
    #08080d;
}

.profile-page .profile-cast-preview img,
.profile-page .profile-type-tile img {
  height: 100%;
  filter: saturate(.94) contrast(1.04);
}

.profile-page .profile-cast-preview b {
  color: #f7f4ef;
  font-size: 24px;
}

.profile-page .profile-cast-preview small {
  color: rgba(237,237,245,.66);
}

.profile-preview-tabs,
.profile-type-tabs,
.s-image-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.profile-preview-tabs button,
.profile-type-tabs button,
.s-image-switch button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,122,26,.20);
  border-radius: 999px;
  color: rgba(237,237,245,.72);
  background: rgba(255,255,255,.045);
  font-size: 12px;
  font-weight: 1000;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.profile-preview-tabs button:hover,
.profile-type-tabs button:hover,
.s-image-switch button:hover {
  transform: translateY(-1px);
  border-color: rgba(255,122,26,.44);
  background: rgba(255,122,26,.10);
}

.profile-preview-tabs button.active,
.profile-type-tabs button.active,
.s-image-switch button.active {
  color: #130803;
  border-color: rgba(255,122,26,.70);
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
}

.profile-page .profile-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
}

.profile-page .profile-side {
  top: 92px;
}

.profile-page .side-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.050), rgba(255,255,255,.016)),
    rgba(8,8,14,.86);
}

.profile-page .profile-axis-list span,
.profile-page .profile-claim-grid span,
.profile-page .profile-axis-result span,
.profile-page .profile-form fieldset,
.profile-page .profile-choice-grid label {
  border-color: rgba(255,122,26,.14);
  background: rgba(255,255,255,.035);
}

.profile-page .profile-axis-list b,
.profile-page .profile-form legend,
.profile-page .profile-coach b {
  color: #f7f4ef;
}

.profile-page .profile-app {
  min-height: 560px;
  padding: 30px;
}

.profile-page .profile-intro-grid {
  grid-template-columns: minmax(0, .96fr) minmax(340px, .9fr);
  gap: 28px;
}

.profile-page .profile-type-panel {
  border-color: rgba(255,122,26,.16);
  background:
    radial-gradient(460px 260px at 88% 8%, rgba(255,122,26,.12), transparent 68%),
    rgba(255,255,255,.035);
}

.profile-test-slate {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 350px;
  padding: 22px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 22px;
  background:
    radial-gradient(360px 220px at 82% 12%, rgba(255,122,26,.14), transparent 70%),
    rgba(255,255,255,.035);
}

.profile-test-slate b {
  color: #f7f4ef;
  font-size: clamp(30px, 4vw, 52px);
  line-height: .96;
}

.profile-test-slate p {
  max-width: 28em;
  color: rgba(237,237,245,.64);
  line-height: 1.7;
}

.profile-slate-meter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  min-height: 120px;
}

.profile-slate-meter span {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.018)),
    #090910;
}

.profile-slate-meter span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(18% + var(--i) * 12%);
  background: linear-gradient(180deg, rgba(255,211,122,.18), rgba(255,122,26,.52));
}

.profile-gender-start {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}

.profile-gender-start > span {
  padding: 0 10px;
  color: rgba(237,237,245,.62);
  font-size: 12px;
  font-weight: 1000;
}

.profile-gender-start button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 999px;
  color: rgba(237,237,245,.76);
  background: rgba(255,255,255,.045);
  font-weight: 1000;
  cursor: pointer;
}

.profile-gender-start button.active {
  color: #130803;
  border-color: rgba(255,122,26,.70);
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
}

.profile-locked-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,122,26,.10), rgba(255,255,255,.035));
}

.profile-locked-choice span {
  grid-row: span 2;
  align-self: center;
  padding: 7px 10px;
  border-radius: 999px;
  color: #130803;
  background: var(--honor);
  font-size: 12px;
  font-weight: 1000;
}

.profile-locked-choice b {
  color: #f7f4ef;
  font-size: 16px;
}

.profile-locked-choice small {
  color: rgba(237,237,245,.58);
  line-height: 1.4;
}

.profile-page .profile-type-panel-head b,
.profile-page .s-style-row b,
.profile-page .s-inspiration b,
.profile-page .s-fun-tag b {
  color: #f7f4ef;
}

.profile-page .profile-type-tabs {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.profile-page .profile-type-tile b {
  color: #130803;
  background: var(--honor);
}

.profile-page .profile-type-tile small {
  color: #f7f4ef;
  background: rgba(5,5,9,.72);
  backdrop-filter: blur(6px);
}

.profile-page .profile-note {
  border-color: rgba(255,122,26,.20);
  background:
    linear-gradient(90deg, rgba(255,122,26,.10), rgba(255,255,255,.035));
}

.profile-page .profile-note b,
.profile-page .profile-question p,
.profile-page .profile-axis-result strong {
  color: var(--honor);
}

.profile-page .profile-form label,
.profile-page .profile-form fieldset label,
.profile-page .profile-claim-grid small,
.profile-page .profile-axis-result small,
.profile-page .profile-axis-result b {
  color: rgba(237,237,245,.60);
}

.profile-page .profile-form input,
.profile-page .profile-form select {
  color: #f7f4ef;
  border-color: rgba(255,122,26,.18);
  background: rgba(5,5,9,.78);
}

.profile-page .profile-form input::placeholder {
  color: rgba(237,237,245,.36);
}

.profile-page .profile-choice-grid label:has(input:checked) {
  color: #130803;
  border-color: rgba(255,122,26,.70);
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
}

.profile-page .profile-avatar-picker {
  border-color: rgba(255,122,26,.16);
  background: rgba(255,255,255,.035);
}

.profile-avatar-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.profile-page .profile-avatar-options label {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: grid;
  align-content: end;
  padding: 10px;
  border: 1px solid rgba(255,122,26,.16);
  border-radius: 16px;
  color: #f7f4ef;
  background:
    radial-gradient(120px 110px at 50% 18%, rgba(255,122,26,.18), transparent 70%),
    rgba(255,255,255,.035);
  cursor: pointer;
}

.profile-page .profile-avatar-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-page .profile-avatar-options img {
  position: absolute;
  inset: 8px 8px 34px;
  width: calc(100% - 16px);
  height: calc(100% - 42px);
  object-fit: cover;
  border-radius: 12px;
}

.profile-page .profile-avatar-options span {
  position: relative;
  z-index: 2;
  justify-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(237,237,245,.88);
  background: rgba(5,5,9,.72);
  font-size: 12px;
  font-weight: 1000;
}

.profile-page .profile-avatar-options label:has(input:checked) {
  border-color: rgba(255,122,26,.66);
  background:
    radial-gradient(180px 140px at 50% 12%, rgba(255,122,26,.30), transparent 70%),
    rgba(255,122,26,.08);
  box-shadow: 0 22px 46px -34px rgba(255,122,26,.8);
}

.profile-page .btn.ghost,
.profile-page .cta.ghost {
  color: #f7f4ef;
  border-color: rgba(255,122,26,.24);
  background: rgba(255,255,255,.035);
}

.profile-page .btn.ghost:hover,
.profile-page .cta.ghost:hover {
  color: #fff;
  border-color: rgba(255,122,26,.56);
  background: rgba(255,122,26,.10);
}

.profile-page .profile-options button {
  color: #f7f4ef;
  border-color: rgba(255,122,26,.16);
  background: rgba(255,255,255,.035);
}

.profile-page .profile-options button:hover {
  border-color: rgba(255,122,26,.48);
  background: rgba(255,122,26,.075);
}

.profile-page .profile-options button span {
  color: #130803;
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
}

.profile-page .profile-mini {
  color: rgba(237,237,245,.48);
}

.profile-page .progress {
  background: rgba(255,255,255,.08);
}

.profile-page .progress i {
  background: linear-gradient(90deg, var(--accretion), var(--honor));
}

.profile-page .s-card {
  grid-template-columns: minmax(250px, .64fr) minmax(0, 1fr);
  gap: 28px;
  padding: 22px;
  border-color: rgba(255,122,26,.26);
  background:
    linear-gradient(120deg, rgba(255,122,26,.12), transparent 42%),
    radial-gradient(620px 360px at 88% 14%, rgba(255,211,122,.12), transparent 70%),
    #0b0b12;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.profile-page .s-card::after {
  display: none;
}

.profile-page .s-card-visual {
  border-radius: 14px;
  border-color: rgba(255,122,26,.26);
  background:
    radial-gradient(80% 70% at 50% 0%, rgba(255,122,26,.18), transparent 68%),
    #08080d;
}

.profile-page .s-image-switch {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  justify-content: center;
  padding: 8px;
  border: 1px solid rgba(255,122,26,.18);
  border-radius: 999px;
  background: rgba(5,5,9,.72);
  backdrop-filter: blur(10px);
}

.profile-page .s-card-top,
.profile-page .s-card-name {
  color: rgba(237,237,245,.62);
}

.profile-page .s-card-top b,
.profile-page .s-card-foot,
.profile-page .profile-copy-status {
  color: var(--honor);
}

.profile-page .s-card-name span,
.profile-page .s-style-row span,
.profile-page .s-inspiration span {
  color: var(--honor);
  background: rgba(255,211,122,.08);
}

.profile-page .s-code span {
  color: #f7f4ef;
  border-color: rgba(255,122,26,.26);
  background: rgba(255,255,255,.055);
}

.profile-page .s-code span.strong {
  color: #140903;
  background: linear-gradient(180deg, #ffb067, #ff7a1a);
}

.profile-page .s-code span.weak {
  color: rgba(237,237,245,.76);
  border-style: dashed;
}

.profile-page .s-card h3 {
  color: #f7f4ef;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: .94;
}

.profile-page .s-card p {
  color: rgba(237,237,245,.72);
  font-size: 16px;
}

.profile-page .s-inspiration button {
  color: var(--honor);
  border-color: rgba(255,211,122,.24);
  background: rgba(255,211,122,.06);
}

.profile-page .s-inspiration button:hover {
  color: #130803;
  background: var(--honor);
}

.profile-page .s-fun-tag {
  border-color: rgba(255,211,122,.22);
  background: rgba(255,255,255,.06);
  box-shadow: none;
}

.profile-page .s-fun-tag span {
  color: #120804;
  background: var(--accretion);
}

.profile-page .s-card blockquote {
  color: #f7f4ef;
  border-left-color: var(--accretion);
  background: rgba(255,255,255,.07);
}

.profile-page .profile-coach {
  color: var(--ink);
  border-color: rgba(255,122,26,.18);
  background: rgba(255,255,255,.045);
}

@media (max-width: 980px) {
  .profile-page .profile-shell {
    padding-inline: 18px;
  }

  .profile-page .profile-hero,
  .profile-page .profile-intro-grid,
  .profile-page .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-page .profile-side {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .profile-page .profile-shell {
    padding: 22px 12px 132px;
  }

  .profile-page .profile-hero {
    min-height: 0;
    padding: 24px 18px;
  }

  .profile-page .profile-hero h1 {
    font-size: clamp(42px, 13vw, 54px);
  }

  .profile-page .profile-cast-stage,
  .profile-page .profile-type-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-test-card,
  .profile-test-slate {
    min-height: 0;
    padding: 18px;
  }

  .profile-test-steps,
  .profile-slate-meter {
    grid-template-columns: 1fr;
  }

  .profile-slate-meter {
    min-height: 0;
  }

  .profile-slate-meter span {
    min-height: 28px;
  }

  .profile-slate-meter span::before {
    width: calc(22% + var(--i) * 13%);
    height: 100%;
  }

  .profile-gender-start {
    border-radius: 18px;
  }

  .profile-gender-start > span {
    flex-basis: 100%;
  }

  .profile-gender-start button {
    flex: 1 1 120px;
  }

  .profile-locked-choice {
    grid-template-columns: 1fr;
  }

  .profile-locked-choice span {
    grid-row: auto;
    width: fit-content;
  }

  .profile-page .profile-preview-tabs,
  .profile-page .profile-type-tabs {
    justify-content: flex-start;
  }

  .profile-page .profile-proof-row,
  .profile-page .profile-side,
  .profile-page .profile-axis-result,
  .profile-page .profile-coach {
    grid-template-columns: 1fr;
  }

  .profile-page .profile-app,
  .profile-page .side-card {
    padding: 18px;
  }

  .profile-page .profile-options button {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .profile-page .profile-options button span {
    width: 36px;
    height: 36px;
  }

  .profile-page .s-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .profile-page .s-card-visual {
    max-width: 340px;
    width: 100%;
    justify-self: center;
  }

  .profile-page .s-card h3 {
    font-size: 42px;
  }

  .profile-page .demo-ribbon {
    display: none;
  }
}

/* ---------- 68. S-Profile final cut: keep it light, not a feature page ---------- */
body.profile-page {
  overflow-x: hidden;
}

.profile-page .profile-shell {
  max-width: 860px !important;
  padding: 28px 16px 96px !important;
}

.profile-page .profile-hero {
  max-width: 760px !important;
  min-height: 0 !important;
  display: block !important;
  margin: 0 auto 16px !important;
  padding: clamp(22px, 4vw, 34px) !important;
}

.profile-page .profile-hero h1 {
  max-width: 7.2em !important;
  font-size: clamp(44px, 7.4vw, 72px) !important;
  line-height: .92 !important;
}

.profile-page .profile-hero p {
  max-width: 34em !important;
}

.profile-page .profile-hero::after {
  display: none !important;
}

.profile-page .profile-test-card,
.profile-page .profile-side {
  display: none !important;
}

.profile-page.profile-shared .profile-hero {
  display: none !important;
}

.profile-page .profile-layout {
  display: block !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

.profile-page .profile-app {
  min-height: 0 !important;
  padding: clamp(16px, 3.4vw, 26px) !important;
  border-radius: 22px !important;
}

.profile-page .profile-intro-grid {
  display: block !important;
}

.profile-page .profile-test-slate {
  display: none !important;
}

.profile-page .profile-form {
  max-width: 620px !important;
  margin: 0 auto !important;
}

.profile-page .profile-step-head h2,
.profile-page .profile-result-head h2,
.profile-page .profile-question h2 {
  font-size: clamp(30px, 5.2vw, 42px) !important;
  line-height: 1.08 !important;
}

.profile-page .profile-options button {
  min-height: 68px !important;
}

.profile-page .profile-app:has(.profile-result-head) {
  max-width: 720px !important;
  margin: 0 auto !important;
}

.profile-page .profile-result-head {
  text-align: center !important;
}

.profile-page .profile-app:has(.profile-result-head) .s-card,
.profile-page .s-card {
  max-width: 600px !important;
  grid-template-columns: 1fr !important;
  margin: 0 auto !important;
  gap: 14px !important;
  padding: clamp(14px, 3vw, 20px) !important;
}

.profile-page .profile-app:has(.profile-result-head) .s-card::before {
  display: none !important;
}

.profile-page .profile-app:has(.profile-result-head) .s-card-visual,
.profile-page .s-card-visual {
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 1 / 1 !important;
  max-height: 340px !important;
}

.profile-page .profile-app:has(.profile-result-head) .s-card-visual img,
.profile-page .s-card-visual img {
  min-height: 0 !important;
  height: 100% !important;
}

.profile-page .profile-axis-result-compact {
  max-width: 600px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: 12px auto 0 !important;
}

.profile-page .profile-axis-result-compact span {
  min-height: 64px !important;
  padding: 10px 8px !important;
  text-align: center !important;
}

.profile-share-note,
.profile-page .profile-actions-wrap {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .profile-page .profile-shell {
    padding: 14px 12px 96px !important;
  }

  .profile-page .profile-hero {
    padding: 20px 18px !important;
  }

  .profile-page .profile-hero h1 {
    font-size: clamp(40px, 12vw, 52px) !important;
  }

  .profile-page .profile-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .profile-page .profile-proof-row span {
    padding: 10px 7px !important;
  }

  .profile-page .profile-proof-row b {
    font-size: 18px !important;
  }

  .profile-page .profile-proof-row small {
    font-size: 10px !important;
  }

  .profile-page .profile-axis-result-compact {
    gap: 6px !important;
  }

  .profile-page .profile-axis-result-compact span {
    min-height: 58px !important;
    padding: 8px 4px !important;
  }

  .profile-page .profile-axis-result-compact strong {
    font-size: 15px !important;
  }

  .profile-share-note {
    grid-template-columns: 1fr !important;
  }

  .profile-page .profile-actions-wrap .btn {
    width: 100% !important;
  }
}

/* S-Profile result polish: full image + rarity note */
.profile-page .profile-app:has(.profile-result-head) .s-card-visual,
.profile-page .s-card-visual {
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(80% 70% at 50% 0%, rgba(255, 122, 26, .16), transparent 68%),
    linear-gradient(180deg, #fff4dc, #ffc36f) !important;
}

.profile-page .profile-app:has(.profile-result-head) .s-card-visual img,
.profile-page .s-card-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 10px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.profile-page .s-rarity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 211, 122, .20);
  border-radius: 16px;
  background: rgba(255, 211, 122, .06);
}

.profile-page .s-rarity span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #130803;
  background: var(--honor);
  font-size: 12px;
  font-weight: 1000;
  white-space: nowrap;
}

.profile-page .s-rarity b {
  color: #f7f4ef;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .profile-page .s-rarity {
    grid-template-columns: 1fr;
  }

  .profile-page .s-rarity span {
    width: fit-content;
  }
}

/* ---------- 70. 登录 / 注册流程：账号 -> 档案 -> S-Profile -> 申请上场 ---------- */
.registration-stage {
  max-width: 1240px;
}

body.account-page .demo-ribbon {
  display: none;
}

.registration-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 16px;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 7, 13, .96), rgba(7, 7, 13, .72)),
    linear-gradient(180deg, rgba(7, 7, 13, .08), rgba(7, 7, 13, .82)),
    url("img/bg/court-heat.webp") center / cover no-repeat,
    var(--panel);
  border-color: rgba(255, 122, 26, .20);
}

.registration-hero h1 {
  max-width: 10em;
  margin: 12px 0 14px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .94;
}

.registration-hero p {
  max-width: 42em;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.78;
}

.registration-mini-map {
  display: grid;
  gap: 10px;
}

.registration-mini-map span {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r);
  background: rgba(7, 7, 13, .56);
  backdrop-filter: blur(8px);
}

.registration-mini-map b {
  color: var(--honor);
  font-family: var(--mono);
  font-size: 18px;
}

.registration-mini-map small {
  color: var(--ink);
  font-weight: 900;
}

.registration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.registration-card {
  min-height: 620px;
  padding: clamp(20px, 3vw, 30px);
}

.registration-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.registration-card-head h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.registration-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 20px;
}

.registration-steps span {
  display: block;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .02);
}

.registration-steps span.on {
  border-color: rgba(255, 122, 26, .44);
  background: rgba(255, 122, 26, .10);
}

.registration-steps span.done {
  border-color: rgba(255, 211, 122, .26);
}

.registration-steps b {
  display: block;
  color: var(--honor);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
}

.registration-steps small {
  display: block;
  margin-top: 6px;
  color: var(--ink-2);
  font-weight: 900;
  line-height: 1.25;
}

.account-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-choice-card,
.signup-login-form {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--r);
  background:
    radial-gradient(90% 110% at 100% 0%, rgba(255, 122, 26, .08), transparent 68%),
    rgba(255, 255, 255, .018);
}

.account-choice-card.is-hot {
  border-color: rgba(255, 122, 26, .28);
  background:
    radial-gradient(90% 110% at 100% 0%, rgba(255, 122, 26, .14), transparent 68%),
    rgba(255, 255, 255, .025);
}

.account-choice-card h3,
.registration-done h3,
.reg-question h3 {
  margin: 4px 0 2px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}

.account-choice-card p,
.signup-login-form p {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.65;
}

.account-choice-card label,
.signup-login-form label {
  display: grid;
  gap: 7px;
}

.account-choice-card label > span,
.signup-login-form label > span {
  color: var(--honor);
  font-size: 12px;
  font-weight: 900;
}

.account-choice-card input,
.signup-login-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--stroke);
  border-radius: var(--r-sm);
  background: rgba(7, 7, 13, .66);
  color: var(--ink);
  padding: 0 13px;
  font: 800 14px var(--sans);
}

.account-choice-card input:focus,
.signup-login-form input:focus {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.registration-side {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 14px;
}

.registration-preview {
  border-color: rgba(255, 122, 26, .22);
  background:
    radial-gradient(100% 90% at 100% 0%, rgba(255, 122, 26, .12), transparent 72%),
    var(--panel);
}

.registration-app {
  min-width: 0;
}

.reg-question {
  display: grid;
  gap: 18px;
}

.reg-question-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--honor);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.reg-question-top i {
  font-style: normal;
  color: var(--accretion);
}

.registration-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.registration-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accretion), var(--honor));
}

.registration-done {
  display: grid;
  gap: 16px;
  align-content: start;
}

.registration-done p {
  max-width: 42em;
  color: var(--ink-2);
  line-height: 1.7;
}

.profile-mini-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 122, 26, .24);
  border-radius: var(--r);
  background: rgba(255, 122, 26, .08);
}

.profile-mini-result > span {
  display: grid;
  place-items: center;
  min-width: 76px;
  min-height: 76px;
  border-radius: 18px;
  background: var(--accretion);
  color: #160a02;
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 1000;
}

.profile-mini-result b {
  display: block;
  color: var(--ink);
  font-size: 24px;
}

.profile-mini-result small {
  display: block;
  color: var(--ink-2);
  line-height: 1.5;
}

.bridge-link.full {
  width: 100%;
  justify-content: center;
}

@media (max-width: 980px) {
  .registration-hero,
  .registration-layout {
    grid-template-columns: 1fr;
  }

  .registration-side {
    position: static;
    grid-row: 2;
  }

  .registration-card {
    grid-row: 1;
  }
}

@media (max-width: 760px) {
  .registration-stage {
    padding: 18px 18px 90px;
  }

  .registration-hero,
  .registration-card {
    padding: 20px;
  }

  .registration-hero h1 {
    font-size: 42px;
  }

  .registration-card-head {
    display: grid;
  }

  .registration-steps,
  .account-choice-grid {
    grid-template-columns: 1fr;
  }

  .registration-mini-map span {
    min-height: 54px;
  }

  .profile-mini-result {
    grid-template-columns: 1fr;
  }
}

/* ---------- 71. S-Profile single-card flow ---------- */
body.profile-page .profile-hero {
  display: none !important;
}

body.profile-page .profile-shell {
  max-width: 1060px !important;
  padding: 36px 18px 96px !important;
}

body.profile-page .profile-layout {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

body.profile-page .profile-app {
  min-height: 0 !important;
  padding: clamp(22px, 4vw, 44px) !important;
  border-radius: 24px !important;
}

body.profile-page .profile-app:has(.profile-start-card) {
  max-width: 980px !important;
  overflow: hidden !important;
  border-color: rgba(255, 122, 26, .24) !important;
  background:
    linear-gradient(90deg, rgba(6, 6, 10, .96), rgba(6, 6, 10, .72) 58%, rgba(6, 6, 10, .38)),
    radial-gradient(460px 320px at 88% 18%, rgba(255, 122, 26, .18), transparent 72%),
    url("img/bg/court-heat.webp") center / cover no-repeat,
    #07070d !important;
  box-shadow: 0 36px 90px -62px rgba(255, 122, 26, .95), inset 0 0 0 1px rgba(255, 255, 255, .035) !important;
}

.profile-start-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: end;
}

.profile-start-copy {
  max-width: 760px;
}

.profile-start-copy h2 {
  max-width: 7.4em;
  margin: 22px 0 18px;
  color: #f7f4ef;
  font-size: clamp(54px, 8vw, 96px);
  line-height: .88;
  letter-spacing: 0;
}

.profile-start-copy p {
  max-width: 36em;
  color: rgba(237, 237, 245, .72);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.75;
}

.profile-start-card .profile-firewall {
  margin-top: 26px;
}

.profile-start-card .profile-note {
  max-width: 720px;
  margin-top: 22px;
}

.profile-start-card .profile-gender-start {
  max-width: 760px;
  margin-top: 20px;
  border-radius: 22px;
}

.profile-start-card .profile-actions {
  margin-top: 24px;
}

.profile-start-steps {
  display: grid;
  gap: 12px;
}

.profile-start-steps span {
  min-height: 106px;
  display: grid;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(255, 122, 26, .22);
  border-radius: 18px;
  background: rgba(7, 7, 13, .52);
  backdrop-filter: blur(10px);
}

.profile-start-steps b {
  color: var(--honor);
  font-family: var(--mono);
  font-size: 28px;
  letter-spacing: .08em;
}

.profile-start-steps small {
  margin-top: 8px;
  color: rgba(237, 237, 245, .74);
  font-size: 15px;
  font-weight: 1000;
}

@media (max-width: 860px) {
  .profile-start-card {
    grid-template-columns: 1fr;
  }

  .profile-start-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .profile-start-steps span {
    min-height: 84px;
  }
}

@media (max-width: 620px) {
  body.profile-page .profile-shell {
    padding: 18px 10px 90px !important;
  }

  body.profile-page .profile-app {
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .profile-start-copy h2 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .profile-start-copy p {
    font-size: 15px;
  }

  .profile-start-card .profile-firewall,
  .profile-start-steps {
    grid-template-columns: 1fr;
  }

  .profile-start-steps span {
    min-height: 62px;
    padding: 12px 14px;
  }

  .profile-start-steps b {
    font-size: 20px;
  }

  .profile-start-card .profile-actions .btn {
    width: 100%;
  }
}

/* ---------- 72. Auth gate + low-noise account/signup flow ---------- */
.auth-modal-open {
  overflow: hidden;
}

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

.auth-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(12px);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 24px;
  border: 1px solid rgba(255, 122, 26, .24);
  border-radius: 20px;
  background:
    radial-gradient(420px 240px at 100% 0%, rgba(255, 122, 26, .16), transparent 70%),
    #090910;
  box-shadow: 0 34px 100px -52px rgba(0, 0, 0, .9), 0 0 72px -58px var(--accretion);
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, .04);
  font-size: 22px;
  line-height: 1;
}

.auth-dialog h2 {
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1;
}

.auth-dialog p {
  color: var(--ink-2);
  line-height: 1.65;
}

.auth-login-form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.auth-login-form label {
  display: grid;
  gap: 7px;
}

.auth-login-form label span {
  color: var(--honor);
  font-size: 12px;
  font-weight: 1000;
}

.auth-login-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(4, 4, 8, .8);
  font: 900 14px var(--sans);
}

.auth-login-form input:focus {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.auth-dialog-actions {
  margin-top: 14px;
}

.auth-dialog-actions .bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 211, 122, .22);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .035);
  font-weight: 1000;
}

body.account-page .registration-stage {
  max-width: 720px;
  padding-top: 40px;
}

body.account-page .registration-hero,
body.account-page .registration-side {
  display: none !important;
}

body.account-page .registration-layout {
  display: block;
}

body.account-page .registration-card {
  min-height: 0;
  padding: clamp(22px, 4vw, 32px);
  border-color: rgba(255, 122, 26, .18);
  background:
    radial-gradient(560px 260px at 100% 0%, rgba(255, 122, 26, .08), transparent 72%),
    rgba(9, 9, 16, .94);
}

body.account-page .registration-card-head h2 {
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 1.06;
}

body.account-page .registration-card-head {
  align-items: center;
  margin-bottom: 16px;
}

body.account-page .account-choice-card h3,
body.account-page .registration-done h3,
body.account-page .reg-question h3 {
  font-size: clamp(24px, 3.4vw, 34px);
}

body.account-page .registration-steps {
  gap: 7px;
  margin-bottom: 18px;
}

body.account-page .registration-steps span {
  min-height: 48px;
  padding: 8px 10px;
  border-radius: 12px;
}

body.account-page .registration-steps b {
  font-size: 10px;
}

body.account-page .registration-steps small {
  margin-top: 4px;
  font-size: 12px;
}

.account-auth-panel {
  max-width: 500px;
  margin: 0 auto;
}

.account-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

.account-auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  color: var(--ink-2);
  background: transparent;
  font: 1000 14px var(--sans);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.account-auth-tabs button.is-active {
  color: #150802;
  background: var(--accretion);
  box-shadow: 0 16px 32px -24px var(--accretion);
}

.account-auth-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--stroke-soft);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012)),
    rgba(5, 5, 9, .62);
}

.account-auth-form.is-register {
  border-color: rgba(255, 122, 26, .24);
}

.account-auth-form h3 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.08;
}

.account-auth-form p {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.62;
}

.account-auth-form label {
  display: grid;
  gap: 7px;
}

.account-auth-form label span {
  color: var(--honor);
  font-size: 12px;
  font-weight: 1000;
}

.account-auth-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(4, 4, 8, .82);
  font: 900 15px var(--sans);
}

.account-auth-form input:focus {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

.account-auth-form .bridge-link.full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .03);
  color: var(--ink);
  font-weight: 1000;
}

body.signup-page .signup-stage {
  max-width: 980px;
  grid-template-columns: 1fr;
  padding-top: 30px;
}

body.signup-page .demo-ribbon {
  display: none;
}

body.signup-page .signup-aside,
body.signup-page .signup-path-card,
body.signup-page .signup-promise,
body.signup-page .signup-artifact-card,
body.signup-page .signup-everyone-card,
body.signup-page .signup-rules {
  display: none !important;
}

body.signup-page .signup-main {
  gap: 16px;
}

body.signup-page [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.signup-page .signup-hero-card {
  min-height: 0;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(90deg, rgba(7, 7, 13, .98), rgba(7, 7, 13, .84)),
    url("img/bg/court-heat.webp") 70% center / cover no-repeat,
    var(--panel);
}

body.signup-page .signup-hero-card h1 {
  max-width: none;
  margin: 20px 0 12px;
  font-size: clamp(44px, 7vw, 72px);
}

body.signup-page .signup-hero-card p {
  max-width: 34em;
}

body.signup-page .signup-spotlight {
  display: none;
}

body.signup-page .signup-flow-card {
  padding: clamp(20px, 3vw, 28px);
}

body.signup-page .signup-flow-card::after {
  display: none;
}

body.signup-page .signup-flow-head h2 {
  font-size: clamp(30px, 4vw, 44px);
}

body.signup-page .signup-flow-head p {
  max-width: 34em;
}

body.signup-page .signup-flow-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
}

@media (max-width: 780px) {
  body.signup-page .signup-flow-grid,
  body.signup-page .qr-confirm-card,
  body.account-page .account-choice-grid {
    grid-template-columns: 1fr;
  }

  body.signup-page .signup-stage,
  body.account-page .registration-stage {
    padding: 18px 14px 88px;
  }
}

@media (max-width: 760px) {
  body.account-page .registration-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  body.account-page .registration-steps span {
    min-height: 54px;
    padding: 8px 6px;
  }

  body.account-page .registration-steps small {
    font-size: 11px;
  }
}

