/* CoreVital standalone assessment experience · 2026-07-31 */

:root {
  --cva-ink: #020d17;
  --cva-deep: #041722;
  --cva-panel: #071b28;
  --cva-panel-light: #0b2b38;
  --cva-cyan: #67e8e5;
  --cva-cyan-bright: #9ffcf8;
  --cva-warm: #f0ad77;
  --cva-ice: #f4fbfa;
  --cva-muted: #aec3c5;
  --cva-line: rgba(159, 252, 248, 0.19);
}

/* The legacy hydrated assessment is never painted. The standalone component
   below is the sole owner of assessment state and interaction. */
main > section[class*="_hero_"],
main > section[class*="_quiz_"],
main > section[class*="_safety_"] {
  display: none !important;
}

.cvAssessmentStandalone,
.cvAssessmentStandalone * {
  box-sizing: border-box;
}

.cvAssessmentStandalone {
  overflow: clip;
  background: var(--cva-ink);
  color: var(--cva-ice);
}

.cvAssessmentStandalone a,
.cvAssessmentStandalone button,
.cvAssessmentStandalone input,
.cvAssessmentStandalone label {
  font: inherit;
}

.cvAssessmentEyebrow {
  margin: 0 0 18px;
  color: var(--cva-cyan);
  font: 800 9px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cvAssessmentNativeHero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
  min-height: min(850px, calc(100svh - 80px));
  padding: clamp(76px, 8vw, 126px) max(24px, calc((100vw - 1240px) / 2));
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 35%, rgba(76, 220, 216, 0.12), transparent 32rem),
    linear-gradient(145deg, #03121d, #061d29 56%, #03111b);
}

.cvAssessmentNativeHero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(120, 225, 220, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 225, 220, 0.06) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
  content: "";
  pointer-events: none;
}

.cvAssessmentHeroCopy {
  position: relative;
  z-index: 2;
}

.cvAssessmentHeroCopy h1,
.cvAssessmentOrientationHead h2,
.cvAssessmentResultIntro h2 {
  margin: 0;
  color: var(--cva-ice);
  font: 400 clamp(48px, 6.2vw, 88px)/0.94 Georgia, "Times New Roman", serif;
  letter-spacing: -0.052em;
}

.cvAssessmentHeroCopy h1 em,
.cvAssessmentOrientationHead h2 em {
  color: var(--cva-cyan);
  font-style: normal;
}

.cvAssessmentHeroCopy > p:not(.cvAssessmentEyebrow) {
  max-width: 64ch;
  margin: 28px 0 0;
  color: var(--cva-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.72;
}

.cvAssessmentHeroNotes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.cvAssessmentHeroNotes span {
  padding: 8px 10px;
  border: 1px solid var(--cva-line);
  background: rgba(103, 232, 229, 0.035);
  color: rgba(226, 247, 246, 0.72);
  font: 750 8px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.14em;
}

.cvAssessmentStart {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  min-width: min(420px, 100%);
  margin-top: 38px;
  padding: 19px 22px;
  border: 1px solid var(--cva-cyan-bright);
  background: var(--cva-cyan);
  box-shadow: 0 18px 48px rgba(53, 228, 239, 0.14);
  color: #02131b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cvAssessmentStart:hover,
.cvAssessmentStart:focus-visible {
  background: var(--cva-cyan-bright);
  box-shadow: 0 22px 56px rgba(53, 228, 239, 0.23);
  outline: 2px solid #fff;
  outline-offset: 4px;
  transform: translateY(-2px);
}

.cvAssessmentStart b {
  font-size: 19px;
  line-height: 0.8;
}

.cvAssessmentPattern {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 580px;
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(119, 232, 226, 0.31);
  background:
    radial-gradient(circle at 50% 38%, rgba(54, 208, 207, 0.14), transparent 42%),
    linear-gradient(155deg, rgba(13, 46, 58, 0.96), rgba(3, 22, 31, 0.99));
  box-shadow: 0 34px 90px rgba(0, 8, 15, 0.48), inset 0 1px rgba(228, 255, 253, 0.08);
}

.cvAssessmentPattern::after {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 147, 103, 0.12), transparent 70%);
  content: "";
}

.cvAssessmentPatternHeader {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(139, 224, 220, 0.14);
}

.cvAssessmentPatternHeader small,
.cvAssessmentPattern figcaption {
  display: block;
  color: var(--cva-cyan);
  font: 700 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.18em;
}

