@font-face {
  font-family: 'Paperlogy';
  src: url('/comm/fonts/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('/comm/fonts/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('/comm/fonts/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'Paperlogy', 'Pretendard Variable', Pretendard, system-ui, sans-serif;
  --font-body: 'Pretendard Variable', Pretendard, system-ui, -apple-system, 'Malgun Gothic', sans-serif;
  --navy: #2b2360;
  --sub: #6f6699;
  --violet: #7b3ce6;
  --bar: clamp(64px, 9vh, 92px);
  --figure: min(60vh, 540px);
  --mouth: min(43.2vh, 389px);
  --pad: clamp(16px, 2vw, 38px);
  --tint1: rgba(154, 99, 255, .32);
  --tint2: rgba(47, 134, 232, .22);
  --accent: #7b3ce6;
  --cw: clamp(230px, 24vw, 380px);
  --bw: clamp(280px, 30vw, 450px);
  --inset: calc(var(--cw) * .58);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--navy);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #f3e9fb url('/images/bg/sky.webp?v=20260808g') center center / cover no-repeat fixed;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 16px;
  z-index: 100;
  padding: 10px 18px;
  border-radius: 0 0 10px 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 600;
}

.skip-link:focus {
  top: 0;
}

.topbar {
  position: relative;
  z-index: 40;
  flex: 0 0 auto;
  height: var(--bar);
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.topbar__in {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.4vw, 44px);
}

.topbar__home {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  box-shadow: none;
}

.topbar__home img {
  display: block;
  width: auto;
  height: clamp(38px, 5.6vh, 62px);
}

.tabs {
  display: flex;
  gap: 6px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: none;
  box-shadow: 0 6px 18px rgba(90, 70, 140, .12);
}

.tab {
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--sub);
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.tab:hover {
  color: var(--violet);
}

.tab.is-on {
  background: linear-gradient(135deg, #9a63ff, #6a3ce0 60%, #ff6fb8);
  color: #fff;
  box-shadow: 0 6px 16px rgba(123, 60, 230, .34);
}

.topbar__apply {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 14px rgba(90, 70, 140, .12);
  font-size: 14px;
  font-weight: 800;
  color: var(--violet);
}

.wrap {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  width: min(1300px, calc(100vw - 360px));
  margin: 0 auto;
  padding: 0;
}

.view[hidden] {
  display: none;
}

.view {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.4vh, 18px);
  height: 100%;
  padding: var(--pad);
  border-radius: 40px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .2)),
    linear-gradient(160deg, var(--tint1), var(--tint2));
  backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 28px 64px rgba(70, 50, 120, .2), inset 0 1px 0 rgba(255, 255, 255, .5);
  overflow: visible;
  animation: box-in .75s cubic-bezier(.2, 1, .3, 1) both;
}

.board__head {
  flex: 0 0 auto;
  min-height: clamp(104px, 14.5vh, 168px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--inset) + 18px);
  text-align: center;
  animation: head-in .7s cubic-bezier(.2, 1, .3, 1) both;
}

@keyframes box-in {
  from { opacity: 0; transform: scale(.975) translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes head-in {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: none; }
}

.board__eyebrow {
  display: inline-block;
  margin: 0 0 clamp(4px, .8vh, 10px);
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .42);
  font-size: clamp(12px, 1.8vh, 17px);
  font-weight: 800;
  letter-spacing: .03em;
  color: #fff;
}

.board__title {
  word-break: keep-all;
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 5vh, 54px);
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  text-shadow: 0 3px 14px rgba(20, 10, 60, .3);
}

.board__title em {
  font-style: normal;
  color: #ffe14d;
}

.scene {
  flex: 1 1 auto;
  min-height: 0;
  display: block;
  height: 100%;
}

.scene__char {
  position: absolute;
  left: calc(-1 * var(--cw) + var(--inset));
  top: clamp(30px, 8vh, 88px);
  width: var(--cw);
  z-index: 3;
  pointer-events: none;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.talker {
  display: block;
  width: auto;
  max-width: none;
  width: 100%;
  height: auto;
  aspect-ratio: 374 / 455;
  background-image: url('/images/guide/tablet_bust.webp?v=20260808s');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 16px 26px rgba(70, 50, 120, .22));
}


.scene__body {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.6vh, 20px);
  height: 100%;
  min-width: 0;
  padding-left: calc(var(--inset) + 18px);
}

.scene__body::before {
  content: '';
  flex: 0 0 clamp(4px, 1vh, 12px);
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes bubble-in {
  from { opacity: 0; transform: translateY(18px) scale(.96); }
  to { opacity: 1; transform: none; }
}

.bubble {
  position: relative;
  flex: 0 0 auto;
  align-self: stretch;
  width: 100%;
  height: clamp(104px, 14.5vh, 164px);
  margin: 0;
  padding: clamp(14px, 2vh, 30px) clamp(20px, 2vw, 38px);
  border-radius: 28px 28px 28px 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(90, 70, 140, .2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.9vh, 36px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -.035em;
  color: var(--navy);
  word-break: keep-all;
  animation: bob 4.6s ease-in-out infinite, bubble-in .6s cubic-bezier(.2, 1, .3, 1) both;
}

.bubble:empty,
.bubble.is-mute {
  display: none;
}

.bubble::after {
  content: '';
  position: absolute;
  left: -12px;
  bottom: 16px;
  width: 22px;
  height: 22px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 78%);
}

.bubble em {
  font-style: normal;
  background: linear-gradient(120deg, #2f86e8, #7b3ce6 55%, #ff6fb8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.menu {
  flex: 1 1 auto;
  align-content: stretch;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 18px);
}

.pick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(4px, .8vh, 9px);
  height: 100%;
  padding: clamp(13px, 1.9vh, 24px) clamp(13px, 1.2vw, 24px);
  border-radius: 24px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(70, 50, 120, .26);
  opacity: 0;
  transform: translateY(34px) scale(.93);
  transition: opacity .55s ease, transform .6s cubic-bezier(.2, 1, .3, 1), box-shadow .45s ease, filter .45s ease;
}

.menu.is-shown .pick {
  opacity: 1;
  transform: none;
}

.menu.is-shown .pick:nth-child(1) { transition-delay: .05s; }
.menu.is-shown .pick:nth-child(2) { transition-delay: .19s; }
.menu.is-shown .pick:nth-child(3) { transition-delay: .33s; }
.menu.is-shown .pick:nth-child(4) { transition-delay: .47s; }

.pick::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

.pick.is-lit::after {
  opacity: 1;
  animation: lit 1.9s ease-in-out infinite;
}

@keyframes lit {
  0%, 100% {
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .85), inset 0 0 34px 6px rgba(255, 255, 255, .35);
  }
  50% {
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .95), inset 0 0 62px 14px rgba(255, 255, 255, .6);
  }
}

.pick::before {
  content: '';
  position: absolute;
  right: -26px;
  top: -26px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
}

.pick:hover,
.pick:focus-visible {
  opacity: 1;
  transform: translateY(-8px);
  filter: none;
}

