html.oup-runtime-active,
body.oup-runtime-active {
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  overscroll-behavior: none;
  background: #11151f;
}

body.oup-runtime-active #app { width: 100%; height: 100%; min-height: 100svh; overflow: hidden; }
body.oup-runtime-active #laxxm-support-widget { display: none !important; }

.oup-runtime-shell,
.oup-runtime-result,
.oup-runtime-legacy {
  --oup-text: #f9f6ef;
  --oup-muted: rgba(249, 246, 239, .66);
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 100svh;
  color: var(--oup-text);
  background: #11151f;
  font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
}

.oup-runtime-shell {
  display: grid;
  grid-template-rows: minmax(250px, 44svh) minmax(92px, 15svh) minmax(0, 1fr);
  height: 100svh;
  padding: 0 max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 9%, rgba(125, 167, 185, .16), transparent 28%),
    radial-gradient(circle at 18% 32%, rgba(207, 143, 151, .16), transparent 31%),
    linear-gradient(158deg, #121822, #1f1c2c 58%, #161923);
}

.oup-runtime-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background: repeating-linear-gradient(115deg, transparent 0 36px, rgba(255,255,255,.012) 37px 38px);
}

.oup-runtime-header {
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(56px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
  pointer-events: none;
}

.oup-runtime-close,
.oup-runtime-progress { position: relative; z-index: 1; pointer-events: auto; }

.oup-runtime-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: var(--oup-text);
  background: rgba(9,12,18,.36);
  backdrop-filter: blur(14px);
  cursor: pointer;
  touch-action: manipulation;
}

.oup-runtime-close > * { pointer-events: none; }
.oup-runtime-close span { font-size: 25px; font-weight: 300; line-height: 1; transform: translateY(-1px); }

.oup-runtime-progress {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: var(--oup-muted);
  background: rgba(9,12,18,.32);
  backdrop-filter: blur(14px);
  font-size: 12px;
  letter-spacing: .08em;
}

.oup-runtime-progress strong { color: var(--oup-text); font-size: 14px; }

.oup-runtime-timeline {
  position: relative;
  grid-row: 1;
  min-width: 0;
  padding: calc(72px + env(safe-area-inset-top)) 4px 0;
}

.oup-runtime-orbit {
  position: relative;
  height: min(118px, 17svh);
  min-height: 76px;
  border-radius: 999px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.055), transparent 68%);
}

.oup-runtime-orbit::before,
.oup-runtime-orbit::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 19%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}
.oup-runtime-orbit::before { left: 12%; transform: rotate(4deg); }
.oup-runtime-orbit::after { right: 12%; transform: rotate(-4deg); }
.oup-runtime-orbit > i { position: absolute; left: 50%; top: 50%; width: 1px; height: 32px; transform: translate(-50%, -50%); background: rgba(255,255,255,.08); pointer-events: none; }