.cvAssessmentPatternHeader strong {
  display: block;
  max-width: 26ch;
  margin-top: 9px;
  font: 400 clamp(20px, 2vw, 27px)/1.12 Georgia, "Times New Roman", serif;
}

.cvAssessmentPatternStage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 330px;
  perspective: 900px;
}

.cvAssessmentPatternGlow {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 235, 230, 0.25), rgba(20, 145, 157, 0.08) 48%, transparent 72%);
  filter: blur(10px);
  animation: cva-breathe 5s ease-in-out infinite;
}

.cvAssessmentOrbit {
  position: absolute;
  border: 1px solid rgba(126, 231, 226, 0.31);
  border-radius: 50%;
}

.cvAssessmentOrbitOne {
  width: 310px;
  height: 142px;
  transform: rotateX(68deg) rotateZ(-12deg);
  animation: cva-orbit-one 14s linear infinite;
}

.cvAssessmentOrbitTwo {
  width: 238px;
  height: 108px;
  border-color: rgba(241, 181, 112, 0.28);
  transform: rotateX(69deg) rotateZ(42deg);
  animation: cva-orbit-two 11s linear infinite reverse;
}

.cvAssessmentOrbit i {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 24%, #fff, #70ebe7 32%, #117b8b 78%);
  box-shadow: 0 0 20px rgba(99, 232, 226, 0.72), 0 8px 16px rgba(0, 9, 14, 0.65);
}

