.growth-deck {
  --growth-ink: #071426;
  --growth-navy: #0a1b36;
  --growth-cyan: #63dcff;
  --growth-mint: #5cf0c7;
  --growth-gold: #ffc857;
  --growth-muted: #72839a;
  color: var(--growth-ink);
  font-family: "Microsoft YaHei UI", "Noto Sans SC", sans-serif;
}

.growth-deck__masthead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin: 4px 0 16px;
  padding: 8px 4px;
}

.growth-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #2386a9;
  font: 700 11px/1.2 Bahnschrift, "Microsoft YaHei UI", sans-serif;
  letter-spacing: .19em;
}

.growth-deck__masthead h1 {
  margin: 0;
  font: 800 clamp(25px, 2.4vw, 36px)/1.1 Bahnschrift, "Microsoft YaHei UI", sans-serif;
  letter-spacing: -.035em;
}

.growth-deck__masthead h1 em { color: #176c90; font-style: normal; }
.growth-deck__masthead p { margin: 8px 0 0; color: #63738a; font-size: 14px; }

.growth-trust {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #bfe7de;
  border-radius: 7px;
  background: #f0fcf8;
  color: #247963;
  font-size: 12px;
  font-weight: 700;
}

.growth-trust > i { width: 6px; height: 6px; border-radius: 50%; background: #27c398; box-shadow: 0 0 0 5px rgba(39, 195, 152, .12); }
.growth-trust.is-warning { border-color: #f3d2a1; background: #fff9ed; color: #976516; }
.growth-trust.is-warning > i { background: #e4a62d; box-shadow: 0 0 0 5px rgba(228, 166, 45, .12); }
.growth-trust.is-preview { border-color: #b8d9ff; background: #f1f7ff; color: #315e9b; }
.growth-trust.is-preview > i { background: #4b8fe8; box-shadow: 0 0 0 5px rgba(75, 143, 232, .12); }

.growth-preview {
  display: grid;
  gap: 9px;
  margin: -4px 0 14px;
  padding: 11px 13px;
  border: 1px solid #d6e6f5;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7fbff, #f2f8ff);
  box-shadow: 0 7px 20px rgba(37, 86, 137, .055);
}
.growth-preview__head { display: flex; align-items: center; gap: 10px; }
.growth-preview__head > span { color: #71859c; font-size: 10px; }
.growth-preview__toggle,
.growth-preview__restore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  border-radius: 8px;
  padding: 0 12px;
  font: 800 11px/1 "Microsoft YaHei UI", sans-serif;
  cursor: pointer;
}
.growth-preview__toggle { border: 1px solid #74b9e5; background: #eaf7ff; color: #176f9a; }
.growth-preview__toggle[aria-expanded="true"] { border-color: #278fc0; background: #dff3ff; box-shadow: 0 0 0 3px rgba(53, 156, 207, .1); }
.growth-preview__restore { margin-left: auto; border: 1px solid #dfbd75; background: #fff8e7; color: #8c6517; }
.growth-preview__toggle:focus-visible,
.growth-preview__restore:focus-visible,
.growth-preview__rail button:focus-visible { outline: 3px solid rgba(36, 135, 183, .3); outline-offset: 2px; }
.growth-preview__rail { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.growth-preview__rail[hidden] { display: none; }
.growth-preview__rail button {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  border: 1px solid #d8e6f1;
  border-radius: 9px;
  padding: 7px 9px;
  background: #fff;
  color: #536b83;
  text-align: left;
  cursor: pointer;
}
.growth-preview__rail button:hover { border-color: #68b9dd; background: #f2fbff; }
.growth-preview__rail button[aria-pressed="true"] { border-color: #2ea6d4; background: #e9f9ff; color: #0c7099; box-shadow: inset 0 0 0 1px rgba(46, 166, 212, .1); }
.growth-preview__rail b { color: #187ca6; font: 800 13px/1 Bahnschrift, sans-serif; white-space: nowrap; }
.growth-preview__rail span { overflow: hidden; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.growth-preview__evidence-note { margin-top: 12px; border-left: 3px solid #4ba3d4; padding: 7px 10px; background: #f1f8fe; color: #52718c; font-size: 10px; line-height: 1.55; }

.growth-preview-transition .growth-command { animation: growth-preview-scan .82s cubic-bezier(.2, .8, .2, 1) both; }
.growth-preview-transition .growth-rank-card__level strong { animation: growth-preview-level .72s cubic-bezier(.2, .9, .2, 1) both; }

@keyframes growth-preview-scan {
  0% { opacity: .68; filter: saturate(1.7) brightness(1.28); box-shadow: 0 0 0 rgba(44, 183, 232, 0); }
  46% { opacity: 1; filter: saturate(1.25) brightness(1.09); box-shadow: 0 0 44px rgba(44, 183, 232, .24); }
  100% { opacity: 1; filter: none; box-shadow: 0 24px 60px rgba(17, 37, 66, .16); }
}

@keyframes growth-preview-level {
  0% { opacity: 0; transform: translateY(8px) scale(.72); text-shadow: 0 0 22px rgba(99, 220, 255, .9); }
  60% { opacity: 1; transform: translateY(0) scale(1.16); }
  100% { transform: scale(1); text-shadow: none; }
}

.growth-command {
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(500px, 1.5fr);
  min-height: 604px;
  overflow: hidden;
  border: 1px solid #142e51;
  border-radius: 20px;
  background: var(--growth-navy);
  box-shadow: 0 24px 60px rgba(17, 37, 66, .16);
}

.growth-avatar {
  position: relative;
  isolation: isolate;
  min-height: 604px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(74, 188, 255, .3), transparent 38%),
    linear-gradient(155deg, #17385e, #061125 74%);
}

.growth-avatar::before,
.growth-avatar::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.growth-avatar::before {
  z-index: 3;
  inset: 18px;
  border: 1px solid rgba(104, 218, 255, .25);
  border-radius: 12px;
  clip-path: polygon(0 0, 72px 0, 72px 1px, 1px 1px, 1px 72px, 0 72px, 0 0, 100% 0, 100% 72px, calc(100% - 1px) 72px, calc(100% - 1px) 1px, calc(100% - 72px) 1px, calc(100% - 72px) 0, 100% 0, 100% 100%, calc(100% - 72px) 100%, calc(100% - 72px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(100% - 72px), 100% calc(100% - 72px), 100% 100%, 0 100%, 0 calc(100% - 72px), 1px calc(100% - 72px), 1px calc(100% - 1px), 72px calc(100% - 1px), 72px 100%, 0 100%);
}

.growth-avatar::after {
  z-index: 0;
  left: 50%;
  bottom: 94px;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(95, 219, 255, .38);
  border-radius: 50%;
  background: repeating-conic-gradient(from 8deg, rgba(100, 223, 255, .34) 0 1deg, transparent 1deg 18deg);
  box-shadow: inset 0 0 44px rgba(71, 202, 255, .16), 0 0 50px rgba(71, 202, 255, .16);
  transform: translate(-50%, 42%) rotateX(68deg);
}

.growth-avatar__poster,
.growth-avatar__canvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.growth-avatar__poster { object-fit: cover; transition: opacity .45s ease; }
.growth-avatar__canvas { z-index: 2; }
.growth-avatar__canvas .growth-avatar-canvas { width: 100%; height: 100%; display: block; touch-action: none; }
.growth-avatar[data-avatar-status="ready"] .growth-avatar__poster { opacity: 0; }

.growth-avatar__caption {
  position: absolute;
  z-index: 4;
  left: 28px;
  bottom: 46px;
  display: grid;
  gap: 3px;
  max-width: calc(100% - 56px);
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .72);
}

.growth-avatar__caption span { color: var(--growth-cyan); font: 700 11px/1 Bahnschrift, sans-serif; letter-spacing: .18em; }
.growth-avatar__caption strong { font-size: 21px; letter-spacing: .04em; }
.growth-avatar__caption small { color: #a9bfd4; font-size: 11px; }

.growth-avatar__variant {
  position: absolute;
  z-index: 4;
  top: 30px;
  left: 28px;
  display: flex;
  padding: 3px;
  border: 1px solid rgba(111, 215, 255, .28);
  border-radius: 999px;
  background: rgba(3, 13, 31, .68);
  backdrop-filter: blur(12px);
}

.growth-avatar__variant button {
  border: 0;
  border-radius: 999px;
  padding: 7px 11px;
  background: transparent;
  color: #8faac1;
  font: 700 10px/1 Bahnschrift, sans-serif;
  letter-spacing: .08em;
  cursor: pointer;
}

.growth-avatar__variant button.is-active { background: #dff8ff; color: #0a304a; box-shadow: 0 4px 16px rgba(89, 221, 255, .22); }
.growth-avatar__credit { position: absolute; z-index: 4; right: 24px; bottom: 14px; color: rgba(183, 213, 231, .55); font-size: 8px; letter-spacing: .04em; }

.growth-console {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 28px;
  background:
    linear-gradient(rgba(95, 187, 234, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 187, 234, .035) 1px, transparent 1px),
    var(--growth-navy);
  background-size: 26px 26px;
}

.growth-rank-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(117, 216, 255, .2);
  border-radius: 12px;
  background: rgba(12, 36, 66, .72);
  color: #e9f7ff;
}

.growth-rank-card__level { display: grid; width: 72px; height: 72px; place-content: center; border: 1px solid var(--growth-cyan); border-radius: 18px 5px 18px 5px; text-align: center; box-shadow: inset 0 0 30px rgba(99, 220, 255, .1); }
.growth-rank-card__level span { color: #8fc4d9; font: 700 9px/1 Bahnschrift, sans-serif; letter-spacing: .18em; }
.growth-rank-card__level strong { margin-top: 4px; color: var(--growth-cyan); font: 800 29px/1 Bahnschrift, sans-serif; }
.growth-rank-card__copy > span { color: #7fabc1; font-size: 10px; letter-spacing: .12em; }
.growth-rank-card__copy h2 { margin: 3px 0; font-size: 21px; }
.growth-rank-card__copy p { margin: 0 0 9px; color: #91a9bc; font-size: 11px; }
.growth-xp { display: flex; align-items: center; gap: 12px; }
.growth-xp > i { flex: 1; height: 6px; overflow: hidden; border-radius: 99px; background: #07172c; }
.growth-xp > i em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #31bde7, #64f0cd); box-shadow: 0 0 13px rgba(99, 238, 207, .54); }
.growth-xp b { color: #b7d4e5; font: 700 10px/1 Bahnschrift, sans-serif; white-space: nowrap; }
.growth-rank-card__seal { display: grid; width: 52px; height: 52px; place-content: center; border: 1px solid rgba(255, 200, 87, .48); border-radius: 50%; color: var(--growth-gold); font: 800 10px/1.35 Bahnschrift, sans-serif; text-align: center; letter-spacing: .12em; box-shadow: inset 0 0 20px rgba(255, 200, 87, .08); }

.growth-dimensions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 10px; }
.growth-dimension { position: relative; display: grid; grid-template-columns: 34px 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 4px 10px; min-height: 70px; padding: 11px 13px; border: 1px solid rgba(130, 198, 232, .13); border-radius: 10px; background: rgba(4, 18, 38, .66); color: #e7f6ff; }
.growth-dimension:last-child { grid-column: 1 / -1; }
.growth-dimension__icon { grid-row: 1 / 3; display: grid; width: 34px; height: 34px; place-content: center; border-radius: 8px; background: rgba(88, 207, 245, .1); color: #6be0ff; }
.growth-dimension span:nth-child(2) { display: grid; gap: 2px; }
.growth-dimension b { font-size: 12px; }
.growth-dimension small { color: #6f91a9; font-size: 9px; }
.growth-dimension > i { height: 3px; overflow: hidden; border-radius: 99px; background: #061326; }
.growth-dimension > i em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #33bfe8, #6ae8bd); }
.growth-dimension > strong { grid-row: 1 / 3; color: #79defb; font: 800 22px/1 Bahnschrift, sans-serif; }

.growth-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.growth-section-heading > span { font-size: 14px; font-weight: 800; }
.growth-section-heading > small { color: var(--growth-muted); font-size: 10px; }
.growth-console .growth-section-heading > span { color: #dff4ff; }
.growth-console .growth-section-heading > small { color: #65839a; }
.growth-loadout { display: grid; gap: 9px; }
.growth-loadout__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
.growth-equipment { display: grid; min-height: 76px; place-items: center; align-content: center; gap: 3px; padding: 7px 4px; border: 1px dashed rgba(126, 161, 188, .22); border-radius: 9px; background: rgba(4, 15, 32, .48); color: #61788b; text-align: center; }
.growth-equipment > span { display: grid; width: 28px; height: 28px; place-content: center; border-radius: 7px; background: rgba(103, 132, 153, .08); }
.growth-equipment b { font-size: 9px; }
.growth-equipment small { max-width: 88px; overflow: hidden; color: #526778; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.growth-equipment--unlocked { border-style: solid; border-color: rgba(92, 240, 199, .28); color: #b8fbe8; box-shadow: inset 0 0 24px rgba(50, 213, 170, .04); }
.growth-equipment--unlocked > span { background: rgba(92, 240, 199, .1); color: var(--growth-mint); }
.growth-equipment--unlocked small { color: #64a992; }
.growth-equipment { width: 100%; font: inherit; cursor: pointer; }
.growth-equipment:hover { border-color: rgba(99, 220, 255, .55); background: rgba(14, 40, 67, .78); }
.growth-equipment:focus-visible { outline: 2px solid var(--growth-cyan); outline-offset: 2px; }
.growth-equipment[aria-expanded="true"] { border-color: var(--growth-cyan); background: rgba(32, 90, 121, .4); box-shadow: 0 0 0 2px rgba(99, 220, 255, .1); }

.growth-equipment-drawer {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(99, 220, 255, .22);
  border-radius: 9px;
  background: rgba(4, 17, 35, .86);
  color: #dff5ff;
}
.growth-equipment-drawer[hidden] { display: none; }
.growth-equipment-drawer > span { display: grid; width: 36px; height: 36px; place-content: center; border-radius: 8px; background: rgba(92, 240, 199, .1); color: var(--growth-mint); }
.growth-equipment-drawer div { display: grid; gap: 3px; }
.growth-equipment-drawer small { color: var(--growth-cyan); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.growth-equipment-drawer h3 { margin: 0; font-size: 12px; }
.growth-equipment-drawer p { margin: 0; color: #9bb4c7; font-size: 10px; }
.growth-equipment-drawer em { color: #66869e; font-size: 9px; font-style: normal; line-height: 1.5; }

.growth-unlock-overlay {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 11, 25, .76);
  backdrop-filter: blur(10px);
}
.growth-unlock-overlay__panel {
  position: relative;
  width: min(460px, 100%);
  overflow: hidden;
  border: 1px solid rgba(99, 220, 255, .42);
  border-radius: 20px;
  padding: 32px;
  background: radial-gradient(circle at 50% 0, rgba(72, 198, 244, .22), transparent 42%), linear-gradient(155deg, #102c50, #061328 74%);
  color: #eaf8ff;
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .45), inset 0 0 50px rgba(65, 205, 255, .06);
  animation: growth-unlock-arrive 2.2s cubic-bezier(.16, 1, .3, 1) both;
}
.growth-unlock-overlay__panel::before { content: ""; position: absolute; inset: 14px; pointer-events: none; border: 1px solid rgba(113, 222, 255, .16); border-radius: 13px; }
.growth-unlock-overlay__flare { display: grid; width: 62px; height: 62px; place-content: center; margin: 0 auto 14px; border: 1px solid rgba(255, 200, 87, .52); border-radius: 50%; background: rgba(255, 200, 87, .1); color: var(--growth-gold); box-shadow: 0 0 42px rgba(255, 200, 87, .22); }
.growth-unlock-overlay__panel > small { color: var(--growth-cyan); font: 800 10px/1.2 Bahnschrift, sans-serif; letter-spacing: .17em; }
.growth-unlock-overlay__panel h2 { margin: 8px 0 5px; font: 800 28px/1.15 Bahnschrift, "Microsoft YaHei UI", sans-serif; }
.growth-unlock-overlay__panel > p { margin: 0 auto 18px; max-width: 360px; color: #96b3c9; font-size: 12px; line-height: 1.7; }
.growth-unlock-overlay__panel ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; text-align: left; }
.growth-unlock-overlay__panel li { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid rgba(98, 210, 244, .15); border-radius: 9px; background: rgba(3, 16, 34, .62); }
.growth-unlock-overlay__panel li > span { display: grid; width: 30px; height: 30px; place-content: center; border-radius: 7px; background: rgba(92, 240, 199, .1); color: var(--growth-mint); }
.growth-unlock-overlay__panel li b { font-size: 11px; }
.growth-unlock-overlay__panel li small { color: #64859e; font: 700 8px/1 Bahnschrift, sans-serif; }
.growth-unlock-overlay__panel > div { display: flex; justify-content: center; gap: 9px; margin-top: 20px; }
.growth-unlock-overlay__panel button { min-height: 38px; border-radius: 8px; padding: 0 16px; font-size: 11px; font-weight: 800; cursor: pointer; }
.growth-unlock-overlay__skip { border: 1px solid rgba(146, 184, 207, .3); background: transparent; color: #9ab4c8; }
.growth-unlock-overlay__accept { border: 1px solid #67e6ff; background: linear-gradient(135deg, #baf5ff, #5edeea); color: #062039; box-shadow: 0 7px 24px rgba(71, 215, 238, .2); }
.growth-unlock-overlay__panel button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@keyframes growth-unlock-arrive {
  0% { opacity: 0; transform: translateY(20px) scale(.94); filter: brightness(1.8); }
  28% { opacity: 1; transform: translateY(0) scale(1.015); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: brightness(1); }
}

.growth-signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.growth-signal { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; min-height: 100px; padding: 17px; border: 1px solid #dce7f0; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(28, 55, 87, .055); }
.growth-signal > span { display: grid; width: 42px; height: 42px; place-content: center; border-radius: 11px; background: #eaf9fd; color: #1786a9; }
.growth-signal--unlock > span { background: #fff7e7; color: #bd7b11; }
.growth-signal--action > span { background: #edf8f4; color: #218767; }
.growth-signal div { min-width: 0; }
.growth-signal small { color: #708197; font-size: 10px; }
.growth-signal strong { display: block; margin: 2px 0; overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.growth-signal p { margin: 0; overflow: hidden; color: #7d8b9d; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.growth-signal button { align-self: end; border: 0; background: none; color: #1f8065; font-size: 10px; font-weight: 700; cursor: pointer; white-space: nowrap; }

.growth-evidence-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 12px; margin-top: 12px; }
.growth-evidence-panel,
.growth-fit-panel { padding: 20px; border: 1px solid #dce7f0; box-shadow: 0 8px 24px rgba(28, 55, 87, .045); }
.growth-assessment-list { display: grid; gap: 7px; margin-top: 14px; }
.growth-assessment-row { display: grid; grid-template-columns: 34px 1fr auto auto 14px; align-items: center; gap: 10px; width: 100%; min-height: 54px; border: 1px solid #edf1f5; border-radius: 9px; padding: 8px 10px; background: #fbfdff; color: #17283d; text-align: left; cursor: pointer; }
.growth-assessment-row > span:first-child { display: grid; width: 34px; height: 34px; place-content: center; border-radius: 8px; background: #eef7fb; color: #2f8eac; }
.growth-assessment-row > span:nth-child(2) { display: grid; gap: 2px; }
.growth-assessment-row b { font-size: 11px; }
.growth-assessment-row small { color: #8190a1; font-size: 9px; }
.growth-assessment-row em { border-radius: 99px; padding: 4px 8px; background: #f2f4f7; color: #67788e; font-size: 9px; font-style: normal; }
.growth-assessment-row.is-done em { background: #eaf9f4; color: #277a62; }
.growth-assessment-row strong { color: #1e7898; font-size: 11px; }
.growth-evidence-panel__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 1px solid #edf1f5; color: #6e7e91; font-size: 11px; }
.growth-evidence-panel__foot b { color: #126f91; font-size: 15px; }
.growth-evidence-panel button,
.growth-fit-panel button { border: 0; background: none; color: #177997; font-size: 10px; font-weight: 700; cursor: pointer; }
.growth-fit-score { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 18px; margin-top: 19px; }
.growth-fit-score > span { display: grid; width: 108px; height: 108px; place-content: center; border: 8px solid #d9f2f8; border-top-color: #2db3d8; border-radius: 50%; text-align: center; }
.growth-fit-score > span b { color: #167c9d; font: 800 25px/1 Bahnschrift, sans-serif; }
.growth-fit-score > span small { margin-top: 4px; color: #728398; font-size: 9px; }
.growth-fit-score h3,
.growth-fit-empty h3 { margin: 0 0 6px; font-size: 16px; }
.growth-fit-score p,
.growth-fit-empty p { margin: 0 0 10px; color: #76869a; font-size: 10px; line-height: 1.7; }
.growth-fit-empty { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 13px; min-height: 124px; margin-top: 12px; color: #688097; }
.growth-fit-empty > span { display: grid; width: 50px; height: 50px; place-content: center; border-radius: 12px; background: #eff7fa; color: #2c8ca9; }
.growth-empty { padding: 24px; border: 1px dashed #d9e4ec; border-radius: 9px; color: #7d8c9d; font-size: 11px; text-align: center; }

/* Integrated light growth stage -------------------------------------------------
   The website background is the stage. CSS owns the milestone effects while the
   avatar runtime remains a single transparent canvas. */
.growth-deck[data-growth-tier="1"] { --growth-tier-accent: #4eb4d3; --growth-tier-rgb: 78, 180, 211; }
.growth-deck[data-growth-tier="5"] { --growth-tier-accent: #24bfe9; --growth-tier-rgb: 36, 191, 233; }
.growth-deck[data-growth-tier="10"] { --growth-tier-accent: #21cda4; --growth-tier-rgb: 33, 205, 164; }
.growth-deck[data-growth-tier="15"] { --growth-tier-accent: #e5ae37; --growth-tier-rgb: 229, 174, 55; }
.growth-deck[data-growth-tier="20"] { --growth-tier-accent: #e59b17; --growth-tier-rgb: 229, 155, 23; }

.growth-preview-transition .growth-command { animation: growth-tier-awaken .82s cubic-bezier(.2, .8, .2, 1) both; }
.growth-preview-transition .growth-avatar__fx { animation: growth-tier-rise .76s cubic-bezier(.16, 1, .3, 1) both; }

@keyframes growth-tier-awaken {
  0% { opacity: .72; filter: saturate(1.45) brightness(1.12); transform: translateY(5px); }
  52% { opacity: 1; filter: saturate(1.2) brightness(1.04); transform: translateY(-2px); }
  100% { opacity: 1; filter: none; transform: translateY(0); }
}

@keyframes growth-tier-rise {
  0% { opacity: .15; filter: blur(5px) brightness(1.5); transform: scale(.9); }
  58% { opacity: 1; filter: blur(0) brightness(1.18); transform: scale(1.035); }
  100% { opacity: 1; filter: none; transform: scale(1); }
}

.growth-command[data-growth-visual="integrated-light"] {
  position: relative;
  grid-template-columns: minmax(340px, .88fr) minmax(500px, 1.5fr);
  overflow: hidden;
  border: 1px solid rgba(142, 176, 201, .28);
  background:
    radial-gradient(circle at 22% 34%, rgba(var(--growth-tier-rgb), .14), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, .58), rgba(235, 244, 250, .72));
  box-shadow: 0 22px 54px rgba(35, 66, 98, .1), inset 0 1px rgba(255, 255, 255, .8);
  transition: border-color .38s ease, box-shadow .38s ease, background .38s ease;
}

.growth-command[data-growth-visual="integrated-light"]::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(70, 124, 157, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 124, 157, .035) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, transparent, #000 54%, #000);
}

.growth-avatar {
  z-index: 1;
  min-height: 604px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(var(--growth-tier-rgb), .2), transparent 38%),
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, .88), rgba(236, 245, 251, .38) 39%, transparent 70%);
  transition: background .38s ease;
}

.growth-avatar::before,
.growth-avatar::after { content: none; }

.growth-avatar__fx,
.growth-avatar__fx > i,
.growth-avatar__crown {
  position: absolute;
  pointer-events: none;
}

.growth-avatar__fx { z-index: 1; inset: 0; overflow: hidden; }
.growth-avatar__fx > i,
.growth-avatar__crown { display: block; opacity: 0; transition: opacity .42s ease, filter .42s ease, transform .42s ease; }

.growth-avatar__halo {
  top: 12%;
  left: 50%;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .72), rgba(var(--growth-tier-rgb), .22) 24%, rgba(var(--growth-tier-rgb), .06) 48%, transparent 70%);
  filter: blur(4px);
  transform: translateX(-50%);
}

.growth-avatar__floor {
  left: 50%;
  bottom: 83px;
  width: 74%;
  height: 112px;
  border: 1px solid rgba(var(--growth-tier-rgb), .42);
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 8deg, rgba(var(--growth-tier-rgb), .3) 0 1deg, transparent 1deg 18deg),
    radial-gradient(ellipse, rgba(var(--growth-tier-rgb), .16), transparent 68%);
  box-shadow: inset 0 0 34px rgba(var(--growth-tier-rgb), .15), 0 20px 36px rgba(var(--growth-tier-rgb), .1);
  transform: translateX(-50%) rotateX(67deg);
}

.growth-avatar__orbit {
  left: 50%;
  bottom: 142px;
  width: 58%;
  aspect-ratio: 1;
  border: 2px solid rgba(var(--growth-tier-rgb), .5);
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(var(--growth-tier-rgb), .18), inset 0 0 15px rgba(var(--growth-tier-rgb), .1);
  transform: translateX(-50%) rotateX(67deg) rotateZ(0);
  animation: growth-orbit-spin 8s linear infinite;
}

.growth-avatar__orbit::before,
.growth-avatar__orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(var(--growth-tier-rgb), .18), 0 0 18px rgba(var(--growth-tier-rgb), .7);
}
.growth-avatar__orbit::before { top: 8%; left: 17%; }
.growth-avatar__orbit::after { right: 4%; bottom: 24%; }
.growth-avatar__orbit--secondary { bottom: 193px; width: 41%; border-style: dashed; animation-direction: reverse; animation-duration: 11s; }

@keyframes growth-orbit-spin {
  to { transform: translateX(-50%) rotateX(67deg) rotateZ(360deg); }
}

.growth-avatar__particles {
  top: 23%;
  left: 17%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(var(--growth-tier-rgb), .92);
  box-shadow:
    42px 78px 0 1px rgba(var(--growth-tier-rgb), .55),
    270px 17px 0 rgba(var(--growth-tier-rgb), .7),
    310px 108px 0 1px rgba(var(--growth-tier-rgb), .45),
    32px 224px 0 rgba(var(--growth-tier-rgb), .72),
    292px 284px 0 1px rgba(var(--growth-tier-rgb), .48),
    86px 338px 0 rgba(var(--growth-tier-rgb), .6),
    232px 386px 0 1px rgba(var(--growth-tier-rgb), .56);
  filter: drop-shadow(0 0 5px rgba(var(--growth-tier-rgb), .78));
  animation: growth-particles-drift 3.6s ease-in-out infinite alternate;
}

@keyframes growth-particles-drift {
  to { transform: translateY(-13px) scale(1.08); }
}

.growth-avatar__wings {
  left: 50%;
  bottom: 197px;
  width: 88%;
  height: 250px;
  transform: translateX(-50%) scale(.92);
}
.growth-avatar__wings::before,
.growth-avatar__wings::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 42%;
  height: 82%;
  border: 2px solid rgba(var(--growth-tier-rgb), .52);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .34), rgba(var(--growth-tier-rgb), .08) 48%, transparent 49%),
    repeating-linear-gradient(150deg, rgba(var(--growth-tier-rgb), .32) 0 2px, transparent 2px 18px);
  filter: drop-shadow(0 0 18px rgba(var(--growth-tier-rgb), .18));
}
.growth-avatar__wings::before { left: 1%; border-right: 0; border-radius: 72% 8% 8% 82%; clip-path: polygon(100% 15%, 68% 0, 0 18%, 38% 42%, 4% 63%, 47% 68%, 22% 100%, 100% 78%); }
.growth-avatar__wings::after { right: 1%; border-left: 0; border-radius: 8% 72% 82% 8%; clip-path: polygon(0 15%, 32% 0, 100% 18%, 62% 42%, 96% 63%, 53% 68%, 78% 100%, 0 78%); }

.growth-avatar__scan {
  z-index: 4;
  top: 12%;
  left: 21%;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(var(--growth-tier-rgb), .85), transparent);
  box-shadow: 0 0 18px rgba(var(--growth-tier-rgb), .48);
  animation: growth-scan-pass 4.4s ease-in-out infinite;
}
@keyframes growth-scan-pass { 50% { transform: translateY(355px); } }

.growth-avatar__crown {
  z-index: 4;
  top: 0;
  left: 50%;
  width: 70px;
  height: 44px;
  filter: drop-shadow(0 0 9px rgba(231, 157, 25, .42));
  transform: translateX(-50%);
}
.growth-avatar__crown::before {
  content: "";
  position: absolute;
  inset: 0 8px 10px;
  background: linear-gradient(180deg, rgba(255, 253, 220, .96), rgba(242, 177, 52, .84) 64%, rgba(198, 116, 18, .88));
  clip-path: polygon(0 32%, 22% 55%, 34% 5%, 50% 48%, 68% 2%, 79% 55%, 100% 29%, 88% 100%, 12% 100%);
}
.growth-avatar__crown::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 68px;
  height: 14px;
  border: 1px solid rgba(230, 158, 31, .72);
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(230, 158, 31, .38), inset 0 0 8px rgba(255, 248, 203, .55);
}

.growth-avatar[data-growth-tier="1"] .growth-avatar__halo { opacity: .22; }
.growth-avatar[data-growth-tier="1"] .growth-avatar__floor { opacity: .34; }
.growth-avatar[data-growth-tier="5"] .growth-avatar__halo { opacity: .38; }
.growth-avatar[data-growth-tier="5"] .growth-avatar__floor { opacity: .58; }
.growth-avatar[data-growth-tier="5"] .growth-avatar__orbit:not(.growth-avatar__orbit--secondary) { opacity: .42; }
.growth-avatar[data-growth-tier="10"] .growth-avatar__halo { opacity: .56; }
.growth-avatar[data-growth-tier="10"] .growth-avatar__floor { opacity: .78; }
.growth-avatar[data-growth-tier="10"] .growth-avatar__orbit:not(.growth-avatar__orbit--secondary) { opacity: .72; }
.growth-avatar[data-growth-tier="10"] .growth-avatar__orbit--secondary { opacity: .38; }
.growth-avatar[data-growth-tier="10"] .growth-avatar__particles { opacity: .4; }
.growth-avatar[data-growth-tier="15"] .growth-avatar__halo { opacity: .68; }
.growth-avatar[data-growth-tier="15"] .growth-avatar__floor { opacity: .9; }
.growth-avatar[data-growth-tier="15"] .growth-avatar__orbit { opacity: .82; }
.growth-avatar[data-growth-tier="15"] .growth-avatar__particles { opacity: .72; }
.growth-avatar[data-growth-tier="15"] .growth-avatar__wings { opacity: .56; transform: translateX(-50%) scale(1); }
.growth-avatar[data-growth-tier="20"] .growth-avatar__halo,
.growth-avatar[data-growth-tier="20"] .growth-avatar__floor,
.growth-avatar[data-growth-tier="20"] .growth-avatar__orbit,
.growth-avatar[data-growth-tier="20"] .growth-avatar__particles,
.growth-avatar[data-growth-tier="20"] .growth-avatar__crown { opacity: 1; }
.growth-avatar[data-growth-tier="20"] .growth-avatar__wings { opacity: .88; transform: translateX(-50%) scale(1.05); }
.growth-avatar[data-growth-tier="20"] .growth-avatar__scan { opacity: .74; }

.growth-avatar__poster,
.growth-avatar__canvas { z-index: 2; }
.growth-avatar__poster {
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  mask-image: radial-gradient(ellipse 74% 92% at 50% 48%, #000 58%, transparent 94%);
}
.growth-avatar__canvas { background: transparent; }

.growth-avatar__caption {
  z-index: 5;
  color: #10253d;
  text-shadow: 0 2px 14px rgba(255, 255, 255, .96);
}
.growth-avatar__caption span { color: var(--growth-tier-accent); }
.growth-avatar__caption small { color: #64788e; }
.growth-avatar__variant {
  z-index: 5;
  border-color: rgba(124, 162, 188, .32);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 9px 26px rgba(42, 76, 107, .1);
}
.growth-avatar__variant button { color: #647b91; }
.growth-avatar__variant button.is-active { background: #fff; color: #155f7b; box-shadow: 0 4px 14px rgba(var(--growth-tier-rgb), .2); }
.growth-avatar__credit { z-index: 5; color: rgba(76, 100, 124, .62); }

.growth-console {
  z-index: 1;
  background: transparent;
  color: #10253d;
}
.growth-rank-card,
.growth-dimension,
.growth-equipment,
.growth-equipment-drawer {
  border-color: rgba(126, 161, 187, .25);
  background: rgba(255, 255, 255, .7);
  color: #152d45;
  box-shadow: 0 8px 24px rgba(38, 70, 99, .055), inset 0 1px rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
}
.growth-rank-card { border-color: rgba(var(--growth-tier-rgb), .34); background: rgba(255, 255, 255, .78); }
.growth-rank-card__level { border-color: var(--growth-tier-accent); background: rgba(var(--growth-tier-rgb), .065); box-shadow: inset 0 0 24px rgba(var(--growth-tier-rgb), .09); }
.growth-rank-card__level span,
.growth-rank-card__copy > span { color: #67869b; }
.growth-rank-card__level strong { color: var(--growth-tier-accent); text-shadow: 0 0 16px rgba(var(--growth-tier-rgb), .18); }
.growth-rank-card__copy p { color: #6b7e91; }
.growth-xp > i { background: #dbe7ef; }
.growth-xp > i em { background: linear-gradient(90deg, var(--growth-tier-accent), #5fe1bd); box-shadow: 0 0 12px rgba(var(--growth-tier-rgb), .3); }
.growth-xp b { color: #557086; }
.growth-rank-card__seal { border-color: rgba(var(--growth-tier-rgb), .48); color: var(--growth-tier-accent); background: rgba(var(--growth-tier-rgb), .055); box-shadow: inset 0 0 18px rgba(var(--growth-tier-rgb), .08); }
.growth-dimension__icon { background: rgba(var(--growth-tier-rgb), .095); color: var(--growth-tier-accent); }
.growth-dimension small { color: #71879a; }
.growth-dimension > i { background: #dce8ef; }
.growth-dimension > i em { background: linear-gradient(90deg, var(--growth-tier-accent), #61dcb9); }
.growth-dimension > strong { color: var(--growth-tier-accent); }
.growth-console .growth-section-heading > span { color: #1a334a; }
.growth-console .growth-section-heading > small { color: #72879a; }
.growth-equipment { border-style: dashed; color: #7b8ea0; }
.growth-equipment > span { background: #edf3f7; color: #8196a7; }
.growth-equipment small { color: #8293a2; }
.growth-equipment--unlocked { border-style: solid; border-color: rgba(var(--growth-tier-rgb), .38); color: #174358; background: rgba(var(--growth-tier-rgb), .055); box-shadow: inset 0 0 22px rgba(var(--growth-tier-rgb), .04); }
.growth-equipment--unlocked > span { background: rgba(var(--growth-tier-rgb), .12); color: var(--growth-tier-accent); }
.growth-equipment--unlocked small { color: #5e7f8c; }
.growth-equipment:hover { border-color: rgba(var(--growth-tier-rgb), .58); background: rgba(255, 255, 255, .9); }
.growth-equipment[aria-expanded="true"] { border-color: var(--growth-tier-accent); background: rgba(var(--growth-tier-rgb), .08); box-shadow: 0 0 0 2px rgba(var(--growth-tier-rgb), .1); }
.growth-equipment-drawer > span { background: rgba(var(--growth-tier-rgb), .1); color: var(--growth-tier-accent); }
.growth-equipment-drawer small { color: var(--growth-tier-accent); }
.growth-equipment-drawer p { color: #687f92; }
.growth-equipment-drawer em { color: #8193a3; }

@media (max-width: 1120px) {
  .growth-command { grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr); }
  .growth-command[data-growth-visual="integrated-light"] { grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr); }
  .growth-console { padding: 20px; }
  .growth-signal-grid { grid-template-columns: 1fr; }
  .growth-signal { min-height: 82px; }
}

@media (max-width: 820px) {
  .growth-deck__masthead { align-items: flex-start; flex-direction: column; }
  .growth-preview__rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .growth-command { grid-template-columns: 1fr; }
  .growth-command[data-growth-visual="integrated-light"] { grid-template-columns: 1fr; }
  .growth-avatar { min-height: 560px; }
  .growth-avatar__wings { width: min(620px, 94%); }
  .growth-console { grid-template-rows: auto; }
  .growth-evidence-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .growth-preview__head { align-items: flex-start; flex-wrap: wrap; }
  .growth-preview__head > span { width: 100%; }
  .growth-preview__restore { margin-left: 0; }
  .growth-preview__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .growth-command { border-radius: 14px; }
  .growth-avatar { min-height: 500px; }
  .growth-avatar__caption { left: 18px; bottom: 38px; max-width: calc(100% - 36px); }
  .growth-avatar__variant { top: 18px; left: 18px; }
  .growth-avatar__credit { right: 16px; }
  .growth-avatar__floor { bottom: 72px; width: 82%; }
  .growth-avatar__orbit { bottom: 126px; }
  .growth-avatar__orbit--secondary { bottom: 175px; }
  .growth-avatar__wings { bottom: 172px; height: 220px; }
  .growth-console { padding: 14px; }
  .growth-rank-card { grid-template-columns: auto 1fr; }
  .growth-rank-card__seal { display: none; }
  .growth-dimensions { grid-template-columns: 1fr; }
  .growth-dimension:last-child { grid-column: auto; }
  .growth-loadout__grid { grid-template-columns: repeat(3, 1fr); }
  .growth-signal { grid-template-columns: 38px 1fr; }
  .growth-signal button { grid-column: 2; }
  .growth-fit-score { grid-template-columns: 1fr; }
  .growth-assessment-row { grid-template-columns: 30px 1fr auto; }
  .growth-assessment-row em,
  .growth-assessment-row > strong,
  .growth-assessment-row > svg { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .growth-avatar__poster { transition: none; }
  .growth-preview-transition .growth-command,
  .growth-preview-transition .growth-rank-card__level strong,
  .growth-preview-transition .growth-avatar__fx,
  .growth-avatar__fx,
  .growth-avatar__fx > i,
  .growth-avatar__crown { animation: none; transition: none; }
  .growth-unlock-overlay {
    position: relative;
    z-index: auto;
    inset: auto;
    margin-top: 12px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .growth-unlock-overlay__panel { width: 100%; animation: none; }
}