.oup-runtime-light {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: clamp(22px, 7vw, 34px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: left 280ms cubic-bezier(.22,.74,.2,1), box-shadow 280ms ease;
  pointer-events: none;
}

.oup-runtime-light::after { content: ''; position: absolute; inset: 30%; border-radius: 50%; background: #fff; box-shadow: 0 0 14px currentColor; pointer-events: none; }
.oup-runtime-light--me { left: var(--oup-me-left); color: #eaa2aa; background: rgba(214,123,139,.16); box-shadow: 0 0 30px rgba(223,132,147,.35), 0 0 0 7px rgba(223,132,147,.05); }
.oup-runtime-light--other { left: var(--oup-other-left); color: #91bed0; background: rgba(110,167,187,.15); box-shadow: 0 0 30px rgba(110,167,187,.34), 0 0 0 7px rgba(110,167,187,.05); }
.oup-runtime-shell.is-moving-closer .oup-runtime-light { box-shadow: 0 0 42px currentColor, 0 0 0 9px rgba(255,255,255,.045); }
.oup-runtime-shell.is-moving-apart .oup-runtime-orbit { animation: oup-soft-shake 280ms ease; }

.oup-runtime-rail {
  position: relative;
  width: calc(100% - 28px);
  height: 38px;
  margin: 8px auto 0;
}

.oup-runtime-rail__line {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(234,162,170,.2), rgba(255,255,255,.2), rgba(145,190,208,.2));
  pointer-events: none;
}

.oup-runtime-marker {
  position: absolute;
  z-index: 2;
  left: calc(6% + var(--oup-marker-index) * 14.6667%);
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #f9f6ef;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.oup-runtime-marker::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: #252936; pointer-events: none; }
.oup-runtime-marker i { position: relative; width: 4px; height: 4px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; pointer-events: none; }
.oup-runtime-marker.is-closer { color: #efb0b4; }
.oup-runtime-marker.is-farther { color: #8fbfd3; }
.oup-runtime-marker.is-steady { color: #d8d3c9; }
.oup-runtime-marker--current { pointer-events: none; opacity: .72; }
.oup-runtime-marker--current::before { border-style: dashed; animation: oup-pulse 1.8s ease-in-out infinite; }
.oup-runtime-marker:focus-visible { outline: 2px solid #fff; outline-offset: 1px; }

.oup-runtime-marker-note {
  width: min(100%, 580px);
  min-height: 32px;
  margin: 1px auto 0;
  color: rgba(249,246,239,.62);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.oup-runtime-event {
  grid-row: 2;
  align-self: center;
  width: min(100%, 720px);
  margin: 0 auto;
  text-align: center;
}

.oup-runtime-event p { margin: 0 0 6px; color: #d7a1aa; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.oup-runtime-event h1 { margin: 0; outline: none; font-size: clamp(18px, 5vw, 30px); font-weight: 650; line-height: 1.22; letter-spacing: -.045em; text-wrap: balance; }
.oup-runtime-event h2 { margin: 7px auto 0; color: rgba(249,246,239,.68); font-size: clamp(12px, 3.4vw, 15px); font-weight: 500; line-height: 1.35; text-wrap: balance; }

.oup-runtime-choices {
  grid-row: 3;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 760px);
  min-height: 0;
  margin: 0 auto;
}

.oup-runtime-choice {
  position: relative;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 8px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  color: var(--oup-text);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px rgba(255,255,255,.035);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  appearance: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.oup-runtime-choice::before,
.oup-runtime-choice::after { content: ''; position: absolute; pointer-events: none; }
.oup-runtime-choice::before { inset: 0; border-radius: inherit; background: linear-gradient(120deg, rgba(234,162,170,.035), transparent 48%, rgba(145,190,208,.035)); }
.oup-runtime-choice__index { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--oup-muted); font-size: 10px; pointer-events: none; }
.oup-runtime-choice strong { min-width: 0; pointer-events: none; font-size: clamp(13px, 3.45vw, 16px); font-weight: 580; line-height: 1.3; letter-spacing: -.03em; text-align: left; overflow: visible; text-overflow: clip; }
.oup-runtime-choice > i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.34); pointer-events: none; }
.oup-runtime-choice:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.oup-runtime-choice:disabled { opacity: .45; }
.oup-runtime-choice.is-selected { opacity: 1; border-color: rgba(239,176,180,.65); background: rgba(239,176,180,.13); transform: translateY(-2px); }
.oup-runtime-choice--final { grid-template-columns: 28px minmax(0, 1fr); }
.oup-runtime-choice--final > i { display: none; }
.is-final-choice .oup-runtime-choices { grid-template-rows: minmax(0, 1fr); align-self: center; max-height: 116px; }

.oup-runtime-result {
  height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
  background: radial-gradient(circle at 50% 0, rgba(211,151,159,.15), transparent 30%), linear-gradient(155deg, #121822, #261e2d 58%, #151a24);
}
.oup-runtime-result > article { position: relative; width: min(100% - 32px, 720px); margin: 0 auto; padding: calc(82px + env(safe-area-inset-top)) 0 calc(42px + env(safe-area-inset-bottom)); text-align: center; }
.oup-runtime-result-image,
.oup-runtime-result-symbol { width: min(68vw, 330px); aspect-ratio: 4 / 5; margin: 0 auto 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; overflow: hidden; }
.oup-runtime-result-image[hidden], .oup-runtime-result-symbol[hidden] { display: none; }
.oup-runtime-result-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.oup-runtime-result-symbol { position: relative; background: linear-gradient(145deg, rgba(225,155,165,.22), rgba(100,156,180,.16)); box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.oup-runtime-result-symbol::before,
.oup-runtime-result-symbol::after,
.oup-runtime-result-symbol i,
.oup-runtime-result-symbol span,
.oup-runtime-result-symbol b { content: ''; position: absolute; pointer-events: none; }
.oup-runtime-result-symbol::before { inset: 0; background: radial-gradient(circle at 50% 36%, rgba(255,255,255,.15), transparent 31%); }
.oup-runtime-result-symbol::after { left: 17%; right: 17%; top: 58%; height: 1px; background: linear-gradient(90deg, rgba(234,162,170,.7), rgba(255,255,255,.28), rgba(145,190,208,.7)); }
.oup-runtime-result-symbol i,
.oup-runtime-result-symbol span { top: 51%; width: 38px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(255,255,255,.025); box-shadow: 0 0 24px rgba(255,255,255,.1); }
.oup-runtime-result-symbol i { left: 20%; }
.oup-runtime-result-symbol span { right: 20%; }
.oup-runtime-result-symbol b { left: 50%; top: 24%; width: 7px; height: 7px; border-radius: 50%; background: #fff; transform: translateX(-50%); box-shadow: 0 0 30px rgba(255,255,255,.74), 0 0 0 13px rgba(255,255,255,.035); }
.oup-runtime-result[data-oup-result="quick-warm"] .oup-runtime-result-symbol i { left: 30%; }
.oup-runtime-result[data-oup-result="quick-warm"] .oup-runtime-result-symbol span { right: 30%; }
.oup-runtime-result[data-oup-result="quiet-observer"] .oup-runtime-result-symbol i { left: 12%; }
.oup-runtime-result[data-oup-result="quiet-observer"] .oup-runtime-result-symbol span { right: 12%; }
.oup-runtime-result[data-oup-result="deep-moment"] .oup-runtime-result-symbol b { top: 44%; width: 12px; height: 12px; }

.oup-runtime-result__eyebrow { margin: 0 0 9px; color: #d7a1aa; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.oup-runtime-result h1 { margin: 0; outline: none; font-size: clamp(32px, 8.7vw, 56px); line-height: 1.12; letter-spacing: -.055em; }
.oup-runtime-result__summary { margin: 12px auto 0; color: rgba(249,246,239,.78); font-size: clamp(16px, 4.2vw, 20px); line-height: 1.55; }
.oup-runtime-result__body { margin: 28px auto 0; max-width: 620px; color: rgba(249,246,239,.88); font-size: 16px; line-height: 1.78; text-align: left; }
.oup-runtime-result__details { display: grid; gap: 12px; margin-top: 30px; text-align: left; }
.oup-runtime-result__details section { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.055); }
.oup-runtime-result__details h2 { margin: 0 0 7px; color: #e3b5bb; font-size: 13px; }
.oup-runtime-result__details p { margin: 0; color: rgba(249,246,239,.83); font-size: 15px; line-height: 1.65; }
.oup-runtime-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.oup-runtime-actions button,
.oup-runtime-legacy button { min-height: 52px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; color: var(--oup-text); background: rgba(255,255,255,.09); font: inherit; font-weight: 650; cursor: pointer; pointer-events: auto; touch-action: manipulation; }
.oup-runtime-actions button > *, .oup-runtime-legacy button > * { pointer-events: none; }
.oup-runtime-actions button:last-of-type { grid-column: 1 / -1; color: #20232d; background: #f5f1eb; }
.oup-runtime-toast { min-height: 20px; margin: 14px 0 0; color: var(--oup-muted); font-size: 13px; opacity: 0; transition: opacity .18s; }
.oup-runtime-toast.is-visible { opacity: 1; }

.oup-runtime-legacy { display: grid; place-items: center; height: 100svh; padding: 24px; overflow: hidden; background: linear-gradient(145deg, #111720, #302331); text-align: center; }
.oup-runtime-legacy section { width: min(100%, 500px); padding: 34px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.06); }
.oup-runtime-legacy section > p:first-child { color: #d7a1aa; font-size: 13px; font-weight: 700; }
.oup-runtime-legacy h1 { margin: 10px 0 14px; outline: none; font-size: 28px; letter-spacing: -.04em; }
.oup-runtime-legacy p { color: rgba(249,246,239,.75); line-height: 1.65; }
.oup-runtime-legacy button { display: block; width: 100%; margin-top: 10px; }

.info-modal-backdrop--oup-closing { pointer-events: none !important; }
.mini-test-home-card--moving-timeline .v2-card-bg::before { inset: 17% 12% 45%; border: 0; border-bottom: 1px solid rgba(255,255,255,.38); border-radius: 0; transform: none; }
.mini-test-home-card--moving-timeline .v2-card-bg::after { width: 9px; height: 9px; top: 28%; left: 26%; right: auto; background: #eaa2aa; box-shadow: 38px 6px 0 #91bed0, 19px 20px 18px rgba(255,255,255,.2); }
.info-modal--open-up-pace .info-modal-desc { margin-bottom: 10px; }
.info-modal--open-up-pace .info-modal-guide { margin: 0 0 18px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.55; }
.info-modal--open-up-pace .mini-test-info-hero { background: radial-gradient(circle at 35% 55%, rgba(234,162,170,.42), transparent 22%), radial-gradient(circle at 66% 45%, rgba(145,190,208,.4), transparent 22%), linear-gradient(145deg, #211c29, #17222c); }
.info-modal--open-up-pace .mini-test-info-hero::after { content: ''; position: absolute; left: 25%; right: 25%; top: 52%; height: 1px; background: linear-gradient(90deg, #eaa2aa, rgba(255,255,255,.35), #91bed0); pointer-events: none; }
body:has(.info-modal--open-up-pace) #laxxm-support-widget { display: none !important; }
.info-modal--open-up-pace button { pointer-events: auto; touch-action: manipulation; }
.info-modal--open-up-pace button > *, .info-modal--open-up-pace .mini-test-info-hero > * { pointer-events: none; }

@keyframes oup-pulse { 50% { transform: scale(1.35); opacity: .42; } }
@keyframes oup-soft-shake { 35% { transform: translateX(-2px); } 70% { transform: translateX(2px); } }

@media (max-width: 370px) {
  .oup-runtime-shell { padding-left: 8px; padding-right: 8px; }
  .oup-runtime-choices { gap: 6px; }
  .oup-runtime-choice { grid-template-columns: 22px minmax(0, 1fr) 5px; padding: 7px; border-radius: 14px; }
  .oup-runtime-choice strong { font-size: 12.5px; }
  .oup-runtime-marker-note { font-size: 10px; }
}

@media (max-height: 720px) and (orientation: portrait) {
  .oup-runtime-shell { grid-template-rows: minmax(220px, 41svh) minmax(78px, 14svh) minmax(0, 1fr); }
  .oup-runtime-timeline { padding-top: calc(62px + env(safe-area-inset-top)); }
  .oup-runtime-orbit { height: 84px; min-height: 70px; }
  .oup-runtime-rail { margin-top: 3px; }
  .oup-runtime-marker-note { min-height: 27px; }
  .oup-runtime-event p { margin-bottom: 3px; }
  .oup-runtime-choice { min-height: 48px; padding-top: 6px; padding-bottom: 6px; }
}

@media (orientation: landscape) and (max-height: 520px) {
  .oup-runtime-shell {
    grid-template-columns: minmax(230px, 42%) minmax(0, 1fr);
    grid-template-rows: minmax(105px, 42svh) minmax(62px, 23svh) minmax(0, 1fr);
    column-gap: 12px;
    padding: 0 max(10px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  }
  .oup-runtime-header { right: auto; width: calc(42% - 2px); height: calc(42px + env(safe-area-inset-top)); }
  .oup-runtime-close { width: 34px; height: 34px; }
  .oup-runtime-progress { padding: 6px 9px; }
  .oup-runtime-timeline { grid-column: 1; grid-row: 1 / 4; padding: calc(48px + env(safe-area-inset-top)) 0 0; }
  .oup-runtime-orbit { height: 72px; min-height: 64px; }
  .oup-runtime-rail { margin-top: 0; }
  .oup-runtime-marker-note { width: 92%; font-size: 9px; line-height: 1.25; }
  .oup-runtime-event { grid-column: 2; grid-row: 1 / 3; align-self: end; padding-bottom: 7px; }
  .oup-runtime-event p { margin-bottom: 2px; font-size: 9px; }
  .oup-runtime-event h1 { font-size: clamp(15px, 2.8vw, 20px); }
  .oup-runtime-event h2 { margin-top: 3px; font-size: 10px; }
  .oup-runtime-choices { grid-column: 2; grid-row: 3; gap: 5px; }
  .oup-runtime-choice { min-height: 44px; padding: 4px 7px; border-radius: 12px; grid-template-columns: 20px minmax(0, 1fr) 4px; }
  .oup-runtime-choice__index { width: 18px; height: 18px; font-size: 8px; }
  .oup-runtime-choice strong { font-size: clamp(10px, 1.85vw, 13px); line-height: 1.2; }
  .is-final-choice .oup-runtime-choices { max-height: none; }
  .info-modal--open-up-pace { max-height: calc(100dvh - 12px); padding-bottom: 12px; }
  .info-modal--open-up-pace .info-modal-hero { max-height: 76px; margin-bottom: 5px; }
  .info-modal--open-up-pace .info-modal-hero img { height: 76px; }
  .info-modal--open-up-pace .info-modal-title { margin-bottom: 3px; font-size: 16px; line-height: 1.16; }
  .info-modal--open-up-pace .info-modal-desc, .info-modal--open-up-pace .info-modal-guide { margin-bottom: 3px; font-size: 9px; line-height: 1.22; }
  .info-modal--open-up-pace .info-modal-start { padding: 7px 11px; font-size: 11px; }
}

@media (min-width: 700px) and (orientation: portrait) {
  .oup-runtime-shell { grid-template-rows: minmax(340px, 46svh) minmax(110px, 15svh) minmax(0, 1fr); padding-left: 24px; padding-right: 24px; }
  .oup-runtime-result__details { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) and (orientation: landscape) and (min-height: 521px) {
  .oup-runtime-shell { grid-template-rows: minmax(300px, 45svh) minmax(100px, 16svh) minmax(0, 1fr); padding-left: 28px; padding-right: 28px; }
  .oup-runtime-result__details { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .oup-runtime-light, .oup-runtime-choice, .oup-runtime-toast { transition-duration: 1ms; }
  .oup-runtime-marker--current::before, .oup-runtime-shell.is-moving-apart .oup-runtime-orbit { animation: none; }
}