.cvAssessmentOrbitOne i:nth-child(1) { left: 9%; top: 20%; }
.cvAssessmentOrbitOne i:nth-child(2) { right: 3%; top: 47%; background: radial-gradient(circle at 30% 24%, #fff, #f1aa7b 34%, #8b4b4d 80%); }
.cvAssessmentOrbitOne i:nth-child(3) { left: 47%; bottom: -7px; background: radial-gradient(circle at 30% 24%, #fff, #a4b879 34%, #4a6639 80%); }
.cvAssessmentOrbitTwo i:nth-child(1) { left: 5%; top: 42%; }
.cvAssessmentOrbitTwo i:nth-child(2) { right: 12%; bottom: 1%; background: radial-gradient(circle at 30% 24%, #fff, #f4be72 34%, #855739 80%); }

.cvAssessmentPerson {
  position: relative;
  width: 118px;
  height: 218px;
  animation: cva-person 5.5s ease-in-out infinite;
}

.cvAssessmentPersonHead,
.cvAssessmentPersonBody {
  position: absolute;
  left: 50%;
  border: 1px solid rgba(225, 255, 253, 0.67);
  background: radial-gradient(circle at 32% 23%, rgba(255, 255, 255, 0.97), rgba(105, 234, 228, 0.82) 22%, rgba(14, 126, 142, 0.7) 60%, rgba(3, 34, 46, 0.95));
  box-shadow: inset 10px 10px 24px rgba(255, 255, 255, 0.14), inset -12px -12px 30px rgba(0, 21, 30, 0.66), 0 18px 28px rgba(0, 8, 13, 0.55);
  transform: translateX(-50%);
}

.cvAssessmentPersonHead {
  top: 2px;
  width: 61px;
  height: 61px;
  border-radius: 50%;
}

.cvAssessmentPersonBody {
  top: 72px;
  width: 112px;
  height: 137px;
  border-radius: 54px 54px 32px 32px / 40px 40px 70px 70px;
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}

.cvAssessmentPersonCore {
  position: absolute;
  z-index: 2;
  top: 116px;
  left: 50%;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 248, 225, 0.8);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 25%, #fff, #f3bd72 38%, #a25f43 76%);
  box-shadow: 0 0 0 11px rgba(241, 184, 110, 0.08), 0 0 28px rgba(241, 184, 110, 0.7);
  transform: translateX(-50%);
  animation: cva-core 3.4s ease-in-out infinite;
}

.cvAssessmentPatternLabel {
  position: absolute;
  padding: 6px 8px;
  border: 1px solid rgba(124, 224, 220, 0.22);
  background: rgba(3, 25, 34, 0.74);
  color: rgba(213, 249, 247, 0.8);
  font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.16em;
  backdrop-filter: blur(8px);
}

.cvPatternLabelOne { left: 3%; top: 29%; }
.cvPatternLabelTwo { right: 1%; top: 45%; }
.cvPatternLabelThree { left: 6%; bottom: 18%; }

.cvAssessmentPatternEquation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  color: rgba(228, 249, 248, 0.85);
  font: 700 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.13em;
  text-align: center;
}

.cvAssessmentPatternEquation span {
  padding: 10px;
  border: 1px solid rgba(120, 225, 220, 0.17);
  background: rgba(24, 86, 96, 0.18);
}

.cvAssessmentPatternEquation b { color: var(--cva-warm); font: 400 24px/1 Georgia, serif; }

.cvAssessmentPattern figcaption {
  padding-top: 16px;
  border-top: 1px solid rgba(139, 224, 220, 0.14);
  color: rgba(196, 217, 217, 0.7);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.cvAssessmentOrientation {
  padding: clamp(80px, 9vw, 138px) max(24px, calc((100vw - 1240px) / 2));
  border-block: 1px solid var(--cva-line);
  background:
    radial-gradient(circle at 9% 14%, rgba(103, 232, 229, 0.1), transparent 31rem),
    #061621;
}

.cvAssessmentOrientationHead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
  margin-bottom: 48px;
}

.cvAssessmentOrientationHead h2 {
  font-size: clamp(42px, 5.2vw, 74px);
}

.cvAssessmentOrientationHead > p {
  margin: 0;
  color: var(--cva-muted);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
}

.cvAssessmentChapterGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--cva-line);
  background: rgba(111, 222, 217, 0.16);
  box-shadow: 0 28px 70px rgba(0, 8, 15, 0.28);
}

.cvAssessmentChapter {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 112px;
  grid-template-areas: "number art" "status art" "title title" "summary summary";
  min-width: 0;
  min-height: 292px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 36%, rgba(69, 211, 207, 0.1), transparent 36%),
    linear-gradient(145deg, rgba(10, 39, 50, 0.99), rgba(3, 22, 31, 0.99));
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.cvAssessmentChapter::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.14;
  background: linear-gradient(90deg, var(--cva-cyan), transparent);
  content: "";
}

.cvAssessmentChapter.is-active {
  background:
    radial-gradient(circle at 78% 38%, rgba(72, 220, 215, 0.21), transparent 42%),
    linear-gradient(145deg, rgba(15, 58, 69, 0.99), rgba(4, 27, 36, 0.99));
  box-shadow: inset 0 0 48px rgba(61, 214, 209, 0.08);
}

.cvAssessmentChapter.is-active::before,
.cvAssessmentChapter.is-complete::before { opacity: 1; }

.cvAssessmentChapterNumber {
  grid-area: number;
  color: rgba(132, 225, 222, 0.75);
  font: 750 9px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.14em;
}

.cvAssessmentChapterArt {
  grid-area: art;
  align-self: start;
  width: 112px;
  height: 104px;
  pointer-events: none;
}

.cvAssessmentChapter > small {
  grid-area: status;
  align-self: end;
  color: rgba(175, 208, 207, 0.64);
  font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.16em;
}

.cvAssessmentChapter h3 {
  grid-area: title;
  margin: 22px 0 12px;
  color: var(--cva-ice);
  font: 400 clamp(21px, 1.8vw, 28px)/1.04 Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.cvAssessmentChapter p {
  grid-area: summary;
  margin: 0;
  color: rgba(188, 214, 214, 0.7);
  font-size: 12px;
  line-height: 1.62;
}

.cvAssessmentArt {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 16px 16px rgba(0, 8, 14, 0.4));
}

.cvAssessmentArtFloat {
  transform-origin: 90px 70px;
  animation: cva-art-float 5.8s ease-in-out infinite;
}

.cvArtOrb { stroke: rgba(225, 255, 253, 0.34); stroke-width: 1; }
.cvArtOrbWarm { fill: #d97757; fill-opacity: 0.78; }
.cvArtOrbCyan { fill: #22b8c5; fill-opacity: 0.82; }
.cvArtOrbBlue { fill: #4b8fc4; fill-opacity: 0.78; }
.cvArtOrbGreen { fill: #7d9958; fill-opacity: 0.76; }
.cvArtCenter { fill: #092733; stroke: rgba(225, 255, 253, 0.72); }
.cvArtPulse { fill: none; stroke: #eaffff; stroke-width: 1.5; stroke-dasharray: 5 7; opacity: 0.8; }
.cvArtCore { fill: var(--cva-cyan); filter: drop-shadow(0 0 8px rgba(103, 232, 229, 0.95)); animation: cva-svg-core 3.2s ease-in-out infinite; transform-origin: center; }
.cvArtCoreWarm { fill: #ffe5bd; filter: drop-shadow(0 0 9px rgba(240, 173, 119, 0.9)); }
.cvArtPlate { stroke: rgba(139, 245, 239, 0.52); }
.cvArtPlateLow { fill: #083747; }
.cvArtPlateMid { fill: #0b5666; }
.cvArtPlateTop { fill: #56cecd; fill-opacity: 0.84; }
.cvArtSun { fill: #f7bc72; filter: drop-shadow(0 0 7px rgba(247, 188, 114, 0.65)); }
.cvArtMoon { fill: #dfffff; opacity: 0.92; }
.cvArtLeaf { fill: none; stroke: #064a54; stroke-width: 3; stroke-linecap: round; }
.cvArtRing { fill: none; stroke: rgba(121, 234, 230, 0.58); }
.cvArtRingOne { transform-origin: 90px 70px; animation: cva-svg-ring 11s linear infinite; }
.cvArtRingTwo { stroke-opacity: 0.72; }
.cvArtPersonAura { fill: #148ca0; fill-opacity: 0.68; stroke: rgba(225, 255, 253, 0.65); }
.cvArtPersonHead, .cvArtPersonBody { fill: #dfffff; fill-opacity: 0.88; }
.cvArtNode { fill: var(--cva-cyan); filter: drop-shadow(0 0 7px rgba(103, 232, 229, 0.8)); }
.cvArtNodeWarm { fill: #f29b72; }
.cvArtNodeGreen { fill: #90ad67; }
.cvArtCareHalo { fill: none; stroke: rgba(120, 233, 229, 0.42); stroke-dasharray: 3 7; transform-origin: 90px 67px; animation: cva-svg-ring 13s linear infinite; }
.cvArtShield { fill: #188d9d; fill-opacity: 0.83; stroke: rgba(233, 255, 255, 0.75); }
.cvArtShieldCore { fill: #082d3b; fill-opacity: 0.84; stroke: rgba(191, 255, 250, 0.82); }
.cvArtCross { fill: none; stroke: #f5c27c; stroke-width: 6; stroke-linecap: round; }

.cvAssessmentHowTo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 24px;
  border: 1px solid rgba(159, 252, 248, 0.14);
  background: rgba(159, 252, 248, 0.1);
}

.cvAssessmentHowTo article {
  padding: clamp(24px, 3vw, 40px);
  background: rgba(3, 20, 30, 0.84);
}

.cvAssessmentHowTo small {
  color: var(--cva-warm);
  font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.cvAssessmentHowTo h3 {
  margin: 24px 0 12px;
  font: 400 23px/1.08 Georgia, "Times New Roman", serif;
}

.cvAssessmentHowTo p {
  margin: 0;
  color: var(--cva-muted);
  font-size: 13px;
  line-height: 1.65;
}

.cvAssessmentQuiz,
.cvAssessmentResult {
  scroll-margin-top: 18px;
  padding: 38px max(20px, calc((100vw - 1240px) / 2)) clamp(88px, 10vw, 150px);
  border-top: 1px solid var(--cva-line);
  background: linear-gradient(180deg, #020d17, #041722 44%, #020d17);
}

.cvAssessmentQuiz .cvAssessmentChapterGrid {
  margin-bottom: 24px;
}

.cvAssessmentQuiz .cvAssessmentChapter {
  grid-template-columns: 1fr 74px;
  min-height: 154px;
  padding: 18px;
}

.cvAssessmentQuiz .cvAssessmentChapterArt {
  width: 74px;
  height: 70px;
}

.cvAssessmentQuiz .cvAssessmentChapter h3 {
  margin: 16px 0 0;
  font-size: 18px;
}

.cvAssessmentProgress {
  margin-bottom: 24px;
}

.cvAssessmentProgress > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  color: rgba(222, 245, 244, 0.74);
  font: 750 9px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.14em;
}

.cvAssessmentProgress > i {
  display: block;
  height: 3px;
  overflow: hidden;
  background: rgba(159, 252, 248, 0.12);
}

.cvAssessmentProgress > i > b {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cva-cyan), var(--cva-warm));
  transition: width 0.28s ease;
}

.cvAssessmentQuestionStage {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.65fr);
  border: 1px solid var(--cva-line);
  background: rgba(7, 27, 40, 0.72);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.3);
}

.cvAssessmentQuestionStage aside {
  padding: clamp(30px, 4vw, 52px);
  border-right: 1px solid var(--cva-line);
  background:
    radial-gradient(circle at 45% 28%, rgba(53, 228, 239, 0.14), transparent 35%),
    rgba(3, 20, 31, 0.9);
}

.cvAssessmentQuestionArt {
  height: 250px;
  margin: -8px auto 18px;
  pointer-events: none;
}

.cvAssessmentQuestionStage aside > p {
  margin: 0 0 12px;
  color: var(--cva-cyan);
  font: 750 9px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.16em;
}

.cvAssessmentQuestionStage aside h2 {
  margin: 0 0 18px;
  font: 400 clamp(28px, 3vw, 38px)/1.05 Georgia, "Times New Roman", serif;
}

.cvAssessmentQuestionStage aside > span {
  color: var(--cva-muted);
  font-size: 14px;
  line-height: 1.68;
}

.cvAssessmentQuestionStage fieldset {
  min-width: 0;
  margin: 0;
  padding: clamp(34px, 5vw, 68px);
  border: 0;
}

.cvAssessmentQuestionStage legend {
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  color: var(--cva-ice);
  font: 400 clamp(28px, 3.1vw, 43px)/1.16 Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.cvAssessmentQuestionStage legend small {
  display: block;
  margin-bottom: 16px;
  color: var(--cva-warm);
  font: 800 9px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.18em;
}

.cvAssessmentAnswerGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.cvAssessmentAnswerGrid label {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 116px;
  padding: 18px 10px;
  border: 1px solid rgba(243, 252, 252, 0.18);
  background: rgba(2, 13, 23, 0.56);
  cursor: pointer;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cvAssessmentAnswerGrid label:hover {
  border-color: rgba(103, 232, 229, 0.58);
  transform: translateY(-2px);
}

.cvAssessmentAnswerGrid label.is-selected {
  border-color: var(--cva-cyan);
  background: rgba(53, 228, 239, 0.14);
  box-shadow: inset 0 -3px var(--cva-cyan);
}

.cvAssessmentAnswerGrid input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.cvAssessmentAnswerGrid label:focus-within {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.cvAssessmentAnswerGrid label > i {
  width: 16px;
  height: 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(230, 252, 251, 0.54);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(2, 13, 23, 0.9);
}

.cvAssessmentAnswerGrid label.is-selected > i {
  border-color: var(--cva-cyan-bright);
  background: var(--cva-cyan);
  box-shadow: inset 0 0 0 4px rgba(2, 13, 23, 0.9), 0 0 16px rgba(103, 232, 229, 0.45);
}

.cvAssessmentAnswerGrid span {
  color: var(--cva-ice);
  font-size: 12px;
  font-weight: 760;
}

.cvAssessmentAnswerGrid small {
  margin-top: 5px;
  color: rgba(188, 214, 214, 0.66);
  font-size: 9px;
}

.cvAssessmentScaleNote {
  margin: 22px 0 0;
  color: rgba(188, 214, 214, 0.66);
  font-size: 11px;
  line-height: 1.5;
}

.cvAssessmentControls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.cvAssessmentControls button,
.cvAssessmentResultActions a,
.cvAssessmentResultActions button {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(159, 252, 248, 0.28);
  background: rgba(7, 27, 40, 0.88);
  color: var(--cva-ice);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cvAssessmentControls button:last-child,
.cvAssessmentResultActions a:first-child {
  border-color: var(--cva-cyan-bright);
  background: var(--cva-cyan);
  color: #02131b;
}

.cvAssessmentControls button:hover:not(:disabled),
.cvAssessmentControls button:focus-visible,
.cvAssessmentResultActions a:hover,
.cvAssessmentResultActions a:focus-visible,
.cvAssessmentResultActions button:hover,
.cvAssessmentResultActions button:focus-visible {
  border-color: var(--cva-cyan-bright);
  background: var(--cva-cyan-bright);
  color: #02131b;
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.cvAssessmentControls button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.cvAssessmentControls > span {
  color: rgba(188, 214, 214, 0.65);
  font: 750 8px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.13em;
  text-align: center;
}

.cvAssessmentResultIntro {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  padding: clamp(36px, 5vw, 72px);
  border: 1px solid var(--cva-line);
  background: radial-gradient(circle at 18% 50%, rgba(103, 232, 229, 0.12), transparent 28rem), var(--cva-panel);
}

.cvAssessmentResultIntro h2 {
  font-size: clamp(44px, 6vw, 80px);
}

.cvAssessmentResultIntro p:not(.cvAssessmentEyebrow) {
  margin: 24px 0 16px;
  color: var(--cva-muted);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.72;
}

.cvAssessmentResultIntro > div:last-child > small {
  color: rgba(188, 214, 214, 0.65);
  font-size: 10px;
  line-height: 1.55;
}

.cvAssessmentResultArt {
  text-align: center;
}

.cvAssessmentResultArt .cvAssessmentArt {
  height: 260px;
}

.cvAssessmentResultArt small {
  display: block;
  margin-top: 12px;
  color: var(--cva-cyan);
  font: 750 8px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.16em;
}

.cvAssessmentResultGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  border: 1px solid var(--cva-line);
  background: rgba(159, 252, 248, 0.14);
}

.cvAssessmentResultGrid article {
  min-width: 0;
  padding: 26px;
  background: var(--cva-panel);
}

.cvAssessmentResultGrid article > div {
  position: relative;
  height: 130px;
}

.cvAssessmentResultGrid article > div span {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(132, 225, 222, 0.75);
  font: 750 9px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.cvAssessmentResultGrid article > small {
  color: var(--cva-warm);
  font: 750 8px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.15em;
}

.cvAssessmentResultGrid h3 {
  margin: 14px 0 10px;
  font: 400 24px/1.06 Georgia, "Times New Roman", serif;
}

.cvAssessmentResultGrid strong {
  color: var(--cva-cyan);
  font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.14em;
}

.cvAssessmentResultGrid article > i {
  display: block;
  height: 3px;
  margin: 18px 0;
  background: rgba(159, 252, 248, 0.12);
}

.cvAssessmentResultGrid article > i b {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cva-cyan), var(--cva-warm));
}

.cvAssessmentResultGrid article > p {
  margin: 0;
  color: var(--cva-muted);
  font-size: 12px;
  line-height: 1.62;
}

.cvAssessmentResultActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cvAssessmentResultActions a,
.cvAssessmentResultActions button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.cvAssessmentSafety {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(32px, 6vw, 90px);
  padding: clamp(44px, 6vw, 80px) max(24px, calc((100vw - 1240px) / 2));
  border-top: 1px solid var(--cva-line);
  background: #061621;
}

.cvAssessmentSafety strong {
  color: var(--cva-warm);
  font: 800 9px/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.16em;
}

.cvAssessmentSafety p {
  margin: 0;
  color: var(--cva-muted);
  font-size: 13px;
  line-height: 1.7;
}

@keyframes cva-breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes cva-orbit-one {
  to { transform: rotateX(68deg) rotateZ(348deg); }
}

@keyframes cva-orbit-two {
  to { transform: rotateX(69deg) rotateZ(402deg); }
}

@keyframes cva-person {
  0%, 100% { transform: translateY(2px) rotateY(-7deg); }
  50% { transform: translateY(-10px) rotateY(7deg); }
}

@keyframes cva-core {
  0%, 100% { transform: translateX(-50%) scale(0.88); }
  50% { transform: translateX(-50%) scale(1.08); }
}

@keyframes cva-art-float {
  0%, 100% { transform: translateY(1px) rotate(-1deg); }
  50% { transform: translateY(-7px) rotate(1.5deg); }
}

@keyframes cva-svg-core {
  0%, 100% { opacity: 0.72; transform: scale(0.88); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes cva-svg-ring {
  to { transform: rotate(360deg); }
}

@media (max-width: 1040px) {
  .cvAssessmentNativeHero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  }

  .cvAssessmentChapter {
    grid-template-columns: 1fr 88px;
    padding: 20px;
  }

  .cvAssessmentChapterArt {
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 860px) {
  .cvAssessmentNativeHero,
  .cvAssessmentOrientationHead,
  .cvAssessmentQuestionStage,
  .cvAssessmentResultIntro {
    grid-template-columns: 1fr;
  }

  .cvAssessmentNativeHero {
    min-height: auto;
  }

  .cvAssessmentPattern {
    min-height: 540px;
  }

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

  .cvAssessmentQuestionStage aside {
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-template-areas: "art term" "art title" "art summary";
    column-gap: 26px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--cva-line);
  }

  .cvAssessmentQuestionArt { grid-area: art; height: 190px; margin: 0; }
  .cvAssessmentQuestionStage aside > p { grid-area: term; align-self: end; }
  .cvAssessmentQuestionStage aside h2 { grid-area: title; margin: 0 0 8px; }
  .cvAssessmentQuestionStage aside > span { grid-area: summary; align-self: start; }

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

  .cvAssessmentAnswerGrid label:nth-child(4),
  .cvAssessmentAnswerGrid label:nth-child(5) {
    grid-column: span 1;
  }

  .cvAssessmentResultArt .cvAssessmentArt { height: 220px; }
}

@media (max-width: 620px) {
  .cvAssessmentNativeHero,
  .cvAssessmentOrientation {
    padding-inline: 20px;
  }

  .cvAssessmentHeroCopy h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .cvAssessmentPattern {
    min-height: 500px;
    padding: 22px 18px;
  }

  .cvAssessmentPatternStage { min-height: 286px; transform: scale(0.92); margin-inline: -16px; }
  .cvAssessmentOrbitOne { width: 270px; }

  .cvAssessmentOrientationHead h2 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .cvAssessmentChapter {
    grid-template-columns: 1fr 82px;
    min-height: 244px;
    padding: 17px;
  }

  .cvAssessmentChapterArt { width: 82px; height: 80px; }
  .cvAssessmentChapter h3 { font-size: 20px; }
  .cvAssessmentChapter p { font-size: 11px; }

  .cvAssessmentHowTo {
    grid-template-columns: 1fr;
  }

  .cvAssessmentQuiz {
    padding-inline: 14px;
  }

  .cvAssessmentQuiz .cvAssessmentChapter {
    grid-template-columns: 1fr;
    grid-template-areas: "number" "art" "status" "title";
    min-height: 184px;
    text-align: center;
  }

  .cvAssessmentQuiz .cvAssessmentChapterNumber,
  .cvAssessmentQuiz .cvAssessmentChapter > small,
  .cvAssessmentQuiz .cvAssessmentChapterArt {
    justify-self: center;
  }

  .cvAssessmentQuestionStage aside {
    grid-template-columns: 118px 1fr;
    column-gap: 16px;
    padding: 24px;
  }

  .cvAssessmentQuestionArt { height: 120px; }

  .cvAssessmentQuestionStage fieldset {
    padding: 28px 20px 32px;
  }

  .cvAssessmentQuestionStage legend {
    font-size: clamp(27px, 8.6vw, 38px);
  }

  .cvAssessmentAnswerGrid {
    grid-template-columns: 1fr;
  }

  .cvAssessmentAnswerGrid label {
    grid-template-columns: 20px 1fr auto;
    gap: 12px;
    min-height: 68px;
    padding: 14px 16px;
    text-align: left;
  }

  .cvAssessmentAnswerGrid label > i {
    margin: 0;
  }

  .cvAssessmentAnswerGrid small {
    margin: 0;
    text-align: right;
  }

  .cvAssessmentControls {
    grid-template-columns: 1fr 1fr;
  }

  .cvAssessmentControls > span {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 22px;
  }

  .cvAssessmentSafety {
    grid-template-columns: 1fr;
  }

  .cvAssessmentResultIntro {
    padding: 28px 22px;
  }

  .cvAssessmentResultGrid {
    grid-template-columns: 1fr;
  }

  .cvAssessmentResultActions {
    display: grid;
  }

  .cvAssessmentResultActions a,
  .cvAssessmentResultActions button {
    justify-content: space-between;
  }
}

@media (max-width: 410px) {
  .cvAssessmentChapter {
    grid-template-columns: 1fr;
    grid-template-areas: "number" "art" "status" "title" "summary";
    text-align: center;
  }

  .cvAssessmentChapterNumber,
  .cvAssessmentChapterArt,
  .cvAssessmentChapter > small {
    justify-self: center;
  }

  .cvAssessmentChapter h3 { margin-top: 12px; }

  .cvAssessmentQuestionStage aside {
    grid-template-columns: 92px 1fr;
  }

  .cvAssessmentQuestionArt { height: 96px; }
  .cvAssessmentQuestionStage aside h2 { font-size: 25px; }
  .cvAssessmentQuestionStage aside > span { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .cvAssessmentStandalone *,
  .cvAssessmentStandalone *::before,
  .cvAssessmentStandalone *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