.pick:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.pick--a { background: linear-gradient(155deg, #c4a2ff 0%, #9b5cff 50%, #7028e6 100%); }
.pick--b { background: linear-gradient(155deg, #7ddcff 0%, #29a0ff 52%, #0b63e0 100%); }
.pick--c { background: linear-gradient(155deg, #6df2d2 0%, #12cfa6 52%, #059f80 100%); }
.pick--d { background: linear-gradient(155deg, #ffd166 0%, #ff9424 50%, #f4620a 100%); }

.pick__chip {
  position: relative;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
  border: 1px solid rgba(255, 255, 255, .55);
  font-size: clamp(11px, 1.4vh, 15px);
  font-weight: 800;
  white-space: nowrap;
}

.pick__title {
  position: relative;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(19px, 2.9vh, 34px);
  line-height: 1.18;
  letter-spacing: -.03em;
}

.pick__desc {
  position: relative;
  font-size: clamp(13px, 1.7vh, 18px);
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
}

.pick__go {
  position: relative;
  margin-top: auto;
  align-self: stretch;
  padding: clamp(9px, 1.4vh, 13px) 14px;
  border-radius: 999px;
  background: #fff;
  color: #4a2a9c;
  font-size: clamp(13px, 1.7vh, 18px);
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 18px rgba(40, 20, 80, .2);
}

.pick--b .pick__go { color: #12447f; }
.pick--c .pick__go { color: #0a6e5c; }
.pick--d .pick__go { color: #a94a06; }

.slides {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
}

.slide {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: clamp(8px, 1.4vh, 16px);
}

.slide.is-on {
  display: flex;
  animation: slide-in .5s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes slide-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

.slide__note {
  margin: 0;
  font-size: clamp(13px, 1.7vh, 16px);
  font-weight: 600;
  color: var(--sub);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 16px);
}

.stat {
  padding: clamp(14px, 2.4vh, 30px) 16px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(90, 70, 140, .14);
  text-align: center;
}

.stat__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 4vh, 42px);
  line-height: 1.1;
  letter-spacing: -.03em;
  background: linear-gradient(120deg, #2f86e8, #7b3ce6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat__label {
  margin-top: 5px;
  font-size: clamp(12px, 1.6vh, 15px);
  font-weight: 700;
  color: var(--sub);
}

.steps {
  display: grid;
  gap: clamp(6px, 1vh, 12px);
}

.step {
  display: grid;
  grid-template-columns: clamp(74px, 7vw, 104px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(10px, 1.4vw, 20px);
  padding: clamp(10px, 1.6vh, 20px) clamp(14px, 1.4vw, 24px);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(90, 70, 140, .12);
}

.step--final {
  background: linear-gradient(135deg, #fff3e4, #ffe8d0);
}

.step__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 1vh, 9px) 0;
  border-radius: 12px;
  background: linear-gradient(140deg, #9a63ff, #6a3ce0);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(12px, 1.7vh, 15px);
}

.step--final .step__no {
  background: linear-gradient(140deg, #ffa64d, #f2610f);
}

.step__body h4 {
  margin: 0 0 2px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(15px, 2.2vh, 22px);
  letter-spacing: -.02em;
}

.step__body p {
  margin: 0;
  font-size: clamp(12px, 1.6vh, 15px);
  font-weight: 600;
  color: var(--sub);
}

.step__money {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(16px, 2.6vh, 27px);
  letter-spacing: -.03em;
  color: var(--violet);
  white-space: nowrap;
}

.step--final .step__money {
  color: #ef6a12;
}

.tracks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 20px);
}

.track {
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 2.4vh, 30px);
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(70, 50, 120, .24);
}

.track--tech { background: linear-gradient(155deg, #a97bff 0%, #7b3ce6 52%, #5a24c4 100%); }
.track--local { background: linear-gradient(155deg, #56cbff 0%, #2f86e8 55%, #1f5fc4 100%); }

.track__chip {
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .24);
  border: 1px solid rgba(255, 255, 255, .55);
  font-size: clamp(11px, 1.4vh, 13px);
  font-weight: 800;
}

.track__name {
  margin: clamp(8px, 1.4vh, 16px) 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 3.4vh, 36px);
  letter-spacing: -.03em;
  line-height: 1.18;
}

.track__meta {
  margin: clamp(10px, 1.6vh, 18px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.track__meta li {
  display: flex;
  gap: 8px;
  font-size: clamp(12px, 1.6vh, 15px);
  font-weight: 700;
}

.track__meta span {
  flex: 0 0 52px;
  color: rgba(255, 255, 255, .7);
}

.checks {
  display: grid;
  gap: clamp(8px, 1.2vh, 14px);
}

.check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(10px, 1.2vw, 18px);
  padding: clamp(13px, 2vh, 24px) clamp(14px, 1.4vw, 24px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(90, 70, 140, .12);
}

.check--ok { background: linear-gradient(160deg, #eefbf7, #e1f6ef); }
.check--warn { background: linear-gradient(160deg, #fff8ec, #fff1dc); }

.check__mark {
  padding: 6px 13px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(12px, 1.6vh, 14px);
  color: #fff;
  white-space: nowrap;
}

.check--ok .check__mark { background: linear-gradient(135deg, #2ecfa8, #10a084); }
.check--warn .check__mark { background: linear-gradient(135deg, #ffb457, #ef8b1b); }

.check h4 {
  margin: 1px 0 3px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(15px, 2.2vh, 21px);
  letter-spacing: -.02em;
}

.check p {
  margin: 0;
  font-size: clamp(12px, 1.6vh, 15px);
  font-weight: 600;
  color: var(--sub);
}

.notes {
  margin: 0;
  padding: clamp(16px, 2.4vh, 28px) clamp(18px, 1.8vw, 30px);
  border-radius: 20px;
  background: #fff;
  list-style: none;
}

.notes li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(13px, 1.9vh, 17px);
  font-weight: 600;
  color: var(--sub);
}

.notes li + li {
  margin-top: clamp(6px, 1.2vh, 12px);
}

.notes li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b98bff;
}

.notes b {
  color: var(--navy);
}

.how {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 16px);
}

.how__item {
  padding: clamp(14px, 2.4vh, 30px) clamp(14px, 1.4vw, 24px);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(90, 70, 140, .14);
}

.how__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 4vh, 38px);
  height: clamp(30px, 4vh, 38px);
  margin-bottom: clamp(6px, 1.2vh, 14px);
  border-radius: 12px;
  background: linear-gradient(140deg, #9a63ff, #6a3ce0);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}

.how__item h4 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(16px, 2.3vh, 21px);
  letter-spacing: -.02em;
}

.how__item p {
  margin: 0;
  font-size: clamp(12px, 1.6vh, 15px);
  font-weight: 600;
  color: var(--sub);
}

.info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, 1.2vh, 14px);
}

.info__row {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: clamp(12px, 1.9vh, 22px) clamp(14px, 1.4vw, 24px);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(90, 70, 140, .12);
  font-size: clamp(13px, 1.8vh, 16px);
  font-weight: 700;
}

.info__row dt {
  flex: 0 0 clamp(76px, 8vw, 104px);
  color: var(--sub);
}

.info__row dd {
  margin: 0;
}

.apply {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 2.8vh, 30px);
  border-radius: 999px;
  background: linear-gradient(120deg, #9a63ff, #6a3ce0 45%, #ff6fb8);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(17px, 2.8vh, 30px);
  letter-spacing: -.02em;
  box-shadow: 0 18px 42px rgba(123, 60, 230, .36);
  transition: transform .24s ease;
}

.apply:hover,
.apply:focus-visible {
  transform: translateY(-4px);
}

.apply__sub {
  display: block;
  text-align: center;
  font-size: clamp(12px, 1.7vh, 15px);
  font-weight: 600;
  color: var(--sub);
}

.nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav__arrow {
  padding: clamp(9px, 1.4vh, 13px) clamp(14px, 1.4vw, 22px);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 6px 16px rgba(90, 70, 140, .14);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(13px, 1.7vh, 16px);
  color: var(--navy);
}

.nav__arrow[disabled] {
  opacity: .38;
  cursor: default;
}

.dots {
  display: flex;
  gap: 8px;
  margin: 0 auto;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 2px 8px rgba(90, 70, 140, .2);
  transition: width .3s ease, background .3s ease;
}

.dot.is-on {
  width: 36px;
  background: linear-gradient(120deg, #9a63ff, #6a3ce0);
}

.chat {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vh, 14px);
  min-height: 0;
  padding: clamp(12px, 1.8vh, 22px);
  border-radius: 26px;
  background: #f6f3fd;
}

.chat__log {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vh, 14px);
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.msg {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: end;
  gap: 10px;
  max-width: 86%;
}

.msg--me {
  grid-template-columns: minmax(0, 1fr);
  margin-left: auto;
  justify-items: end;
}

.msg__face {
  width: 46px;
  height: auto;
  align-self: end;
}

.msg__body {
  margin: 0;
  padding: clamp(11px, 1.5vh, 16px) clamp(13px, 1.2vw, 19px);
  border-radius: 18px 18px 18px 6px;
  background: #fff;
  font-size: clamp(13px, 1.8vh, 16px);
  font-weight: 600;
  line-height: 1.65;
  box-shadow: 0 6px 18px rgba(90, 70, 140, .12);
}

.msg__body b {
  color: var(--violet);
}

.msg--me .msg__body {
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(135deg, #9a63ff, #6a3ce0);
  color: #fff;
  font-weight: 700;
}

.chips {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.chip {
  padding: clamp(8px, 1.2vh, 11px) clamp(12px, 1.1vw, 17px);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(90, 70, 140, .12);
  font-size: clamp(12px, 1.6vh, 14px);
  font-weight: 700;
  color: var(--sub);
  transition: transform .18s ease, color .18s ease;
}

.chip:hover,
.chip:focus-visible {
  transform: translateY(-2px);
  color: var(--violet);
}

.ask {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
}

.ask__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: clamp(12px, 1.7vh, 17px) 18px;
  border-radius: 15px;
  border: 0;
  background: #fff;
  font-family: var(--font-body);
  font-size: clamp(14px, 1.8vh, 16px);
  font-weight: 600;
  color: var(--navy);
}

.ask__input::placeholder {
  color: #ab9fc8;
  font-weight: 500;
}

.ask__input:focus {
  outline: 3px solid rgba(123, 60, 230, .32);
}

.ask__send {
  flex: 0 0 auto;
  padding: clamp(12px, 1.7vh, 17px) clamp(16px, 1.6vw, 26px);
  border-radius: 15px;
  background: linear-gradient(135deg, #ffc06b, #ef5c0c);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(14px, 1.8vh, 16px);
  box-shadow: 0 10px 24px rgba(239, 92, 12, .3);
}

@media (min-width: 1024px) {
  html,
  body {
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  html,
  body {
    height: auto;
    overflow: visible;
  }

  body {
    background-attachment: scroll;
  }

  .topbar {
    height: auto;
    padding: 12px 0 10px;
  }

  .topbar__in {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tabs {
    order: 3;
    width: 100%;
    margin: 4px 0 0;
    overflow-x: auto;
    justify-content: flex-start;
    border-radius: 20px;
  }

  .topbar__apply {
    margin-left: auto;
  }

  .wrap {
    width: min(100% - 22px, 620px);
    height: auto;
    padding: 0 0 18px;
  }

  .view {
    height: auto;
    min-height: calc(100dvh - 150px);
    padding: 15px 14px 18px;
    border-radius: 30px;
  }

  .scene {
    display: block;
    height: auto;
  }

  .scene__char {
    position: absolute;
    left: -26px;
    top: -34px;
    width: clamp(132px, 38vw, 178px);
    bottom: auto;
  }

  .scene__body {
    height: auto;
    padding-left: 0;
    gap: 12px;
  }

  .scene__body::before {
    flex: 0 0 clamp(74px, 21vw, 104px);
  }

  .bubble::after {
    top: 22px;
  }

  .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pick {
    height: auto;
    gap: 5px;
    padding: 14px;
    border-radius: 20px;
  }

  .pick__chip {
    padding: 4px 11px;
    font-size: 11px;
  }

  .pick__title {
    font-size: clamp(18px, 5.2vw, 23px);
  }

  .pick__desc {
    display: none;
  }

  .pick__go {
    margin-top: 10px;
    padding: 11px;
    font-size: 13px;
  }

  .slides {
    position: static;
  }

  .slide {
    position: static;
    inset: auto;
  }

  .stats,
  .how,
  .info,
  .tracks,
  .checks {
    grid-template-columns: minmax(0, 1fr);
  }

  .stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    text-align: left;
  }

  .stat__num {
    font-size: 24px;
  }

  .stat__label {
    margin-top: 0;
  }

  .step {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 6px 12px;
    padding: 14px;
  }

  .step__body,
  .step__money {
    grid-column: 2;
  }

  .step__money {
    font-size: 19px;
  }

  .board__title {
    font-size: clamp(20px, 6.4vw, 30px);
  }

  .nav {
    padding-top: 4px;
  }

  .nav__arrow {
    padding: 11px 16px;
    font-size: 14px;
  }

  .chat__log {
    max-height: 40vh;
  }

  .ask {
    flex-wrap: wrap;
  }

  .ask__input,
  .ask__send {
    flex: 1 1 100%;
  }
}

@media (max-width: 420px) {
  .scene {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .pick__title {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slide.is-on {
    animation: none;
  }

  .pick,
  .apply,
  .chip {
    transition: none;
  }
}

.ic {
  width: clamp(26px, 4.2vh, 42px);
  height: clamp(26px, 4.2vh, 42px);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.stat .ic {
  margin: 0 auto clamp(4px, 1vh, 10px);
  color: #8b5cf6;
  opacity: .9;
}

.step .ic {
  color: #8b5cf6;
  opacity: .55;
  width: clamp(22px, 3.4vh, 32px);
  height: clamp(22px, 3.4vh, 32px);
}

.step--final .ic {
  color: #f2610f;
}

.check .ic {
  color: #10a084;
  opacity: .6;
  width: clamp(22px, 3.4vh, 32px);
  height: clamp(22px, 3.4vh, 32px);
}

.check--warn .ic {
  color: #ef8b1b;
}

.how__item .ic {
  color: #8b5cf6;
  opacity: .55;
  margin-left: auto;
}

.info__row .ic {
  color: #8b5cf6;
  opacity: .6;
  width: clamp(20px, 3vh, 26px);
  height: clamp(20px, 3vh, 26px);
}

.step {
  grid-template-columns: clamp(74px, 7vw, 104px) auto minmax(0, 1fr) auto;
}

.how__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.how__item .ic {
  order: 3;
  margin: auto 0 0 auto;
}

.info__row {
  align-items: center;
}

.ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(8px, 1vw, 18px);
  height: 100%;
  min-height: 0;
}

.rung {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 8px;
}

.rung__money {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(15px, 2.4vh, 26px);
  letter-spacing: -.03em;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 10px rgba(20, 10, 60, .35);
}

.rung__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: var(--h);
  min-height: 74px;
  padding: clamp(8px, 1.4vh, 18px) 8px;
  border-radius: 20px 20px 14px 14px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(40, 20, 100, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
  animation: grow .8s cubic-bezier(.2, 1, .3, 1) both;
}

@keyframes grow {
  from { transform: scaleY(.2); opacity: 0; }
  to { transform: scaleY(1); opacity: 1; }
}

.rung--1 .rung__bar { background: linear-gradient(180deg, #c4a2ff, #9b5cff); animation-delay: .05s; transform-origin: bottom; }
.rung--2 .rung__bar { background: linear-gradient(180deg, #7ddcff, #29a0ff); animation-delay: .18s; transform-origin: bottom; }
.rung--3 .rung__bar { background: linear-gradient(180deg, #6df2d2, #12cfa6); animation-delay: .31s; transform-origin: bottom; }
.rung--4 .rung__bar { background: linear-gradient(180deg, #ffd166, #f4620a); animation-delay: .44s; transform-origin: bottom; }

.rung__bar .ic {
  width: clamp(22px, 3.4vh, 34px);
  height: clamp(22px, 3.4vh, 34px);
  opacity: .95;
}

.rung__bar b {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(13px, 1.9vh, 18px);
  letter-spacing: -.02em;
}

.rung__bar em {
  font-style: normal;
  font-size: clamp(11px, 1.5vh, 14px);
  font-weight: 700;
  opacity: .92;
}

.how {
  position: relative;
}

.how__item + .how__item::before {
  content: '';
  position: absolute;
  left: calc(-1 * clamp(8px, 1vw, 16px) / 2 - 5px);
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  border-right: 3px solid rgba(255, 255, 255, .75);
  border-top: 3px solid rgba(255, 255, 255, .75);
  transform: rotate(45deg);
}

.how__item {
  position: relative;
}

@media (max-width: 1023px) {
  .ladder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    min-height: 210px;
  }

  .rung__money {
    font-size: clamp(11px, 3vw, 15px);
  }

  .rung__bar b {
    font-size: clamp(11px, 3vw, 14px);
  }

  .rung__bar em {
    font-size: clamp(9px, 2.5vw, 12px);
  }

  .how__item + .how__item::before {
    display: none;
  }
}

.pick__art {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.pick__art svg {
  width: min(70%, 130px);
  height: auto;
  fill: none;
  stroke: rgba(255, 255, 255, .58);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: art-bob 5s ease-in-out infinite;
}

@keyframes art-bob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

.foot {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: min(1300px, calc(100vw - 360px));
  margin: 0 auto;
  padding: clamp(8px, 1.5vh, 18px) 4px clamp(10px, 1.8vh, 20px);
}

.foot__in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 32px);
  padding: clamp(14px, 2vh, 24px) clamp(16px, 2vw, 30px);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: none;
  box-shadow: 0 14px 34px rgba(70, 50, 120, .16);
}

.foot__brand strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(15px, 2vh, 19px);
  letter-spacing: -.02em;
  color: var(--navy);
}

.foot__brand span {
  font-size: clamp(12px, 1.6vh, 14px);
  font-weight: 600;
  color: var(--sub);
}

.foot__info {
  display: flex;
  gap: clamp(10px, 1.6vw, 26px);
  margin: 0;
}

.foot__info div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.foot__info dt {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--violet);
}

.foot__info dd {
  margin: 0;
  font-size: clamp(12px, 1.6vh, 14px);
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}

.foot__cta {
  padding: clamp(11px, 1.6vh, 15px) clamp(16px, 1.6vw, 26px);
  border-radius: 999px;
  background: linear-gradient(120deg, #9a63ff, #6a3ce0 50%, #ff6fb8);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(13px, 1.7vh, 16px);
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(123, 60, 230, .34);
}

.foot__note {
  margin: clamp(8px, 1.2vh, 14px) 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #7f76a6;
}

@media (max-width: 1023px) {
  .foot__in {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    justify-items: center;
  }

  .foot__info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .foot__cta {
    width: 100%;
    text-align: center;
  }

  .pick__art svg {
    width: min(56%, 82px);
  }
}

body[data-page="about"] {
  --tint1: rgba(154, 99, 255, .34);
  --tint2: rgba(112, 40, 230, .18);
  --accent: #7028e6;
}

body[data-page="who"] {
  --tint1: rgba(41, 160, 255, .32);
  --tint2: rgba(11, 99, 224, .18);
  --accent: #0b63e0;
}

body[data-page="how"] {
  --tint1: rgba(18, 207, 166, .32);
  --tint2: rgba(5, 159, 128, .18);
  --accent: #059f80;
}

body[data-page="ask"] {
  --tint1: rgba(255, 168, 60, .34);
  --tint2: rgba(244, 98, 10, .18);
  --accent: #d9550a;
}

.board__eyebrow {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(255, 255, 255, .95);
  color: var(--accent);
}

.board__title {
  word-break: keep-all;
  color: #241a52;
  text-shadow: 0 2px 12px rgba(255, 255, 255, .55);
}

.board__title em {
  color: var(--accent);
}

.slide > * {
  flex: 1 1 auto;
  min-height: 0;
}

.slide > .slide__note {
  flex: 0 0 auto;
}

.stats,
.checks,
.how,
.info,
.tracks {
  align-content: stretch;
}

.stat,
.how__item,
.info__row,
.check {
  justify-content: center;
}

.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav {
  flex: 0 0 auto;
  padding-top: clamp(6px, 1.2vh, 16px);
}

.dots {
  gap: 9px;
}

.dot {
  border: 0;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 2px 8px rgba(70, 50, 120, .2);
}

.dot.is-on {
  background: var(--accent);
}

.nav__arrow {
  background: rgba(255, 255, 255, .95);
  color: var(--accent);
}

.rung--1 .rung__bar,
.rung--2 .rung__bar,
.rung--3 .rung__bar,
.rung--4 .rung__bar {
  transform-origin: bottom;
}

.rung__money {
  color: #241a52;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .7);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 4px 14px rgba(90, 70, 140, .14);
}

.burger span {
  display: block;
  width: 19px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--accent);
  transition: transform .25s ease, opacity .25s ease;
}

.burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 1023px) {
  .burger {
    display: flex;
    order: 2;
    margin-left: auto;
  }

  .topbar__home {
    order: 1;
  }

  .topbar__apply {
    order: 3;
    margin-left: 0;
  }

  .tabs {
    order: 4;
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 8px 0 0;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(70, 50, 120, .2);
    overflow: visible;
  }

  .tabs.is-open {
    display: flex;
  }

  .tab {
    width: 100%;
    padding: 13px 16px;
    text-align: left;
    font-size: 15px;
  }

  .scene {
    display: block;
  }

  .scene__char {
    position: static;
    width: clamp(96px, 27vw, 132px);
    margin: 0;
  }

  .scene__body {
    display: grid;
    grid-template-columns: clamp(96px, 27vw, 132px) minmax(0, 1fr);
    grid-template-areas:
      'char bubble'
      'main main'
      'nav nav';
    align-items: end;
    gap: 10px;
    padding: 0;
  }

  .scene__body::before {
    display: none;
  }

  .board__head {
    margin-bottom: 12px;
  }

  .menu,
  .slides,
  .chat {
    grid-area: main;
  }

  .nav {
    grid-area: nav;
  }
}


@media (max-width: 1023px) {
  .view {
    min-height: calc(100dvh - 190px);
  }

  .board__head {
    text-align: left;
  }

  .board__title {
    font-size: clamp(19px, 5.6vw, 27px);
  }

  .pick {
    min-height: clamp(150px, 42vw, 190px);
  }

  .pick__art {
    min-height: 0;
  }

  .pick__art svg {
    width: min(48%, 62px);
  }

  .ladder {
    min-height: 190px;
  }

  .rung__bar {
    min-height: 62px;
    padding: 8px 4px;
    border-radius: 14px 14px 10px 10px;
  }

  .rung__bar .ic {
    width: 18px;
    height: 18px;
  }

  .nav {
    justify-content: space-between;
  }

  .stat .ic {
    margin: 0;
  }

  .stat {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .stat__num {
    margin-left: auto;
  }

  .foot {
    padding: 12px 12px 18px;
  }
}

.bubble__t {
  display: block;
}

.bubble.is-in .bubble__t {
  animation: say-up .62s cubic-bezier(.2, 1, .3, 1) both;
}

@keyframes say-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.scene__char {
  animation: char-in .8s cubic-bezier(.2, 1, .3, 1) both, float 5s ease-in-out infinite 1s;
}

@keyframes char-in {
  from { opacity: 0; transform: translate(-40px, 60px) scale(.94); }
  to { opacity: 1; transform: none; }
}

.board__head {
  flex: 0 0 auto;
  min-height: clamp(104px, 14.5vh, 168px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--inset) + 18px);
  text-align: center;
  animation: head-in .7s cubic-bezier(.2, 1, .3, 1) both;
}

.slide.is-on > * {
  animation: rise .68s cubic-bezier(.2, 1, .3, 1) .12s both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

.nav {
  animation: rise .6s cubic-bezier(.2, 1, .3, 1) .3s both;
}

.foot {
  animation: rise .7s cubic-bezier(.2, 1, .3, 1) .45s both;
}

@media (max-width: 1023px) {
  :root {
    --bar: 58px;
    --pad: 13px;
    --cw: auto;
    --inset: 0px;
    --bw: auto;
  }

  .topbar {
    height: auto;
    min-height: var(--bar);
    padding: 8px 0;
  }

  .topbar__in {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 12px;
  }

  .topbar__home img {
    height: 34px;
  }

  .topbar__apply {
    order: 3;
    padding: 8px 14px;
    font-size: 12px;
  }

  .burger {
    display: flex;
    order: 2;
    margin-left: auto;
  }

  .tabs {
    order: 4;
    display: none;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    margin: 6px 0 0;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 34px rgba(70, 50, 120, .22);
  }

  .tabs.is-open {
    display: flex;
  }

  .tab {
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 15px;
    text-align: left;
  }

  .wrap {
    width: 100%;
    padding: 0 11px;
  }

  .view {
    gap: 9px;
    padding: 13px;
    border-radius: 24px;
    min-height: 0;
  }

  .board__head {
    min-height: 0;
    padding-left: 0;
    text-align: left;
  }

  .board__eyebrow {
    margin-bottom: 5px;
    padding: 4px 12px;
    font-size: 11px;
  }

  .board__title {
    font-size: clamp(20px, 5.6vw, 30px);
    line-height: 1.22;
  }

  .scene {
    display: flex;
    flex-direction: column;
    gap: 9px;
    height: 100%;
    min-height: 0;
  }

  .scene {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .scene__char {
    position: static;
    left: auto;
    top: auto;
    order: 2;
    width: clamp(64px, 19vw, 92px);
    margin: -4px 0 5px 10px;
    z-index: 4;
    animation: char-in .8s cubic-bezier(.2, 1, .3, 1) both, float 5s ease-in-out infinite 1s;
  }

  .scene__body {
    display: contents;
  }

  .bubble {
    order: 1;
  }

  .menu,
  .slides,
  .chat,
  .nav {
    order: 3;
  }

  .bubble {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(84px, 12vh, 122px);
    margin: 0;
    padding: 12px 15px;
    border-radius: 20px 20px 20px 5px;
    font-size: clamp(15px, 4.2vw, 21px);
    line-height: 1.32;
    animation: bob 4.6s ease-in-out infinite, bubble-in .55s cubic-bezier(.2, 1, .3, 1) both;
  }

  .bubble::after {
    left: 18px;
    bottom: -9px;
    width: 20px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 22% 100%);
  }

  .scene__body {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    padding-left: 0;
    gap: 9px;
  }

  .scene__body::before {
    display: none;
  }

  .menu {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .slides {
    flex: 1 1 auto;
    min-height: 0;
  }

  .pick {
    min-height: 0;
    height: 100%;
    gap: 3px;
    padding: 12px 12px 13px;
    border-radius: 18px;
  }

  .pick__chip {
    padding: 3px 9px;
    font-size: 10px;
  }

  .pick__title {
    font-size: clamp(16px, 4.6vw, 22px);
  }

  .pick__desc {
    font-size: 11px;
    line-height: 1.35;
  }

  .pick__art {
    min-height: 0;
  }

  .pick__art svg {
    width: min(46%, 54px);
  }

  .pick__go {
    padding: 7px 13px;
    font-size: 12px;
  }

  .foot {
    width: 100%;
    padding: 7px 11px 10px;
  }

  .foot__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 11px;
    border-radius: 16px;
  }

  .foot__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .foot__brand strong {
    font-size: 12px;
  }

  .foot__brand span {
    display: none;
  }

  .foot__info {
    display: none;
  }

  .foot__cta {
    flex: 0 0 auto;
    padding: 9px 13px;
    font-size: 12px;
  }

  .foot__note {
    display: none;
  }
}

@media (max-width: 460px) {
  .foot__info div:nth-child(2) {
    display: none;
  }

  .pick__desc {
    display: none;
  }

  .pick__art svg {
    width: min(52%, 50px);
  }
}

.foot__logo {
  display: block;
  width: auto;
  height: clamp(26px, 3.4vh, 40px);
  flex: 0 0 auto;
}

.foot__brand {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
  min-width: 0;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .foot__logo {
    height: 24px;
  }
}

@media (max-width: 1023px) {
  .foot__in {
    flex-wrap: nowrap;
  }

  .foot__brand {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
    gap: 8px;
  }

  .foot__brand strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .foot__cta {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
  }

  .view,
  .pick,
  .slide,
  .ladder,
  .rung__bar,
  .chat {
    min-height: 0;
  }
}

@media (max-width: 1023px) {
  .wrap {
    min-height: 0;
    overflow: hidden;
  }

  .view {
    overflow: hidden;
  }

  .board__head {
    min-height: 0;
  }

  .board__title {
    font-size: clamp(17px, 4.9vw, 28px);
  }

  .bubble {
    height: clamp(72px, 11.5vh, 122px);
    font-size: clamp(14px, 4vw, 20px);
  }

  .scene__char {
    width: clamp(54px, 17vw, 88px);
  }

  .menu {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .pick {
    overflow: hidden;
  }

  .pick__title {
    font-size: clamp(15px, 4.4vw, 21px);
  }

  .slides,
  .slide,
  .chat {
    min-height: 0;
    overflow: hidden;
  }

  .stats,
  .how,
  .info,
  .tracks {
    min-height: 0;
  }
}

@media (max-width: 1023px) {
  .view {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    grid-template-areas:
      "ava bub"
      "head head"
      "body body"
      "nav nav";
    gap: 8px 9px;
    padding: 11px;
    align-content: stretch;
  }

  .scene,
  .scene__body {
    display: contents;
  }

  .scene__char {
    grid-area: ava;
    position: relative;
    width: clamp(52px, 15vw, 68px);
    margin: 0;
    padding: 0;
    align-self: start;
    animation: char-in .7s cubic-bezier(.2, 1, .3, 1) both, float 5s ease-in-out infinite 1s;
  }

  .talker {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: url('/images/guide/tablet_bust.webp?v=20260808s');
    background-size: 178% auto;
    background-position: 47% 2%;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(70, 50, 120, .26), inset 0 0 0 3px #fff;
    filter: none;
  }

  .bubble {
    grid-area: bub;
    align-self: start;
    width: 100%;
    height: auto;
    min-height: clamp(52px, 15vw, 68px);
    max-height: clamp(76px, 15vh, 116px);
    margin: 0;
    padding: 10px 14px;
    border-radius: 6px 18px 18px 18px;
    font-size: clamp(14px, 3.9vw, 19px);
    line-height: 1.3;
  }

  .bubble::after {
    left: -8px;
    top: 14px;
    bottom: auto;
    width: 16px;
    height: 16px;
    clip-path: polygon(100% 0, 100% 100%, 0 22%);
  }

  .board__head {
    grid-area: head;
    min-height: 0;
    padding: 0;
    text-align: left;
  }

  .menu,
  .slides,
  .chat {
    grid-area: body;
    min-height: 0;
  }

  .nav {
    grid-area: nav;
  }
}

.pick {
  opacity: 1;
  transform: none;
  animation: pick-in .62s cubic-bezier(.2, 1, .3, 1) both;
}

.pick:nth-child(1) { animation-delay: .06s; }
.pick:nth-child(2) { animation-delay: .18s; }
.pick:nth-child(3) { animation-delay: .3s; }
.pick:nth-child(4) { animation-delay: .42s; }

@keyframes pick-in {
  from { opacity: 0; transform: translateY(30px) scale(.94); }
  to { opacity: 1; transform: none; }
}

.menu.is-shown .pick {
  opacity: 1;
  transform: none;
}

.pick:hover,
.pick:focus-visible {
  transform: translateY(-8px);
}

@media (max-width: 1023px) {
  .talker {
    background-position: 47% 6%;
  }
}

.view {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .82) 52%, rgba(255, 255, 255, .9)),
    linear-gradient(160deg, var(--tint1), var(--tint2));
  backdrop-filter: none;
  border: 1px solid #fff;
  box-shadow: 0 26px 60px rgba(70, 50, 120, .22), inset 0 1px 0 #fff;
}

.board__eyebrow {
  background: linear-gradient(120deg, var(--accent), #ff6fb8);
  border-color: transparent;
  color: #fff;
}

.board__title {
  color: #1d1547;
  text-shadow: none;
}

.bubble {
  background: linear-gradient(170deg, #fff, #f7f3ff);
  box-shadow: 0 16px 34px rgba(90, 70, 140, .16), inset 0 0 0 1px rgba(123, 60, 230, .1);
}

.board__eyebrow {
  align-self: center;
  flex: 0 0 auto;
}

.scene,
.scene__body,
.menu,
.slides {
  min-height: 0;
}

.pick__art svg {
  width: min(78%, 150px);
  stroke: rgba(255, 255, 255, .66);
}

@media (max-width: 1023px) {
  .board__eyebrow {
    align-self: flex-start;
  }
}

.wrap {
  width: min(1520px, calc(100vw - 56px));
}

.foot {
  width: min(1520px, calc(100vw - 56px));
}

.pick__desc {
  min-height: 2.7em;
}

@media (max-width: 1023px) {
  .wrap,
  .foot {
    width: 100%;
  }

  .pick__desc {
    min-height: 0;
  }
}

:root {
  --inset: calc(var(--cw) * .84);
}

.track__meta,
.slide__note {
  margin-top: auto;
}

.track {
  min-height: 0;
}

.stat,
.step,
.rung {
  min-height: 0;
}

@media (max-width: 1023px) {
  :root {
    --inset: 0px;
  }
}

:root {
  --inset: calc(var(--cw) * .92);
}

.slide {
  height: 100%;
}

.slide > .checks,
.slide > .notes,
.slide > .stats,
.slide > .tracks,
.slide > .how,
.slide > .info,
.slide > .ladder {
  height: 100%;
}

.checks {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  align-content: stretch;
  gap: clamp(9px, 1.4vh, 18px);
}

.check {
  align-items: center;
  padding: clamp(14px, 2.2vh, 28px) clamp(16px, 1.8vw, 30px);
}

.check h4 {
  font-size: clamp(17px, 2.4vh, 28px);
}

.check p {
  font-size: clamp(13px, 1.8vh, 19px);
}

.check .ic {
  width: clamp(30px, 5vh, 54px);
  height: clamp(30px, 5vh, 54px);
}

.notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  gap: clamp(9px, 1.2vw, 18px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.notes li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: clamp(16px, 2.4vh, 32px);
  border-radius: 22px;
  background: linear-gradient(165deg, #fff, #f6f1ff);
  box-shadow: 0 14px 32px rgba(90, 70, 140, .14), inset 0 0 0 1px rgba(123, 60, 230, .1);
  font-size: clamp(14px, 2vh, 21px);
  font-weight: 600;
  line-height: 1.45;
  color: #2b2360;
  word-break: keep-all;
}

.notes li::before {
  content: counter(nt);
  counter-increment: nt;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 4.4vh, 46px);
  height: clamp(30px, 4.4vh, 46px);
  border-radius: 14px;
  background: linear-gradient(140deg, var(--accent), #ff6fb8);
  font-family: var(--font-display);
  font-size: clamp(15px, 2.2vh, 23px);
  font-weight: 800;
  color: #fff;
}

.notes {
  counter-reset: nt;
}

.notes li b {
  color: var(--accent);
  font-weight: 800;
}

@media (max-width: 1023px) {
  .notes {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .notes li {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 15px;
    font-size: clamp(13px, 3.5vw, 16px);
  }

  .notes li::before {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 14px;
    flex: 0 0 auto;
  }

  .check {
    padding: 10px 12px;
    gap: 9px;
  }

  .check h4 {
    font-size: clamp(14px, 3.9vw, 18px);
  }

  .check p {
    font-size: clamp(12px, 3.3vw, 15px);
  }

  .check .ic {
    width: 26px;
    height: 26px;
  }
}

.notes li {
  display: block;
  position: relative;
  padding: clamp(16px, 2.4vh, 30px) clamp(16px, 1.6vw, 26px) clamp(16px, 2.4vh, 30px) calc(clamp(30px, 4.4vh, 46px) + clamp(24px, 2.2vw, 38px));
}

.notes li::before {
  position: absolute;
  left: clamp(14px, 1.4vw, 22px);
  top: clamp(15px, 2.2vh, 28px);
}

@media (max-width: 1023px) {
  .notes li {
    display: block;
    padding: 10px 12px 10px 46px;
  }

  .notes li::before {
    left: 10px;
    top: 9px;
  }
}

@media (max-width: 1023px) {
  html {
    height: 100%;
    overflow: hidden;
  }

  body {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    background-attachment: scroll;
  }

  .how,
  .info,
  .stats,
  .tracks,
  .ladder {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(0, 1fr);
    gap: 6px;
    overflow: hidden;
  }

  .step,
  .stat,
  .info > div {
    flex-direction: row;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border-radius: 14px;
    min-height: 0;
    text-align: left;
  }

  .step h4,
  .stat__num {
    font-size: clamp(13px, 3.7vw, 17px);
    margin: 0;
  }

  .step p,
  .stat__label {
    font-size: clamp(11px, 3.1vw, 14px);
    margin: 0;
  }

  .step .ic,
  .stat .ic {
    width: 22px;
    height: 22px;
    margin: 0;
    flex: 0 0 auto;
  }

  .tracks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
  }

  .track {
    padding: 10px 11px;
  }

  .track__name {
    font-size: clamp(14px, 3.9vw, 18px);
    margin: 4px 0 0;
  }

  .track__meta li {
    font-size: 11px;
  }

  .nav {
    gap: 7px;
  }

  .nav__arrow {
    padding: 8px 13px;
    font-size: 12px;
  }

  .foot {
    padding: 5px 10px 8px;
  }

  .foot__cta {
    padding: 7px 11px;
    font-size: 11px;
  }
}

@media (max-width: 1023px) {
  .ladder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 6px;
    align-items: end;
  }

  .rung {
    gap: 5px;
  }

  .rung__bar {
    min-height: 54px;
    padding: 7px 4px;
    border-radius: 13px 13px 9px 9px;
    gap: 2px;
  }

  .rung__money {
    font-size: clamp(11px, 3vw, 14px);
  }

  .rung__bar b {
    font-size: clamp(11px, 3vw, 14px);
  }

  .rung__bar em {
    font-size: clamp(9px, 2.5vw, 12px);
    line-height: 1.2;
  }

  .rung__bar .ic {
    width: 15px;
    height: 15px;
  }

  .notes {
    grid-auto-rows: minmax(0, 1fr);
    align-content: stretch;
  }

  .chat {
    height: 100%;
    padding: 10px;
    border-radius: 18px;
    gap: 7px;
  }

  .chips {
    gap: 5px;
  }

  .chip {
    padding: 7px 10px;
    font-size: 11.5px;
  }

  .ask__input {
    padding: 10px 12px;
    font-size: 14px;
  }

  .ask__send {
    padding: 10px 14px;
    font-size: 13px;
  }

  .slide {
    display: flex;
    flex-direction: column;
  }

  .slide > * {
    flex: 1 1 auto;
    min-height: 0;
  }

  .slide__note {
    flex: 0 0 auto;
    margin: 5px 0 0;
    font-size: 11.5px;
  }
}

@media (max-width: 1023px) {
  .slide {
    display: block;
  }

  .slide > * {
    flex: none;
    height: 100%;
  }

  .slide > .slide__note {
    height: auto;
  }

  .check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border-radius: 14px;
  }

  .check__mark {
    flex: 0 0 auto;
    align-self: center;
    padding: 4px 9px;
    font-size: 10.5px;
    border-radius: 999px;
  }

  .check > div {
    min-width: 0;
  }

  .check h4 {
    margin: 0;
  }

  .check p {
    margin: 2px 0 0;
  }

  .step {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .step > div {
    min-width: 0;
  }

  .stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .wrap {
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .view {
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .slides,
  .chat,
  .menu {
    height: 100%;
    max-height: 100%;
    min-height: 0;
  }

  .slide {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .how,
  .checks,
  .notes,
  .info,
  .stats {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
}

.gives {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 16px);
  height: 100%;
}

.give {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(5px, .9vh, 11px);
  padding: clamp(14px, 2.2vh, 30px) clamp(12px, 1.2vw, 24px);
  border-radius: 22px;
  color: #fff;
  text-align: left;
  box-shadow: 0 18px 40px rgba(70, 50, 120, .24);
  animation: pick-in .6s cubic-bezier(.2, 1, .3, 1) both;
}

.give--1 { background: linear-gradient(155deg, #a97bff, #6d28d9); animation-delay: .05s; }
.give--2 { background: linear-gradient(155deg, #64c8ff, #1d6fd0); animation-delay: .16s; }
.give--3 { background: linear-gradient(155deg, #5ef0c4, #0f9e79); animation-delay: .27s; }
.give--4 { background: linear-gradient(155deg, #ffc94d, #f0761b); animation-delay: .38s; }

.give .ic {
  width: clamp(28px, 4.6vh, 48px);
  height: clamp(28px, 4.6vh, 48px);
  color: rgba(255, 255, 255, .85);
}

.give b {
  font-family: var(--font-display);
  font-size: clamp(16px, 2.5vh, 28px);
  font-weight: 800;
  letter-spacing: -.03em;
}

.give span {
  font-size: clamp(12px, 1.7vh, 17px);
  line-height: 1.4;
  color: rgba(255, 255, 255, .9);
  word-break: keep-all;
}

.cmp {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  gap: clamp(5px, .8vh, 10px);
  height: 100%;
}

.cmp__row {
  display: grid;
  grid-template-columns: clamp(70px, 12%, 130px) minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(6px, .8vw, 14px);
  padding: clamp(8px, 1.3vh, 18px) clamp(10px, 1.2vw, 22px);
  border-radius: 16px;
  background: linear-gradient(170deg, #fff, #f7f3ff);
  box-shadow: 0 10px 24px rgba(90, 70, 140, .12);
  font-size: clamp(12px, 1.8vh, 19px);
  font-weight: 600;
  color: #2b2360;
  word-break: keep-all;
}

.cmp__row > span:first-child {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--accent);
}

.cmp__row--head {
  background: linear-gradient(120deg, var(--accent), #2f86e8);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
}

.cmp__row--head > span:first-child {
  color: rgba(255, 255, 255, .85);
}

.tl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.tl__i {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: clamp(14px, 2.2vh, 30px) clamp(12px, 1.2vw, 22px);
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(70, 50, 120, .24);
  animation: pick-in .6s cubic-bezier(.2, 1, .3, 1) both;
}

.tl__i--1 { background: linear-gradient(155deg, #a97bff, #6d28d9); animation-delay: .05s; }
.tl__i--2 { background: linear-gradient(155deg, #64c8ff, #1d6fd0); animation-delay: .16s; }
.tl__i--3 { background: linear-gradient(155deg, #5ef0c4, #0f9e79); animation-delay: .27s; }
.tl__i--4 { background: linear-gradient(155deg, #ffc94d, #f0761b); animation-delay: .38s; }

.tl__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(26px, 3.8vh, 42px);
  height: clamp(26px, 3.8vh, 42px);
  border-radius: 13px;
  background: rgba(255, 255, 255, .24);
  font-family: var(--font-display);
  font-size: clamp(14px, 2.1vh, 22px);
  font-weight: 800;
}

.tl__i b {
  font-family: var(--font-display);
  font-size: clamp(16px, 2.4vh, 27px);
  font-weight: 800;
  letter-spacing: -.03em;
}

.tl__i em {
  font-style: normal;
  font-size: clamp(12px, 1.7vh, 17px);
  line-height: 1.4;
  color: rgba(255, 255, 255, .9);
  word-break: keep-all;
}

.help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 16px);
  height: 100%;
}

.help__c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(5px, .9vh, 11px);
  padding: clamp(14px, 2.2vh, 32px);
  border-radius: 22px;
  background: linear-gradient(170deg, #fff, #f6f1ff);
  box-shadow: 0 14px 32px rgba(90, 70, 140, .14), inset 0 0 0 1px rgba(123, 60, 230, .1);
  color: #2b2360;
  animation: pick-in .6s cubic-bezier(.2, 1, .3, 1) both;
}

.help__c--1 { animation-delay: .05s; }
.help__c--2 { animation-delay: .16s; }
.help__c--3 { animation-delay: .27s; }

.help__c .ic {
  width: clamp(28px, 4.4vh, 46px);
  height: clamp(28px, 4.4vh, 46px);
  color: var(--accent);
}

.help__c b {
  font-family: var(--font-display);
  font-size: clamp(16px, 2.4vh, 27px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #1d1547;
}

.help__c span {
  font-size: clamp(12px, 1.7vh, 17px);
  line-height: 1.4;
  color: var(--sub);
  word-break: keep-all;
}

.help__c--1 {
  background: linear-gradient(155deg, #a97bff, #6d28d9);
  color: #fff;
}

.help__c--1 .ic,
.help__c--1 b {
  color: #fff;
}

.help__c--1 span {
  color: rgba(255, 255, 255, .9);
}

@media (max-width: 1023px) {
  .gives,
  .tl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 7px;
  }

  .give,
  .tl__i {
    padding: 9px 11px;
    border-radius: 15px;
    gap: 3px;
  }

  .give .ic {
    width: 22px;
    height: 22px;
  }

  .give b,
  .tl__i b {
    font-size: clamp(13px, 3.7vw, 17px);
  }

  .give span,
  .tl__i em {
    font-size: clamp(10.5px, 2.9vw, 13px);
    line-height: 1.32;
  }

  .tl__dot {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    font-size: 12px;
  }

  .cmp {
    gap: 4px;
  }

  .cmp__row {
    grid-template-columns: 54px minmax(0, 1fr) minmax(0, 1fr);
    gap: 6px;
    padding: 7px 8px;
    border-radius: 11px;
    font-size: 10.5px;
    line-height: 1.28;
  }

  .help {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(0, 1fr);
    gap: 7px;
  }

  .help__c {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 15px;
  }

  .help__c .ic {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
  }

  .help__c b {
    font-size: clamp(13px, 3.7vw, 17px);
  }

  .help__c span {
    flex: 1 1 100%;
    font-size: clamp(10.5px, 2.9vw, 13px);
    line-height: 1.3;
  }

  .gives,
  .tl,
  .cmp,
  .help {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .slides {
    position: relative;
  }

  .slide {
    position: absolute;
    inset: 0;
    display: none;
    height: auto;
    max-height: none;
  }

  .slide.is-on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }

  .slide.is-on > * {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }

  .slide.is-on > .slide__note {
    flex: 0 0 auto;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .gives,
  .tl {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .give,
  .tl__i,
  .help__c,
  .check,
  .step,
  .stat,
  .notes li,
  .cmp__row {
    min-height: 0;
    overflow: hidden;
  }

  .give span br,
  .tl__i em br,
  .help__c span br,
  .check p br {
    display: none;
  }

  .give span,
  .tl__i em,
  .help__c span {
    font-size: 10px;
    line-height: 1.25;
  }

  .give b,
  .tl__i b,
  .help__c b {
    font-size: clamp(12px, 3.4vw, 15px);
    line-height: 1.2;
  }

  .give .ic,
  .help__c .ic {
    width: 19px;
    height: 19px;
  }

  .tl__dot {
    width: 19px;
    height: 19px;
    border-radius: 7px;
    font-size: 11px;
  }

  .give,
  .tl__i {
    padding: 8px 9px;
    gap: 2px;
  }

  .help__c {
    padding: 8px 10px;
    gap: 6px;
  }
}

@media (max-width: 1023px) {
  .gives,
  .tl,
  .help,
  .cmp,
  .checks,
  .notes,
  .how,
  .info,
  .stats,
  .tracks,
  .ladder {
    height: auto;
    max-height: none;
    flex: 1 1 auto;
    min-height: 0;
  }
}

@media (max-width: 1023px) {
  .give span br,
  .tl__i em br,
  .help__c span br,
  .check p br {
    display: inline;
  }
}

@media (max-width: 1023px) {
  .give span br,
  .tl__i em br,
  .help__c span br,
  .check p br {
    display: none;
  }

  .give span,
  .tl__i em,
  .help__c span {
    overflow: hidden;
  }
}

.dot {
  flex: 0 0 auto;
  width: clamp(11px, 1.3vh, 14px);
  height: clamp(11px, 1.3vh, 14px);
  border-radius: 50%;
  transition: transform .28s ease, background .28s ease;
}

.dot.is-on {
  width: clamp(11px, 1.3vh, 14px);
  height: clamp(11px, 1.3vh, 14px);
  background: linear-gradient(140deg, #9a63ff, #6a3ce0);
  transform: scale(1.35);
  box-shadow: 0 3px 12px rgba(90, 50, 190, .45);
}

.notes__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(34px, 5vh, 54px);
  height: clamp(34px, 5vh, 54px);
  margin: 0 0 clamp(6px, 1vh, 12px);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(154, 99, 255, .16), rgba(47, 134, 232, .14));
  color: var(--accent);
}

.notes__ic .ic {
  width: 62%;
  height: 62%;
}

.cmp__ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(18px, 2.4vh, 26px);
  height: clamp(18px, 2.4vh, 26px);
  margin-right: 6px;
  vertical-align: -.28em;
  color: currentColor;
}

.cmp__ic .ic {
  width: 100%;
  height: 100%;
  stroke-width: 3.4;
}

.cmp__row > span:first-child {
  display: flex;
  align-items: center;
}

.notes li {
  font-size: clamp(15px, 2.2vh, 23px);
}

.pick__title {
  font-size: clamp(20px, 3.1vh, 36px);
}

.pick__desc {
  font-size: clamp(14px, 1.9vh, 20px);
}

.bubble {
  font-size: clamp(21px, 3.1vh, 38px);
}

@media (max-width: 1023px) {
  .notes__ic {
    width: 30px;
    height: 30px;
    margin: 0 0 5px;
    border-radius: 11px;
  }

  .notes li {
    font-size: clamp(12.5px, 3.4vw, 16px);
    padding: 8px 10px 8px 46px;
    line-height: 1.35;
  }

  .notes li .notes__ic {
    position: absolute;
    left: 9px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }

  .notes li::before {
    display: none;
  }

  .cmp__ic {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }

  .bubble {
    font-size: clamp(15px, 4.3vw, 21px);
  }

  .board__title {
    font-size: clamp(19px, 5.4vw, 30px);
  }

  .pick__title {
    font-size: clamp(16px, 4.8vw, 23px);
  }

  .pick__desc {
    font-size: clamp(11.5px, 3.2vw, 14px);
  }

  .give b,
  .tl__i b,
  .help__c b {
    font-size: clamp(13px, 3.8vw, 17px);
  }

  .give span,
  .tl__i em,
  .help__c span {
    font-size: clamp(10.5px, 3vw, 13px);
  }

  .cmp__row {
    font-size: 11px;
  }

  .check h4 {
    font-size: clamp(14.5px, 4.1vw, 19px);
  }

  .check p {
    font-size: clamp(12px, 3.4vw, 15px);
  }

  .step h4,
  .stat__num {
    font-size: clamp(14px, 4vw, 18px);
  }

  .step p,
  .stat__label {
    font-size: clamp(11.5px, 3.3vw, 15px);
  }
}

.ic {
  width: clamp(34px, 5.6vh, 60px);
  height: clamp(34px, 5.6vh, 60px);
  stroke-width: 3.4;
}

.pick__art svg {
  width: min(88%, 190px);
  stroke: rgba(255, 255, 255, .82);
  stroke-width: 3;
}

.give .ic,
.help__c .ic {
  width: clamp(36px, 6vh, 66px);
  height: clamp(36px, 6vh, 66px);
  color: currentColor;
  opacity: 1;
  stroke-width: 3.4;
}

.check .ic {
  width: clamp(36px, 6vh, 62px);
  height: clamp(36px, 6vh, 62px);
}

.stat .ic,
.step .ic {
  width: clamp(36px, 6vh, 64px);
  height: clamp(36px, 6vh, 64px);
  opacity: 1;
}

.notes__ic {
  width: clamp(46px, 7.4vh, 78px);
  height: clamp(46px, 7.4vh, 78px);
  border-radius: 20px;
}

.notes__ic .ic {
  width: 66%;
  height: 66%;
}

.rung__bar .ic {
  width: clamp(20px, 3.2vh, 34px);
  height: clamp(20px, 3.2vh, 34px);
}

.tl__dot {
  width: clamp(34px, 5vh, 54px);
  height: clamp(34px, 5vh, 54px);
  border-radius: 50%;
  font-size: clamp(17px, 2.6vh, 27px);
}

@media (max-width: 1023px) {
  .ic {
    width: 27px;
    height: 27px;
  }

  .give .ic,
  .help__c .ic,
  .check .ic,
  .stat .ic,
  .step .ic {
    width: 28px;
    height: 28px;
  }

  .notes__ic {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .tl__dot {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .rung__bar .ic {
    width: 16px;
    height: 16px;
  }

  .cmp__ic {
    width: 16px;
    height: 16px;
  }

  .pick__art svg {
    width: min(62%, 74px);
  }
}

.pick__art {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pick__art svg {
  width: auto;
  height: 100%;
  max-width: 82%;
  max-height: 100%;
  stroke: rgba(255, 255, 255, .8);
  stroke-width: 3;
}

.give,
.help__c,
.tl__i {
  overflow: hidden;
}

.give .ic,
.help__c .ic,
.check .ic,
.stat .ic,
.step .ic {
  flex: 0 0 auto;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .pick__art svg {
    height: 100%;
    max-width: 66%;
  }
}

.pick {
  position: relative;
}

.pick__art {
  position: absolute;
  right: -6%;
  bottom: -4%;
  width: 58%;
  height: auto;
  min-height: 0;
  flex: none;
  display: block;
  opacity: .45;
  pointer-events: none;
  overflow: visible;
}

.pick__art svg {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  stroke: #fff;
  stroke-width: 2.6;
}

.pick__chip,
.pick__title,
.pick__desc,
.pick__go {
  position: relative;
  z-index: 1;
}

.pick__desc {
  flex: 1 1 auto;
  min-height: 0;
}

@media (max-width: 1023px) {
  .pick__art {
    width: 62%;
    right: -8%;
    bottom: -6%;
    opacity: .42;
  }

  .pick__desc {
    display: block;
  }
}

@media (max-width: 420px) {
  .pick__desc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pick__art {
    width: 34%;
    right: 8px;
    bottom: 8px;
    opacity: .3;
  }

  .pick__art svg {
    stroke-width: 3.2;
  }

  .give .ic,
  .help__c .ic,
  .check .ic,
  .stat .ic,
  .step .ic {
    width: 21px;
    height: 21px;
  }

  .notes__ic {
    width: 27px;
    height: 27px;
    border-radius: 9px;
  }

  .notes li {
    padding-left: 42px;
  }

  .tl__dot {
    width: 21px;
    height: 21px;
    font-size: 11px;
  }

  .cmp__ic {
    width: 13px;
    height: 13px;
  }

  .rung__bar .ic {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 420px) {
  .pick__art {
    width: 30%;
    opacity: .26;
  }
}

@media (max-width: 1023px) {
  .topbar__apply {
    order: 2;
    margin-left: auto;
  }

  .burger {
    order: 3;
    margin-left: 0;
  }
}

@keyframes rise {
  from { transform: translateY(24px); }
  to { transform: none; }
}

@keyframes pick-in {
  from { transform: translateY(26px) scale(.96); }
  to { transform: none; }
}

@keyframes say-up {
  from { transform: translateY(14px); }
  to { transform: none; }
}

@keyframes char-in {
  from { transform: translate(-30px, 46px) scale(.96); }
  to { transform: none; }
}

@keyframes head-in {
  from { transform: translateY(-16px); }
  to { transform: none; }
}

@keyframes slide-in {
  from { transform: translateY(20px); }
  to { transform: none; }
}

.pick,
.give,
.tl__i,
.help__c,
.slide.is-on > *,
.bubble__t,
.board__head,
.nav,
.foot,
.scene__char {
  opacity: 1;
}

:root {
  --blue: #1f6fe0;
  --blue-2: #0f4ea8;
  --blue-soft: #e8f1ff;
}

.topbar__in {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tabs {
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 6px 18px rgba(20, 60, 130, .16);
}

.tab {
  color: var(--blue-2);
}

.tab.is-on {
  background: linear-gradient(120deg, var(--blue), #0b3f8f);
  color: #fff;
  box-shadow: 0 6px 18px rgba(20, 80, 180, .35);
}

.topbar__apply {
  background: linear-gradient(120deg, var(--blue), #0b3f8f);
  color: #fff;
  box-shadow: 0 6px 18px rgba(20, 80, 180, .32);
}

.burger {
  background: linear-gradient(120deg, var(--blue), #0b3f8f);
  box-shadow: 0 6px 18px rgba(20, 80, 180, .32);
}

.burger span {
  background: #fff;
}

.apply {
  flex: 0 0 auto;
  align-self: center;
  width: min(100%, 620px);
  max-height: clamp(58px, 9vh, 96px);
  margin: 0 auto;
  padding: clamp(14px, 2.2vh, 26px) clamp(20px, 3vw, 40px);
}

.slide > .apply {
  height: auto;
}

@media (max-width: 1023px) {
  .tab {
    color: var(--blue-2);
  }

  .tab.is-on {
    background: linear-gradient(120deg, var(--blue), #0b3f8f);
    color: #fff;
  }

  .apply {
    width: 100%;
    max-height: 56px;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 16px;
  }

  .notes li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
  }

  .notes li .notes__ic {
    position: static;
    transform: none;
    flex: 0 0 auto;
  }
}

.notes li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 1.2vw, 20px);
  padding: clamp(12px, 1.8vh, 24px) clamp(14px, 1.4vw, 24px);
}

.notes li::before {
  display: none;
}

.notes__ic {
  margin: 0;
}

.notes__t {
  min-width: 0;
  line-height: 1.45;
}

.check {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 1.2vw, 20px);
}

.check__mark {
  align-self: center;
}

.check > div {
  min-width: 0;
  text-align: left;
}

.pick__art {
  width: 40%;
  right: 6px;
  bottom: 6px;
  opacity: .34;
}

@media (max-width: 1023px) {
  .notes li {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
    padding: 9px 11px;
  }

  .notes__t {
    line-height: 1.36;
  }

  .check {
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 8px;
    padding: 9px 10px;
  }

  .pick__art {
    width: 30%;
    right: 7px;
    bottom: 7px;
    opacity: .28;
  }
}

@media (max-width: 1023px) {
  .notes li {
    font-size: clamp(13.5px, 3.7vw, 17px);
    padding: 11px 13px;
  }

  .notes__ic {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .notes__ic .ic {
    width: 60%;
    height: 60%;
  }

  .cmp__row {
    font-size: 11.5px;
    padding: 8px 9px;
  }

  .cmp__row--head {
    font-size: 11px;
  }

  .check h4 {
    font-size: clamp(15px, 4.3vw, 20px);
  }

  .check p {
    font-size: clamp(12.5px, 3.5vw, 16px);
  }

  .check__mark {
    padding: 5px 10px;
    font-size: 11px;
  }
}

.nav__arrow[data-next] {
  position: relative;
  background: linear-gradient(120deg, var(--blue), #0b3f8f);
  color: #fff;
  animation: next-glow 1.6s ease-in-out infinite;
}

.nav__arrow[data-next]:disabled {
  animation: none;
  background: rgba(255, 255, 255, .92);
  color: var(--sub);
}

@keyframes next-glow {
  0%, 100% {
    box-shadow: 0 6px 16px rgba(20, 80, 180, .3), 0 0 0 0 rgba(31, 111, 224, .5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 10px 24px rgba(20, 80, 180, .45), 0 0 0 10px rgba(31, 111, 224, 0);
    transform: scale(1.06);
  }
}

.pick__go,
.apply,
.foot__cta {
  animation: cta-glow 2.2s ease-in-out infinite;
}

@keyframes cta-glow {
  0%, 100% { box-shadow: 0 8px 20px rgba(20, 60, 130, .2); }
  50% { box-shadow: 0 12px 30px rgba(31, 111, 224, .42); }
}

.topbar__in {
  position: relative;
}

@media (min-width: 1024px) {
  .tabs {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 1023px) {
  .burger {
    margin-left: auto;
    order: 2;
  }
}

body {
  animation: page-in .52s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes page-in {
  from { transform: translateX(7%); }
  to { transform: none; }
}

body.is-leaving {
  animation: page-out .46s cubic-bezier(.5, 0, .75, 0) forwards;
}

@keyframes page-out {
  from { transform: none; }
  to { transform: translateX(-9%); }
}

body.is-leaving .view,
body.is-leaving .topbar,
body.is-leaving .foot {
  transition: opacity .4s ease;
  opacity: .35;
}

@media (prefers-reduced-motion: reduce) {
  body,
  body.is-leaving {
    animation: none;
  }
}

.bubble__wrap {
  display: grid;
}

.bubble__wrap > * {
  grid-area: 1 / 1;
  min-width: 0;
}

.bubble__ghost {
  visibility: hidden;
}

.bubble__t {
  display: block;
}

.bubble.is-in .bubble__wrap {
  animation: say-up .5s cubic-bezier(.2, 1, .3, 1) both;
}

.bubble.is-in .bubble__t {
  animation: none;
}

@media (max-width: 1023px) {
  body {
    font-size: 15px;
  }

  .bubble {
    font-size: clamp(16px, 4.6vw, 23px);
  }

  .board__title {
    font-size: clamp(21px, 5.8vw, 32px);
  }

  .board__eyebrow {
    font-size: 12px;
    padding: 5px 13px;
  }

  .pick__title {
    font-size: clamp(17px, 5vw, 25px);
  }

  .pick__desc {
    font-size: clamp(12.5px, 3.5vw, 16px);
  }

  .pick__chip {
    font-size: 11px;
  }

  .pick__go {
    font-size: 13px;
    padding: 8px 14px;
  }

  .notes li {
    font-size: clamp(14px, 3.9vw, 18px);
  }

  .check h4 {
    font-size: clamp(15.5px, 4.5vw, 21px);
  }

  .check p {
    font-size: clamp(13px, 3.7vw, 17px);
  }

  .give b,
  .tl__i b,
  .help__c b {
    font-size: clamp(14px, 4.1vw, 18px);
  }

  .give span,
  .tl__i em,
  .help__c span {
    font-size: clamp(11.5px, 3.3vw, 14px);
  }

  .step h4,
  .stat__num {
    font-size: clamp(15px, 4.3vw, 19px);
  }

  .step p,
  .stat__label {
    font-size: clamp(12.5px, 3.6vw, 16px);
  }

  .cmp__row {
    font-size: 12.5px;
  }

  .cmp__row--head {
    font-size: 12px;
  }

  .chip {
    font-size: 13px;
    padding: 8px 12px;
  }

  .ask__input {
    font-size: 15px;
  }

  .ask__send {
    font-size: 14px;
  }

  .nav__arrow {
    font-size: 13.5px;
    padding: 9px 15px;
  }

  .tab {
    font-size: 16px;
  }

  .foot__brand strong {
    font-size: 13px;
  }

  .foot__cta {
    font-size: 12.5px;
  }

  .rung__money,
  .rung__bar b {
    font-size: clamp(12px, 3.3vw, 15px);
  }

  .rung__bar em {
    font-size: clamp(10px, 2.8vw, 13px);
  }

  .msg__body {
    font-size: 14px;
  }
}

:root {
  --violet: #1f6fe0;
  --accent: #1f6fe0;
  --tint1: rgba(79, 148, 255, .3);
  --tint2: rgba(31, 111, 224, .18);
}

body[data-page="about"] { --accent: #1f6fe0; --tint1: rgba(79, 148, 255, .3); --tint2: rgba(14, 78, 168, .16); }
body[data-page="who"]   { --accent: #1466d6; --tint1: rgba(96, 176, 255, .3); --tint2: rgba(20, 102, 214, .16); }
body[data-page="how"]   { --accent: #0f7fbf; --tint1: rgba(88, 196, 240, .3); --tint2: rgba(15, 127, 191, .16); }
body[data-page="ask"]   { --accent: #2358c8; --tint1: rgba(120, 158, 255, .3); --tint2: rgba(35, 88, 200, .16); }

.board__title em,
.bubble em,
.notes li b,
.notes__t b,
.check p b,
.msg__body b {
  background: linear-gradient(120deg, #1f6fe0, #0b3f8f 60%, #17a3d6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.board__eyebrow {
  background: linear-gradient(120deg, #1f6fe0, #0b3f8f);
}

.notes__ic {
  background: linear-gradient(150deg, rgba(31, 111, 224, .16), rgba(23, 163, 214, .14));
  color: #1f6fe0;
}

.notes li::before {
  background: linear-gradient(140deg, #1f6fe0, #0b3f8f);
}

.cmp__row--head {
  background: linear-gradient(120deg, #1f6fe0, #0b3f8f);
}

.cmp__row > span:first-child {
  color: #1466d6;
}

.dot.is-on {
  background: linear-gradient(140deg, #3d8bf5, #0b4ea8);
  box-shadow: 0 3px 12px rgba(20, 80, 180, .45);
}

.give--1 { background: linear-gradient(155deg, #6aa8ff, #0f4ea8); }
.tl__i--1 { background: linear-gradient(155deg, #6aa8ff, #0f4ea8); }

.help__c--1 {
  background: linear-gradient(155deg, #6aa8ff, #0f4ea8);
}

.help__c b {
  color: #123a7a;
}

.help__c--1 b {
  color: #fff;
}

.help__c .ic {
  color: #1f6fe0;
}

.help__c--1 .ic {
  color: #fff;
}

.pick--a {
  background: linear-gradient(155deg, #7db4ff, #1450a8);
}

.apply {
  background: linear-gradient(120deg, #2a7bea, #0b3f8f 55%, #17a3d6);
  box-shadow: 0 18px 42px rgba(20, 80, 180, .34);
}

.foot__cta {
  background: linear-gradient(120deg, #2a7bea, #0b3f8f);
  color: #fff;
}

.chip {
  color: #1466d6;
}

.ask__send {
  background: linear-gradient(120deg, #2a7bea, #0b3f8f);
  color: #fff;
}

.stat .ic,
.step .ic,
.notes__ic .ic {
  color: #1f6fe0;
}

.stat__num {
  color: #123a7a;
}

.check--ok .check__mark {
  background: linear-gradient(140deg, #4bb8a0, #0f8f79);
}

.board__title {
  color: #15294f;
}

.track--tech { background: linear-gradient(155deg, #7db4ff 0%, #1f6fe0 52%, #0f4ea8 100%); }
.track--local { background: linear-gradient(155deg, #6fe0ff 0%, #17a3d6 55%, #0d6f9c 100%); }

@media (max-width: 1023px) {
  .track__meta {
    gap: 7px;
    margin-top: 8px;
  }

  .track__meta li {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }

  .track__meta span {
    display: block;
    flex: none;
    margin-bottom: 1px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .78);
  }

  .track {
    padding: 11px 12px;
  }

  .track__chip {
    padding: 4px 10px;
    font-size: 10.5px;
  }

  .track__name {
    font-size: clamp(15px, 4.3vw, 19px);
    margin: 5px 0 0;
  }

  .cmp__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "k k"
      "a b";
    gap: 3px 7px;
  }

  .cmp__row > span:first-child {
    grid-area: k;
    font-size: 11px;
  }

  .cmp__row > span:nth-child(2) {
    grid-area: a;
  }

  .cmp__row > span:nth-child(3) {
    grid-area: b;
  }
}

[data-beat] {
  transition: transform .45s cubic-bezier(.2, 1, .3, 1), box-shadow .45s ease, filter .45s ease;
  transform-origin: center;
}

[data-beat].is-spot {
  transform: scale(1.055);
  z-index: 3;
  box-shadow: 0 26px 54px rgba(20, 60, 140, .34), 0 0 0 3px rgba(31, 111, 224, .55);
  filter: saturate(1.12);
}

.cmp__row.is-spot,
.info__row.is-spot,
.notes li.is-spot {
  transform: scale(1.03);
}

.rung.is-spot .rung__bar {
  box-shadow: 0 20px 40px rgba(20, 60, 140, .4), 0 0 0 3px rgba(255, 255, 255, .9);
}

.nav__arrow.is-edge {
  opacity: 1;
}

body.is-leaving-back {
  animation: page-out-back .46s cubic-bezier(.5, 0, .75, 0) forwards;
}

@keyframes page-out-back {
  from { transform: none; }
  to { transform: translateX(9%); }
}

body.is-leaving-back .view,
body.is-leaving-back .topbar,
body.is-leaving-back .foot {
  transition: opacity .4s ease;
  opacity: .35;
}

@media (prefers-reduced-motion: reduce) {
  body.is-leaving-back {
    animation: none;
  }

  [data-beat].is-spot {
    transform: none;
  }
}

html {
  background: #f3e9fb url('/images/bg/sky.webp?v=20260808g') center center / cover no-repeat fixed;
}

body {
  animation: page-in .56s cubic-bezier(.22, 1, .36, 1) both;
  will-change: transform;
}

@keyframes page-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

body.is-leaving {
  animation: page-out .42s cubic-bezier(.45, 0, .7, .2) forwards;
}

@keyframes page-out {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

body.is-leaving-back {
  animation: page-out-back .42s cubic-bezier(.45, 0, .7, .2) forwards;
}

@keyframes page-out-back {
  from { transform: translateX(0); }
  to { transform: translateX(100%); }
}

body.is-leaving .view,
body.is-leaving .topbar,
body.is-leaving .foot,
body.is-leaving-back .view,
body.is-leaving-back .topbar,
body.is-leaving-back .foot {
  transition: none;
  opacity: 1;
}

body.back-in {
  animation: page-in-back .56s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes page-in-back {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  body,
  body.back-in,
  body.is-leaving,
  body.is-leaving-back {
    animation: none;
  }
}

html.back-in body {
  animation: page-in-back .56s cubic-bezier(.22, 1, .36, 1) both;
}

.wrap {
  padding: 0 0 clamp(6px, 1vh, 14px);
}

.view {
  gap: clamp(14px, 2.1vh, 28px);
  padding: clamp(20px, 2.2vw, 44px);
}

.scene__body {
  gap: clamp(14px, 2.1vh, 28px);
}

.board__head {
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.board__eyebrow {
  margin-bottom: clamp(7px, 1.1vh, 14px);
}

.foot {
  padding: clamp(10px, 1.6vh, 22px) 0 clamp(12px, 1.8vh, 26px);
}

.menu {
  gap: clamp(12px, 1.1vw, 22px);
}

.pick {
  padding: clamp(16px, 2.2vh, 30px) clamp(16px, 1.3vw, 28px);
  gap: clamp(6px, 1vh, 12px);
}

.nav {
  gap: clamp(10px, 1vw, 18px);
}

@media (min-width: 1024px) {
  .scene__body {
    padding-left: calc(var(--inset) + clamp(18px, 1.6vw, 34px));
  }

  .board__head {
    padding-left: calc(var(--inset) + clamp(18px, 1.6vw, 34px));
  }
}

@media (max-width: 1023px) {
  .view {
    gap: 9px;
    padding: 12px;
  }

  .board__head {
    padding: 0;
  }

  .foot {
    padding: 7px 11px 10px;
  }

  [data-beat].is-spot {
    transform: scale(1.028);
    box-shadow: 0 14px 30px rgba(20, 60, 140, .3), 0 0 0 2.5px rgba(31, 111, 224, .6);
  }
}

html,
body {
  height: auto;
  min-height: 100%;
  overflow: visible;
}

body {
  min-height: 100dvh;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible;
}

.wrap {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.view {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.scene,
.scene__body,
.menu,
.slides,
.chat {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.slides {
  position: relative;
}

.slide {
  position: static;
  inset: auto;
  height: auto;
  max-height: none;
  overflow: visible;
}

.slide.is-on {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.slide.is-on > * {
  flex: 0 0 auto;
  height: auto;
  min-height: 0;
}

.gives,
.tl,
.help,
.cmp,
.checks,
.notes,
.how,
.info,
.stats,
.tracks {
  height: auto;
  max-height: none;
  overflow: visible;
  grid-auto-rows: auto;
}

.ladder {
  height: clamp(210px, 30vh, 360px);
  max-height: none;
  overflow: visible;
  grid-auto-rows: auto;
}

.pick,
.give,
.tl__i,
.help__c,
.check,
.step,
.stat,
.notes li,
.cmp__row,
.track {
  overflow: visible;
  min-height: 0;
}

.pick {
  height: auto;
  min-height: clamp(180px, 30vh, 320px);
}

.pick__art {
  overflow: hidden;
  border-radius: inherit;
}

.chat__log {
  min-height: clamp(120px, 26vh, 300px);
  overflow: visible;
}

.foot {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  html,
  body {
    height: auto;
    overflow-y: visible;
  }

  .view {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "ava bub"
      "head head"
      "body body"
      "nav nav";
    align-content: start;
  }

  .menu {
    grid-template-rows: auto;
  }

  .pick {
    min-height: clamp(150px, 27vw, 210px);
  }

  .gives,
  .tl {
    grid-template-rows: auto;
  }

  .ladder {
    height: clamp(170px, 26vh, 260px);
  }

  .tabs {
    max-height: min(70vh, 520px);
    overflow-y: auto;
  }

  .tabs__apply {
    display: block;
    margin: 8px 2px 2px;
    padding: 13px 14px;
    border-radius: 13px;
    background: linear-gradient(120deg, #2a7bea, #0b3f8f);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(20, 80, 180, .3);
  }
}

@media (min-width: 1024px) {
  .tabs__apply {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@media (max-width: 1023px) {
  .talker {
    aspect-ratio: 1;
    border-radius: 18px;
    background-size: 240% auto;
    background-position: 48% 18%;
    background-color: #fff;
    box-shadow: 0 8px 18px rgba(20, 60, 140, .22);
  }

  .scene__char {
    width: clamp(56px, 16vw, 74px);
  }

  .pick {
    min-height: 0;
    height: auto;
    padding: 12px 12px 13px;
    gap: 5px;
  }

  .menu {
    grid-auto-rows: auto;
    align-content: start;
  }

  .pick__title {
    font-size: clamp(16px, 4.7vw, 22px);
    line-height: 1.22;
  }

  .pick__art {
    position: absolute;
    width: 32%;
    right: 7px;
    bottom: 7px;
    opacity: .3;
  }

  .pick__go {
    margin-top: 4px;
  }

  .view {
    row-gap: 10px;
  }

  .board__head {
    margin-bottom: 2px;
  }

  .slide.is-on {
    gap: 8px;
  }

  .give,
  .tl__i,
  .help__c,
  .check,
  .notes li,
  .cmp__row,
  .step,
  .stat,
  .track {
    min-height: 0;
    height: auto;
  }

  .gives,
  .tl,
  .help,
  .checks,
  .notes,
  .how,
  .info,
  .stats,
  .tracks,
  .cmp {
    grid-auto-rows: auto;
    align-content: start;
  }

  .nav {
    margin-top: 4px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  animation: page-in .56s cubic-bezier(.22, 1, .36, 1) none;
}

html.back-in body {
  animation: page-in-back .56s cubic-bezier(.22, 1, .36, 1) none;
}

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

.pick.is-lit::after {
  opacity: 0;
  animation: none;
  box-shadow: none;
}

.pick.is-lit,
[data-beat].is-spot {
  outline: 5px solid #ffd233;
  outline-offset: 4px;
  box-shadow: 0 22px 46px rgba(20, 60, 140, .34);
  filter: none;
}

.pick.is-lit {
  transform: translateY(-6px) scale(1.02);
  animation: lit-pop 1.8s ease-in-out infinite;
}

@keyframes lit-pop {
  0%, 100% { outline-color: #ffd233; outline-width: 5px; }
  50% { outline-color: #ffb400; outline-width: 7px; }
}

[data-beat].is-spot {
  animation: spot-pop 1.8s ease-in-out infinite;
}

@keyframes spot-pop {
  0%, 100% { outline-color: #1f6fe0; outline-width: 5px; }
  50% { outline-color: #17a3d6; outline-width: 7px; }
}

.rung.is-spot .rung__bar {
  box-shadow: 0 20px 40px rgba(20, 60, 140, .34);
}

.rung.is-spot {
  outline: 5px solid #1f6fe0;
  outline-offset: 4px;
  border-radius: 20px;
}

@media (max-width: 1023px) {
  .pick.is-lit,
  [data-beat].is-spot {
    outline-width: 4px;
    outline-offset: 3px;
  }

  @keyframes lit-pop {
    0%, 100% { outline-color: #ffd233; outline-width: 4px; }
    50% { outline-color: #ffb400; outline-width: 6px; }
  }

  @keyframes spot-pop {
    0%, 100% { outline-color: #1f6fe0; outline-width: 4px; }
    50% { outline-color: #17a3d6; outline-width: 6px; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .pick.is-lit,
  [data-beat].is-spot {
    animation: none;
  }
}

.how__no {
  background: linear-gradient(140deg, #3d8bf5, #0b4ea8);
  margin-bottom: 0;
}

.how__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "no title ic"
    "no desc ic";
  align-items: center;
  gap: 2px clamp(10px, 1vw, 16px);
  padding: clamp(14px, 2vh, 26px) clamp(14px, 1.4vw, 26px);
}

.how__no { grid-area: no; }
.how__item h4 { grid-area: title; align-self: end; margin: 0; }
.how__item p { grid-area: desc; align-self: start; }
.how__item > .ic { grid-area: ic; color: #1f6fe0; opacity: .9; }

.info__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "ic label"
    "ic value";
  align-items: center;
  gap: 1px clamp(10px, 1vw, 16px);
}

.info__row > .ic { grid-area: ic; color: #1f6fe0; }
.info__row dt { grid-area: label; flex: none; font-size: .78em; letter-spacing: .02em; align-self: end; }
.info__row dd { grid-area: value; align-self: start; font-family: var(--font-display); font-weight: 800; }

@media (max-width: 1023px) {
  .how {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .how__item {
    gap: 1px 10px;
    padding: 12px 13px;
    border-radius: 16px;
  }

  .how__no {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 15px;
  }

  .how__item h4 {
    font-size: clamp(16px, 4.6vw, 21px);
  }

  .how__item p {
    font-size: clamp(13px, 3.7vw, 17px);
  }

  .how__item > .ic {
    width: 26px;
    height: 26px;
  }

  .info {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .info__row {
    padding: 11px 13px;
    border-radius: 15px;
  }

  .info__row dt {
    font-size: 11.5px;
  }

  .info__row dd {
    font-size: clamp(15px, 4.3vw, 19px);
  }

  .info__row > .ic {
    width: 26px;
    height: 26px;
  }

  .stat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "ic num"
      "ic label";
    align-items: center;
    gap: 1px 10px;
    padding: 11px 13px;
  }

  .stat > .ic { grid-area: ic; }
  .stat__num { grid-area: num; align-self: end; }
  .stat__label { grid-area: label; align-self: start; }
}

.info__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: none;
  align-items: center;
  justify-items: start;
  text-align: left;
  gap: 0 clamp(10px, 1vw, 16px);
}

.info__row > .ic {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.info__row dt {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  flex: none;
  margin: 0;
  text-align: left;
}

.info__row dd {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  text-align: left;
}

.how__item {
  grid-template-areas: none;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  justify-items: start;
  text-align: left;
}

.how__no {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}

.how__item h4 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.how__item p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.how__item > .ic {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
}

.stat {
  text-align: left;
  justify-items: start;
}

.stat__num,
.stat__label {
  text-align: left;
}

.give,
.tl__i,
.help__c,
.check,
.notes li,
.cmp__row,
.track,
.pick,
.bubble,
.slide__note {
  text-align: left;
}

@media (max-width: 1023px) {
  .stat {
    grid-template-areas: none;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .stat > .ic {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .stat__num {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0;
  }

  .stat__label {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0;
  }

  .board__head,
  .board__title,
  .board__eyebrow {
    text-align: left;
  }

  .talker {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    background-size: 250% auto;
    background-position: 48% 14%;
    filter: drop-shadow(0 6px 14px rgba(40, 30, 90, .26));
  }

  .scene__char {
    width: clamp(62px, 18vw, 84px);
  }

  .info__row dt {
    font-size: 12.5px;
  }

  .info__row dd {
    font-size: clamp(16px, 4.6vw, 20px);
  }

  .how__item h4 {
    font-size: clamp(17px, 4.9vw, 22px);
  }

  .how__item p {
    font-size: clamp(14px, 3.9vw, 18px);
  }

  .stat__num {
    font-size: clamp(16px, 4.6vw, 20px);
  }

  .stat__label {
    font-size: clamp(13px, 3.7vw, 16px);
  }

  .bubble {
    font-size: clamp(17px, 4.8vw, 24px);
  }

  .board__title {
    font-size: clamp(22px, 6vw, 33px);
  }

  .notes li {
    font-size: clamp(14.5px, 4vw, 18px);
  }

  .check h4 {
    font-size: clamp(16px, 4.6vw, 21px);
  }

  .check p {
    font-size: clamp(13.5px, 3.8vw, 17px);
  }

  .give b,
  .tl__i b,
  .help__c b {
    font-size: clamp(15px, 4.3vw, 19px);
  }

  .give span,
  .tl__i em,
  .help__c span {
    font-size: clamp(12px, 3.4vw, 15px);
  }

  .cmp__row {
    font-size: 13px;
  }

  .nav__arrow {
    font-size: 14.5px;
  }
}

@media (max-width: 1023px) {
  .burger {
    display: none;
  }

  .topbar {
    padding: 8px 0 0;
  }

  .topbar__in {
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 0 11px;
  }

  .topbar__home {
    order: 1;
  }

  .tabs {
    display: flex;
    order: 4;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    width: 100%;
    margin: 0 -11px;
    padding: 4px 11px 8px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    background: none;
    box-shadow: none;
    border-radius: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tab {
    flex: 0 0 auto;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 4px 12px rgba(20, 60, 130, .12);
    font-size: 14.5px;
    white-space: nowrap;
    text-align: center;
  }

  .tab.is-on {
    background: linear-gradient(120deg, #1f6fe0, #0b3f8f);
    color: #fff;
  }

  .tabs__apply {
    flex: 0 0 auto;
    display: inline-block;
    margin: 0;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .scene__char {
    position: sticky;
    top: 10px;
    z-index: 7;
    align-self: start;
  }

  .bubble {
    position: sticky;
    top: 10px;
    z-index: 6;
    align-self: start;
    background: linear-gradient(170deg, rgba(255, 255, 255, .97), rgba(247, 243, 255, .96));
  backdrop-filter: none;
  }
}

@media (min-width: 1024px) {
  .bubble {
    position: sticky;
    top: 14px;
    z-index: 6;
  }
}

.help__c {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.help__c b,
.help__c span {
  text-align: center;
  width: 100%;
}

@media (max-width: 1023px) {
  .help__c {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 8px;
    padding: 11px 13px;
    text-align: center;
  }

  .help__c .ic {
    order: 1;
  }

  .help__c b {
    order: 2;
    width: auto;
  }

  .help__c span {
    order: 3;
    flex: 1 1 100%;
    width: 100%;
  }
}

@view-transition {
  navigation: auto;
}

::view-transition-group(root) {
  animation-duration: .42s;
  animation-timing-function: cubic-bezier(.35, 0, .2, 1);
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: .42s;
  animation-timing-function: cubic-bezier(.35, 0, .2, 1);
  mix-blend-mode: normal;
  backface-visibility: hidden;
}

::view-transition-old(root) {
  animation-name: vt-out;
}

::view-transition-new(root) {
  animation-name: vt-in;
}

@keyframes vt-out {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@keyframes vt-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

html.back-in::view-transition-old(root) {
  animation-name: vt-out-back;
}

html.back-in::view-transition-new(root) {
  animation-name: vt-in-back;
}

@keyframes vt-out-back {
  from { transform: translateX(0); }
  to { transform: translateX(100%); }
}

@keyframes vt-in-back {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@supports (view-transition-name: none) {
  body,
  html.back-in body {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}

.drawer {
  display: none;
}

@media (max-width: 1023px) {
  .burger {
    display: flex;
    order: 2;
    margin-left: auto;
  }

  .drawer {
    order: 5;
    display: none;
    flex-direction: column;
    gap: 3px;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 34px rgba(20, 60, 130, .22);
  }

  .drawer.is-open {
    display: flex;
    animation: rise .32s cubic-bezier(.2, 1, .3, 1) both;
  }

  .drawer__i {
    padding: 13px 14px;
    border-radius: 12px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 16px;
    color: var(--blue-2);
  }

  .drawer__i.is-on {
    background: linear-gradient(120deg, #1f6fe0, #0b3f8f);
    color: #fff;
  }

  .drawer__apply {
    margin-top: 6px;
    padding: 13px 14px;
    border-radius: 13px;
    background: linear-gradient(120deg, #2a7bea, #0b3f8f);
    color: #fff;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(20, 80, 180, .3);
  }

  .tabs__apply {
    display: none;
  }
}

@media (max-width: 1023px) {
  .topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding: 8px 0 0;
  }

  .topbar__in {
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
  }

  .drawer {
    flex: 1 1 100%;
    width: auto;
    margin: 0 11px 8px;
  }

  .tab {
    width: auto;
    flex: 0 0 auto;
    min-width: 0;
    text-align: center;
  }

  .tabs {
    flex: 1 1 100%;
  }
}

@media (max-width: 1023px) {
  .tabs {
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4px;
    width: auto;
    margin: 0;
    padding: 2px 11px 8px;
    overflow-x: auto;
  }

  .tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12.5px;
    line-height: 1;
    letter-spacing: -.04em;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .tabs {
    gap: 3px;
    padding: 2px 9px 7px;
  }

  .tab {
    padding: 8px 8px;
    font-size: 11.5px;
  }
}

.bubble {
  display: block;
  height: calc(3.05 * 1.34em + 2 * clamp(14px, 2vh, 30px));
  padding: clamp(14px, 2vh, 30px) clamp(20px, 2vw, 38px);
  overflow: hidden;
  scroll-behavior: smooth;
}

.bubble__wrap {
  display: block;
}

.bubble__t {
  display: block;
}

.bubble__ghost {
  display: none;
}

@media (max-width: 1023px) {
  .bubble {
    height: calc(3.05 * 1.32em + 2 * 12px);
    max-height: none;
    min-height: 0;
    padding: 12px 14px;
    line-height: 1.32;
  }
}

@media (max-width: 1023px) {
  .talker {
    width: 100%;
    aspect-ratio: 334 / 237;
    border-radius: 0;
    background-color: transparent;
    background-image: url('/images/guide/head.webp?v=1');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: none;
    filter: drop-shadow(0 5px 12px rgba(40, 30, 90, .28));
  }

  .scene__char {
    width: clamp(74px, 21vw, 104px);
    align-self: end;
    top: auto;
  }
}

@media (min-width: 1024px) {
  .talkbar {
    display: contents;
  }
}

@media (max-width: 1023px) {
  .view {
    display: block;
  }

  .scene,
  .scene__body {
    display: block;
  }

  .talkbar {
    position: sticky;
    top: 0;
    z-index: 8;
    display: flex;
    align-items: flex-end;
    gap: 9px;
    margin: 0 -12px 9px;
    padding: 8px 12px 9px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .97) 78%, rgba(255, 255, 255, .78));
  backdrop-filter: none;
    border-radius: 0 0 18px 18px;
  }

  .scene__char {
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    width: clamp(64px, 19vw, 92px);
    margin: 0;
    align-self: flex-end;
  }

  .bubble {
    position: static;
    top: auto;
    flex: 1 1 auto;
    width: auto;
    margin: 0;
  backdrop-filter: none;
  }

  .board__head {
    margin-bottom: 4px;
  }

  .menu,
  .slides,
  .chat,
  .nav {
    grid-area: auto;
  }

  .nav {
    display: flex;
    margin-top: 9px;
  }
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  overflow: visible;
}

@media (max-width: 1023px) {
  body {
    overflow: visible;
  }
}

.rung.is-spot {
  outline: 0;
}

.rung.is-spot .rung__bar {
  outline: 4px solid #ffd233;
  outline-offset: 2px;
  animation: lit-pop 1.8s ease-in-out infinite;
}

[data-beat].is-spot {
  outline-offset: 2px;
}

@media (max-width: 1023px) {
  .ladder {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 6px;
  }

  .rung {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    gap: 4px;
  }

  .rung__bar {
    height: calc(var(--h) * 1.75);
    min-height: 46px;
  }

  .rung--1 .rung__bar { min-height: 62px; }
  .rung--2 .rung__bar { min-height: 92px; }
  .rung--3 .rung__bar { min-height: 118px; }
  .rung--4 .rung__bar { min-height: 142px; }

  .rung__money {
    font-size: 11.5px;
    line-height: 1.2;
  }

  .topbar {
    position: sticky;
    top: -46px;
    z-index: 30;
    background: linear-gradient(to bottom, rgba(246, 243, 253, .98) 70%, rgba(246, 243, 253, .86));
  backdrop-filter: none;
  }

  .talkbar {
    top: 46px;
  }

  .tabs {
    padding-bottom: 7px;
  }
}

.ladder {
  height: clamp(230px, 32vh, 380px);
  align-items: end;
}

.rung {
  height: 100%;
}

.rung__bar {
  height: var(--h);
}

@media (max-width: 1023px) {
  .ladder {
    height: 230px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    align-items: end;
  }

  .rung {
    height: 100%;
    justify-content: flex-end;
    gap: 4px;
  }

  .rung__bar {
    height: var(--h);
    min-height: 44px;
  }

  .rung--1 .rung__bar,
  .rung--2 .rung__bar,
  .rung--3 .rung__bar,
  .rung--4 .rung__bar {
    min-height: 44px;
  }
}

.slide.is-on > .ladder {
  height: clamp(230px, 32vh, 360px);
}

@media (max-width: 1023px) {
  .slide.is-on > .ladder {
    height: 220px;
  }
}

.pick.is-lit,
[data-beat].is-spot,
.rung.is-spot .rung__bar {
  outline: 0;
  animation: none;
}

.pick.is-lit {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 26px 50px rgba(20, 60, 140, .34);
}

[data-beat] {
  position: relative;
}

[data-beat].is-spot {
  transform: scale(1.025);
  box-shadow: 0 22px 44px rgba(20, 60, 140, .3);
}

.chk {
  position: absolute;
  top: -11px;
  right: -9px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: clamp(28px, 3.6vh, 38px);
  height: clamp(28px, 3.6vh, 38px);
  border-radius: 50%;
  background: linear-gradient(150deg, #35d39a, #0f9e79);
  box-shadow: 0 6px 16px rgba(15, 120, 95, .38), 0 0 0 3px #fff;
  opacity: 0;
  transform: scale(.35) rotate(-25deg);
  pointer-events: none;
}

.chk svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: #fff;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-beat].is-done > .chk {
  opacity: 1;
  transform: none;
  animation: chk-pop .5s cubic-bezier(.2, 1.5, .4, 1) both;
}

@keyframes chk-pop {
  0% { opacity: 0; transform: scale(.3) rotate(-30deg); }
  60% { opacity: 1; transform: scale(1.22) rotate(4deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

[data-beat].is-spot > .chk {
  box-shadow: 0 8px 20px rgba(15, 120, 95, .5), 0 0 0 3px #fff, 0 0 0 8px rgba(53, 211, 154, .28);
}

.rung [data-beat],
.rung.is-spot {
  overflow: visible;
}

.rung .chk {
  top: auto;
  bottom: calc(var(--h) - 14px);
  right: -8px;
}

@media (max-width: 1023px) {
  .chk {
    width: 24px;
    height: 24px;
    top: -9px;
    right: -7px;
    box-shadow: 0 5px 12px rgba(15, 120, 95, .36), 0 0 0 2.5px #fff;
  }

  [data-beat].is-spot {
    transform: scale(1.015);
    box-shadow: 0 14px 28px rgba(20, 60, 140, .26);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat].is-done > .chk {
    animation: none;
  }
}

.chk {
  position: absolute;
  top: clamp(-26px, -2.6vh, -16px);
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: block;
  width: clamp(38px, 5.4vh, 62px);
  height: clamp(38px, 5.4vh, 62px);
  border-radius: 0;
  background: none;
  box-shadow: none;
  opacity: 0;
  transform: translateX(-50%) rotate(-8deg);
  pointer-events: none;
}

.chk svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ff2d4a;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 6px rgba(255, 45, 74, .35));
}

.chk svg path {
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
}

[data-beat].is-done > .chk {
  opacity: 1;
  transform: translateX(-50%) rotate(-8deg);
  animation: none;
  box-shadow: none;
}

[data-beat].is-done > .chk svg path {
  animation: chk-draw .46s cubic-bezier(.3, .8, .3, 1) forwards;
}

@keyframes chk-draw {
  from { stroke-dashoffset: 34; }
  to { stroke-dashoffset: 0; }
}

[data-beat].is-spot > .chk {
  box-shadow: none;
}

.rung .chk {
  top: auto;
  bottom: calc(var(--h) - clamp(16px, 2.4vh, 26px));
  left: 50%;
  right: auto;
}

@media (max-width: 1023px) {
  .chk {
    top: -15px;
    width: 34px;
    height: 34px;
    box-shadow: none;
  }

  .chk svg {
    stroke-width: 3.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat].is-done > .chk svg path {
    stroke-dashoffset: 0;
    animation: none;
  }
}

@media (max-width: 1023px) {
  .talkbar {
    top: var(--sticky-top, 46px);
  }
}

@media (max-width: 1023px) {
  .talkbar {
    align-items: stretch;
    gap: 8px;
  }

  .talkbar .scene__char {
    order: 0;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    width: clamp(78px, 23vw, 118px);
    height: auto;
    margin: 0;
  }

  .talkbar .bubble {
    order: 1;
  }

  .talker {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    background-size: contain;
    background-position: center bottom;
  }
}

.chk {
  position: absolute;
  top: clamp(-30px, -3.2vh, -20px);
  left: clamp(6px, 4%, 26px);
  right: auto;
  bottom: auto;
  width: clamp(58px, 8.6vh, 104px);
  height: clamp(58px, 8.6vh, 104px);
  transform: rotate(-9deg) scale(1);
  transform-origin: 30% 70%;
}

.chk svg {
  stroke: #e8291a;
  stroke-width: 4.6;
  filter: drop-shadow(0 4px 8px rgba(190, 25, 15, .4));
}

.chk svg path {
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
}

[data-beat].is-done > .chk,
.pick.is-done > .chk {
  opacity: 1;
  transform: rotate(-9deg);
}

[data-beat].is-done > .chk svg path,
.pick.is-done > .chk svg path {
  animation: chk-draw .5s cubic-bezier(.34, .78, .3, 1) forwards;
}

.pick > .chk {
  z-index: 6;
}

.rung .chk {
  top: auto;
  bottom: calc(var(--h) - clamp(22px, 3vh, 34px));
  left: 50%;
  transform: translateX(-50%) rotate(-9deg);
}

.rung.is-done > .chk {
  transform: translateX(-50%) rotate(-9deg);
}

@media (max-width: 1023px) {
  .chk {
    top: -22px;
    left: 8px;
    width: 62px;
    height: 62px;
  }

  .chk svg {
    stroke-width: 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat].is-done > .chk svg path,
  .pick.is-done > .chk svg path {
    stroke-dashoffset: 0;
    animation: none;
  }
}

.bubble.is-fit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bubble.is-fit .bubble__wrap {
  width: 100%;
}

@media (max-width: 1023px) {
  .talkbar .scene__char {
    width: clamp(104px, 30vw, 150px);
  }

  .talker {
    background-position: center bottom;
    background-size: contain;
  }

  .chk {
    top: -30px;
    left: 4px;
    width: 88px;
    height: 88px;
  }

  .chk svg {
    stroke-width: 5.6;
  }
}

.chk {
  width: clamp(78px, 11vh, 130px);
  height: clamp(78px, 11vh, 130px);
  top: clamp(-38px, -4.2vh, -26px);
}

.chk svg {
  stroke: #f01f0c;
  stroke-width: 5.2;
  filter: drop-shadow(0 3px 5px rgba(200, 20, 10, .45));
}

.talker {
  filter: none;
}

[data-beat].is-done > .chk,
.pick.is-done > .chk {
  opacity: 0;
}

[data-beat].is-spot > .chk,
.pick.is-lit > .chk {
  opacity: 1;
  transform: rotate(-9deg);
}

[data-beat].is-spot > .chk svg path,
.pick.is-lit > .chk svg path {
  animation: chk-draw .5s cubic-bezier(.34, .78, .3, 1) forwards;
}

[data-beat]:not(.is-spot) > .chk,
.pick:not(.is-lit) > .chk {
  opacity: 0;
}

[data-beat]:not(.is-spot) > .chk svg path,
.pick:not(.is-lit) > .chk svg path {
  animation: none;
  stroke-dashoffset: 36;
}

.chk {
  top: clamp(-40px, -4.4vh, -28px);
  left: clamp(-14px, -1.2vw, -6px);
}

.rung.is-spot > .chk {
  opacity: 1;
  transform: translateX(-50%) rotate(-9deg);
}

@media (max-width: 1023px) {
  .chk {
    top: -32px;
    left: -8px;
    width: 84px;
    height: 84px;
  }

  .talker {
    filter: none;
  }
}

.chk svg {
  width: 100%;
  height: 100%;
  fill: #ee2222;
  stroke: none;
  filter: none;
}

.chk svg path {
  stroke: none;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  animation: none;
}

[data-beat] > .chk,
.pick > .chk {
  clip-path: inset(0 100% 0 0);
}

[data-beat].is-spot > .chk,
.pick.is-lit > .chk {
  opacity: 1;
  animation: chk-wipe .44s cubic-bezier(.3, .8, .35, 1) forwards;
}

[data-beat].is-spot > .chk svg path,
.pick.is-lit > .chk svg path {
  animation: none;
}

@keyframes chk-wipe {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 -4% 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat].is-spot > .chk,
  .pick.is-lit > .chk {
    animation: none;
    clip-path: inset(0 -4% 0 0);
  }
}

.chk {
  top: 6px;
  right: 8px;
  left: auto;
  width: clamp(52px, 7.2vh, 84px);
  height: clamp(52px, 7.2vh, 84px);
  transform: rotate(-6deg);
  z-index: 6;
}

[data-beat].is-spot > .chk,
.pick.is-lit > .chk {
  transform: rotate(-6deg);
}

.rung .chk {
  top: auto;
  right: auto;
  left: 50%;
  bottom: calc(var(--h) - clamp(20px, 2.8vh, 30px));
  transform: translateX(-50%) rotate(-6deg);
}

.rung.is-spot > .chk {
  transform: translateX(-50%) rotate(-6deg);
}

.cmp__row .chk,
.notes li .chk,
.info__row .chk,
.step .chk,
.stat .chk {
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(-6deg);
  width: clamp(44px, 5.6vh, 66px);
  height: clamp(44px, 5.6vh, 66px);
}

.cmp__row.is-spot > .chk,
.notes li.is-spot > .chk,
.info__row.is-spot > .chk,
.step.is-spot > .chk,
.stat.is-spot > .chk {
  transform: translateY(-50%) rotate(-6deg);
}

@media (max-width: 1023px) {
  .chk {
    top: 5px;
    right: 6px;
    left: auto;
    width: 54px;
    height: 54px;
  }

  .cmp__row .chk,
  .notes li .chk,
  .info__row .chk,
  .step .chk,
  .stat .chk {
    width: 44px;
    height: 44px;
    right: 6px;
  }
}

.chk {
  z-index: 40;
}

.pick .chk,
.give .chk,
.tl__i .chk,
.help__c .chk,
.track .chk,
.check .chk {
  top: 50%;
  right: clamp(6px, .8vw, 14px);
  left: auto;
  bottom: auto;
  transform: translateY(-50%) rotate(-6deg);
}

.pick.is-lit > .chk,
.give.is-spot > .chk,
.tl__i.is-spot > .chk,
.help__c.is-spot > .chk,
.track.is-spot > .chk,
.check.is-spot > .chk {
  transform: translateY(-50%) rotate(-6deg);
}

.talkbar {
  z-index: 8;
}

@media (max-width: 1023px) {
  .chk {
    z-index: 40;
  }

  .pick .chk {
    width: 50px;
    height: 50px;
    top: 52%;
    right: 5px;
  }
}

.pick > .chk,
[data-beat] > .chk,
.rung > .chk,
.stat > .chk,
.step > .chk,
.check > .chk,
.give > .chk,
.tl__i > .chk,
.help__c > .chk,
.notes li > .chk,
.cmp__row > .chk,
.info__row > .chk,
.track > .chk,
.how__item > .chk {
  z-index: 40;
}

.rung__bar {
  gap: clamp(3px, .6vh, 8px);
  padding: clamp(10px, 1.6vh, 20px) 8px clamp(9px, 1.4vh, 18px);
}

.rung__bar .ic {
  width: clamp(30px, 5.4vh, 60px);
  height: clamp(30px, 5.4vh, 60px);
  stroke-width: 3;
  opacity: 1;
}

.rung__bar b {
  font-size: clamp(14px, 2.3vh, 26px);
  line-height: 1.15;
}

.rung__bar em {
  font-size: clamp(11px, 1.6vh, 17px);
  line-height: 1.25;
}

.rung__money {
  font-size: clamp(13px, 2vh, 23px);
}

@media (max-width: 1023px) {
  .rung__bar {
    padding: 8px 5px;
    gap: 3px;
  }

  .rung__bar .ic {
    width: 26px;
    height: 26px;
  }

  .rung__bar b {
    font-size: clamp(12px, 3.4vw, 15px);
  }

  .rung__bar em {
    font-size: clamp(10px, 2.8vw, 12.5px);
  }

  .rung__money {
    font-size: clamp(11.5px, 3.1vw, 14px);
  }
}

.check > .chk,
.stat > .chk,
.step > .chk,
.how__item > .chk,
.info__row > .chk,
.notes li > .chk,
.cmp__row > .chk {
  top: clamp(-6px, -.5vh, 2px);
  right: clamp(6px, .8vw, 16px);
  bottom: auto;
  left: auto;
  transform: rotate(-6deg);
}

.check.is-spot > .chk,
.stat.is-spot > .chk,
.step.is-spot > .chk,
.how__item.is-spot > .chk,
.info__row.is-spot > .chk,
.notes li.is-spot > .chk,
.cmp__row.is-spot > .chk {
  transform: rotate(-6deg);
}

@media (max-width: 1023px) {
  .check > .chk,
  .stat > .chk,
  .step > .chk,
  .how__item > .chk,
  .info__row > .chk,
  .notes li > .chk,
  .cmp__row > .chk {
    top: -6px;
    right: 5px;
    width: 46px;
    height: 46px;
  }
}

[data-beat] > .chk,
.pick > .chk {
  display: none;
}

.check > .chk {
  display: block;
  top: clamp(-8px, -.6vh, 0px);
  right: clamp(6px, .8vw, 16px);
  width: clamp(42px, 5.6vh, 62px);
  height: clamp(42px, 5.6vh, 62px);
}

.fx {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.fx::before {
  content: '';
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -40%;
  width: 34%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .58) 45%, rgba(255, 255, 255, 0));
  transform: skewX(-16deg);
  opacity: 0;
}

.fx-run > .fx::before {
  animation: fx-sweep .82s cubic-bezier(.3, .7, .3, 1) .06s both;
}

@keyframes fx-sweep {
  0% { left: -40%; opacity: 0; }
  16% { opacity: 1; }
  100% { left: 108%; opacity: 0; }
}

.fx-run.is-spot > .ic,
.fx-run.is-spot .ic {
  animation: ic-hop .68s cubic-bezier(.28, 1.5, .4, 1) both;
}

@keyframes ic-hop {
  0% { transform: translateY(0) scale(1); }
  35% { transform: translateY(-8px) scale(1.16); }
  70% { transform: translateY(0) scale(.98); }
  100% { transform: translateY(0) scale(1); }
}

.rung.fx-run .rung__bar {
  animation: bar-grow .7s cubic-bezier(.22, 1, .3, 1) both;
  transform-origin: center bottom;
}

@keyframes bar-grow {
  from { transform: scaleY(.72); }
  to { transform: scaleY(1); }
}

.how__item.fx-run .how__no,
.tl__i.fx-run .tl__dot {
  animation: no-pop .62s cubic-bezier(.28, 1.5, .4, 1) both;
}

@keyframes no-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.28); }
  100% { transform: scale(1); }
}

.cmp__row.fx-run,
.info__row.fx-run,
.notes li.fx-run {
  animation: row-in .56s cubic-bezier(.2, 1, .3, 1) both;
}

@keyframes row-in {
  from { transform: translateX(-14px); }
  to { transform: translateX(0); }
}

.pick.fx-run,
.give.fx-run,
.help__c.fx-run,
.track.fx-run {
  animation: card-pop .62s cubic-bezier(.24, 1.4, .4, 1) both;
}

@keyframes card-pop {
  0% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-9px) scale(1.035); }
  100% { transform: translateY(-4px) scale(1.02); }
}

.stat.fx-run .stat__num,
.give.fx-run b,
.tl__i.fx-run b {
  animation: num-pop .6s cubic-bezier(.28, 1.4, .4, 1) both;
}

@keyframes num-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.14); }
  100% { transform: scale(1); }
}

@media (max-width: 1023px) {
  .check > .chk {
    top: -6px;
    right: 5px;
    width: 44px;
    height: 44px;
  }

  @keyframes fx-sweep {
    0% { left: -40%; opacity: 0; }
    16% { opacity: .9; }
    100% { left: 108%; opacity: 0; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-run > .fx::before,
  .fx-run.is-spot .ic,
  .rung.fx-run .rung__bar,
  .cmp__row.fx-run,
  .info__row.fx-run,
  .notes li.fx-run,
  .pick.fx-run,
  .give.fx-run,
  .help__c.fx-run,
  .track.fx-run,
  .stat.fx-run .stat__num {
    animation: none;
  }
}

.pick__desc,
.check p,
.step p,
.how__item p,
.stat__label,
.notes li,
.notes__t,
.cmp__row,
.give span,
.tl__i em,
.help__c span,
.track__meta,
.track__meta li,
.slide__note,
.info__row dd,
.info__row dt,
.rung__bar em,
.apply__sub,
.msg__body,
.foot__brand span,
.foot__info dd,
.foot__note {
  letter-spacing: -.045em;
  word-spacing: -.02em;
}

.bubble {
  letter-spacing: -.05em;
}

.pick__chip,
.board__eyebrow,
.check__mark,
.track__chip {
  letter-spacing: -.02em;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(5px, .6vw, 10px);
  margin: clamp(8px, 1.2vh, 16px) 0 0;
}

.steps__i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: clamp(5px, .8vh, 9px) clamp(10px, 1vw, 16px);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 4px 12px rgba(20, 60, 130, .1);
  font-family: var(--font-display);
  font-size: clamp(11px, 1.5vh, 15px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #7c88a8;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}

.steps__i b {
  display: grid;
  place-items: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: rgba(31, 111, 224, .14);
  font-size: .86em;
  color: #1f6fe0;
}

.steps__i.is-past {
  color: #3d6fb5;
}

.steps__i.is-past b {
  background: rgba(31, 111, 224, .22);
}

.steps__i.is-on {
  background: linear-gradient(120deg, #1f6fe0, #0b3f8f);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 20px rgba(20, 80, 180, .34);
}

.steps__i.is-on b {
  background: rgba(255, 255, 255, .28);
  color: #fff;
}

.now {
  position: absolute;
  top: clamp(-12px, -1.2vh, -8px);
  left: clamp(10px, 1.2vw, 20px);
  z-index: 41;
  padding: 4px 10px 5px;
  border-radius: 999px;
  background: linear-gradient(120deg, #ff2d4a, #d81030);
  box-shadow: 0 6px 14px rgba(216, 16, 48, .38);
  font-family: var(--font-display);
  font-size: clamp(10px, 1.3vh, 13px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px) scale(.9);
  transition: opacity .28s ease, transform .28s cubic-bezier(.2, 1.4, .4, 1);
  pointer-events: none;
}

[data-beat].is-spot > .now,
.pick.is-lit > .now {
  opacity: 1;
  transform: none;
}

[data-beat].is-spot,
.pick.is-lit {
  box-shadow: 0 22px 44px rgba(20, 60, 140, .32), 0 0 0 4px rgba(255, 45, 74, .9);
}

.rung.is-spot {
  box-shadow: none;
}

.rung.is-spot .rung__bar {
  box-shadow: 0 18px 34px rgba(20, 60, 140, .3), 0 0 0 4px rgba(255, 45, 74, .9);
}

.rung > .now {
  top: auto;
  bottom: calc(var(--h) + 6px);
  left: 50%;
  transform: translateX(-50%) translateY(6px) scale(.9);
}

.rung.is-spot > .now {
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .steps {
    justify-content: flex-start;
    gap: 4px;
    margin-top: 7px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .steps::-webkit-scrollbar {
    display: none;
  }

  .steps__i {
    flex: 0 0 auto;
    padding: 5px 9px;
    font-size: 11.5px;
  }

  .now {
    top: -10px;
    left: 8px;
    padding: 3px 8px 4px;
    font-size: 10px;
  }

  [data-beat].is-spot,
  .pick.is-lit {
    box-shadow: 0 14px 28px rgba(20, 60, 140, .26), 0 0 0 3px rgba(255, 45, 74, .9);
  }
}

.check--warn .check__mark {
  background: linear-gradient(140deg, #4f9dff, #1450a8);
}

@media (max-width: 1023px) {
  .cmp {
    display: grid;
    gap: 6px;
  }

  .cmp__row {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: none;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 13px;
    text-align: left;
  }

  .cmp__row > span:first-child {
    grid-area: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px 4px;
    border-radius: 999px;
    background: linear-gradient(120deg, #1f6fe0, #0b3f8f);
    font-size: 11px;
    color: #fff;
    justify-self: start;
  }

  .cmp__row > span:nth-child(2),
  .cmp__row > span:nth-child(3) {
    grid-area: auto;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 5px 0 0;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .cmp__row > span:nth-child(2)::before {
    content: '일반·기술';
  }

  .cmp__row > span:nth-child(3)::before {
    content: '로컬';
  }

  .cmp__row > span:nth-child(2)::before,
  .cmp__row > span:nth-child(3)::before {
    font-weight: 800;
    font-size: 11px;
    color: #7c88a8;
    letter-spacing: -.03em;
  }

  .cmp__row--head {
    display: none;
  }

  .cmp__row > span:nth-child(3) {
    border-top: 1px solid rgba(31, 111, 224, .14);
    margin-top: 4px;
    padding-top: 6px;
  }

  .cmp__ic {
    width: 14px;
    height: 14px;
    margin: 0;
    color: #fff;
  }
}

.now {
  display: none !important;
}

.more {
  display: block;
  margin: clamp(5px, .8vh, 10px) 0 0;
  font-family: var(--font-body);
  font-size: clamp(11.5px, 1.5vh, 15px);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.045em;
  line-height: 1.35;
  color: var(--accent);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition: opacity .34s ease, max-height .34s ease, transform .34s cubic-bezier(.2, 1, .3, 1);
}

[data-beat].is-spot > .more,
.pick.is-lit > .more {
  opacity: 1;
  max-height: 4em;
  transform: none;
}

.pick > .more,
.give > .more,
.help__c > .more,
.tl__i > .more,
.track > .more {
  color: rgba(255, 255, 255, .95);
  font-weight: 700;
}

.help__c--2 > .more,
.help__c--3 > .more {
  color: var(--accent);
}

.check > .more,
.notes li > .more,
.cmp__row > .more,
.stat > .more,
.step > .more,
.how__item > .more,
.info__row > .more {
  grid-column: 1 / -1;
  color: #1466d6;
}

[data-beat].is-spot,
.pick.is-lit {
  box-shadow: 0 20px 40px rgba(20, 60, 140, .28);
}

.check.is-spot,
.notes li.is-spot,
.cmp__row.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot {
  box-shadow: inset 5px 0 0 0 #1f6fe0, 0 16px 32px rgba(20, 60, 140, .22);
}

.pick.is-lit,
.give.is-spot,
.help__c.is-spot,
.track.is-spot,
.tl__i.is-spot {
  box-shadow: 0 24px 46px rgba(20, 60, 140, .34), inset 0 0 0 3px rgba(255, 255, 255, .85);
}

.rung.is-spot,
.rung.is-spot .rung__bar {
  box-shadow: none;
}

.rung.is-spot .rung__bar {
  box-shadow: 0 20px 38px rgba(20, 60, 140, .34), inset 0 0 0 3px rgba(255, 255, 255, .92);
  filter: saturate(1.2) brightness(1.06);
}

.rung > .more {
  position: absolute;
  left: 50%;
  bottom: calc(var(--h) + 4px);
  width: max-content;
  max-width: 150px;
  margin: 0;
  padding: 4px 9px 5px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(20, 60, 140, .22);
  font-size: clamp(10px, 1.3vh, 13px);
  color: #1466d6;
  transform: translateX(-50%) translateY(-4px);
  z-index: 41;
}

.rung.is-spot > .more {
  transform: translateX(-50%);
  max-height: 4em;
}

.rung__money {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 2.7em;
  margin: 0;
  text-align: center;
}

@media (max-width: 1023px) {
  .more {
    font-size: 12px;
    margin-top: 4px;
  }

  .rung > .more {
    font-size: 10px;
    max-width: 120px;
    padding: 3px 7px 4px;
  }

  .rung__money {
    min-height: 2.6em;
    font-size: 11px;
  }

  .check.is-spot,
  .notes li.is-spot,
  .cmp__row.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot {
    box-shadow: inset 4px 0 0 0 #1f6fe0, 0 10px 22px rgba(20, 60, 140, .2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .more {
    transition: none;
  }
}

.steps {
  display: none !important;
}

.prog {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  margin: clamp(8px, 1.2vh, 16px) auto 0;
  max-width: 420px;
}

.prog__track {
  position: relative;
  flex: 1 1 auto;
  height: 5px;
  border-radius: 999px;
  background: rgba(31, 111, 224, .16);
  overflow: hidden;
}

.prog__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2a7bea, #0b3f8f);
  transition: width .45s cubic-bezier(.2, 1, .3, 1);
}

.prog__now {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: clamp(11px, 1.5vh, 14px);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #4a6fa8;
  white-space: nowrap;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row {
  background: #fff;
  border: 1px solid rgba(24, 60, 120, .1);
  box-shadow: 0 6px 16px rgba(20, 60, 130, .07);
}

.check--ok,
.check--warn {
  background: #fff;
}

.check.is-spot,
.notes li.is-spot,
.cmp__row.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot {
  box-shadow: 0 16px 30px rgba(20, 60, 140, .18);
  border-color: rgba(31, 111, 224, .85);
  background: #fff;
}

.cmp__row--head {
  border-color: transparent;
}

@media (max-width: 1023px) {
  .prog {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 7px;
    max-width: none;
  }

  .prog__now {
    font-size: 11.5px;
  }

  .check.is-spot,
  .notes li.is-spot,
  .cmp__row.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot {
    box-shadow: 0 10px 20px rgba(20, 60, 140, .16);
    border-color: rgba(31, 111, 224, .85);
  }
}

.check > .more {
  grid-column: 3;
  grid-row: auto;
}

.notes li > .more {
  grid-column: 2;
}

.stat > .more {
  grid-column: 2;
}

.step > .more,
.how__item > .more {
  grid-column: 2;
}

.info__row > .more {
  grid-column: 2;
}

.cmp__row > .more {
  grid-column: 1 / -1;
}

.check {
  grid-template-rows: auto auto;
  align-items: center;
}

.check > .check__mark,
.check > .ic {
  grid-row: 1 / span 2;
}

.check > div {
  grid-row: 1;
}

.step > .how__no,
.how__item > .how__no {
  grid-row: 1 / span 3;
}

.stat > .ic {
  grid-row: 1 / span 3;
}

.info__row > .ic {
  grid-row: 1 / span 3;
}

@media (max-width: 1023px) {
  .check > .more {
    grid-column: 3;
  }

  .notes li > .more,
  .stat > .more,
  .step > .more,
  .how__item > .more,
  .info__row > .more {
    grid-column: 2;
  }
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row {
  border-left: 4px solid rgba(31, 111, 224, .3);
  border-radius: clamp(12px, 1.4vh, 18px) clamp(12px, 1.4vh, 18px) clamp(12px, 1.4vh, 18px) 0;
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot {
  border-left-width: 6px;
  border-left-color: #1f6fe0;
  border-top-color: rgba(24, 60, 120, .1);
  border-right-color: rgba(24, 60, 120, .1);
  border-bottom-color: rgba(24, 60, 120, .1);
}

.cmp__row--head {
  border-left-color: rgba(255, 255, 255, .45);
}

@media (max-width: 1023px) {
  .check,
  .notes li,
  .stat,
  .step,
  .how__item,
  .info__row,
  .cmp__row {
    border-left-width: 4px;
    border-radius: 13px 13px 13px 0;
  }

  .check.is-spot,
  .notes li.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot,
  .cmp__row.is-spot {
    border-left-width: 5px;
  }
}

@media (min-width: 1024px) {
  :root {
    --bar: clamp(58px, 7vh, 78px);
  }

  .view {
    padding: clamp(18px, 1.8vw, 34px);
    gap: clamp(10px, 1.4vh, 18px);
  }

  .scene__body {
    gap: clamp(10px, 1.4vh, 18px);
  }

  .board__eyebrow {
    margin-bottom: clamp(5px, .7vh, 9px);
    padding: 5px 14px;
  }

  .board__title {
    font-size: clamp(24px, 4.2vh, 46px);
  }

  .prog {
    margin-top: clamp(6px, .9vh, 12px);
  }

  .bubble {
    height: calc(3.05 * 1.3em + 2 * clamp(12px, 1.5vh, 22px));
    padding: clamp(12px, 1.5vh, 22px) clamp(18px, 1.8vw, 32px);
    font-size: clamp(19px, 2.7vh, 33px);
  }

  .nav {
    padding-top: 2px;
  }

  .nav__arrow {
    padding: clamp(8px, 1.1vh, 12px) clamp(14px, 1.3vw, 20px);
  }

  .foot {
    padding: clamp(7px, 1vh, 14px) 0 clamp(9px, 1.2vh, 16px);
  }

  .foot__in {
    padding: clamp(10px, 1.3vh, 18px) clamp(14px, 1.6vw, 26px);
    border-radius: 20px;
  }

  .foot__logo {
    height: clamp(24px, 2.8vh, 34px);
  }

  .foot__note {
    margin-top: clamp(3px, .5vh, 7px);
    font-size: clamp(10px, 1.1vh, 12px);
  }

  .pick {
    padding: clamp(14px, 1.9vh, 26px) clamp(14px, 1.2vw, 24px);
  }

  .check,
  .stat,
  .step,
  .how__item,
  .info__row,
  .notes li {
    padding: clamp(11px, 1.6vh, 22px) clamp(14px, 1.4vw, 24px);
  }

  .checks,
  .stats,
  .how,
  .info,
  .notes,
  .gives,
  .tl,
  .help,
  .cmp {
    gap: clamp(7px, 1vh, 14px);
  }
}

@media (min-width: 1024px) {
  :root {
    --cw: clamp(190px, min(23vw, 33vh), 360px);
  }

  .scene__char {
    top: clamp(18px, 4vh, 62px);
  }

  .check {
    padding: clamp(10px, 1.4vh, 18px) clamp(14px, 1.4vw, 24px);
  }

  .check h4 {
    font-size: clamp(16px, 2.1vh, 24px);
    margin: 0;
  }

  .check p {
    font-size: clamp(13px, 1.7vh, 18px);
    line-height: 1.4;
  }

  .checks {
    gap: clamp(6px, .9vh, 12px);
  }

  .notes li {
    padding: clamp(10px, 1.5vh, 20px) clamp(13px, 1.3vw, 22px);
  }

  .cmp__row {
    padding: clamp(7px, 1.1vh, 15px) clamp(10px, 1.2vw, 20px);
  }
}

@media (min-width: 1024px) {
  body[data-page="who"] .bubble {
    height: calc(2.6 * 1.3em + 2 * clamp(11px, 1.3vh, 18px));
  }

  body[data-page="who"] .check p {
    font-size: clamp(12.5px, 1.6vh, 17px);
  }

  body[data-page="who"] .check {
    padding: clamp(9px, 1.2vh, 16px) clamp(13px, 1.3vw, 22px);
  }

  body[data-page="who"] .notes li {
    padding: clamp(9px, 1.3vh, 18px) clamp(12px, 1.2vw, 20px);
  }
}

@media (min-width: 1024px) and (max-height: 860px) {
  .view {
    padding: clamp(14px, 1.5vw, 26px);
    gap: 10px;
  }

  .scene__body {
    gap: 10px;
  }

  .bubble {
    height: calc(2.6 * 1.3em + 2 * 13px);
    padding: 13px clamp(16px, 1.6vw, 26px);
    font-size: clamp(18px, 2.5vh, 27px);
  }

  .board__title {
    font-size: clamp(22px, 3.8vh, 36px);
  }

  .foot__note {
    display: none;
  }

  .foot__in {
    padding: 10px 16px;
  }

  .check,
  .stat,
  .step,
  .how__item,
  .info__row,
  .notes li {
    padding: 10px 16px;
  }

  .checks,
  .stats,
  .how,
  .info,
  .notes,
  .gives,
  .tl,
  .help,
  .cmp {
    gap: 8px;
  }

  .nav__arrow {
    padding: 8px 15px;
  }
}

@media (min-width: 1024px) {
  .wrap {
    display: flex;
    flex-direction: column;
  }

  .view {
    flex: 1 1 auto;
    min-height: 0;
  }

  .scene {
    flex: 1 1 auto;
    min-height: 0;
  }

  .scene__body {
    height: 100%;
  }

  .menu,
  .slides,
  .chat {
    flex: 1 1 auto;
    min-height: 0;
  }

  .slide.is-on {
    height: 100%;
    justify-content: center;
  }

  .slide.is-on > * {
    flex: 0 1 auto;
  }

  .checks,
  .stats,
  .how,
  .info,
  .notes,
  .gives,
  .tl,
  .help,
  .cmp,
  .tracks {
    height: 100%;
    align-content: stretch;
  }

  .pick {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .menu {
    grid-auto-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .gives,
  .tl,
  .help,
  .tracks {
    grid-auto-rows: minmax(0, 1fr);
  }

  .checks,
  .notes,
  .cmp,
  .how,
  .info,
  .stats {
    grid-auto-rows: minmax(0, 1fr);
  }

  .ladder {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .scene {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1 1 auto;
    min-height: 0;
  }

  .scene__body {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }

  .menu,
  .slides,
  .chat {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }

  .menu {
    grid-template-rows: minmax(0, 1fr);
  }

  .pick {
    height: auto;
  }

  .slide {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .bubble {
    margin-left: calc(var(--inset) + clamp(18px, 1.6vw, 34px));
    width: auto;
  }

  .scene__char {
    z-index: 9;
  }

  .board__head {
    position: relative;
    z-index: 4;
  }
}

@media (min-width: 1024px) {
  .view {
    display: grid;
    grid-template-columns: var(--cw) minmax(0, 1fr);
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    grid-template-areas:
      "char head"
      "char bubble"
      "char body"
      "char nav";
    column-gap: clamp(16px, 1.8vw, 36px);
    row-gap: clamp(12px, 1.7vh, 22px);
    align-items: stretch;
  }

  .talkbar,
  .scene,
  .scene__body {
    display: contents;
  }

  .scene__char {
    position: relative;
    grid-area: char;
    top: auto;
    left: auto;
    align-self: end;
    justify-self: start;
    width: calc(100% + clamp(18px, 2.4vw, 54px));
    margin-left: calc(-1 * clamp(18px, 2.4vw, 54px));
    margin-bottom: calc(-1 * clamp(14px, 1.8vw, 40px));
    z-index: 9;
  }

  .board__head {
    grid-area: head;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    min-height: 0;
  }

  .bubble {
    grid-area: bubble;
    margin-left: 0;
    width: 100%;
  }

  .menu,
  .slides,
  .chat {
    grid-area: body;
    height: auto;
    min-height: 0;
  }

  .nav {
    grid-area: nav;
  }

  .scene__body::before {
    display: none;
  }
}

@media (min-width: 1024px) {
  :root {
    --cw: clamp(230px, min(25vw, 44vh), 430px);
  }

  .bubble {
    margin: 0 !important;
    width: 100%;
  }

  .scene__char {
    align-self: end;
    margin-bottom: calc(-1 * clamp(10px, 1.4vw, 30px));
  }

  .board__head {
    align-self: center;
  }
}

@media (min-width: 1024px) {
  .topbar {
    height: auto;
    min-height: 0;
    padding: clamp(16px, 2.3vh, 32px) 0 clamp(14px, 2vh, 28px);
  }

  .topbar__in {
    position: relative;
    width: min(1400px, calc(100vw - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }

  .tabs {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 0 0 auto;
  }

  .wrap,
  .foot {
    width: min(1400px, calc(100vw - 48px));
  }
}

@media (min-width: 1024px) {
  .slide.is-on {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    gap: clamp(10px, 1.4vh, 18px);
  }

  .slide.is-on > *:not(.slide__note) {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }

  .slide.is-on > .slide__note {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .stats,
  .checks,
  .notes,
  .how,
  .info,
  .gives,
  .tl,
  .help,
  .cmp,
  .tracks {
    height: auto;
    align-content: stretch;
    grid-auto-rows: minmax(0, 1fr);
  }

  .stat,
  .check,
  .notes li,
  .step,
  .how__item,
  .info__row,
  .cmp__row,
  .give,
  .tl__i,
  .help__c,
  .track {
    height: auto;
    align-content: center;
  }

  .stat {
    justify-content: center;
  }

  .give,
  .tl__i,
  .help__c,
  .track {
    justify-content: center;
  }

  .check {
    align-items: center;
  }

  .ladder {
    height: 100%;
    align-items: end;
  }
}

@media (min-width: 1024px) {
  .view {
    background:
      linear-gradient(165deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .46) 50%, rgba(255, 255, 255, .6)),
      linear-gradient(160deg, var(--tint1), var(--tint2));
    border: 1px solid rgba(255, 255, 255, .8);
    box-shadow: 0 30px 60px rgba(40, 70, 140, .18), inset 0 1px 0 rgba(255, 255, 255, .7);
  }

  .notes li,
  .stat,
  .check,
  .step,
  .how__item,
  .info__row {
    align-items: start;
    align-content: start;
  }

  .notes li > .notes__ic,
  .check > .ic,
  .check > .check__mark,
  .stat > .ic,
  .step > .ic,
  .how__item > .how__no,
  .info__row > .ic {
    align-self: start;
    margin-top: 2px;
  }

  .notes__t,
  .check h4,
  .stat__num,
  .step h4,
  .how__item h4,
  .info__row dt {
    align-self: start;
  }

  .notes li > .more,
  .check > .more,
  .stat > .more,
  .step > .more,
  .how__item > .more,
  .info__row > .more {
    align-self: end;
    margin-top: auto;
    padding-top: clamp(6px, .9vh, 12px);
  }

  .check,
  .notes li,
  .stat,
  .step,
  .how__item,
  .info__row,
  .cmp__row {
    background: #fff;
    box-shadow: 0 10px 24px rgba(30, 60, 120, .1);
  }

  .check.is-spot,
  .notes li.is-spot,
  .cmp__row.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot {
    box-shadow: 0 18px 36px rgba(20, 60, 140, .2);
  }
}

.vs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 22px);
}

.vs__col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vh, 16px);
  padding: clamp(16px, 2.2vh, 30px) clamp(16px, 1.6vw, 28px);
  border-radius: clamp(14px, 1.6vh, 22px) clamp(14px, 1.6vh, 22px) clamp(14px, 1.6vh, 22px) 0;
  border: 1px solid rgba(24, 60, 120, .1);
  border-left: 4px solid rgba(31, 111, 224, .3);
  background: #fff;
  box-shadow: 0 10px 24px rgba(30, 60, 120, .1);
}

.vs__col.is-spot {
  border-left-width: 6px;
  border-left-color: #1f6fe0;
  box-shadow: 0 18px 36px rgba(20, 60, 140, .2);
}

.vs__chip {
  align-self: flex-start;
  padding: 6px 15px 7px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: clamp(13px, 1.7vh, 17px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
}

.vs__col--a .vs__chip {
  background: linear-gradient(120deg, #2a7bea, #0b3f8f);
}

.vs__col--b .vs__chip {
  background: linear-gradient(120deg, #17a3d6, #0d6f9c);
}

.vs__list {
  display: grid;
  gap: clamp(6px, .9vh, 12px);
  margin: 0;
  padding: 0;
}

.vs__list > div {
  display: grid;
  grid-template-columns: clamp(64px, 6vw, 96px) minmax(0, 1fr);
  align-items: baseline;
  gap: clamp(8px, 1vw, 16px);
  padding-bottom: clamp(6px, .9vh, 11px);
  border-bottom: 1px dashed rgba(24, 60, 120, .14);
}

.vs__list > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vs__list dt {
  font-family: var(--font-display);
  font-size: clamp(12px, 1.6vh, 16px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #7c88a8;
}

.vs__list dd {
  margin: 0;
  font-size: clamp(14px, 1.9vh, 20px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.35;
  color: #1d2a4d;
}

@media (max-width: 1023px) {
  .vs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vs__col {
    padding: 11px 13px;
    gap: 7px;
    border-radius: 13px 13px 13px 0;
  }

  .vs__chip {
    font-size: 12px;
    padding: 5px 12px 6px;
  }

  .vs__list > div {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
    padding-bottom: 6px;
  }

  .vs__list dt {
    font-size: 11.5px;
  }

  .vs__list dd {
    font-size: 13.5px;
  }
}

@media (min-width: 1024px) {
  .slide.is-on {
    justify-content: center;
  }

  .slide.is-on > *:not(.slide__note) {
    flex: 0 0 auto;
    height: auto;
  }

  .stats,
  .checks,
  .notes,
  .how,
  .info,
  .gives,
  .tl,
  .help,
  .tracks,
  .vs {
    height: auto;
    grid-auto-rows: auto;
    align-content: center;
  }

  .stat,
  .check,
  .notes li,
  .step,
  .how__item,
  .info__row,
  .give,
  .tl__i,
  .help__c,
  .track,
  .vs__col {
    height: auto;
    align-content: start;
  }

  .notes__ic {
    width: clamp(52px, 7.4vh, 82px);
    height: clamp(52px, 7.4vh, 82px);
  }

  .notes li {
    font-size: clamp(16px, 2.2vh, 24px);
    padding: clamp(16px, 2.2vh, 30px) clamp(16px, 1.6vw, 28px);
  }

  .check h4 {
    font-size: clamp(17px, 2.3vh, 26px);
  }

  .check p {
    font-size: clamp(14px, 1.85vh, 20px);
  }

  .stat__num {
    font-size: clamp(22px, 3vh, 40px);
  }

  .stat__label {
    font-size: clamp(13px, 1.7vh, 18px);
  }

  .step h4,
  .how__item h4 {
    font-size: clamp(17px, 2.3vh, 26px);
  }

  .step p,
  .how__item p {
    font-size: clamp(14px, 1.85vh, 20px);
  }

  .ladder {
    height: clamp(240px, 34vh, 420px);
    align-self: center;
  }
}

.wm {
  display: none;
}

@media (min-width: 1024px) {
  .stat,
  .check,
  .notes li,
  .step,
  .how__item,
  .info__row,
  .vs__col {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(180deg, #fff 52%, rgba(31, 111, 224, .09) 100%);
  }

  .stat.is-spot,
  .check.is-spot,
  .notes li.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot,
  .vs__col.is-spot {
    background:
      linear-gradient(180deg, #fff 46%, rgba(31, 111, 224, .17) 100%);
  }

  .wm {
    display: block;
    position: absolute;
    right: clamp(8px, .9vw, 18px);
    bottom: clamp(2px, .5vh, 10px);
    width: clamp(84px, 12vw, 172px);
    color: #1f6fe0;
    opacity: .14;
    pointer-events: none;
    z-index: 0;
  }

  .wm svg {
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .is-spot > .wm {
    opacity: .22;
  }

  .stat > *:not(.wm),
  .check > *:not(.wm),
  .notes li > *:not(.wm),
  .step > *:not(.wm),
  .how__item > *:not(.wm),
  .info__row > *:not(.wm),
  .vs__col > *:not(.wm) {
    position: relative;
    z-index: 1;
  }

  .vs__col {
    background:
      linear-gradient(180deg, #fff 56%, rgba(31, 111, 224, .1) 100%);
  }

  .vs__col--b {
    background:
      linear-gradient(180deg, #fff 56%, rgba(23, 163, 214, .12) 100%);
  }

  .vs__col--b .wm {
    color: #17a3d6;
  }
}

.verdicts,
.facts,
.flow {
  display: grid;
  gap: clamp(9px, 1.1vw, 18px);
}

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

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

.vd,
.fact,
.flow__s {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, .7vh, 9px);
  padding: clamp(14px, 2.1vh, 30px) clamp(15px, 1.5vw, 28px);
  border: 1px solid rgba(24, 60, 120, .1);
  border-left: 4px solid rgba(31, 111, 224, .3);
  border-radius: clamp(14px, 1.6vh, 22px) clamp(14px, 1.6vh, 22px) clamp(14px, 1.6vh, 22px) 0;
  background: linear-gradient(180deg, #fff 54%, rgba(31, 111, 224, .1) 100%);
  box-shadow: 0 10px 24px rgba(30, 60, 120, .1);
}

.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot {
  border-left-width: 6px;
  border-left-color: #1f6fe0;
  background: linear-gradient(180deg, #fff 46%, rgba(31, 111, 224, .18) 100%);
  box-shadow: 0 18px 36px rgba(20, 60, 140, .2);
}

.vd__tag,
.flow__no {
  align-self: flex-start;
  padding: 5px 13px 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, #2a7bea, #0b3f8f);
  font-family: var(--font-display);
  font-size: clamp(11px, 1.4vh, 14px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}

.vd--note .vd__tag {
  background: linear-gradient(120deg, #17a3d6, #0d6f9c);
}

.vd__big {
  margin: clamp(4px, .8vh, 10px) 0 0;
  font-family: var(--font-display);
  font-size: clamp(19px, 2.7vh, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.045em;
  color: #1d2a4d;
}

.vd__big b {
  color: #1f6fe0;
}

.vd__sub,
.fact__desc,
.flow__s p {
  margin: 0;
  font-size: clamp(12.5px, 1.7vh, 18px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.4;
  color: var(--sub);
}

.fact__num {
  margin: clamp(2px, .5vh, 8px) 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.6vh, 62px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
  color: #1f6fe0;
}

.fact__num span {
  margin-left: 3px;
  font-size: .42em;
  color: #4a6fa8;
}

.fact__label {
  margin: clamp(3px, .6vh, 8px) 0 0;
  font-family: var(--font-display);
  font-size: clamp(15px, 2.1vh, 24px);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #1d2a4d;
}

.flow__s h4 {
  margin: clamp(4px, .7vh, 9px) 0 0;
  font-family: var(--font-display);
  font-size: clamp(17px, 2.4vh, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #1d2a4d;
}

.flow__time {
  align-self: flex-start;
  margin-top: clamp(4px, .7vh, 10px);
  padding: 4px 11px 5px;
  border-radius: 999px;
  background: rgba(31, 111, 224, .12);
  font-family: var(--font-display);
  font-size: clamp(11px, 1.4vh, 15px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #1466d6;
}

.vd > .ic,
.fact > .ic,
.flow__s > .ic {
  position: absolute;
  right: clamp(8px, .9vw, 18px);
  bottom: clamp(4px, .6vh, 12px);
  width: clamp(70px, 10vw, 150px);
  height: auto;
  color: #1f6fe0;
  opacity: .14;
  stroke-width: 2.2;
  pointer-events: none;
}

.is-spot > .ic {
  opacity: .22;
}

.vd > *:not(.ic):not(.wm),
.fact > *:not(.ic):not(.wm),
.flow__s > *:not(.ic):not(.wm) {
  position: relative;
  z-index: 1;
}

.vd .wm,
.fact .wm,
.flow__s .wm {
  display: none !important;
}

@media (max-width: 1023px) {
  .verdicts,
  .facts,
  .flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vd,
  .fact,
  .flow__s {
    padding: 11px 13px;
    gap: 3px;
    border-radius: 13px 13px 13px 0;
  }

  .vd__big {
    font-size: clamp(17px, 4.8vw, 22px);
  }

  .fact__num {
    font-size: clamp(26px, 7.4vw, 34px);
  }

  .fact__label {
    font-size: clamp(14px, 4vw, 18px);
  }

  .flow__s h4 {
    font-size: clamp(16px, 4.6vw, 20px);
  }

  .vd > .ic,
  .fact > .ic,
  .flow__s > .ic {
    width: 62px;
    right: 8px;
    bottom: 6px;
  }
}

.chat {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.chat__log {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (min-width: 1024px) {
  .chat {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .scene__char {
    position: sticky;
    bottom: 0;
    align-self: end;
  }
}

@media (max-width: 1023px) {
  .chat__log {
    max-height: 44vh;
  }
}

@media (min-width: 1024px) {
  .wrap {
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .view {
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .scene__char {
    margin-left: calc(-1 * clamp(8px, 1.1vw, 22px));
    width: calc(100% + clamp(8px, 1.1vw, 22px));
    margin-bottom: 0;
  }

  .menu,
  .slides,
  .chat {
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
  }

  .chat {
    height: 100%;
  }

  .chat__log {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
  }

  .slide {
    max-height: 100%;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  html {
    height: 100%;
    overflow: hidden;
  }

  body {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .wrap {
    flex: 1 1 auto;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: hidden;
  }

  .view {
    height: 100%;
    max-height: 100%;
  }
}

.view,
.topbar,
.tabs,
.foot__in,
.bubble,
.talkbar {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.view {
  background: linear-gradient(168deg, #fdfdff 0%, #f3f6ff 46%, #eef3ff 100%);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 26px 56px rgba(40, 70, 140, .16);
  border-radius: clamp(22px, 2.6vh, 40px);
  isolation: isolate;
}

body[data-page="about"] .view { background: linear-gradient(168deg, #fdfdff 0%, #f2f6ff 46%, #eaf1ff 100%); }
body[data-page="who"] .view { background: linear-gradient(168deg, #fdfeff 0%, #f1f7ff 46%, #e9f2ff 100%); }
body[data-page="how"] .view { background: linear-gradient(168deg, #fdfeff 0%, #f0f8fd 46%, #e8f3fb 100%); }
body[data-page="ask"] .view { background: linear-gradient(168deg, #fdfdff 0%, #f4f4ff 46%, #ecefff 100%); }

.tabs {
  background: rgba(255, 255, 255, .92);
}

.foot__in {
  background: rgba(255, 255, 255, .9);
}

.bubble {
  background: #fff;
}

.pick {
  overflow: hidden;
}

.pick__art {
  right: clamp(10px, 1vw, 20px);
  bottom: clamp(10px, 1vh, 20px);
  width: clamp(78px, 9vw, 132px);
  opacity: .26;
}

.pick__art svg {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .topbar {
    background: none;
  }

  .wm {
    width: clamp(70px, 8.4vw, 130px);
    right: clamp(10px, 1vw, 20px);
    bottom: clamp(8px, .9vh, 16px);
  }

  .vd > .ic,
  .fact > .ic,
  .flow__s > .ic {
    width: clamp(62px, 7.6vw, 120px);
    right: clamp(10px, 1vw, 20px);
    bottom: clamp(8px, .9vh, 16px);
  }
}

@media (max-width: 1023px) {
  .talkbar {
    background: linear-gradient(to bottom, #f7f5fe 76%, rgba(247, 245, 254, .86));
  }
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  border: 1px solid rgba(28, 62, 120, .12);
  border-radius: clamp(14px, 1.7vh, 20px);
  background: #fff;
  box-shadow: 0 4px 14px rgba(30, 60, 120, .06);
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot {
  border: 2px solid #1f6fe0;
  border-radius: clamp(14px, 1.7vh, 20px);
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 80, 180, .16);
}

.wm,
.vd > .ic,
.fact > .ic,
.flow__s > .ic {
  display: none !important;
}

.pick__art {
  display: none;
}

.pick {
  border: 0;
}

.view {
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: 0 20px 44px rgba(40, 70, 140, .14);
}

.bubble {
  border: 1px solid rgba(28, 62, 120, .1);
  border-radius: clamp(16px, 2vh, 24px);
  box-shadow: 0 6px 18px rgba(30, 60, 120, .08);
}

.bubble::after {
  display: none;
}

.vs__list > div {
  border-bottom: 1px solid rgba(28, 62, 120, .1);
}

.vs__list > div:last-child {
  border-bottom: 0;
}

.cmp__row--head {
  border: 0;
}

.foot__in {
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 8px 22px rgba(40, 70, 140, .12);
}

.tabs {
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 4px 14px rgba(30, 60, 120, .08);
}

@media (max-width: 1023px) {
  .check,
  .notes li,
  .stat,
  .step,
  .how__item,
  .info__row,
  .cmp__row,
  .vd,
  .fact,
  .flow__s,
  .vs__col {
    border-radius: 14px;
  }

  .check.is-spot,
  .notes li.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot,
  .cmp__row.is-spot,
  .vd.is-spot,
  .fact.is-spot,
  .flow__s.is-spot,
  .vs__col.is-spot {
    border-width: 2px;
    border-radius: 14px;
  }
}

.slides,
.slide,
.menu,
.chat {
  overflow: visible;
}

.slide.is-on {
  padding: 4px;
}

.menu,
.verdicts,
.facts,
.flow,
.vs,
.checks,
.notes,
.stats,
.how,
.info,
.gives,
.tl,
.help,
.cmp,
.tracks,
.ladder {
  padding: 3px;
}

.view {
  overflow: visible;
}

.wrap {
  overflow: visible;
}

@media (min-width: 1024px) {
  .view {
    overflow: visible;
  }

  .wrap {
    overflow: visible;
  }

  .slide,
  .slides,
  .menu,
  .chat {
    overflow: visible;
  }

  .chat {
    overflow: hidden;
  }

  .chat__log {
    padding: 3px 6px 3px 3px;
  }
}

@media (max-width: 1023px) {
  .slide.is-on {
    padding: 3px;
  }

  .menu,
  .verdicts,
  .facts,
  .flow,
  .vs,
  .checks,
  .notes,
  .stats,
  .how,
  .info,
  .gives,
  .tl,
  .help,
  .cmp,
  .tracks {
    padding: 2px;
  }
}

.pick,
.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col,
.track,
.give,
.tl__i,
.help__c,
.rung__bar {
  box-shadow: 0 2px 8px rgba(30, 60, 120, .1);
}

.pick.is-lit,
.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot,
.track.is-spot,
.give.is-spot,
.tl__i.is-spot,
.help__c.is-spot {
  box-shadow: 0 4px 14px rgba(20, 80, 180, .18);
}

.rung.is-spot .rung__bar {
  box-shadow: 0 4px 14px rgba(20, 80, 180, .2);
}

.pick.is-lit {
  transform: none;
}

.pick:hover,
.pick:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(20, 80, 180, .2);
}

.pick.fx-run,
.give.fx-run,
.help__c.fx-run,
.track.fx-run {
  animation: none;
}

.bubble {
  box-shadow: 0 2px 10px rgba(30, 60, 120, .08);
}

.foot__in {
  box-shadow: 0 3px 12px rgba(40, 70, 140, .1);
}

.tabs {
  box-shadow: 0 2px 10px rgba(30, 60, 120, .08);
}

.view {
  box-shadow: 0 10px 30px rgba(40, 70, 140, .12);
}

.nav__arrow {
  box-shadow: 0 2px 10px rgba(30, 60, 120, .12);
}

.nav__arrow[data-next] {
  animation: none;
  box-shadow: 0 3px 12px rgba(20, 80, 180, .26);
}

.pick__go,
.apply,
.foot__cta,
.ask__send {
  animation: none;
}

.pick__go {
  box-shadow: 0 2px 8px rgba(20, 60, 130, .14);
}

.apply,
.foot__cta,
.ask__send {
  box-shadow: 0 3px 12px rgba(20, 80, 180, .24);
}

.ladder {
  align-items: end;
}

.rung {
  height: 100%;
  justify-content: flex-end;
}

.rung__bar {
  height: var(--h);
}

.rung > .more {
  top: 0;
  bottom: auto;
  transform: translateX(-50%) translateY(-4px);
}

.rung.is-spot > .more {
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .slide.is-on > .ladder {
    height: 100%;
    max-height: 100%;
    align-self: stretch;
  }

  .ladder {
    height: 100%;
    align-self: stretch;
  }

  .rung__bar {
    min-height: 76px;
    padding: clamp(10px, 1.5vh, 20px) 10px clamp(9px, 1.3vh, 16px);
  }

  .rung__money {
    min-height: 2.4em;
    font-size: clamp(13px, 1.9vh, 22px);
  }

  .rung > .more {
    max-width: 190px;
    font-size: clamp(10px, 1.3vh, 14px);
  }
}

@media (max-width: 1023px) {
  .tabs {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 2px 11px 8px;
  }

  .tab {
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(28, 62, 120, .1);
    box-shadow: 0 2px 8px rgba(30, 60, 120, .08);
  }

  .tab.is-on {
    border-color: transparent;
    box-shadow: 0 3px 10px rgba(20, 80, 180, .26);
  }

  .track,
  .vs__col,
  .give,
  .tl__i,
  .help__c,
  .vd,
  .fact,
  .flow__s,
  .check,
  .notes li,
  .stat,
  .step,
  .how__item,
  .info__row {
    overflow: visible;
    height: auto;
    min-height: 0;
  }

  .tracks,
  .verdicts,
  .facts,
  .flow,
  .vs,
  .checks,
  .notes,
  .stats,
  .how,
  .info,
  .gives,
  .tl,
  .help,
  .cmp {
    align-items: stretch;
    align-content: start;
    grid-auto-rows: auto;
  }

  .track {
    padding: 12px 13px 14px;
  }

  .track__meta {
    margin-top: 7px;
  }

  .track > .more,
  .give > .more,
  .tl__i > .more,
  .help__c > .more {
    max-height: 6em;
  }
}

.rung {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.rung__money {
  order: 1;
}

.rung > .more {
  position: static;
  order: 2;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  align-self: center;
  width: auto;
  max-width: 100%;
  margin: 0 0 clamp(4px, .6vh, 8px);
  transform: none;
  text-align: center;
}

.rung.is-spot > .more {
  transform: none;
}

.rung__bar {
  order: 3;
  height: max(var(--h), 138px);
  overflow: visible;
}

@media (min-width: 1024px) {
  .rung__bar {
    height: max(var(--h), 148px);
  }

  .rung > .more {
    font-size: clamp(10px, 1.25vh, 13px);
    padding: 4px 9px 5px;
  }
}

@media (max-width: 1023px) {
  .rung__bar {
    height: max(var(--h), 96px);
  }

  .rung > .more {
    font-size: 10px;
    padding: 3px 7px 4px;
    margin-bottom: 3px;
  }
}

[data-beat].is-spot:not(.rung) {
  border: 2px solid #1f6fe0;
  box-shadow: 0 4px 14px rgba(20, 80, 180, .18);
}

.apply.is-spot {
  border: 0;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(31, 111, 224, .85), 0 6px 18px rgba(20, 80, 180, .28);
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot {
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(31, 111, 224, .55), 0 4px 14px rgba(20, 80, 180, .22);
}

.rung.is-spot .rung__bar {
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(31, 111, 224, .6), 0 4px 14px rgba(20, 80, 180, .22);
}

[data-beat] {
  border: 2px solid transparent;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  border: 2px solid rgba(28, 62, 120, .1);
}

.give,
.tl__i,
.track,
.help__c {
  border: 2px solid transparent;
}

.apply {
  border: 0;
}

.nav__arrow[data-next] {
  background: linear-gradient(120deg, #2a7bea, #0b3f8f);
  color: #fff;
  animation: next-blink 1.5s ease-in-out infinite;
}

.nav__arrow[data-next]:disabled {
  animation: none;
}

@keyframes next-blink {
  0%, 100% {
    box-shadow: 0 3px 12px rgba(20, 80, 180, .28), 0 0 0 0 rgba(31, 111, 224, .5);
    filter: brightness(1);
  }
  50% {
    box-shadow: 0 4px 14px rgba(20, 80, 180, .42), 0 0 0 6px rgba(31, 111, 224, .16);
    filter: brightness(1.12);
  }
}

.foot__cta,
.apply,
.pick__go {
  animation: cta-blink 2.4s ease-in-out infinite;
}

@keyframes cta-blink {
  0%, 100% { box-shadow: 0 3px 12px rgba(20, 80, 180, .22); }
  50% { box-shadow: 0 4px 14px rgba(20, 80, 180, .38); }
}

.pick__go {
  animation-name: cta-blink-soft;
}

@keyframes cta-blink-soft {
  0%, 100% { box-shadow: 0 2px 8px rgba(20, 60, 130, .14); }
  50% { box-shadow: 0 3px 12px rgba(20, 60, 130, .26); }
}

@media (prefers-reduced-motion: reduce) {
  .nav__arrow[data-next],
  .foot__cta,
  .apply,
  .pick__go {
    animation: none;
  }
}

[data-beat],
.pick {
  transition: transform .38s cubic-bezier(.2, 1, .3, 1), filter .38s ease, opacity .38s ease, box-shadow .38s ease, border-color .38s ease;
}

.is-dim {
  filter: saturate(.6) brightness(1.03);
  opacity: .74;
  transform: scale(.985);
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar {
  transform: translateY(-6px) scale(1.035);
  filter: saturate(1.18) brightness(1.07);
  border: 3px solid #fff;
  box-shadow: 0 8px 22px rgba(16, 42, 92, .3);
  z-index: 5;
}

.give,
.tl__i,
.track,
.help__c--1,
.pick {
  border: 3px solid transparent;
}

.rung__bar {
  border: 3px solid transparent;
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot {
  transform: translateY(-4px) scale(1.02);
  border-color: #1f6fe0;
  box-shadow: 0 8px 20px rgba(20, 80, 180, .2);
  z-index: 5;
}

.apply.is-spot {
  transform: translateY(-4px) scale(1.02);
}

@media (max-width: 1023px) {

  .give.is-spot,
  .tl__i.is-spot,
  .track.is-spot,
  .help__c--1.is-spot,
  .pick.is-lit,
  .rung.is-spot .rung__bar {
    transform: translateY(-3px) scale(1.015);
    border-width: 2px;
  }

  .check.is-spot,
  .notes li.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot,
  .vd.is-spot,
  .fact.is-spot,
  .flow__s.is-spot,
  .vs__col.is-spot {
    transform: translateY(-2px) scale(1.012);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-dim,
  [data-beat].is-spot,
  .pick.is-lit {
    transform: none;
    transition: none;
  }
}

.apply {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  align-self: center;
  width: min(100%, 520px);
  max-height: none;
  padding: clamp(13px, 1.8vh, 22px) clamp(18px, 2vw, 34px);
  font-size: clamp(15px, 2.1vh, 24px);
  letter-spacing: -.04em;
  line-height: 1.2;
}

.apply > .more,
.apply > .fx,
.apply > .chk {
  display: none !important;
}

.apply__sub {
  align-self: center;
  width: min(100%, 520px);
  margin-top: clamp(7px, 1vh, 12px);
  text-align: center;
}

.slide.is-on > .apply {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  .apply {
    width: 100%;
    padding: 13px 14px;
    font-size: clamp(14px, 4vw, 17px);
    border-radius: 14px;
  }

  .apply__sub {
    width: 100%;
    font-size: 12.5px;
    margin-top: 7px;
  }
}

.is-dim {
  transform: scale(.9);
  opacity: .45;
  filter: grayscale(.7) brightness(1.06);
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot {
  transform: scale(1.03);
  background: linear-gradient(140deg, #2f86ff 0%, #1a5fd6 55%, #0b3f8f 100%);
  border-color: #0b3f8f;
  box-shadow: 0 6px 18px rgba(11, 63, 143, .34);
  filter: none;
}

.is-spot h4,
.is-spot p,
.is-spot dt,
.is-spot dd,
.is-spot .fact__num,
.is-spot .fact__num span,
.is-spot .fact__label,
.is-spot .fact__desc,
.is-spot .vd__big,
.is-spot .vd__sub,
.is-spot .notes__t,
.is-spot .stat__num,
.is-spot .stat__label,
.is-spot .flow__s > p,
.is-spot > .more,
.is-spot .vs__list dt,
.is-spot .vs__list dd {
  color: #fff !important;
}

.is-spot em,
.is-spot b,
.is-spot .notes__t b,
.is-spot p b {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}

.is-spot .ic {
  color: #fff !important;
}

.is-spot .notes__ic {
  background: rgba(255, 255, 255, .2) !important;
  color: #fff !important;
}

.is-spot .how__no,
.is-spot .flow__no,
.is-spot .vd__tag,
.is-spot .vs__chip,
.is-spot .check__mark {
  background: #fff !important;
  color: #0b3f8f !important;
}

.is-spot .flow__time {
  background: rgba(255, 255, 255, .22) !important;
  color: #fff !important;
}

.is-spot .vs__list > div {
  border-bottom-color: rgba(255, 255, 255, .28) !important;
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar {
  transform: scale(1.04);
  filter: saturate(1.25) brightness(1.08);
  border-color: #fff;
  box-shadow: 0 6px 20px rgba(16, 42, 92, .34);
}

.give.is-spot .ic,
.tl__i.is-spot .ic,
.help__c--1.is-spot .ic,
.rung.is-spot .ic {
  color: #fff !important;
}

@media (max-width: 1023px) {
  .is-dim {
    transform: scale(.94);
    opacity: .48;
  }

  .check.is-spot,
  .notes li.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot,
  .cmp__row.is-spot,
  .vd.is-spot,
  .fact.is-spot,
  .flow__s.is-spot,
  .vs__col.is-spot {
    transform: scale(1.015);
  }

  .give.is-spot,
  .tl__i.is-spot,
  .track.is-spot,
  .help__c--1.is-spot,
  .pick.is-lit,
  .rung.is-spot .rung__bar {
    transform: scale(1.02);
  }
}

.help__c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 9px;
  text-align: center;
}

.help__c > .ic {
  order: 1;
  flex: 0 0 auto;
}

.help__c > b {
  order: 2;
  flex: 0 0 auto;
  width: auto;
}

.help__c > span {
  order: 3;
  flex: 1 1 100%;
  width: 100%;
  text-align: center;
}

.help__c > .more {
  order: 4;
  flex: 1 1 100%;
  width: 100%;
  margin: 4px 0 0;
  text-align: center;
}

.help__c > .fx,
.help__c > .wm,
.help__c > .chk {
  order: 0;
}

@media (min-width: 1024px) {
  .help__c {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(5px, .9vh, 11px);
  }

  .help__c > .ic {
    align-self: center;
  }

  .help__c > b,
  .help__c > span,
  .help__c > .more {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .help__c {
    padding: 11px 13px 12px;
    gap: 5px 8px;
  }

  .help__c > .ic {
    width: 22px;
    height: 22px;
  }

  .help__c > b {
    font-size: clamp(14px, 4.1vw, 18px);
  }

  .help__c > span {
    font-size: clamp(11.5px, 3.2vw, 14px);
  }

  .help__c > .more {
    font-size: 11.5px;
  }
}

.is-dim {
  transform: scale(.93);
  opacity: 1;
  filter: none;
  box-shadow: 0 2px 8px rgba(30, 60, 120, .1);
}

.is-dim .ic,
.is-dim .notes__ic,
.is-dim .how__no,
.is-dim .flow__no,
.is-dim .vd__tag,
.is-dim .vs__chip,
.is-dim .check__mark,
.is-dim .fact__num,
.is-dim .stat__num {
  filter: none;
  opacity: 1;
}

@media (max-width: 1023px) {
  .is-dim {
    transform: scale(.965);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-dim {
    transform: none;
  }
}

.is-dim,
.is-dim * {
  filter: none !important;
  opacity: 1 !important;
}

.is-dim {
  transform: scale(.93) !important;
}

@media (max-width: 1023px) {
  .is-dim {
    transform: scale(.965) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-dim {
    transform: none !important;
  }
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col,
.give,
.tl__i,
.track,
.help__c,
.pick,
.rung__bar,
.apply {
  border: 0 !important;
  background-clip: padding-box;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  box-shadow: 0 0 0 1px rgba(28, 62, 120, .13), 0 2px 8px rgba(30, 60, 120, .09);
}

.give,
.tl__i,
.track,
.help__c,
.pick,
.rung__bar {
  box-shadow: 0 2px 10px rgba(30, 60, 120, .14);
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot {
  box-shadow: 0 0 0 2px #0b3f8f, 0 6px 18px rgba(11, 63, 143, .3);
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(11, 63, 143, .5), 0 6px 18px rgba(16, 42, 92, .3);
}

.help__c--2.is-spot,
.help__c--3.is-spot {
  box-shadow: 0 0 0 2px #0b3f8f, 0 6px 18px rgba(11, 63, 143, .3);
}

.apply.is-spot {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(11, 63, 143, .5), 0 6px 18px rgba(20, 80, 180, .28);
}

.bubble {
  border: 0;
  box-shadow: 0 0 0 1px rgba(28, 62, 120, .1), 0 2px 10px rgba(30, 60, 120, .08);
}

.view {
  border: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .9), 0 10px 30px rgba(40, 70, 140, .12);
}

.tabs {
  border: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .95), 0 2px 10px rgba(30, 60, 120, .08);
}

.foot__in {
  border: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .9), 0 3px 12px rgba(40, 70, 140, .1);
}

@media (max-width: 1023px) {
  .tab {
    border: 0;
    box-shadow: 0 0 0 1px rgba(28, 62, 120, .1), 0 2px 8px rgba(30, 60, 120, .08);
  }

  .tab.is-on {
    box-shadow: 0 3px 10px rgba(20, 80, 180, .26);
  }
}

.bubble__t,
.bubble__wrap {
  font-size: calc(1em * var(--say-scale, 1));
}

.bubble {
  overflow: hidden;
}

.bubble.is-fit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[data-beat].is-spot,
.pick.is-lit {
  border: 0 !important;
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot,
.help__c--2.is-spot,
.help__c--3.is-spot {
  box-shadow: 0 0 0 2px #0b3f8f, 0 6px 18px rgba(11, 63, 143, .3) !important;
  transform: scale(1.03) !important;
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(11, 63, 143, .55), 0 6px 18px rgba(16, 42, 92, .3) !important;
  transform: scale(1.04) !important;
  filter: saturate(1.2) brightness(1.06) !important;
}

.rung.is-spot .rung__bar {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(11, 63, 143, .55), 0 6px 18px rgba(16, 42, 92, .3) !important;
  filter: saturate(1.2) brightness(1.06) !important;
}

.apply.is-spot {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(11, 63, 143, .5), 0 6px 18px rgba(20, 80, 180, .28) !important;
  transform: scale(1.02) !important;
}

@media (max-width: 1023px) {
  .check.is-spot,
  .notes li.is-spot,
  .stat.is-spot,
  .step.is-spot,
  .how__item.is-spot,
  .info__row.is-spot,
  .cmp__row.is-spot,
  .vd.is-spot,
  .fact.is-spot,
  .flow__s.is-spot,
  .vs__col.is-spot,
  .help__c--2.is-spot,
  .help__c--3.is-spot {
    transform: scale(1.015) !important;
  }

  .give.is-spot,
  .tl__i.is-spot,
  .track.is-spot,
  .help__c--1.is-spot,
  .pick.is-lit {
    transform: scale(1.02) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat].is-spot,
  .pick.is-lit {
    transform: none !important;
  }
}

@media (max-width: 1023px) {
  .tabs {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .topbar {
    background: linear-gradient(to bottom, #f6f3fd 82%, rgba(246, 243, 253, 0)) !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .talkbar {
    background: linear-gradient(to bottom, #f8f7ff 78%, rgba(248, 247, 255, 0)) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .tab {
    background: #fff !important;
    box-shadow: 0 0 0 1px rgba(28, 62, 120, .12), 0 1px 4px rgba(30, 60, 120, .08) !important;
  }

  .tab.is-on {
    background: linear-gradient(120deg, #1f6fe0, #0b3f8f) !important;
    box-shadow: 0 2px 8px rgba(20, 80, 180, .3) !important;
  }
}

@media (min-width: 1024px) {
  .view {
    background: linear-gradient(168deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .56) 48%, rgba(255, 255, 255, .68) 100%) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .75), 0 14px 36px rgba(40, 70, 140, .16) !important;
  }

  body[data-page="about"] .view,
  body[data-page="who"] .view,
  body[data-page="how"] .view,
  body[data-page="ask"] .view {
    background: linear-gradient(168deg, rgba(255, 255, 255, .74) 0%, rgba(255, 255, 255, .56) 48%, rgba(255, 255, 255, .68) 100%) !important;
  }

  .bubble {
    background: rgba(255, 255, 255, .97) !important;
  }

  .check,
  .notes li,
  .stat,
  .step,
  .how__item,
  .info__row,
  .cmp__row,
  .vd,
  .fact,
  .flow__s,
  .vs__col {
    background: rgba(255, 255, 255, .95);
  }

  .foot__in {
    background: rgba(255, 255, 255, .82) !important;
  }

  .tabs {
    background: rgba(255, 255, 255, .8) !important;
  }
}

@media (min-width: 1024px) {
  .view {
    background: linear-gradient(168deg, #fdfdff 0%, #f2f6ff 46%, #ebf1ff 100%) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .9), 0 14px 36px rgba(40, 70, 140, .16) !important;
  }

  body[data-page="about"] .view { background: linear-gradient(168deg, #fdfdff 0%, #f1f6ff 46%, #e9f0ff 100%) !important; }
  body[data-page="who"] .view { background: linear-gradient(168deg, #fdfeff 0%, #f0f7ff 46%, #e8f1ff 100%) !important; }
  body[data-page="how"] .view { background: linear-gradient(168deg, #fdfeff 0%, #eff8fd 46%, #e7f2fb 100%) !important; }
  body[data-page="ask"] .view { background: linear-gradient(168deg, #fdfdff 0%, #f3f4ff 46%, #ebeeff 100%) !important; }

  .bubble {
    background: #fff !important;
  }

  .check,
  .notes li,
  .stat,
  .step,
  .how__item,
  .info__row,
  .cmp__row,
  .vd,
  .fact,
  .flow__s,
  .vs__col {
    background: #fff;
  }

  .foot__in {
    background: rgba(255, 255, 255, .9) !important;
  }

  .tabs {
    background: rgba(255, 255, 255, .92) !important;
  }
}

.scene__char {
  isolation: isolate;
}

.aura {
  position: absolute;
  inset: -14% -10% -6%;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

.aura__b {
  position: absolute;
  border-radius: 50%;
  filter: blur(26px);
  opacity: .55;
  will-change: transform;
}

.aura__b--1 {
  width: 62%;
  aspect-ratio: 1;
  left: -8%;
  bottom: 4%;
  background: radial-gradient(circle at 32% 32%, #8fe0ff, #2a7bea 62%, rgba(42, 123, 234, 0) 74%);
  animation: aura-1 11s ease-in-out infinite;
}

.aura__b--2 {
  width: 52%;
  aspect-ratio: 1;
  right: -6%;
  top: 6%;
  background: radial-gradient(circle at 60% 40%, #ffd9f2, #ff7fd0 58%, rgba(255, 127, 208, 0) 72%);
  animation: aura-2 13s ease-in-out infinite;
}

.aura__b--3 {
  width: 46%;
  aspect-ratio: 1;
  left: 18%;
  top: -6%;
  background: radial-gradient(circle at 45% 45%, #d8ffe9, #4ce0b0 58%, rgba(76, 224, 176, 0) 72%);
  animation: aura-3 15s ease-in-out infinite;
}

.aura__b--4 {
  width: 40%;
  aspect-ratio: 1;
  right: 8%;
  bottom: -4%;
  background: radial-gradient(circle at 50% 50%, #fff2cc, #ffc247 58%, rgba(255, 194, 71, 0) 72%);
  animation: aura-4 17s ease-in-out infinite;
}

@keyframes aura-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(8%, -6%) scale(1.09); }
  66% { transform: translate(-5%, 5%) scale(.95); }
}

@keyframes aura-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(-9%, 7%) scale(1.12); }
  70% { transform: translate(4%, -4%) scale(.94); }
}

@keyframes aura-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  45% { transform: translate(7%, 8%) scale(1.1); }
  75% { transform: translate(-6%, -3%) scale(.96); }
}

@keyframes aura-4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  35% { transform: translate(-7%, -7%) scale(1.14); }
  70% { transform: translate(5%, 4%) scale(.93); }
}

@media (max-width: 1023px) {
  .aura {
    inset: -22% -18% -10%;
  }

  .aura__b {
    filter: blur(16px);
    opacity: .5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aura__b {
    animation: none;
  }
}


/* 카드 색조는 변수로만 지정해 강조 상태와 충돌하지 않게 한다 */
.stats .stat:nth-child(1),
.checks .check:nth-child(1),
.notes li:nth-child(1),
.how .how__item:nth-child(1),
.info .info__row:nth-child(1),
.facts .fact:nth-child(1),
.flow .flow__s:nth-child(1),
.verdicts .vd:nth-child(1),
.vs .vs__col:nth-child(1),
.cmp .cmp__row:nth-child(1) {
  --tint: #eaf3ff;
  --tint-line: #1f6fe033;
  --tint-ic: #1f6fe0;
}
.stats .stat:nth-child(2),
.checks .check:nth-child(2),
.notes li:nth-child(2),
.how .how__item:nth-child(2),
.info .info__row:nth-child(2),
.facts .fact:nth-child(2),
.flow .flow__s:nth-child(2),
.verdicts .vd:nth-child(2),
.vs .vs__col:nth-child(2),
.cmp .cmp__row:nth-child(2) {
  --tint: #e9f8f2;
  --tint-line: #0f9e7933;
  --tint-ic: #0f9e79;
}
.stats .stat:nth-child(3),
.checks .check:nth-child(3),
.notes li:nth-child(3),
.how .how__item:nth-child(3),
.info .info__row:nth-child(3),
.facts .fact:nth-child(3),
.flow .flow__s:nth-child(3),
.verdicts .vd:nth-child(3),
.vs .vs__col:nth-child(3),
.cmp .cmp__row:nth-child(3) {
  --tint: #fff4e8;
  --tint-line: #e07a1b33;
  --tint-ic: #e07a1b;
}
.stats .stat:nth-child(4),
.checks .check:nth-child(4),
.notes li:nth-child(4),
.how .how__item:nth-child(4),
.info .info__row:nth-child(4),
.facts .fact:nth-child(4),
.flow .flow__s:nth-child(4),
.verdicts .vd:nth-child(4),
.vs .vs__col:nth-child(4),
.cmp .cmp__row:nth-child(4) {
  --tint: #f1edff;
  --tint-line: #6a3ce033;
  --tint-ic: #6a3ce0;
}
.stats .stat:nth-child(5),
.checks .check:nth-child(5),
.notes li:nth-child(5),
.how .how__item:nth-child(5),
.info .info__row:nth-child(5),
.facts .fact:nth-child(5),
.flow .flow__s:nth-child(5),
.verdicts .vd:nth-child(5),
.vs .vs__col:nth-child(5),
.cmp .cmp__row:nth-child(5) {
  --tint: #e8f6ff;
  --tint-line: #0f7fbf33;
  --tint-ic: #0f7fbf;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  background: linear-gradient(170deg, #fff 6%, var(--tint, #eef4ff) 100%) !important;
  box-shadow: 0 0 0 1px var(--tint-line, rgba(28, 62, 120, .13)), 0 2px 8px rgba(30, 60, 120, .08) !important;
}

.check > .ic,
.stat > .ic,
.step > .ic,
.how__item > .ic,
.info__row > .ic,
.notes__ic {
  color: var(--tint-ic, #1f6fe0);
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot,
.help__c--2.is-spot,
.help__c--3.is-spot {
  background: linear-gradient(140deg, #2f86ff 0%, #1a5fd6 55%, #0b3f8f 100%) !important;
  box-shadow: 0 0 0 2px #0b3f8f, 0 6px 18px rgba(11, 63, 143, .3) !important;
}

.is-spot > .ic,
.is-spot .notes__ic {
  color: #fff !important;
}


@media (max-width: 1023px) {
  .scene__char {
    isolation: auto;
    overflow: visible;
  }

  .talkbar {
    overflow: visible;
  }

  .aura {
    position: absolute;
    inset: -230% -70% -40% -80%;
    z-index: 3;
    pointer-events: none;
  }

  .aura__b {
    filter: blur(22px);
    opacity: .38;
    mix-blend-mode: multiply;
  }

  .aura__b--1 {
    width: 58%;
    left: -4%;
    bottom: 2%;
  }

  .aura__b--2 {
    width: 50%;
    right: 2%;
    top: 26%;
  }

  .aura__b--3 {
    width: 46%;
    left: 22%;
    top: 6%;
  }

  .aura__b--4 {
    width: 40%;
    right: 16%;
    top: 48%;
  }
}

@media (max-width: 1023px) {
  .aura {
    z-index: -1 !important;
    mix-blend-mode: normal;
  }

  .aura__b {
    mix-blend-mode: normal;
    opacity: .34;
    filter: blur(24px);
  }

  .scene__char {
    isolation: isolate;
  }

  .board__head,
  .bubble,
  .prog,
  .menu,
  .slides,
  .chat,
  .nav {
    position: relative;
    z-index: 4;
  }

  .talkbar {
    z-index: 8;
  }
}

.board__head,
.prog,
.bubble,
.menu,
.slides,
.chat,
.nav,
.slide {
  position: relative;
  z-index: 6;
}

.scene__char {
  z-index: 1 !important;
  isolation: isolate;
}

.aura {
  z-index: -1 !important;
}

@media (min-width: 1024px) {
  .aura {
    inset: -8% -4% -2% -6%;
  }

  .aura__b {
    filter: blur(30px);
    opacity: .5;
  }

  .aura__b--1 { width: 60%; left: -2%; bottom: 4%; }
  .aura__b--2 { width: 46%; right: 0%; top: 12%; }
  .aura__b--3 { width: 42%; left: 20%; top: 2%; }
  .aura__b--4 { width: 36%; right: 10%; bottom: 0%; }
}

@media (max-width: 1023px) {
  .aura {
    inset: -180% -30% -30% -40%;
  }

  .aura__b {
    opacity: .3;
    filter: blur(26px);
  }
}

.track__name {
  word-break: keep-all;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .track__name {
    font-size: clamp(20px, 3vh, 34px);
    margin: clamp(6px, 1vh, 14px) 0 0;
    white-space: nowrap;
  }

  .track__meta {
    margin-top: clamp(10px, 1.6vh, 22px);
  }

  .track__meta li {
    font-size: clamp(13px, 1.8vh, 19px);
  }

  .track__meta span {
    flex: 0 0 clamp(54px, 5vw, 78px);
    font-size: .84em;
  }

  .pick__title {
    line-height: 1.18;
  }
}

@media (max-width: 1023px) {
  .track__name {
    white-space: normal;
    font-size: clamp(16px, 4.6vw, 20px);
  }
}

.more {
  display: none !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

[data-beat].is-spot > .more,
.pick.is-lit > .more {
  display: block !important;
  animation: more-in .32s ease both;
}

.apply > .more,
.help__c > .more {
  display: none !important;
}

.help__c.is-spot > .more {
  display: block !important;
}

@keyframes more-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: none; }
}

.rung > .more {
  white-space: normal;
  width: max-content;
  max-width: 100%;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .rung > .more {
    max-width: 190px;
  }
}

@media (max-width: 1023px) {
  .rung > .more {
    max-width: 120px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat].is-spot > .more,
  .pick.is-lit > .more {
    animation: none;
  }
}

@media (min-width: 1024px) {
  .pick__title,
  .vd__big,
  .track__name,
  .flow__s h4,
  .check h4,
  .fact__label,
  .how__item h4 {
    white-space: nowrap;
    word-break: keep-all;
  }

  .pick__title {
    font-size: clamp(17px, 2.5vh, 30px);
  }

  .vd__big {
    font-size: clamp(18px, 2.5vh, 32px);
  }

  .pick__desc {
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .pick__title,
  .vd__big,
  .track__name,
  .flow__s h4,
  .check h4,
  .fact__label,
  .how__item h4 {
    white-space: normal;
    word-break: keep-all;
  }
}

.aura__b {
  display: none !important;
}

.aura__svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sh {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}

.sh--ring1 {
  fill: none;
  stroke: #2a7bea;
  stroke-width: 5;
  opacity: .55;
  animation: sh-a 11s ease-in-out infinite;
}

.sh--sq {
  fill: #ffc247;
  opacity: .6;
  animation: sh-b 13s ease-in-out infinite;
}

.sh--tri {
  fill: #ff7fd0;
  opacity: .55;
  animation: sh-c 15s ease-in-out infinite;
}

.sh--star {
  fill: #4ce0b0;
  opacity: .65;
  animation: sh-d 12s ease-in-out infinite;
}

.sh--plus {
  fill: none;
  stroke: #7b3ce6;
  stroke-width: 5;
  stroke-linecap: round;
  opacity: .5;
  animation: sh-b 14s ease-in-out infinite reverse;
}

.sh--dot {
  fill: #2a7bea;
  opacity: .45;
  animation: sh-c 10s ease-in-out infinite;
}

.sh--ring2 {
  fill: none;
  stroke: #ff9f43;
  stroke-width: 4.5;
  opacity: .5;
  animation: sh-a 16s ease-in-out infinite reverse;
}

.sh--wave {
  fill: none;
  stroke: #17a3d6;
  stroke-width: 4.5;
  stroke-linecap: round;
  opacity: .5;
  animation: sh-d 17s ease-in-out infinite;
}

@keyframes sh-a {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(10px, -14px) rotate(24deg); }
}

@keyframes sh-b {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-13px, 12px) rotate(-30deg); }
}

@keyframes sh-c {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(9px, 15px) scale(1.16); }
}

@keyframes sh-d {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-11px, -12px) rotate(18deg); }
}

@media (max-width: 1023px) {
  .sh {
    opacity: .42;
  }

  .aura {
    inset: -150% -25% -20% -35%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh {
    animation: none;
  }
}

.rung.is-spot > .more {
  background: linear-gradient(120deg, #2a7bea, #0b3f8f) !important;
  color: #fff !important;
  box-shadow: 0 3px 10px rgba(20, 80, 180, .3);
}

.rung > .more {
  color: #0b3f8f;
}

.bubble {
  height: calc(3.05 * 1.32em + 2 * clamp(12px, 1.6vh, 24px)) !important;
  align-items: stretch;
}

.bubble.is-fit .bubble__wrap {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .bubble {
    height: calc(3.05 * 1.3em + 2 * clamp(12px, 1.5vh, 22px)) !important;
  }
}

@media (max-width: 1023px) {
  .bubble {
    height: calc(3.05 * 1.32em + 2 * 12px) !important;
  }
}

.view {
  row-gap: clamp(16px, 2.4vh, 30px) !important;
}

.scene__body {
  gap: clamp(16px, 2.4vh, 30px) !important;
}

.slide.is-on {
  gap: clamp(14px, 2vh, 24px) !important;
}

.menu {
  gap: clamp(12px, 1.2vw, 22px) !important;
}

.board__head {
  margin-bottom: clamp(2px, .6vh, 8px);
}

.nav {
  margin-top: clamp(8px, 1.4vh, 18px) !important;
}

@media (min-width: 1024px) {
  .view {
    row-gap: clamp(18px, 2.6vh, 34px) !important;
    padding: clamp(20px, 2vw, 38px) !important;
  }

  .bubble {
    margin-bottom: clamp(4px, .8vh, 10px) !important;
  }
}

@media (max-width: 1023px) {
  .view {
    row-gap: 12px !important;
    padding: 13px !important;
  }

  .slide.is-on {
    gap: 10px !important;
  }

  .menu {
    gap: 9px !important;
  }

  .talkbar {
    margin-bottom: 12px !important;
  }

  .nav {
    margin-top: 11px !important;
  }
}

.bubble.is-fit {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
}

.bubble__wrap {
  width: 100%;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  background: linear-gradient(168deg, #fff 0%, var(--tint, #eef4ff) 62%, var(--tint, #eef4ff) 100%) !important;
  box-shadow: 0 0 0 1.5px var(--tint-line, rgba(28, 62, 120, .2)) !important;
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot,
.help__c--2.is-spot,
.help__c--3.is-spot {
  box-shadow: 0 0 0 2.5px #0b3f8f !important;
}

.give,
.tl__i,
.track,
.help__c,
.pick,
.rung__bar,
.apply,
.bubble,
.foot__in,
.tabs,
.view,
.nav__arrow,
.pick__go,
.foot__cta,
.ask__send,
.chip,
.ask__input {
  box-shadow: none !important;
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5.5px rgba(11, 63, 143, .8) !important;
}

.apply.is-spot {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(11, 63, 143, .7) !important;
}

.bubble {
  box-shadow: 0 0 0 1.5px rgba(28, 62, 120, .14) !important;
}

.view {
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, .95) !important;
}

.tabs {
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, .95) !important;
}

.foot__in {
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, .95) !important;
}

.nav__arrow[data-next] {
  animation: none !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 224, .22) !important;
}

.foot__cta,
.apply,
.pick__go,
.ask__send {
  animation: none !important;
}

.stats .stat:nth-child(1),
.checks .check:nth-child(1),
.notes li:nth-child(1),
.how .how__item:nth-child(1),
.info .info__row:nth-child(1),
.facts .fact:nth-child(1),
.flow .flow__s:nth-child(1),
.verdicts .vd:nth-child(1),
.vs .vs__col:nth-child(1) {
  --tint: #dfeaff;
  --tint-line: rgba(31, 111, 224, .34);
}

.stats .stat:nth-child(2),
.checks .check:nth-child(2),
.notes li:nth-child(2),
.how .how__item:nth-child(2),
.info .info__row:nth-child(2),
.facts .fact:nth-child(2),
.flow .flow__s:nth-child(2),
.verdicts .vd:nth-child(2),
.vs .vs__col:nth-child(2) {
  --tint: #dbf4ea;
  --tint-line: rgba(15, 158, 121, .34);
}

.stats .stat:nth-child(3),
.checks .check:nth-child(3),
.notes li:nth-child(3),
.how .how__item:nth-child(3),
.info .info__row:nth-child(3),
.facts .fact:nth-child(3),
.flow .flow__s:nth-child(3) {
  --tint: #ffeada;
  --tint-line: rgba(224, 122, 27, .34);
}

.stats .stat:nth-child(4),
.checks .check:nth-child(4),
.notes li:nth-child(4),
.how .how__item:nth-child(4),
.info .info__row:nth-child(4),
.facts .fact:nth-child(4),
.flow .flow__s:nth-child(4) {
  --tint: #e7e1ff;
  --tint-line: rgba(106, 60, 224, .34);
}

.view {
  position: relative;
  isolation: isolate;
}

.aura {
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none;
  overflow: visible;
}

.ico {
  position: absolute;
  display: block;
  color: currentColor;
  will-change: transform;
}

.ico svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ico--1 { width: 40px; left: 4%;  top: 12%; color: #f0a91b; opacity: .5; animation: sh-a 12s ease-in-out infinite; }
.ico--2 { width: 44px; left: 20%; top: 4%;  color: #2a7bea; opacity: .5; animation: sh-b 14s ease-in-out infinite; }
.ico--3 { width: 38px; left: 2%;  top: 42%; color: #0f9e79; opacity: .48; animation: sh-c 13s ease-in-out infinite; }
.ico--4 { width: 34px; left: 24%; top: 34%; color: #6a3ce0; opacity: .42; animation: sh-d 16s ease-in-out infinite; }
.ico--5 { width: 36px; left: 6%;  top: 68%; color: #e07a1b; opacity: .46; animation: sh-b 15s ease-in-out infinite reverse; }
.ico--6 { width: 32px; left: 26%; top: 62%; color: #e8479b; opacity: .42; animation: sh-a 17s ease-in-out infinite reverse; }
.ico--7 { width: 34px; left: 14%; top: 84%; color: #0f7fbf; opacity: .44; animation: sh-c 18s ease-in-out infinite; }
.ico--8 { width: 36px; left: 30%; top: 16%; color: #d8a300; opacity: .4;  animation: sh-d 19s ease-in-out infinite reverse; }

.aura__svg,
.aura__b {
  display: none !important;
}

@media (min-width: 1024px) {
  .aura {
    inset: 4% auto 4% 0;
    width: calc(var(--cw) + clamp(20px, 3vw, 60px));
  }
}

@media (max-width: 1023px) {
  .aura {
    inset: 0 0 auto 0;
    height: 46%;
  }

  .ico {
    opacity: .3 !important;
  }

  .ico--1 { width: 30px; left: 3%;  top: 26%; }
  .ico--2 { width: 32px; left: 30%; top: 6%; }
  .ico--3 { width: 28px; left: 66%; top: 10%; }
  .ico--4 { width: 26px; left: 86%; top: 30%; }
  .ico--5 { width: 28px; left: 12%; top: 62%; }
  .ico--6 { width: 26px; left: 52%; top: 56%; }
  .ico--7 { width: 26px; left: 78%; top: 66%; }
  .ico--8 { width: 26px; left: 44%; top: 26%; }
}

@media (prefers-reduced-motion: reduce) {
  .ico {
    animation: none !important;
  }
}

[data-beat].is-spot,
[data-beat].is-spot *,
.pick.is-lit,
.pick.is-lit * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

[data-beat].is-spot .check__mark,
[data-beat].is-spot .vd__tag,
[data-beat].is-spot .flow__no,
[data-beat].is-spot .how__no,
[data-beat].is-spot .vs__chip,
[data-beat].is-spot .tl__dot,
[data-beat].is-spot .track__chip,
.pick.is-lit .pick__chip,
.pick.is-lit .pick__go {
  background: #fff !important;
  color: #0b3f8f !important;
  -webkit-text-fill-color: #0b3f8f !important;
}

[data-beat].is-spot .flow__time,
[data-beat].is-spot .notes__ic {
  background: rgba(255, 255, 255, .22) !important;
}

[data-beat].is-spot .more {
  color: #eaf3ff !important;
  -webkit-text-fill-color: #eaf3ff !important;
}

.rung.is-spot > .more {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.stat__num,
.fact__num {
  color: var(--tint-ic, #1f6fe0);
}

.check h4,
.step h4,
.how__item h4,
.flow__s h4,
.fact__label,
.info__row dd,
.notes__t {
  color: #16233f;
}

.stats .stat:nth-child(1) { --tint-ic: #1f6fe0; }
.stats .stat:nth-child(2) { --tint-ic: #0f9e79; }
.stats .stat:nth-child(3) { --tint-ic: #e07a1b; }
.facts .fact:nth-child(1) { --tint-ic: #1f6fe0; }
.facts .fact:nth-child(2) { --tint-ic: #0f9e79; }
.facts .fact:nth-child(3) { --tint-ic: #e07a1b; }

.check > .ic,
.stat > .ic,
.step > .ic,
.how__item > .ic,
.info__row > .ic,
.flow__s > .ic,
.notes__ic {
  color: var(--tint-ic, #1f6fe0) !important;
}

[data-beat].is-spot > .ic,
[data-beat].is-spot .notes__ic svg {
  color: #fff !important;
}

/* 도우미 뒤 창업 아이콘 촘촘한 배치 */
.ico--1 { left: 4%; top: 6%; width: 42px; color: #f0a91b; opacity: .42; animation: sh-b 11s ease-in-out infinite; }
.ico--2 { left: 26%; top: 2%; width: 46px; color: #2a7bea; opacity: .42; animation: sh-c 12s ease-in-out infinite; }
.ico--3 { left: 52%; top: 8%; width: 38px; color: #0f9e79; opacity: .42; animation: sh-d 13s ease-in-out infinite reverse; }
.ico--4 { left: 74%; top: 3%; width: 40px; color: #6a3ce0; opacity: .42; animation: sh-a 14s ease-in-out infinite; }
.ico--5 { left: 2%; top: 26%; width: 36px; color: #e07a1b; opacity: .42; animation: sh-b 15s ease-in-out infinite; }
.ico--6 { left: 30%; top: 22%; width: 34px; color: #e8479b; opacity: .42; animation: sh-c 16s ease-in-out infinite reverse; }
.ico--7 { left: 58%; top: 28%; width: 40px; color: #0f7fbf; opacity: .42; animation: sh-d 17s ease-in-out infinite; }
.ico--8 { left: 80%; top: 24%; width: 36px; color: #d8a300; opacity: .42; animation: sh-a 18s ease-in-out infinite; }
.ico--9 { left: 6%; top: 50%; width: 40px; color: #2a7bea; opacity: .42; animation: sh-b 19s ease-in-out infinite reverse; }
.ico--10 { left: 28%; top: 46%; width: 36px; color: #0f9e79; opacity: .42; animation: sh-c 20s ease-in-out infinite; }
.ico--11 { left: 56%; top: 52%; width: 34px; color: #f0a91b; opacity: .42; animation: sh-d 21s ease-in-out infinite; }
.ico--12 { left: 78%; top: 48%; width: 38px; color: #6a3ce0; opacity: .42; animation: sh-a 22s ease-in-out infinite reverse; }
.ico--13 { left: 10%; top: 72%; width: 36px; color: #e8479b; opacity: .42; animation: sh-b 23s ease-in-out infinite; }
.ico--14 { left: 34%; top: 76%; width: 34px; color: #0f7fbf; opacity: .42; animation: sh-c 24s ease-in-out infinite; }
.ico--15 { left: 60%; top: 70%; width: 38px; color: #e07a1b; opacity: .42; animation: sh-d 25s ease-in-out infinite reverse; }
.ico--16 { left: 82%; top: 74%; width: 36px; color: #2a7bea; opacity: .42; animation: sh-a 26s ease-in-out infinite; }

@media (min-width: 1024px) {
  .aura {
    inset: 2% auto 2% -2% !important;
    width: calc(var(--cw) + clamp(40px, 6vw, 110px)) !important;
  }
}

@media (max-width: 1023px) {
  .aura {
    inset: 0 0 auto 0 !important;
    height: 52% !important;
  }

  .ico {
    opacity: .26 !important;
    width: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ico {
    animation: none !important;
  }
}

/* 사다리: 그림자 제거 + 라벨 글자색 보호 */
.ladder,
.rung,
.rung__bar {
  box-shadow: none !important;
}

.rung.is-spot .rung__bar {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5.5px rgba(11, 63, 143, .8) !important;
}

.rung.is-spot .rung__money,
.rung .rung__money {
  color: #16233f !important;
  -webkit-text-fill-color: #16233f !important;
}

.rung.is-spot .rung__bar b,
.rung.is-spot .rung__bar em,
.rung.is-spot .rung__bar .ic {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* 카드 밖 라벨은 강조 시에도 어두운 글자 유지 */
.stat > .stat__label,
.fact > .fact__label {
  -webkit-text-fill-color: currentColor;
}

/* 도우미 뒤 아이콘 크게 */
.ico--1 { left: 2%; top: 4%; width: 78px; color: #f0a91b; }
.ico--2 { left: 24%; top: 0%; width: 86px; color: #2a7bea; }
.ico--3 { left: 50%; top: 6%; width: 70px; color: #0f9e79; }
.ico--4 { left: 72%; top: 1%; width: 74px; color: #6a3ce0; }
.ico--5 { left: 0%; top: 25%; width: 66px; color: #e07a1b; }
.ico--6 { left: 28%; top: 21%; width: 62px; color: #e8479b; }
.ico--7 { left: 56%; top: 27%; width: 72px; color: #0f7fbf; }
.ico--8 { left: 78%; top: 23%; width: 68px; color: #d8a300; }
.ico--9 { left: 4%; top: 49%; width: 76px; color: #2a7bea; }
.ico--10 { left: 26%; top: 45%; width: 64px; color: #0f9e79; }
.ico--11 { left: 54%; top: 51%; width: 60px; color: #f0a91b; }
.ico--12 { left: 76%; top: 47%; width: 70px; color: #6a3ce0; }
.ico--13 { left: 8%; top: 71%; width: 66px; color: #e8479b; }
.ico--14 { left: 32%; top: 75%; width: 62px; color: #0f7fbf; }
.ico--15 { left: 58%; top: 69%; width: 72px; color: #e07a1b; }
.ico--16 { left: 80%; top: 73%; width: 68px; color: #2a7bea; }

.ico {
  opacity: .4;
}

.ico svg {
  stroke-width: 1.5;
}

@media (max-width: 1023px) {
  .ico {
    width: 40px !important;
    opacity: .24 !important;
  }

  .ico--1 { left: 2%;  top: 22%; }
  .ico--2 { left: 26%; top: 4%; }
  .ico--3 { left: 52%; top: 10%; }
  .ico--4 { left: 76%; top: 2%; }
  .ico--5 { left: 12%; top: 58%; }
  .ico--6 { left: 40%; top: 46%; }
  .ico--7 { left: 66%; top: 56%; }
  .ico--8 { left: 88%; top: 26%; }
  .ico--9,
  .ico--10,
  .ico--11,
  .ico--12,
  .ico--13,
  .ico--14,
  .ico--15,
  .ico--16 { display: none; }
}

.pick {
  position: relative;
  overflow: hidden;
}

.pick__art {
  display: flex !important;
  position: static !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 0;
  margin: clamp(4px, 1vh, 12px) 0;
  opacity: .34 !important;
  overflow: visible;
}

.pick__art svg {
  width: auto;
  height: 100%;
  max-width: 82%;
  max-height: clamp(70px, 16vh, 170px);
  stroke: #fff;
  stroke-width: 2.4;
  fill: none;
}

.pick__go {
  margin-top: auto;
}

.pick.is-lit .pick__art {
  opacity: .5 !important;
}

@media (max-width: 1023px) {
  .pick__art {
    margin: 4px 0;
    opacity: .3 !important;
  }

  .pick__art svg {
    max-height: clamp(44px, 12vw, 74px);
    max-width: 66%;
  }
}

/* 도우미 뒤 모양은 4개만, 아주 크게 */
.ico {
  display: none !important;
}

.ico--1,
.ico--2,
.ico--3,
.ico--4 {
  display: block !important;
  opacity: .3 !important;
}

.ico--1 { left: -2%;  top: 2%;  width: clamp(120px, 15vw, 250px) !important; color: #f0a91b !important; animation: sh-a 14s ease-in-out infinite !important; }
.ico--2 { left: 40%;  top: 16%; width: clamp(130px, 16vw, 270px) !important; color: #2a7bea !important; animation: sh-b 17s ease-in-out infinite !important; }
.ico--3 { left: -6%;  top: 52%; width: clamp(110px, 14vw, 230px) !important; color: #0f9e79 !important; animation: sh-c 19s ease-in-out infinite !important; }
.ico--4 { left: 44%;  top: 62%; width: clamp(120px, 15vw, 240px) !important; color: #e8479b !important; animation: sh-d 21s ease-in-out infinite !important; }

.ico svg {
  stroke-width: 1.1;
}

@media (max-width: 1023px) {
  .ico--1,
  .ico--2,
  .ico--3,
  .ico--4 {
    opacity: .2 !important;
  }

  .ico--1 { left: 0%;  top: 4%;  width: 84px !important; }
  .ico--2 { left: 34%; top: 2%;  width: 92px !important; }
  .ico--3 { left: 66%; top: 22%; width: 80px !important; }
  .ico--4 { left: 12%; top: 46%; width: 86px !important; }

  .ico svg {
    stroke-width: 1.4;
  }
}

.deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.deco__ball {
  position: absolute;
  border-radius: 50%;
  opacity: .5;
}

.deco__ball--a {
  width: 46%;
  aspect-ratio: 1;
  right: -12%;
  top: -18%;
  background: radial-gradient(circle at 40% 40%, var(--tint-ic, #1f6fe0) 0%, transparent 72%);
  opacity: .22;
}

.deco__ball--b {
  width: 32%;
  aspect-ratio: 1;
  left: -10%;
  bottom: -14%;
  background: radial-gradient(circle at 55% 45%, var(--tint-ic, #1f6fe0) 0%, transparent 74%);
  opacity: .16;
}

.deco__ic {
  position: absolute;
  right: 6%;
  bottom: 6%;
  width: 34%;
  max-width: 92px;
  color: var(--tint-ic, #1f6fe0);
  opacity: .16;
}

.deco__ic svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.check > *:not(.deco),
.notes li > *:not(.deco),
.stat > *:not(.deco),
.step > *:not(.deco),
.how__item > *:not(.deco),
.info__row > *:not(.deco),
.cmp__row > *:not(.deco),
.vd > *:not(.deco),
.fact > *:not(.deco),
.flow__s > *:not(.deco),
.vs__col > *:not(.deco) {
  position: relative;
  z-index: 1;
}

[data-beat].is-spot .deco__ball--a,
[data-beat].is-spot .deco__ball--b {
  background: radial-gradient(circle at 45% 45%, #fff 0%, transparent 74%);
  opacity: .18;
}

[data-beat].is-spot .deco__ic {
  color: #fff;
  opacity: .2;
}

.give .deco,
.tl__i .deco,
.track .deco,
.help__c--1 .deco,
.pick .deco,
.rung .deco,
.apply .deco {
  display: none;
}

@media (max-width: 1023px) {
  .deco__ic {
    width: 30%;
    max-width: 58px;
    opacity: .14;
  }

  .deco__ball--a {
    width: 52%;
  }
}

.bubble {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
}

.bubble__wrap {
  display: block !important;
  width: 100% !important;
}

.bubble__t {
  display: block !important;
}

/* 그림자 전면 금지: 링(테두리)만 사용 */
.view,
.bubble,
.tabs,
.tab,
.foot,
.foot__in,
.foot__cta,
.foot__logo,
.topbar,
.topbar__home,
.burger,
.drawer,
.drawer__i,
.drawer__apply,
.tabs__apply,
.nav,
.nav__arrow,
.dot,
.menu,
.pick,
.pick__go,
.pick__chip,
.board__eyebrow,
.prog,
.prog__track,
.prog__fill,
.slides,
.slide,
.chat,
.chat__log,
.chip,
.ask,
.ask__input,
.ask__send,
.msg__body,
.msg__face,
.check,
.check__mark,
.notes li,
.notes__ic,
.stat,
.step,
.how__item,
.how__no,
.info__row,
.cmp__row,
.vd,
.vd__tag,
.fact,
.flow__s,
.flow__no,
.flow__time,
.vs__col,
.vs__chip,
.track,
.track__chip,
.give,
.tl__i,
.tl__dot,
.help__c,
.apply,
.ladder,
.rung,
.rung__bar,
.talker,
.scene__char,
.talkbar,
.more,
.deco,
.deco__ball,
.deco__ic {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.view {
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, .95) !important;
}

.bubble {
  box-shadow: 0 0 0 1.5px rgba(28, 62, 120, .14) !important;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  box-shadow: 0 0 0 1.5px var(--tint-line, rgba(28, 62, 120, .2)) !important;
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot,
.help__c--2.is-spot,
.help__c--3.is-spot {
  box-shadow: 0 0 0 2.5px #0b3f8f !important;
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5.5px rgba(11, 63, 143, .85) !important;
}

.apply.is-spot {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(11, 63, 143, .75) !important;
}

.rung.is-spot .rung__bar,
.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit {
  filter: saturate(1.15) brightness(1.05) !important;
}

.tab,
.tabs,
.foot__in {
  box-shadow: 0 0 0 1px rgba(28, 62, 120, .12) !important;
}

.tab.is-on {
  box-shadow: none !important;
}

.talker {
  filter: none !important;
}

.bubble {
  display: grid !important;
  place-content: center start !important;
  align-content: center !important;
  justify-content: start !important;
}

.bubble__wrap {
  width: 100% !important;
  display: block !important;
}

.tabs {
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (min-width: 1024px) {
  .tabs {
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .95) !important;
  }
}

@media (max-width: 1023px) {
  .tabs {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 2px 11px 8px !important;
  }

  .tab {
    background: #fff !important;
    box-shadow: 0 0 0 1px rgba(28, 62, 120, .12) !important;
  }

  .tab.is-on {
    background: linear-gradient(120deg, #1f6fe0, #0b3f8f) !important;
    box-shadow: none !important;
  }
}

/* 크기 변화 없이 라인 색만 바뀐다: 지저분한 축소/확대 제거 */
.is-dim {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

[data-beat].is-spot,
.pick.is-lit,
.apply.is-spot {
  transform: none !important;
}

.check,
.notes li,
.stat,
.step,
.how__item,
.info__row,
.cmp__row,
.vd,
.fact,
.flow__s,
.vs__col {
  box-shadow: 0 0 0 2px var(--tint-line, rgba(28, 62, 120, .2)) !important;
}

.check.is-spot,
.notes li.is-spot,
.stat.is-spot,
.step.is-spot,
.how__item.is-spot,
.info__row.is-spot,
.cmp__row.is-spot,
.vd.is-spot,
.fact.is-spot,
.flow__s.is-spot,
.vs__col.is-spot,
.help__c--2.is-spot,
.help__c--3.is-spot {
  box-shadow: 0 0 0 2px #0b3f8f !important;
}

.give,
.tl__i,
.track,
.help__c--1,
.pick,
.rung__bar {
  box-shadow: 0 0 0 2px transparent !important;
}

.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar {
  box-shadow: 0 0 0 2px #fff !important;
  filter: saturate(1.12) brightness(1.04) !important;
}

.apply {
  box-shadow: 0 0 0 2px transparent !important;
}

.apply.is-spot {
  box-shadow: 0 0 0 2px #fff !important;
}

/* 도우미 뒤 아이콘 제거, 흰 박스에 배경과 같은 패턴을 옅게 */
.aura,
.ico {
  display: none !important;
}

.view::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-image: url('/images/bg/sky.webp?v=20260808g');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .3;
  pointer-events: none;
}

.view {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

@media (min-width: 1024px) {
  .view {
    overflow: visible;
  }

  .view::before {
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .view::before {
    opacity: .26;
  }
}

/* 박스 안 배경 패턴 제거 (원래 상태로) */
.view::before {
  display: none !important;
  content: none !important;
}

/* 카드 안 아이콘을 확실히 보이게 */
.deco__ic {
  right: 5%;
  bottom: 6%;
  width: 30%;
  max-width: 78px;
  opacity: .5 !important;
  color: var(--tint-ic, #1f6fe0) !important;
}

.deco__ic svg {
  stroke-width: 2.2;
}

.deco__ball--a {
  opacity: .3 !important;
}

.deco__ball--b {
  opacity: .2 !important;
}

[data-beat].is-spot .deco__ic {
  color: #fff !important;
  opacity: .55 !important;
}

[data-beat].is-spot .deco__ball--a {
  opacity: .24 !important;
}

.check > .ic,
.stat > .ic,
.step > .ic,
.how__item > .ic,
.info__row > .ic,
.flow__s > .ic,
.notes__ic {
  opacity: 1 !important;
}

@media (max-width: 1023px) {
  .deco__ic {
    width: 26%;
    max-width: 52px;
    opacity: .42 !important;
  }
}

/* 카드 안 장식(색상볼·큰 아이콘) 전면 제거 — 얼룩처럼 보이던 원인 */
.deco,
.deco__ball,
.deco__ic {
  display: none !important;
}

.help__c {
  background: linear-gradient(168deg, #fff 0%, var(--tint, #eef4ff) 100%) !important;
  box-shadow: 0 0 0 2px var(--tint-line, rgba(28, 62, 120, .2)) !important;
}

.help__c--1 {
  --tint: #dfeaff;
  --tint-line: rgba(31, 111, 224, .34);
  --tint-ic: #1f6fe0;
}

.help__c--2 {
  --tint: #dbf4ea;
  --tint-line: rgba(15, 158, 121, .34);
  --tint-ic: #0f9e79;
}

.help__c--3 {
  --tint: #ffeada;
  --tint-line: rgba(224, 122, 27, .34);
  --tint-ic: #e07a1b;
}

.help__c > .ic {
  color: var(--tint-ic, #1f6fe0) !important;
  opacity: 1 !important;
}

.help__c b {
  color: #16233f !important;
  -webkit-text-fill-color: #16233f !important;
}

.help__c span {
  color: var(--sub) !important;
  -webkit-text-fill-color: var(--sub) !important;
}

.help__c.is-spot {
  background: linear-gradient(140deg, #2f86ff 0%, #1a5fd6 55%, #0b3f8f 100%) !important;
  box-shadow: 0 0 0 2px #0b3f8f !important;
}

.help__c.is-spot b,
.help__c.is-spot span,
.help__c.is-spot .more {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.help__c.is-spot > .ic {
  color: #fff !important;
}

/* 박스 배경: 처음의 페이지별 컬러 그라데이션으로 복원 */
.view,
body[data-page="about"] .view,
body[data-page="who"] .view,
body[data-page="how"] .view,
body[data-page="ask"] .view {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .68) 52%, rgba(255, 255, 255, .8)),
    linear-gradient(160deg, var(--tint1), var(--tint2)) !important;
}

body { --tint1: rgba(154, 99, 255, .3); --tint2: rgba(47, 134, 232, .2); }
body[data-page="about"] { --tint1: rgba(79, 148, 255, .32); --tint2: rgba(14, 78, 168, .18); }
body[data-page="who"] { --tint1: rgba(96, 176, 255, .32); --tint2: rgba(20, 102, 214, .18); }
body[data-page="how"] { --tint1: rgba(88, 196, 240, .32); --tint2: rgba(15, 127, 191, .18); }
body[data-page="ask"] { --tint1: rgba(140, 130, 255, .32); --tint2: rgba(35, 88, 200, .18); }

/* 말풍선 높이를 정확히 3줄로 (아래 남는 줄 제거) */
.bubble {
  height: calc(3 * 1.32em + 2 * clamp(12px, 1.6vh, 24px)) !important;
}

@media (min-width: 1024px) {
  .bubble {
    height: calc(3 * 1.3em + 2 * clamp(12px, 1.5vh, 22px)) !important;
  }
}

@media (max-width: 1023px) {
  .bubble {
    height: calc(3 * 1.32em + 2 * 12px) !important;
  }
}

/* 카드 오른쪽 빈 공간에 아이콘 복원 (색상볼은 계속 제외) */
.deco {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.deco__ball {
  display: none !important;
}

.deco__ic {
  display: block !important;
  position: absolute;
  right: 4%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 26%;
  max-width: 84px;
  min-width: 44px;
  opacity: .42 !important;
  color: var(--tint-ic, #1f6fe0) !important;
}

.deco__ic svg {
  width: 100%;
  height: auto;
  stroke-width: 2;
}

[data-beat].is-spot .deco__ic {
  color: #fff !important;
  opacity: .5 !important;
}

.pick .deco,
.rung .deco,
.apply .deco,
.give .deco,
.tl__i .deco,
.track .deco {
  display: none !important;
}

.check > div,
.notes__t,
.stat__num,
.stat__label,
.step h4,
.step p,
.how__item h4,
.how__item p,
.info__row dd,
.fact__label,
.fact__desc,
.vd__big,
.vd__sub,
.flow__s h4,
.flow__s p {
  padding-right: clamp(48px, 8%, 96px);
}

@media (max-width: 1023px) {
  .deco__ic {
    width: 22%;
    max-width: 54px;
    min-width: 34px;
    opacity: .34 !important;
  }

  .check > div,
  .notes__t,
  .stat__num,
  .stat__label,
  .step h4,
  .step p,
  .how__item h4,
  .how__item p,
  .info__row dd,
  .fact__label,
  .fact__desc,
  .vd__big,
  .vd__sub,
  .flow__s h4,
  .flow__s p {
    padding-right: 44px;
  }
}

/* 중복 워터마크 아이콘 제거 + 오른쪽 예약 여백 해제 */
.deco,
.deco__ball,
.deco__ic {
  display: none !important;
}

.check > div,
.notes__t,
.stat__num,
.stat__label,
.step h4,
.step p,
.how__item h4,
.how__item p,
.info__row dd,
.info__row dt,
.fact__label,
.fact__desc,
.vd__big,
.vd__sub,
.flow__s h4,
.flow__s p {
  padding-right: 0 !important;
}

/* 글자를 조금 키워 카드를 채운다 */
@media (min-width: 1024px) {
  .check h4,
  .step h4,
  .how__item h4,
  .flow__s h4 {
    font-size: clamp(18px, 2.5vh, 28px);
  }

  .check p,
  .step p,
  .how__item p,
  .flow__s p {
    font-size: clamp(14px, 1.95vh, 21px);
  }

  .info__row dd {
    font-size: clamp(17px, 2.4vh, 26px);
  }

  .notes li {
    font-size: clamp(16px, 2.3vh, 25px);
  }

  .vd__sub {
    font-size: clamp(13px, 1.8vh, 19px);
  }
}

@media (max-width: 1023px) {
  .check h4,
  .step h4,
  .how__item h4,
  .flow__s h4 {
    font-size: clamp(16px, 4.6vw, 21px);
  }

  .check p,
  .step p,
  .how__item p,
  .flow__s p {
    font-size: clamp(13px, 3.8vw, 17px);
  }

  .info__row dd {
    font-size: clamp(16px, 4.6vw, 20px);
  }
}

/* 도우미 뒤 알록달록 색 덩어리 (처음 버전) 복원 */
.aura {
  display: block !important;
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none;
  overflow: visible;
}

.aura__b {
  display: block !important;
  position: absolute;
  border-radius: 50%;
  filter: blur(30px) !important;
  opacity: .55;
  will-change: transform;
}

.aura__b--1 {
  width: 62%;
  aspect-ratio: 1;
  left: -8%;
  bottom: 4%;
  background: radial-gradient(circle at 32% 32%, #8fe0ff, #2a7bea 62%, rgba(42, 123, 234, 0) 74%);
  animation: aura-1 11s ease-in-out infinite;
}

.aura__b--2 {
  width: 52%;
  aspect-ratio: 1;
  right: -6%;
  top: 6%;
  background: radial-gradient(circle at 60% 40%, #ffd9f2, #ff7fd0 58%, rgba(255, 127, 208, 0) 72%);
  animation: aura-2 13s ease-in-out infinite;
}

.aura__b--3 {
  width: 46%;
  aspect-ratio: 1;
  left: 18%;
  top: -6%;
  background: radial-gradient(circle at 45% 45%, #d8ffe9, #4ce0b0 58%, rgba(76, 224, 176, 0) 72%);
  animation: aura-3 15s ease-in-out infinite;
}

.aura__b--4 {
  width: 40%;
  aspect-ratio: 1;
  right: 8%;
  bottom: -4%;
  background: radial-gradient(circle at 50% 50%, #fff2cc, #ffc247 58%, rgba(255, 194, 71, 0) 72%);
  animation: aura-4 17s ease-in-out infinite;
}

.ico {
  display: none !important;
}

@media (min-width: 1024px) {
  .aura {
    inset: 2% auto 2% -4% !important;
    width: calc(var(--cw) + clamp(30px, 5vw, 90px)) !important;
  }

  .aura__b {
    opacity: .5;
  }
}

@media (max-width: 1023px) {
  .aura {
    inset: 0 0 auto 0 !important;
    height: 50% !important;
  }

  .aura__b {
    filter: blur(22px) !important;
    opacity: .34;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aura__b {
    animation: none;
  }
}

@media (max-width: 1023px) {
  .aura,
  .aura__b {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .deco {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
  }

  .deco__ball {
    display: none !important;
  }

  .deco__ic {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 46px;
    max-width: 46px;
    min-width: 46px;
    opacity: .16 !important;
    color: var(--tint-ic, #1f6fe0) !important;
  }

  .deco__ic svg {
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  [data-beat].is-spot .deco__ic {
    color: #fff !important;
    opacity: .26 !important;
  }

  .pick .deco,
  .rung .deco,
  .apply .deco,
  .give .deco,
  .tl__i .deco,
  .track .deco,
  .help__c .deco,
  .vs__col .deco {
    display: none !important;
  }

  .check > div,
  .notes__t,
  .stat__num,
  .stat__label,
  .step h4,
  .step p,
  .how__item h4,
  .how__item p,
  .info__row dd,
  .fact__label,
  .fact__desc,
  .vd__big,
  .vd__sub,
  .flow__s h4,
  .flow__s p {
    padding-right: 52px !important;
  }
}

@media (min-width: 1024px) {
  .deco {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
  }

  .deco__ball {
    display: none !important;
  }

  .deco__ic {
    display: block !important;
    position: absolute;
    right: clamp(10px, 1.2vw, 22px);
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: clamp(52px, 5vw, 92px);
    max-width: none;
    min-width: 0;
    opacity: .15 !important;
    color: var(--tint-ic, #1f6fe0) !important;
  }

  .deco__ic svg {
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  [data-beat].is-spot .deco__ic {
    color: #fff !important;
    opacity: .26 !important;
  }

  .pick .deco,
  .rung .deco,
  .apply .deco,
  .give .deco,
  .tl__i .deco,
  .track .deco,
  .help__c .deco,
  .vs__col .deco {
    display: none !important;
  }

  /* 글자가 카드 폭을 최대한 쓰되 아이콘과 겹치지 않게만 비운다 */
  .check > div,
  .notes__t,
  .stat__num,
  .stat__label,
  .step h4,
  .step p,
  .how__item h4,
  .how__item p,
  .info__row dd,
  .fact__label,
  .fact__desc,
  .vd__big,
  .vd__sub,
  .flow__s h4,
  .flow__s p {
    padding-right: clamp(58px, 5.6vw, 104px) !important;
  }
}

@media (max-width: 1023px) {
  .facts,
  .stats,
  .verdicts,
  .checks,
  .notes,
  .flow,
  .how,
  .info,
  .help {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .facts > *:last-child:nth-child(odd),
  .stats > *:last-child:nth-child(odd),
  .verdicts > *:last-child:nth-child(odd),
  .checks > *:last-child:nth-child(odd),
  .notes > *:last-child:nth-child(odd),
  .flow > *:last-child:nth-child(odd),
  .how > *:last-child:nth-child(odd),
  .info > *:last-child:nth-child(odd),
  .help > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .fact,
  .stat,
  .vd,
  .check,
  .notes li,
  .flow__s,
  .how__item,
  .info__row {
    padding: 11px 12px !important;
  }

  .check > div,
  .notes__t,
  .stat__num,
  .stat__label,
  .step h4,
  .step p,
  .how__item h4,
  .how__item p,
  .info__row dd,
  .fact__label,
  .fact__desc,
  .vd__big,
  .vd__sub,
  .flow__s h4,
  .flow__s p {
    padding-right: 0 !important;
  }

  .deco__ic {
    right: 7px !important;
    top: auto !important;
    bottom: 7px !important;
    transform: none !important;
    width: 34px !important;
    max-width: 34px !important;
    min-width: 34px !important;
    opacity: .18 !important;
  }

  .fact__num {
    font-size: clamp(22px, 6.4vw, 30px);
  }

  .fact__label {
    font-size: clamp(13px, 3.8vw, 16px);
  }

  .fact__desc,
  .vd__sub {
    font-size: clamp(11.5px, 3.3vw, 14px);
  }

  .vd__big {
    font-size: clamp(15px, 4.3vw, 19px);
  }

  .check h4,
  .step h4,
  .how__item h4,
  .flow__s h4 {
    font-size: clamp(14.5px, 4.2vw, 18px);
  }

  .check p,
  .step p,
  .how__item p,
  .flow__s p {
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .info__row dd {
    font-size: clamp(14px, 4.1vw, 18px);
  }

  .notes li {
    font-size: clamp(12.5px, 3.6vw, 16px);
  }
}

@media (max-width: 1023px) {
  .facts > *:last-child:nth-child(odd),
  .stats > *:last-child:nth-child(odd),
  .verdicts > *:last-child:nth-child(odd),
  .checks > *:last-child:nth-child(odd),
  .notes > *:last-child:nth-child(odd),
  .flow > *:last-child:nth-child(odd),
  .how > *:last-child:nth-child(odd),
  .info > *:last-child:nth-child(odd),
  .help > *:last-child:nth-child(odd) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 4px 12px;
  }

  .flow > .flow__s:last-child:nth-child(odd) > .flow__no,
  .how > .how__item:last-child:nth-child(odd) > .how__no {
    grid-row: 1 / span 3;
  }

  .facts > .fact:last-child:nth-child(odd) > .fact__num {
    grid-row: 1 / span 3;
    align-self: center;
    margin: 0;
  }

  .facts > .fact:last-child:nth-child(odd) > .fact__label,
  .facts > .fact:last-child:nth-child(odd) > .fact__desc {
    grid-column: 2;
  }

  .slides,
  .chat {
    padding-bottom: 0 !important;
  }

  .nav {
    margin-top: 10px !important;
  }

  .slide__note {
    margin-top: 8px !important;
  }
}

/* 2열이면 빈 공간이 없으므로 아이콘 제거 */
@media (max-width: 1023px) {
  .deco,
  .deco__ic {
    display: none !important;
  }
}

/* 아주 좁은 화면(폴드 커버 등) 대응 */
@media (max-width: 400px) {
  .facts,
  .stats,
  .verdicts,
  .checks,
  .notes,
  .flow,
  .how,
  .info,
  .help {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .fact,
  .stat,
  .vd,
  .check,
  .notes li,
  .flow__s,
  .how__item,
  .info__row,
  .help__c {
    padding: 9px 10px !important;
  }
}

@media (max-width: 330px) {
  .facts,
  .stats,
  .verdicts,
  .checks,
  .notes,
  .flow,
  .how,
  .info,
  .help,
  .menu {
    grid-template-columns: 1fr !important;
  }

  .view {
    padding: 10px !important;
  }

  .board__title {
    font-size: 18px !important;
  }

  .bubble {
    font-size: 14px !important;
  }

  .tab {
    font-size: 11px !important;
    padding: 7px 8px !important;
  }

  .talkbar .scene__char {
    width: 64px !important;
  }
}

/* 폴드 펼침 / 태블릿 세로 */
@media (min-width: 600px) and (max-width: 1023px) {
  .facts,
  .stats,
  .verdicts,
  .checks,
  .notes,
  .flow,
  .how,
  .info,
  .help {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .facts > *:last-child:nth-child(odd),
  .stats > *:last-child:nth-child(odd),
  .verdicts > *:last-child:nth-child(odd),
  .checks > *:last-child:nth-child(odd),
  .notes > *:last-child:nth-child(odd),
  .flow > *:last-child:nth-child(odd),
  .how > *:last-child:nth-child(odd),
  .info > *:last-child:nth-child(odd),
  .help > *:last-child:nth-child(odd) {
    display: flex;
    grid-column: auto;
  }

  .verdicts,
  .vs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .talkbar .scene__char {
    width: clamp(96px, 14vw, 130px) !important;
  }

  .board__title {
    font-size: clamp(24px, 3.6vw, 34px) !important;
  }
}

/* 한 줄을 다 쓰는 카드에만 오른쪽 아이콘 (2열 카드는 제외) */
@media (max-width: 1023px) {
  .facts > *:last-child:nth-child(odd) > .deco,
  .stats > *:last-child:nth-child(odd) > .deco,
  .verdicts > *:last-child:nth-child(odd) > .deco,
  .checks > *:last-child:nth-child(odd) > .deco,
  .notes > *:last-child:nth-child(odd) > .deco,
  .flow > *:last-child:nth-child(odd) > .deco,
  .how > *:last-child:nth-child(odd) > .deco,
  .info > *:last-child:nth-child(odd) > .deco,
  .help > *:last-child:nth-child(odd) > .deco {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
  }

  .facts > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .stats > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .verdicts > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .checks > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .notes > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .flow > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .how > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .info > *:last-child:nth-child(odd) > .deco > .deco__ic,
  .help > *:last-child:nth-child(odd) > .deco > .deco__ic {
    display: block !important;
    position: absolute;
    right: 12px;
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 46px !important;
    max-width: 46px !important;
    min-width: 46px !important;
    opacity: .2 !important;
    color: var(--tint-ic, #1f6fe0) !important;
  }
}

/* 말풍선: 글자 줄 수에 딱 맞춤 (남는 줄 없음) */
.bubble {
  height: auto !important;
  min-height: calc(2 * 1.32em + 2 * clamp(12px, 1.6vh, 24px)) !important;
  max-height: calc(3.02 * 1.32em + 2 * clamp(12px, 1.6vh, 24px)) !important;
  display: grid !important;
  align-content: center !important;
  justify-content: start !important;
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  .bubble {
    min-height: calc(2 * 1.3em + 2 * clamp(12px, 1.5vh, 22px)) !important;
    max-height: calc(3.02 * 1.3em + 2 * clamp(12px, 1.5vh, 22px)) !important;
  }
}

@media (max-width: 1023px) {
  .bubble {
    min-height: calc(2 * 1.32em + 24px) !important;
    max-height: calc(3.02 * 1.32em + 24px) !important;
  }
}

/* 아주 좁은 화면에서 진행자 바가 넘치지 않게 */
@media (max-width: 400px) {
  .talkbar {
    display: flex !important;
    gap: 7px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .talkbar .scene__char {
    width: clamp(52px, 17vw, 72px) !important;
  }

  .bubble {
    min-width: 0 !important;
  }
}

/* 말풍선과 카드 박스의 좌우 라인을 정확히 일치시킨다 */
.menu,
.verdicts,
.facts,
.flow,
.vs,
.checks,
.notes,
.stats,
.how,
.info,
.gives,
.tl,
.help,
.cmp,
.tracks,
.ladder,
.slides,
.slide,
.slide.is-on,
.chat {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slide.is-on {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.bubble {
  width: auto !important;
  margin: 0 !important;
  justify-self: stretch !important;
  align-self: start !important;
  box-sizing: border-box;
}

.chat {
  padding: clamp(12px, 1.8vh, 22px) !important;
}

@media (max-width: 1023px) {
  .chat {
    padding: 10px !important;
  }
}

/* 모든 상태 변화를 부드럽게 */
[data-beat],
.pick,
.rung__bar,
.more,
.bubble,
.dot,
.tab,
.nav__arrow,
.pick__go,
.foot__cta,
.apply,
.chip {
  transition:
    box-shadow .62s cubic-bezier(.22, .61, .36, 1),
    background-color .62s cubic-bezier(.22, .61, .36, 1),
    background-image .62s cubic-bezier(.22, .61, .36, 1),
    color .5s cubic-bezier(.22, .61, .36, 1),
    opacity .5s cubic-bezier(.22, .61, .36, 1),
    transform .62s cubic-bezier(.22, .61, .36, 1),
    filter .62s cubic-bezier(.22, .61, .36, 1),
    min-height .5s cubic-bezier(.22, .61, .36, 1),
    max-height .5s cubic-bezier(.22, .61, .36, 1) !important;
}

[data-beat].is-spot > .more,
.pick.is-lit > .more {
  animation: more-soft .58s cubic-bezier(.22, .61, .36, 1) both !important;
}

@keyframes more-soft {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: none; }
}

.bubble.is-in .bubble__wrap {
  animation: say-soft .62s cubic-bezier(.22, .61, .36, 1) both !important;
}

@keyframes say-soft {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: none; }
}

@keyframes page-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

body {
  animation: page-in .68s cubic-bezier(.22, .61, .36, 1) none !important;
}

html.back-in body {
  animation: page-in-back .68s cubic-bezier(.22, .61, .36, 1) none !important;
}

body.is-leaving {
  animation: page-out .52s cubic-bezier(.4, .05, .7, .25) forwards !important;
}

body.is-leaving-back {
  animation: page-out-back .52s cubic-bezier(.4, .05, .7, .25) forwards !important;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: .58s !important;
  animation-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
}

.slide.is-on {
  animation: slide-soft .6s cubic-bezier(.22, .61, .36, 1) both !important;
}

@keyframes slide-soft {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  [data-beat],
  .pick,
  .bubble,
  .slide.is-on,
  body {
    transition: none !important;
    animation: none !important;
  }
}

/* 컬러 카드 강조: 흰 링 + 진한 남색 외곽 링으로 확실히 구분 */
.give.is-spot,
.tl__i.is-spot,
.track.is-spot,
.help__c--1.is-spot,
.pick.is-lit,
.rung.is-spot .rung__bar,
.apply.is-spot {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #0b3f8f !important;
  filter: saturate(1.18) brightness(1.06) !important;
}

/* 설명 중이 아닌 컬러 카드는 살짝 가라앉혀 대비 */
.give.is-dim,
.tl__i.is-dim,
.track.is-dim,
.help__c--1.is-dim,
.pick.is-dim {
  filter: saturate(.92) brightness(.99) !important;
}

/* 말풍선: 애니메이션 잔여 이동으로 아래가 비지 않게 */
.bubble__wrap {
  transform: none !important;
}

.bubble.is-in .bubble__wrap {
  animation: say-fade .5s cubic-bezier(.22, .61, .36, 1) both !important;
}

@keyframes say-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.bubble {
  padding-top: clamp(12px, 1.6vh, 22px) !important;
  padding-bottom: clamp(12px, 1.6vh, 22px) !important;
  line-height: 1.3 !important;
}

.bubble__t {
  display: block !important;
  line-height: 1.3 !important;
}

/* 메뉴 카드 아이콘: 두 배 크기 + 굵은 선 */
.pick__art {
  display: flex !important;
  position: static !important;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 0;
  margin: clamp(6px, 1.4vh, 16px) 0;
  opacity: .5 !important;
  overflow: visible;
}

.pick__art svg {
  width: auto;
  height: 100%;
  max-width: 92%;
  max-height: clamp(120px, 26vh, 260px);
  stroke: #fff;
  stroke-width: 4.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pick.is-lit .pick__art {
  opacity: .68 !important;
}

@media (max-width: 1023px) {
  .pick__art {
    margin: 6px 0;
    opacity: .45 !important;
  }

  .pick__art svg {
    max-height: clamp(78px, 20vw, 130px);
    max-width: 78%;
    stroke-width: 4.6;
  }
}

@media (max-width: 400px) {
  .pick__art svg {
    max-height: 70px;
    stroke-width: 5;
  }
}

@media (max-width: 1023px) {
  .view {
    overflow: visible;
    clip-path: inset(0 round clamp(22px, 2.6vh, 40px));
  }
}

.nav__arrow[data-next]:not(:disabled) {
  position: relative;
  animation: next-pulse 1.5s ease-in-out infinite !important;
}

.nav__arrow[data-next]:not(:disabled)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  animation: next-ring 1.5s ease-in-out infinite;
}

@keyframes next-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes next-ring {
  0% { box-shadow: 0 0 0 0 rgba(31, 111, 224, .5); opacity: .85; }
  70%, 100% { box-shadow: 0 0 0 12px rgba(31, 111, 224, 0); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .nav__arrow[data-next]:not(:disabled),
  .nav__arrow[data-next]:not(:disabled)::after {
    animation: none !important;
  }
}


/* 화면이 아주 좁아도(폴드 커버, 글자 크게 설정한 폰) 메인 카드는 두 개씩 */
@media (max-width: 330px) {
  .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .pick {
    padding: 10px 10px 12px !important;
  }

  .pick__chip {
    font-size: 10px !important;
    padding: 3px 7px !important;
  }

  .pick__title {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .pick__go {
    font-size: 11px !important;
    padding: 7px 8px !important;
  }
}