/* UTF COM focused-flow production UI.
   Presentation only: existing COM inputs, saving, section logic, scoring, and results remain authoritative. */
body.com-page.com-focus-ui{
  --com-bg:#050914;
  --com-bg-deep:#030611;
  --com-surface:#0b1425;
  --com-surface-2:#111d32;
  --com-border:rgba(148,163,184,.18);
  --com-border-strong:rgba(148,163,184,.28);
  --com-text:#f5f7fb;
  --com-muted:#a8b8cd;
  --com-muted-2:#7f93ad;
  --com-teal:#2dd4bf;
  --com-cyan:#22d3ee;
  --com-blue:#2877ff;
  --com-amber:#f5b84b;
  --com-amber-soft:rgba(245,184,75,.12);
  min-height:100vh;
  background:
    radial-gradient(circle at 50% -10%,rgba(34,211,238,.12),transparent 34%),
    radial-gradient(circle at 10% 42%,rgba(245,184,75,.055),transparent 28%),
    radial-gradient(circle at 93% 38%,rgba(40,119,255,.095),transparent 30%),
    linear-gradient(180deg,var(--com-bg) 0%,var(--com-bg-deep) 100%)!important;
  color:var(--com-text)!important;
}
body.com-page.com-focus-ui::before{
  content:""!important;
  position:fixed!important;
  inset:69px 0 auto 0!important;
  height:310px!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(34,211,238,.025),transparent)!important;
  display:block!important;
}

/* Number-free progress with a subtle amber leading marker. */
.com-focus-ui .progress-bar{
  height:4px!important;
  top:0!important;
  background:linear-gradient(90deg,var(--com-teal),var(--com-cyan) 46%,var(--com-blue))!important;
  box-shadow:0 0 16px rgba(34,211,238,.24)!important;
  transition:width .34s ease!important;
  overflow:visible!important;
}
.com-focus-ui .progress-bar::after{
  content:""!important;
  position:absolute!important;
  right:-2px!important;
  top:50%!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  transform:translateY(-50%)!important;
  background:var(--com-amber)!important;
  box-shadow:0 0 0 3px rgba(245,184,75,.10),0 0 12px rgba(245,184,75,.48)!important;
}

/* Header */
.com-focus-ui .topbar{
  min-height:70px!important;
  background:rgba(4,8,18,.88)!important;
  border-bottom:1px solid rgba(148,163,184,.13)!important;
  backdrop-filter:blur(16px)!important;
  box-shadow:0 12px 35px rgba(0,0,0,.12)!important;
}
.com-focus-ui .topbar-inner{max-width:1160px!important;padding:0 26px!important;}
.com-focus-ui .topbar-center{
  position:static!important;
  transform:none!important;
  flex:1!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  min-width:0!important;
}
.com-focus-ui .com-brand-lockup{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.com-focus-ui .com-brand-lockup::before,
.com-focus-ui .com-brand-lockup::after{content:none!important;display:none!important;}
.com-focus-ui .com-brand-lockup .com-brand-mark{
  display:block!important;
  width:25px!important;
  height:25px!important;
  object-fit:contain!important;
  flex:none!important;
}
.com-focus-ui .com-brand-name{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:0!important;
  font-size:1.04rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.018em!important;
}
.com-focus-ui .com-brand-word{
  color:#f7f9fd!important;
  -webkit-text-fill-color:#f7f9fd!important;
}
.com-focus-ui .com-brand-dot{
  color:var(--com-amber)!important;
  -webkit-text-fill-color:var(--com-amber)!important;
  text-shadow:0 0 10px rgba(245,184,75,.24)!important;
}
.com-focus-ui .com-brand-u{
  color:#39a3ff!important;
  -webkit-text-fill-color:#39a3ff!important;
}
.com-focus-ui .home-btn,
.com-focus-ui .menu-btn{
  border:1px solid rgba(148,163,184,.18)!important;
  background:rgba(255,255,255,.025)!important;
  color:#c3d0e1!important;
  box-shadow:none!important;
}
.com-focus-ui .home-btn:hover,
.com-focus-ui .menu-btn:hover{
  border-color:rgba(34,211,238,.42)!important;
  color:#fff!important;
  background:rgba(34,211,238,.055)!important;
}

/* Main composition */
.com-focus-ui .container{
  max-width:980px!important;
  padding:38px 24px 88px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.com-focus-ui .top{
  position:relative!important;
  max-width:800px!important;
  margin:0 auto 22px!important;
  padding:0 0 0 20px!important;
  text-align:left!important;
}
.com-focus-ui .top::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:4px!important;
  bottom:2px!important;
  width:2px!important;
  border-radius:2px!important;
  background:linear-gradient(180deg,var(--com-amber),rgba(245,184,75,.08))!important;
  box-shadow:0 0 14px rgba(245,184,75,.16)!important;
}
.com-focus-ui .top h1{
  margin:0 0 8px!important;
  font-size:clamp(2.15rem,5vw,3.55rem)!important;
  line-height:1!important;
  letter-spacing:-.048em!important;
  font-weight:850!important;
  text-transform:none!important;
  background:none!important;
  color:var(--com-text)!important;
  -webkit-text-fill-color:initial!important;
}
.com-focus-ui .top .brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 13px!important;
  color:#8ea9cf!important;
  font-size:.73rem!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:850!important;
}
.com-focus-ui .top .brand::before{
  content:""!important;
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:var(--com-amber)!important;
  box-shadow:0 0 10px rgba(245,184,75,.42)!important;
  flex:none!important;
}
.com-focus-ui .top .subtitle{
  max-width:660px!important;
  margin:0!important;
  font-size:1.03rem!important;
  line-height:1.62!important;
  color:#cad5e4!important;
}
.com-focus-ui .top .meta,
.com-focus-ui .assessment-hook{display:none!important;}
.com-focus-ui .resume-row{
  justify-content:flex-start!important;
  margin:16px 0 0!important;
  gap:9px!important;
}
.com-focus-ui .resume-row .pill-btn{
  min-height:38px!important;
  padding:8px 13px!important;
  border-radius:10px!important;
  font-size:.77rem!important;
}
.com-focus-ui .lock-note{
  max-width:650px!important;
  margin:11px 0 0!important;
  text-align:left!important;
}

/* Compact instruction rail: enough context without competing with the question. */
.com-focus-ui .instructions{
  position:relative!important;
  max-width:800px!important;
  margin:0 auto 18px!important;
  padding:14px 16px 14px 19px!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:14px!important;
  background:linear-gradient(100deg,rgba(245,184,75,.045),rgba(11,20,37,.78) 19%,rgba(11,20,37,.58))!important;
  box-shadow:0 12px 34px rgba(0,0,0,.12)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  column-gap:18px!important;
  row-gap:3px!important;
  overflow:hidden!important;
}
.com-focus-ui .instructions::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:12px!important;
  bottom:12px!important;
  width:3px!important;
  border-radius:3px!important;
  background:var(--com-amber)!important;
}
.com-focus-ui .instructions h3{
  grid-column:1!important;
  grid-row:1!important;
  margin:0!important;
  font-size:.88rem!important;
  color:#f5f7fb!important;
  letter-spacing:.005em!important;
}
.com-focus-ui .instructions > div:nth-child(2){
  grid-column:1!important;
  grid-row:2!important;
  color:#aebdd0!important;
  font-size:.82rem!important;
  line-height:1.42!important;
}
.com-focus-ui .instructions .scale-row{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  width:168px!important;
  min-height:42px!important;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid rgba(148,163,184,.15)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.025)!important;
  box-shadow:none!important;
}
.com-focus-ui .instructions .scale-side{gap:1px!important;}
.com-focus-ui .instructions .scale-num{
  font-size:.82rem!important;
  line-height:1!important;
  color:#f5f7fb!important;
}
.com-focus-ui .instructions .scale-label{
  font-size:.57rem!important;
  line-height:1.1!important;
  color:#91a3bb!important;
  white-space:nowrap!important;
}
.com-focus-ui .instructions .scale-mid{
  height:24px!important;
  opacity:.55!important;
}

/* Focused question workspace */
.com-focus-ui #assessmentForm{
  max-width:800px!important;
  margin:0 auto!important;
  min-height:0!important;
  position:relative!important;
}
.com-focus-ui #assessmentForm::before{
  content:""!important;
  position:absolute!important;
  inset:-16px 10% auto!important;
  height:100px!important;
  pointer-events:none!important;
  background:radial-gradient(ellipse,rgba(40,119,255,.10),transparent 70%)!important;
  filter:blur(18px)!important;
}
.com-focus-ui #assessmentForm .assessment-section-card{display:none!important;}
.com-focus-ui #assessmentForm .question{
  position:relative!important;
  display:none!important;
  margin:0!important;
  padding:clamp(34px,5vw,52px)!important;
  min-height:318px!important;
  border-radius:22px!important;
  border:1px solid rgba(148,163,184,.22)!important;
  background:
    linear-gradient(145deg,rgba(17,29,50,.98),rgba(7,14,27,.99)),
    var(--com-surface)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.025)!important;
  transform:none!important;
  overflow:hidden!important;
}
.com-focus-ui #assessmentForm .question::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:116px!important;
  height:3px!important;
  background:linear-gradient(90deg,var(--com-amber),rgba(245,184,75,.08))!important;
  box-shadow:0 0 14px rgba(245,184,75,.22)!important;
}
.com-focus-ui #assessmentForm .question::after{
  content:""!important;
  position:absolute!important;
  width:230px!important;
  height:230px!important;
  right:-125px!important;
  top:-140px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(34,211,238,.08),transparent 68%)!important;
  pointer-events:none!important;
}
.com-focus-ui #assessmentForm .question.com-flow-active{display:flex!important;flex-direction:column!important;justify-content:center!important;}
.com-focus-ui #assessmentForm .question-text{
  position:relative!important;
  z-index:1!important;
  max-width:660px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
  font-size:clamp(1.35rem,3vw,1.82rem)!important;
  line-height:1.38!important;
  letter-spacing:-.021em!important;
  color:var(--com-text)!important;
  font-weight:780!important;
}
.com-focus-ui #assessmentForm .options{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  width:100%!important;
  max-width:590px!important;
  margin:0 auto!important;
  gap:9px!important;
  align-items:stretch!important;
}
.com-focus-ui #assessmentForm .option{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  transform:none!important;
  width:100%!important;
  min-width:0!important;
}
.com-focus-ui #assessmentForm .option label{
  width:100%!important;
  height:61px!important;
  min-height:61px!important;
  border-radius:13px!important;
  border:1px solid rgba(148,163,184,.21)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025))!important;
  color:#dbe7f5!important;
  font-size:1.02rem!important;
  font-weight:850!important;
  box-shadow:0 8px 20px rgba(0,0,0,.10)!important;
}
.com-focus-ui #assessmentForm .option label:hover{
  border-color:rgba(34,211,238,.52)!important;
  background:rgba(34,211,238,.07)!important;
  transform:translateY(-1px)!important;
}
.com-focus-ui #assessmentForm .option input[type="radio"]:focus-visible + label{
  outline:2px solid var(--com-amber)!important;
  outline-offset:3px!important;
}
.com-focus-ui #assessmentForm .option input[type="radio"]:checked + label{
  color:#fff!important;
  border-color:rgba(245,184,75,.90)!important;
  background:linear-gradient(145deg,rgba(245,184,75,.22),rgba(34,211,238,.18) 48%,rgba(40,119,255,.24))!important;
  box-shadow:0 0 0 1px rgba(245,184,75,.12),0 14px 30px rgba(40,119,255,.13)!important;
}
.com-focus-ui #assessmentForm .option-labels{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  width:100%!important;
  max-width:590px!important;
  margin:9px auto 0!important;
  gap:9px!important;
}
.com-focus-ui #assessmentForm .option-labels .opt-label{
  font-size:.66rem!important;
  color:#7f93ad!important;
}
.com-focus-ui #assessmentForm .section-nav-row{display:none!important;}

.com-focus-ui .com-flow-controls{
  max-width:800px!important;
  margin:13px auto 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:40px!important;
}
.com-focus-ui .com-flow-back{
  min-height:39px!important;
  padding:8px 15px!important;
  border-radius:10px!important;
  border:1px solid rgba(148,163,184,.18)!important;
  background:rgba(255,255,255,.025)!important;
  color:#b9c7d9!important;
  font:inherit!important;
  font-size:.81rem!important;
  font-weight:760!important;
  cursor:pointer!important;
}
.com-focus-ui .com-flow-back:hover{
  border-color:rgba(245,184,75,.42)!important;
  color:#fff!important;
  background:rgba(245,184,75,.045)!important;
}
.com-focus-ui .com-flow-back:disabled{opacity:.28!important;cursor:default!important;}

.com-focus-ui .agreement{
  max-width:800px!important;
  margin:21px auto 0!important;
  border-radius:14px!important;
  border:1px solid rgba(34,211,238,.20)!important;
  background:rgba(34,211,238,.05)!important;
  box-shadow:none!important;
}
.com-focus-ui .submit-btn{
  display:none!important;
  max-width:800px!important;
  margin:14px auto 0!important;
  min-height:54px!important;
  border-radius:13px!important;
}
.com-focus-ui:not(.com-flow-ready) .submit-btn{display:none!important;}
.com-focus-ui.com-flow-ready .submit-btn{display:block!important;}
.com-focus-ui .results{max-width:900px!important;}

@media(max-width:680px){
  .com-focus-ui .topbar{min-height:64px!important;}
  .com-focus-ui .topbar-inner{padding:0 14px!important;}
  .com-focus-ui .com-brand-lockup{gap:7px!important;}
  .com-focus-ui .com-brand-lockup .com-brand-mark{width:22px!important;height:22px!important;}
  .com-focus-ui .com-brand-name{font-size:.96rem!important;}
  .com-focus-ui .container{padding:24px 13px 60px!important;}
  .com-focus-ui .top{margin-bottom:15px!important;padding-left:14px!important;}
  .com-focus-ui .top::before{width:2px!important;}
  .com-focus-ui .top h1{font-size:2.08rem!important;margin-bottom:7px!important;}
  .com-focus-ui .top .brand{font-size:.66rem!important;letter-spacing:.14em!important;margin-bottom:11px!important;}
  .com-focus-ui .top .subtitle{font-size:.92rem!important;line-height:1.53!important;}
  .com-focus-ui .resume-row{margin-top:13px!important;}

  .com-focus-ui .instructions{
    padding:10px 11px 10px 14px!important;
    margin-bottom:14px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:9px!important;
    row-gap:5px!important;
    border-radius:12px!important;
  }
  .com-focus-ui .instructions::before{top:10px!important;bottom:10px!important;width:2px!important;}
  .com-focus-ui .instructions h3{
    grid-column:1!important;
    grid-row:1!important;
    font-size:.82rem!important;
    margin:0!important;
  }
  .com-focus-ui .instructions > div:nth-child(2){
    grid-column:1 / -1!important;
    grid-row:2!important;
    font-size:.75rem!important;
    line-height:1.34!important;
  }
  .com-focus-ui .instructions .scale-row{
    grid-column:2!important;
    grid-row:1!important;
    width:144px!important;
    max-width:144px!important;
    min-height:27px!important;
    padding:3px 6px!important;
    border-radius:8px!important;
    justify-self:end!important;
  }
  .com-focus-ui .instructions .scale-num{font-size:.68rem!important;}
  .com-focus-ui .instructions .scale-label{font-size:.47rem!important;}
  .com-focus-ui .instructions .scale-mid{height:15px!important;}

  .com-focus-ui #assessmentForm .question{
    min-height:284px!important;
    padding:30px 15px 24px!important;
    border-radius:18px!important;
  }
  .com-focus-ui #assessmentForm .question::before{width:82px!important;}
  .com-focus-ui #assessmentForm .question-text{
    font-size:1.25rem!important;
    line-height:1.42!important;
    margin-bottom:25px!important;
  }
  .com-focus-ui #assessmentForm .options{gap:6px!important;}
  .com-focus-ui #assessmentForm .option label{
    height:50px!important;
    min-height:50px!important;
    border-radius:11px!important;
    font-size:.95rem!important;
  }
  .com-focus-ui #assessmentForm .option-labels{gap:6px!important;margin-top:7px!important;}
  .com-focus-ui #assessmentForm .option-labels .opt-label{font-size:.57rem!important;}
  .com-focus-ui .com-flow-controls{margin-top:9px!important;}
  .com-focus-ui .com-flow-back{min-height:37px!important;padding:7px 12px!important;}
}

@media(max-width:390px){
  .com-focus-ui .instructions .scale-row{width:136px!important;max-width:136px!important;}
  .com-focus-ui #assessmentForm .question{padding-left:12px!important;padding-right:12px!important;}
  .com-focus-ui #assessmentForm .option label{font-size:.9rem!important;}
  .com-focus-ui #assessmentForm .option-labels .opt-label{font-size:.53rem!important;}
}

@media(prefers-reduced-motion:reduce){
  .com-focus-ui .progress-bar,
  .com-focus-ui *{scroll-behavior:auto!important;transition-duration:.01ms!important;}
}

/* UTF COM focused-flow alignment refinement.
   Presentation-only. No COM data, saving, scoring, section, result, or retake logic changes. */
@media(min-width:681px){
  /* One exact 760px content rail: heading, helper, question, and navigation share edges. */
  .com-focus-ui .top,
  .com-focus-ui .instructions,
  .com-focus-ui #assessmentForm,
  .com-focus-ui .com-flow-controls,
  .com-focus-ui .agreement,
  .com-focus-ui .submit-btn{
    width:100%!important;
    max-width:760px!important;
    box-sizing:border-box!important;
  }
  .com-focus-ui #assessmentForm .question{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:680px){
  /* The endpoint guide becomes a quiet inline legend instead of a second card. */
  .com-focus-ui .instructions{
    display:block!important;
    padding:12px 13px 12px 15px!important;
  }
  .com-focus-ui .instructions h3{
    margin:0 0 4px!important;
  }
  .com-focus-ui .instructions > div:nth-child(2){
    margin:0!important;
  }
  .com-focus-ui .instructions .scale-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    margin:8px 0 0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    gap:8px!important;
  }
  .com-focus-ui .instructions .scale-side{
    display:inline-flex!important;
    flex-direction:row!important;
    align-items:baseline!important;
    gap:4px!important;
  }
  .com-focus-ui .instructions .scale-num{
    font-size:.68rem!important;
    line-height:1!important;
    color:#eef4fc!important;
  }
  .com-focus-ui .instructions .scale-label{
    font-size:.6rem!important;
    line-height:1!important;
    color:#8fa3bc!important;
  }
  .com-focus-ui .instructions .scale-mid{
    display:block!important;
    width:1px!important;
    height:11px!important;
    margin:0 2px!important;
    background:rgba(148,163,184,.24)!important;
    opacity:1!important;
  }
  .com-focus-ui #assessmentForm .question{
    width:100%!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:680px){
  .com-focus-ui .instructions .scale-row{
    inline-size:max-content!important;
    justify-self:start!important;
    margin-left:0!important;
    margin-right:auto!important;
  }
  .com-focus-ui .instructions .scale-side{
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    flex:0 0 auto!important;
  }
  .com-focus-ui .instructions .scale-num,
  .com-focus-ui .instructions .scale-label{
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:none!important;
    box-shadow:none!important;
  }
  .com-focus-ui .instructions .scale-label{
    display:inline!important;
    align-items:initial!important;
    justify-content:initial!important;
  }
  .com-focus-ui .instructions .scale-num.nudge-down{transform:none!important;}
}

/* UTF COM section-aware refinement v2.
   Visual segmentation only. Existing questions, values, saving, section changes, and scoring remain untouched. */
body.com-page.com-focus-ui{
  --com-accent:#22d3ee;
  --com-accent-2:#2877ff;
  --com-accent-rgb:34,211,238;
  --com-accent-2-rgb:40,119,255;
}
body.com-page.com-focus-ui[data-com-section="1"]{
  --com-accent:#22d3ee;
  --com-accent-2:#2877ff;
  --com-accent-rgb:34,211,238;
  --com-accent-2-rgb:40,119,255;
}
body.com-page.com-focus-ui[data-com-section="2"]{
  --com-accent:#2dd4bf;
  --com-accent-2:#38bdf8;
  --com-accent-rgb:45,212,191;
  --com-accent-2-rgb:56,189,248;
}
body.com-page.com-focus-ui[data-com-section="3"]{
  --com-accent:#8b5cf6;
  --com-accent-2:#22d3ee;
  --com-accent-rgb:139,92,246;
  --com-accent-2-rgb:34,211,238;
}
body.com-page.com-focus-ui[data-com-section="4"]{
  --com-accent:#f5b84b;
  --com-accent-2:#fb7185;
  --com-accent-rgb:245,184,75;
  --com-accent-2-rgb:251,113,133;
}
body.com-page.com-focus-ui[data-com-section="5"]{
  --com-accent:#34d399;
  --com-accent-2:#f5b84b;
  --com-accent-rgb:52,211,153;
  --com-accent-2-rgb:245,184,75;
}

/* Remove the previous right-edge amber focal point and let the current section own the progress color. */
.com-focus-ui .progress-bar{
  background:linear-gradient(90deg,var(--com-accent),var(--com-accent-2))!important;
  box-shadow:0 0 16px rgba(var(--com-accent-rgb),.22)!important;
}
.com-focus-ui .progress-bar::after{display:none!important;content:none!important;}

/* Keep the page introduction neutral; the current section carries the color identity. */
.com-focus-ui .top::before{
  background:linear-gradient(180deg,rgba(34,211,238,.78),rgba(40,119,255,.10))!important;
  box-shadow:0 0 14px rgba(34,211,238,.10)!important;
}
.com-focus-ui .top .brand::before{
  background:#22d3ee!important;
  box-shadow:0 0 10px rgba(34,211,238,.30)!important;
}
.com-focus-ui .instructions{
  background:linear-gradient(100deg,rgba(34,211,238,.025),rgba(11,20,37,.78) 22%,rgba(11,20,37,.58))!important;
}
.com-focus-ui .instructions::before{
  background:linear-gradient(180deg,#22d3ee,#2877ff)!important;
}

/* The original internal section card is restored as a compact, theme-aware stage header. */
.com-focus-ui #assessmentForm .assessment-section-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-rows:auto auto!important;
  column-gap:22px!important;
  row-gap:4px!important;
  align-items:center!important;
  width:100%!important;
  margin:0 0 12px!important;
  padding:16px 18px 15px!important;
  border:1px solid rgba(var(--com-accent-rgb),.24)!important;
  border-radius:15px!important;
  background:
    linear-gradient(102deg,rgba(var(--com-accent-rgb),.10),rgba(var(--com-accent-2-rgb),.045) 48%,rgba(11,20,37,.72) 100%)!important;
  box-shadow:0 14px 36px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.025)!important;
  overflow:hidden!important;
  text-align:left!important;
}
.com-focus-ui #assessmentForm .assessment-section-card::before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:2px!important;
  background:linear-gradient(90deg,var(--com-accent),var(--com-accent-2))!important;
  box-shadow:0 0 14px rgba(var(--com-accent-rgb),.22)!important;
}
.com-focus-ui #assessmentForm .assessment-section-card .section-kicker{display:none!important;}
.com-focus-ui #assessmentForm .assessment-section-card h2{
  grid-column:1!important;
  grid-row:1!important;
  margin:0!important;
  color:#f4f7fb!important;
  font-size:1rem!important;
  line-height:1.2!important;
  font-weight:830!important;
  letter-spacing:-.012em!important;
  text-transform:none!important;
}
.com-focus-ui #assessmentForm .assessment-section-card p{
  grid-column:1!important;
  grid-row:2!important;
  margin:0!important;
  color:#9fb0c5!important;
  font-size:.78rem!important;
  line-height:1.38!important;
}
.com-focus-ui .com-section-track{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  display:grid!important;
  grid-template-columns:repeat(5,18px)!important;
  gap:5px!important;
  align-items:center!important;
}
.com-focus-ui .com-section-marker{
  display:block!important;
  width:18px!important;
  height:3px!important;
  border-radius:99px!important;
  background:rgba(148,163,184,.18)!important;
  transition:background .24s ease,box-shadow .24s ease,transform .24s ease!important;
}
.com-focus-ui .com-section-marker.is-complete{
  background:rgba(148,163,184,.38)!important;
}
.com-focus-ui .com-section-marker.is-current{
  background:linear-gradient(90deg,var(--com-accent),var(--com-accent-2))!important;
  box-shadow:0 0 10px rgba(var(--com-accent-rgb),.30)!important;
  transform:scaleX(1.08)!important;
}

/* Balance the question card with a full-width themed edge and centered ambient depth. */
.com-focus-ui #assessmentForm::before{
  inset:-6px 16% auto!important;
  height:120px!important;
  background:radial-gradient(ellipse,rgba(var(--com-accent-rgb),.12),transparent 70%)!important;
}
.com-focus-ui #assessmentForm .question{
  border-color:rgba(var(--com-accent-rgb),.22)!important;
  background:
    radial-gradient(circle at 50% -22%,rgba(var(--com-accent-rgb),.10),transparent 46%),
    linear-gradient(145deg,rgba(17,29,50,.98),rgba(7,14,27,.99))!important;
}
.com-focus-ui #assessmentForm .question::before{
  left:0!important;
  right:0!important;
  width:auto!important;
  height:3px!important;
  background:linear-gradient(90deg,var(--com-accent),var(--com-accent-2))!important;
  box-shadow:0 0 14px rgba(var(--com-accent-rgb),.22)!important;
}
.com-focus-ui #assessmentForm .question::after{
  width:280px!important;
  height:160px!important;
  right:50%!important;
  top:-118px!important;
  transform:translateX(50%)!important;
  background:radial-gradient(ellipse,rgba(var(--com-accent-2-rgb),.08),transparent 70%)!important;
}
.com-focus-ui #assessmentForm .option label:hover{
  border-color:rgba(var(--com-accent-rgb),.52)!important;
  background:rgba(var(--com-accent-rgb),.07)!important;
}
.com-focus-ui #assessmentForm .option input[type="radio"]:focus-visible + label{
  outline-color:var(--com-accent)!important;
}
.com-focus-ui #assessmentForm .option input[type="radio"]:checked + label{
  border-color:rgba(var(--com-accent-rgb),.90)!important;
  background:linear-gradient(145deg,rgba(var(--com-accent-rgb),.22),rgba(var(--com-accent-2-rgb),.20))!important;
  box-shadow:0 0 0 1px rgba(var(--com-accent-rgb),.10),0 14px 30px rgba(var(--com-accent-2-rgb),.12)!important;
}
.com-focus-ui .com-flow-back:hover{
  border-color:rgba(var(--com-accent-rgb),.42)!important;
  background:rgba(var(--com-accent-rgb),.045)!important;
}

.com-focus-ui #assessmentForm.com-section-enter .assessment-section-card,
.com-focus-ui #assessmentForm.com-section-enter .question.com-flow-active{
  animation:com-section-enter .38s ease both!important;
}
@keyframes com-section-enter{
  from{opacity:.45;transform:translateY(7px);}
  to{opacity:1;transform:translateY(0);}
}

@media(max-width:680px){
  .com-focus-ui #assessmentForm .assessment-section-card{
    display:block!important;
    margin-bottom:10px!important;
    padding:13px 14px 12px!important;
    border-radius:13px!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card h2{
    font-size:.9rem!important;
    margin:0 0 3px!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card p{
    font-size:.7rem!important;
    line-height:1.34!important;
    padding-right:0!important;
  }
  .com-focus-ui .com-section-track{
    display:grid!important;
    grid-template-columns:repeat(5,1fr)!important;
    gap:5px!important;
    width:100%!important;
    margin-top:10px!important;
  }
  .com-focus-ui .com-section-marker{
    width:100%!important;
    height:3px!important;
  }
  .com-focus-ui #assessmentForm .question{
    min-height:270px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .com-focus-ui #assessmentForm.com-section-enter .assessment-section-card,
  .com-focus-ui #assessmentForm.com-section-enter .question.com-flow-active{
    animation:none!important;
  }
}

/* UTF COM professional section hierarchy v3.
   Visual hierarchy only. No question, answer, save, section, scoring, result, or retake logic changes. */

/* Keep every section inside the established UTF brand family. */
body.com-page.com-focus-ui[data-com-section="1"]{
  --com-accent:#22d3ee;
  --com-accent-2:#2877ff;
  --com-accent-rgb:34,211,238;
  --com-accent-2-rgb:40,119,255;
}
body.com-page.com-focus-ui[data-com-section="2"]{
  --com-accent:#2dd4bf;
  --com-accent-2:#22d3ee;
  --com-accent-rgb:45,212,191;
  --com-accent-2-rgb:34,211,238;
}
body.com-page.com-focus-ui[data-com-section="3"]{
  --com-accent:#3b82f6;
  --com-accent-2:#6366f1;
  --com-accent-rgb:59,130,246;
  --com-accent-2-rgb:99,102,241;
}
body.com-page.com-focus-ui[data-com-section="4"]{
  --com-accent:#f5b84b;
  --com-accent-2:#f59e0b;
  --com-accent-rgb:245,184,75;
  --com-accent-2-rgb:245,158,11;
}
body.com-page.com-focus-ui[data-com-section="5"]{
  --com-accent:#14b8a6;
  --com-accent-2:#38bdf8;
  --com-accent-rgb:20,184,166;
  --com-accent-2-rgb:56,189,248;
}

/* Amber remains the stable UTF signature; section color carries the changing focus. */
.com-focus-ui .top::before{
  background:linear-gradient(180deg,rgba(245,184,75,.92),rgba(245,184,75,.08))!important;
  box-shadow:0 0 14px rgba(245,184,75,.13)!important;
}
.com-focus-ui .top .brand::before{
  background:var(--com-amber)!important;
  box-shadow:0 0 10px rgba(245,184,75,.34)!important;
}
.com-focus-ui .instructions{
  border-color:rgba(148,163,184,.16)!important;
  background:linear-gradient(105deg,rgba(245,184,75,.025),rgba(11,20,37,.78) 25%,rgba(11,20,37,.60))!important;
}
.com-focus-ui .instructions::before{display:none!important;content:none!important;}
.com-focus-ui .instructions h3{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
.com-focus-ui .instructions h3::before{
  content:""!important;
  display:block!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  background:var(--com-amber)!important;
  box-shadow:0 0 9px rgba(245,184,75,.28)!important;
  flex:none!important;
}

/* Open editorial chapter header: no pill, no floating card, clear hierarchy. */
.com-focus-ui #assessmentForm .assessment-section-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:auto auto auto auto!important;
  row-gap:0!important;
  width:100%!important;
  margin:2px 0 18px!important;
  padding:4px 0 15px!important;
  border:0!important;
  border-bottom:1px solid rgba(148,163,184,.16)!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:visible!important;
  text-align:left!important;
}
.com-focus-ui #assessmentForm .assessment-section-card::before{
  content:"CURRENT FOCUS"!important;
  position:static!important;
  inset:auto!important;
  grid-column:1!important;
  grid-row:1!important;
  display:block!important;
  width:auto!important;
  height:auto!important;
  margin:0 0 7px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:var(--com-amber)!important;
  font-size:.66rem!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.com-focus-ui #assessmentForm .assessment-section-card::after{display:none!important;content:none!important;}
.com-focus-ui #assessmentForm .assessment-section-card .section-kicker{display:none!important;}
.com-focus-ui #assessmentForm .assessment-section-card h2{
  grid-column:1!important;
  grid-row:2!important;
  margin:0 0 5px!important;
  color:#f5f7fb!important;
  font-size:1.48rem!important;
  line-height:1.13!important;
  font-weight:850!important;
  letter-spacing:-.028em!important;
  text-transform:none!important;
}
.com-focus-ui #assessmentForm .assessment-section-card p{
  grid-column:1!important;
  grid-row:3!important;
  max-width:620px!important;
  margin:0!important;
  color:#9fb0c5!important;
  font-size:.83rem!important;
  line-height:1.42!important;
}
.com-focus-ui .com-section-track{
  grid-column:1!important;
  grid-row:4!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:6px!important;
  width:100%!important;
  margin:14px 0 0!important;
  align-items:center!important;
}
.com-focus-ui .com-section-marker{
  display:block!important;
  width:100%!important;
  height:2px!important;
  border-radius:99px!important;
  background:rgba(148,163,184,.15)!important;
  transform:none!important;
}
.com-focus-ui .com-section-marker.is-complete{
  background:rgba(245,184,75,.58)!important;
  box-shadow:none!important;
}
.com-focus-ui .com-section-marker.is-current{
  height:3px!important;
  background:linear-gradient(90deg,var(--com-accent),var(--com-accent-2))!important;
  box-shadow:0 0 11px rgba(var(--com-accent-rgb),.25)!important;
  transform:none!important;
}

/* Preserve depth, but keep the question as the only card that owns the stage. */
.com-focus-ui #assessmentForm::before{
  inset:34px 17% auto!important;
  height:105px!important;
  opacity:.82!important;
}
.com-focus-ui #assessmentForm .question{
  margin-top:0!important;
  border-color:rgba(var(--com-accent-rgb),.20)!important;
}
.com-focus-ui #assessmentForm .question::before{
  height:2px!important;
  opacity:.92!important;
}

/* Section changes should read as a chapter change, not a decorative card swap. */
.com-focus-ui #assessmentForm.com-section-enter .assessment-section-card{
  animation:com-chapter-enter .42s ease both!important;
}
.com-focus-ui #assessmentForm.com-section-enter .question.com-flow-active{
  animation:com-question-enter .34s .06s ease both!important;
}
@keyframes com-chapter-enter{
  from{opacity:.25;transform:translateY(10px);}
  to{opacity:1;transform:translateY(0);}
}
@keyframes com-question-enter{
  from{opacity:.50;transform:translateY(7px);}
  to{opacity:1;transform:translateY(0);}
}

@media(max-width:680px){
  .com-focus-ui #assessmentForm .assessment-section-card{
    display:grid!important;
    margin:1px 0 14px!important;
    padding:2px 0 13px!important;
    border-radius:0!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card::before{
    margin-bottom:6px!important;
    font-size:.58rem!important;
    letter-spacing:.17em!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card h2{
    margin-bottom:4px!important;
    font-size:1.2rem!important;
    line-height:1.17!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card p{
    font-size:.74rem!important;
    line-height:1.38!important;
  }
  .com-focus-ui .com-section-track{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:5px!important;
    width:100%!important;
    margin-top:11px!important;
  }
  .com-focus-ui .com-section-marker{height:2px!important;}
  .com-focus-ui .com-section-marker.is-current{height:3px!important;}
  .com-focus-ui #assessmentForm::before{inset:48px 16% auto!important;}
}

@media(prefers-reduced-motion:reduce){
  .com-focus-ui #assessmentForm.com-section-enter .assessment-section-card,
  .com-focus-ui #assessmentForm.com-section-enter .question.com-flow-active{
    animation:none!important;
  }
}

/* UTF COM connected focus v4.
   Visual composition only. The section header now docks to the active question as one assessment workspace. */
.com-focus-ui #assessmentForm .assessment-section-card{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 172px!important;
  grid-template-rows:auto auto auto!important;
  column-gap:24px!important;
  row-gap:0!important;
  margin:0!important;
  padding:20px 24px 18px!important;
  border:1px solid rgba(var(--com-accent-rgb),.22)!important;
  border-bottom:0!important;
  border-radius:18px 18px 0 0!important;
  background:
    linear-gradient(105deg,rgba(var(--com-accent-rgb),.075),rgba(11,20,37,.96) 30%,rgba(8,15,29,.98))!important;
  box-shadow:0 18px 48px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.025)!important;
  overflow:hidden!important;
}
.com-focus-ui #assessmentForm .assessment-section-card::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  top:18px!important;
  bottom:18px!important;
  width:2px!important;
  border-radius:2px!important;
  background:linear-gradient(180deg,var(--com-amber),rgba(245,184,75,.10))!important;
  box-shadow:0 0 12px rgba(245,184,75,.16)!important;
}
.com-focus-ui #assessmentForm .assessment-section-card::before{
  grid-column:1!important;
  grid-row:1!important;
  margin:0 0 7px!important;
}
.com-focus-ui #assessmentForm .assessment-section-card h2{
  grid-column:1!important;
  grid-row:2!important;
  margin:0 0 5px!important;
  font-size:1.36rem!important;
}
.com-focus-ui #assessmentForm .assessment-section-card p{
  grid-column:1!important;
  grid-row:3!important;
  max-width:560px!important;
}
.com-focus-ui .com-section-track{
  grid-column:2!important;
  grid-row:1 / span 3!important;
  align-self:center!important;
  width:100%!important;
  margin:0!important;
  gap:5px!important;
}
.com-focus-ui #assessmentForm .question{
  position:relative!important;
  z-index:1!important;
  margin:-1px 0 0!important;
  border-top:1px solid rgba(var(--com-accent-rgb),.28)!important;
  border-radius:0 0 18px 18px!important;
  box-shadow:0 30px 78px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.018)!important;
}
.com-focus-ui #assessmentForm .question::before{
  left:24px!important;
  right:24px!important;
  width:auto!important;
  height:1px!important;
  opacity:.76!important;
  background:linear-gradient(90deg,var(--com-accent),var(--com-accent-2),transparent 92%)!important;
  box-shadow:none!important;
}
.com-focus-ui #assessmentForm::before{
  inset:70px 15% auto!important;
  height:120px!important;
  opacity:.62!important;
}
.com-focus-ui #assessmentForm.com-section-enter .assessment-section-card,
.com-focus-ui #assessmentForm.com-section-enter .question.com-flow-active{
  animation:com-workspace-enter .38s ease both!important;
}
@keyframes com-workspace-enter{
  from{opacity:.42;transform:translateY(8px);}
  to{opacity:1;transform:translateY(0);}
}

@media(max-width:680px){
  .com-focus-ui #assessmentForm .assessment-section-card{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto!important;
    column-gap:0!important;
    padding:16px 16px 14px!important;
    border-radius:15px 15px 0 0!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card::after{
    top:15px!important;
    bottom:15px!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card::before{
    grid-column:1!important;
    grid-row:1!important;
    margin-bottom:6px!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card h2{
    grid-column:1!important;
    grid-row:2!important;
    font-size:1.14rem!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card p{
    grid-column:1!important;
    grid-row:3!important;
  }
  .com-focus-ui .com-section-track{
    grid-column:1!important;
    grid-row:4!important;
    width:100%!important;
    margin:12px 0 0!important;
  }
  .com-focus-ui #assessmentForm .question{
    margin-top:-1px!important;
    border-radius:0 0 15px 15px!important;
  }
  .com-focus-ui #assessmentForm .question::before{
    left:15px!important;
    right:15px!important;
  }
  .com-focus-ui #assessmentForm::before{
    inset:92px 16% auto!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .com-focus-ui #assessmentForm.com-section-enter .assessment-section-card,
  .com-focus-ui #assessmentForm.com-section-enter .question.com-flow-active{
    animation:none!important;
  }
}

/* UTF COM visual balance v7:
   Keep the approved connected workspace; remove only the main-title amber rail. */
.com-focus-ui .top{
  padding-left:0!important;
}
.com-focus-ui .top::before{
  display:none!important;
  content:none!important;
}

/* UTF COM final visual balance v8.
   Visual polish only: one restrained amber cue, no competing dots or left rail,
   and centered single-action navigation. */
.com-focus-ui .top .brand::before,
.com-focus-ui .instructions h3::before{
  display:none!important;
  content:none!important;
}

.com-focus-ui .top .brand,
.com-focus-ui .instructions h3{
  gap:0!important;
}

/* Keep CURRENT FOCUS as the single intentional amber signal on the left. */
.com-focus-ui #assessmentForm .assessment-section-card::after{
  display:none!important;
  content:none!important;
}

/* Center the lone Back action beneath the question workspace. */
.com-focus-ui .com-flow-controls{
  justify-content:center!important;
  margin:15px auto 0!important;
}
.com-focus-ui .com-flow-back{
  min-width:96px!important;
  text-align:center!important;
}

/* UTF COM viewport polish v9.
   Adds a restrained editorial identity to the introduction and compacts short
   desktop viewports so the complete active test workspace stays in frame. */

/* Give the introduction one balanced, horizontal brand detail rather than
   another left-side dot or vertical rail. */
.com-focus-ui .top{
  position:relative!important;
  isolation:isolate!important;
}
.com-focus-ui .top::before{
  content:""!important;
  display:block!important;
  position:static!important;
  width:84px!important;
  height:3px!important;
  margin:0 0 15px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--com-amber) 0%,#22d3ee 45%,#2877ff 100%)!important;
  box-shadow:0 0 18px rgba(34,211,238,.12)!important;
}
.com-focus-ui .top::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  width:420px!important;
  height:170px!important;
  right:-80px!important;
  top:-54px!important;
  border-radius:50%!important;
  background:radial-gradient(ellipse,rgba(34,211,238,.075),rgba(40,119,255,.035) 42%,transparent 72%)!important;
  pointer-events:none!important;
}
.com-focus-ui .top h1{
  background:linear-gradient(108deg,#ffffff 0%,#f4f7fb 67%,#c9f5ff 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 14px 48px rgba(34,211,238,.055)!important;
}

/* A desktop browser viewport around 800–900px tall should show the complete
   active question, answer labels, and Back action without requiring scrolling.
   Taller screens retain the more spacious approved layout. */
@media(min-width:681px) and (max-height:920px){
  .com-focus-ui .topbar{
    min-height:62px!important;
  }
  .com-focus-ui .container{
    padding:22px 24px 42px!important;
  }
  .com-focus-ui .top{
    margin-bottom:13px!important;
  }
  .com-focus-ui .top::before{
    width:76px!important;
    margin-bottom:10px!important;
  }
  .com-focus-ui .top::after{
    width:360px!important;
    height:138px!important;
    top:-42px!important;
  }
  .com-focus-ui .top h1{
    margin-bottom:6px!important;
    font-size:clamp(2.45rem,4.3vw,3.08rem)!important;
  }
  .com-focus-ui .top .brand{
    margin-bottom:9px!important;
    font-size:.69rem!important;
  }
  .com-focus-ui .top .subtitle{
    font-size:.96rem!important;
    line-height:1.46!important;
  }
  .com-focus-ui .resume-row{
    margin-top:11px!important;
  }
  .com-focus-ui .resume-row .pill-btn{
    min-height:35px!important;
    padding:7px 12px!important;
  }

  .com-focus-ui .instructions{
    margin-bottom:11px!important;
    padding:11px 14px 11px 16px!important;
    row-gap:1px!important;
  }
  .com-focus-ui .instructions::before{
    top:10px!important;
    bottom:10px!important;
    width:2px!important;
  }
  .com-focus-ui .instructions h3{
    font-size:.83rem!important;
  }
  .com-focus-ui .instructions > div:nth-child(2){
    font-size:.78rem!important;
    line-height:1.35!important;
  }
  .com-focus-ui .instructions .scale-row{
    min-height:38px!important;
    padding:5px 9px!important;
  }

  .com-focus-ui #assessmentForm .assessment-section-card{
    grid-template-columns:minmax(0,1fr) 166px!important;
    padding:13px 20px 12px!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card::before{
    margin-bottom:5px!important;
    font-size:.63rem!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card h2{
    margin-bottom:3px!important;
    font-size:1.22rem!important;
  }
  .com-focus-ui #assessmentForm .assessment-section-card p{
    font-size:.79rem!important;
    line-height:1.34!important;
  }

  .com-focus-ui #assessmentForm .question{
    min-height:266px!important;
    padding:27px 42px 25px!important;
  }
  .com-focus-ui #assessmentForm .question-text{
    margin-bottom:23px!important;
    font-size:clamp(1.34rem,2.45vw,1.62rem)!important;
    line-height:1.31!important;
  }
  .com-focus-ui #assessmentForm .option label{
    height:55px!important;
    min-height:55px!important;
  }
  .com-focus-ui #assessmentForm .option-labels{
    margin-top:7px!important;
  }
  .com-focus-ui .com-flow-controls{
    min-height:35px!important;
    margin-top:9px!important;
  }
  .com-focus-ui .com-flow-back{
    min-height:35px!important;
    padding:6px 15px!important;
  }
}

/* Keep the new top accent proportionate on mobile without adding vertical
   height to the compact mobile assessment. */
@media(max-width:680px){
  .com-focus-ui .top::before{
    width:62px!important;
    height:2px!important;
    margin-bottom:11px!important;
  }
  .com-focus-ui .top::after{
    width:250px!important;
    height:120px!important;
    right:-90px!important;
    top:-38px!important;
  }
}

/* UTF COM CORE PATTERN SNAPSHOT MODAL V10 START
   UI-only modal presentation. Uses the real stored COM copy and trait-map DOM
   behind the locked preview; no scoring or result data is created here. */
#comResultModal.com-snapshot-modal{
  --snapshot-amber:#d89500;
  --snapshot-cyan:#10c4d9;
  --snapshot-blue:#1277ee;
}
#comResultModal.com-snapshot-modal .profile-modal{
  position:relative!important;
  width:min(900px,calc(100vw - 28px))!important;
  max-height:calc(100vh - 24px)!important;
  overflow:auto!important;
  border:1px solid rgba(81,154,226,.36)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(17,119,238,.075),transparent 31%),
    linear-gradient(155deg,rgba(4,14,28,.985),rgba(2,9,20,.99))!important;
  box-shadow:0 32px 95px rgba(0,0,0,.66)!important;
}
#comResultModal.com-snapshot-modal .profile-modal::before{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  inset:-1px -1px auto!important;
  height:4px!important;
  border-radius:22px 22px 0 0!important;
  background:linear-gradient(90deg,#d89500 0%,#f1bd24 18%,#10c4d9 53%,#1277ee 100%)!important;
  background-size:220% 100%!important;
  animation:comSnapshotGradientFlow 10s ease-in-out infinite alternate!important;
  pointer-events:none!important;
}
#comResultModal.com-snapshot-modal .profile-modal-header{
  position:relative!important;
  display:block!important;
  padding:29px 66px 8px!important;
  border:0!important;
  text-align:center!important;
}
#comResultModal.com-snapshot-modal .profile-modal-header > div:first-child{
  display:grid!important;
  justify-items:center!important;
}
#comResultModal.com-snapshot-modal .profile-modal-sub{
  margin:0 0 14px!important;
  color:#21d7ea!important;
  font-size:.78rem!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
#comResultModal.com-snapshot-modal .profile-modal-sub::after{
  content:""!important;
  display:block!important;
  width:58px!important;
  height:3px!important;
  margin:11px auto 0!important;
  border-radius:99px!important;
  background:linear-gradient(90deg,#d89500,#10c4d9,#1277ee)!important;
  background-size:220% 100%!important;
  animation:comSnapshotGradientFlow 10s ease-in-out infinite alternate!important;
}
#comResultModal.com-snapshot-modal .profile-modal-title{
  color:#f7f9fc!important;
  font-size:clamp(2rem,4.3vw,3rem)!important;
  font-weight:900!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
#comResultModal.com-snapshot-modal .com-snapshot-close{
  position:absolute!important;
  top:20px!important;
  right:22px!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:rgba(248,250,252,.92)!important;
  font-size:2rem!important;
  font-weight:300!important;
  line-height:1!important;
}
#comResultModal.com-snapshot-modal .com-snapshot-close:hover,
#comResultModal.com-snapshot-modal .com-snapshot-close:focus-visible{
  color:#fff!important;
  background:rgba(255,255,255,.055)!important;
}
#comResultModal.com-snapshot-modal .profile-modal-body{
  display:grid!important;
  gap:20px!important;
  padding:7px 66px 34px!important;
  overflow:visible!important;
}
.com-snapshot-identity{
  display:grid!important;
  justify-items:center!important;
  gap:14px!important;
  text-align:center!important;
}
.com-snapshot-type-line{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  font-size:clamp(1.45rem,3.15vw,2.25rem)!important;
  font-weight:900!important;
  line-height:1.1!important;
}
.com-snapshot-code,
.com-snapshot-type{
  color:transparent!important;
  background:var(--snapshot-grad,linear-gradient(90deg,#d89500,#10c4d9,#1277ee))!important;
  background-size:240% 100%!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  animation:comSnapshotGradientFlow 10s ease-in-out infinite alternate!important;
}
.com-snapshot-dot{
  color:rgba(241,245,249,.86)!important;
}
.com-snapshot-identity > p{
  max-width:650px!important;
  margin:0!important;
  color:rgba(235,241,248,.9)!important;
  font-size:1.02rem!important;
  line-height:1.58!important;
}
.com-snapshot-markers{
  display:grid!important;
  gap:12px!important;
}
.com-snapshot-markers h3{
  margin:0!important;
  color:#f5f7fb!important;
  font-size:1rem!important;
  text-align:center!important;
}
.com-snapshot-marker-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.com-snapshot-marker{
  display:grid!important;
  justify-items:center!important;
  align-content:start!important;
  gap:9px!important;
  min-height:150px!important;
  padding:19px 15px!important;
  border:1px solid rgba(104,151,198,.25)!important;
  border-radius:16px!important;
  background:linear-gradient(150deg,rgba(11,28,47,.66),rgba(5,15,29,.76))!important;
  text-align:center!important;
}
.com-snapshot-marker-icon{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
}
.com-snapshot-marker-icon svg{
  width:38px!important;
  height:38px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.com-snapshot-marker-1 .com-snapshot-marker-icon{color:#e7a600!important;}
.com-snapshot-marker-2 .com-snapshot-marker-icon{color:#10c4d9!important;}
.com-snapshot-marker-3 .com-snapshot-marker-icon{color:#267bf3!important;}
.com-snapshot-marker strong{
  display:block!important;
  margin-bottom:5px!important;
  color:#f5f7fb!important;
  font-size:.92rem!important;
}
.com-snapshot-marker p{
  margin:0!important;
  color:rgba(220,229,239,.78)!important;
  font-size:.82rem!important;
  line-height:1.42!important;
}
.com-snapshot-locked{
  position:relative!important;
  min-height:206px!important;
  overflow:hidden!important;
  border:1px solid rgba(109,159,211,.3)!important;
  border-radius:17px!important;
  background:rgba(6,18,34,.72)!important;
}
.com-snapshot-locked-content{
  height:100%!important;
  max-height:206px!important;
  overflow:hidden!important;
  padding:17px!important;
  opacity:.42!important;
  filter:blur(5px)!important;
  transform:scale(1.015)!important;
  pointer-events:none!important;
  user-select:none!important;
}
.com-snapshot-locked-content .mode-copy{
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.com-snapshot-locked-content .trait-list{
  display:grid!important;
  gap:7px!important;
}
.com-snapshot-locked-content .trait-desc{
  display:block!important;
}
.com-snapshot-lock-message{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  padding:25px clamp(28px,7vw,88px)!important;
  background:linear-gradient(90deg,rgba(3,12,24,.62),rgba(3,12,24,.83) 45%,rgba(3,12,24,.94))!important;
  text-align:left!important;
}
.com-snapshot-lock-icon{
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  border:1px solid rgba(16,196,217,.58)!important;
  border-radius:50%!important;
  color:#f6f8fb!important;
  background:rgba(6,18,34,.88)!important;
  box-shadow:0 0 24px rgba(16,196,217,.11)!important;
}
.com-snapshot-lock-icon svg{
  width:30px!important;
  height:30px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.com-snapshot-lock-message strong{
  display:block!important;
  margin-bottom:6px!important;
  color:#f7f9fc!important;
  font-size:1.13rem!important;
}
.com-snapshot-lock-message p{
  max-width:510px!important;
  margin:0!important;
  color:rgba(223,231,240,.83)!important;
  font-size:.9rem!important;
  line-height:1.5!important;
}
.com-snapshot-action-row{
  display:flex!important;
  justify-content:center!important;
}
.com-snapshot-continue{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  width:min(580px,100%)!important;
  min-height:74px!important;
  padding:14px 24px!important;
  border:1px solid rgba(24,158,231,.8)!important;
  border-radius:15px!important;
  color:#fff!important;
  background:linear-gradient(110deg,#9b6200 0%,#c4880b 20%,#116c78 52%,#0756bb 78%,#087ee0 100%)!important;
  background-size:240% 100%!important;
  box-shadow:0 13px 34px rgba(0,70,154,.18)!important;
  text-decoration:none!important;
  animation:comSnapshotGradientFlow 10s ease-in-out infinite alternate!important;
}
.com-snapshot-continue:hover,
.com-snapshot-continue:focus-visible{
  border-color:rgba(70,210,237,.95)!important;
  filter:brightness(1.06)!important;
  transform:translateY(-1px)!important;
}
.com-snapshot-arrow{
  font-size:1.75rem!important;
  line-height:1!important;
}
.com-snapshot-continue > span:last-child{
  display:grid!important;
  gap:3px!important;
  text-align:left!important;
}
.com-snapshot-continue strong{
  font-size:1.04rem!important;
}
.com-snapshot-continue small{
  color:rgba(255,255,255,.84)!important;
  font-size:.78rem!important;
}

@keyframes comSnapshotGradientFlow{
  0%{background-position:0% 50%;}
  100%{background-position:100% 50%;}
}

@media(max-width:680px){
  #comResultModal.com-snapshot-modal .profile-modal{
    width:min(440px,calc(100vw - 18px))!important;
    max-height:calc(100vh - 14px)!important;
    border-radius:18px!important;
  }
  #comResultModal.com-snapshot-modal .profile-modal-header{
    padding:24px 44px 7px!important;
  }
  #comResultModal.com-snapshot-modal .profile-modal-sub{
    margin-bottom:10px!important;
    font-size:.68rem!important;
    letter-spacing:.13em!important;
  }
  #comResultModal.com-snapshot-modal .profile-modal-title{
    font-size:clamp(1.55rem,7.5vw,2rem)!important;
  }
  #comResultModal.com-snapshot-modal .com-snapshot-close{
    top:12px!important;
    right:10px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
  #comResultModal.com-snapshot-modal .profile-modal-body{
    gap:14px!important;
    padding:7px 17px 19px!important;
  }
  .com-snapshot-identity{
    gap:10px!important;
  }
  .com-snapshot-type-line{
    gap:8px!important;
    font-size:clamp(1.25rem,7vw,1.72rem)!important;
  }
  .com-snapshot-identity > p{
    font-size:.87rem!important;
    line-height:1.47!important;
  }
  .com-snapshot-marker-grid{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .com-snapshot-marker{
    grid-template-columns:42px minmax(0,1fr)!important;
    justify-items:start!important;
    align-items:center!important;
    min-height:0!important;
    padding:11px 13px!important;
    text-align:left!important;
  }
  .com-snapshot-marker strong{
    margin-bottom:2px!important;
    font-size:.86rem!important;
  }
  .com-snapshot-marker p{
    font-size:.75rem!important;
    line-height:1.32!important;
  }
  .com-snapshot-locked{
    min-height:172px!important;
  }
  .com-snapshot-locked-content{
    max-height:172px!important;
    padding:13px!important;
  }
  .com-snapshot-lock-message{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:8px!important;
    padding:18px 20px!important;
    text-align:center!important;
  }
  .com-snapshot-lock-icon{
    width:46px!important;
    height:46px!important;
  }
  .com-snapshot-lock-icon svg{
    width:25px!important;
    height:25px!important;
  }
  .com-snapshot-lock-message strong{
    margin-bottom:4px!important;
    font-size:.96rem!important;
  }
  .com-snapshot-lock-message p{
    font-size:.77rem!important;
    line-height:1.38!important;
  }
  .com-snapshot-continue{
    min-height:62px!important;
    gap:12px!important;
    padding:11px 17px!important;
  }
  .com-snapshot-arrow{
    font-size:1.45rem!important;
  }
  .com-snapshot-continue strong{
    font-size:.94rem!important;
  }
  .com-snapshot-continue small{
    font-size:.72rem!important;
  }
}

@media(max-width:380px), (max-height:720px){
  #comResultModal.com-snapshot-modal .profile-modal-header{
    padding-top:18px!important;
  }
  #comResultModal.com-snapshot-modal .profile-modal-body{
    gap:10px!important;
  }
  .com-snapshot-markers h3{
    font-size:.9rem!important;
  }
  .com-snapshot-marker{
    padding:9px 11px!important;
  }
  .com-snapshot-locked{
    min-height:148px!important;
  }
  .com-snapshot-locked-content{
    max-height:148px!important;
  }
  .com-snapshot-lock-message{
    padding:12px 16px!important;
  }
  .com-snapshot-lock-icon{
    width:40px!important;
    height:40px!important;
  }
}

@media(prefers-reduced-motion:reduce){
  #comResultModal.com-snapshot-modal .profile-modal::before,
  #comResultModal.com-snapshot-modal .profile-modal-sub::after,
  .com-snapshot-code,
  .com-snapshot-type,
  .com-snapshot-continue{
    animation:none!important;
    background-position:50% 50%!important;
  }
}
/* UTF COM CORE PATTERN SNAPSHOT MODAL V10 END */

/* UTF COM COMPLETION FLOW + SECTION IDENTITIES V11 START */
.com-focus-ui .com-section-track{display:none!important;}

.com-focus-ui[data-com-section="1"]{--com-focus-accent:#22d3ee;--com-focus-accent-soft:rgba(34,211,238,.12);--com-focus-accent-edge:rgba(34,211,238,.54);}
.com-focus-ui[data-com-section="2"]{--com-focus-accent:#2dd4bf;--com-focus-accent-soft:rgba(45,212,191,.12);--com-focus-accent-edge:rgba(45,212,191,.54);}
.com-focus-ui[data-com-section="3"]{--com-focus-accent:#60a5fa;--com-focus-accent-soft:rgba(96,165,250,.12);--com-focus-accent-edge:rgba(96,165,250,.54);}
.com-focus-ui[data-com-section="4"]{--com-focus-accent:#a78bfa;--com-focus-accent-soft:rgba(167,139,250,.12);--com-focus-accent-edge:rgba(167,139,250,.54);}
.com-focus-ui[data-com-section="5"]{--com-focus-accent:#f0ad35;--com-focus-accent-soft:rgba(240,173,53,.115);--com-focus-accent-edge:rgba(240,173,53,.56);}

.com-focus-ui #assessmentForm .assessment-section-card{
  border-color:var(--com-focus-accent-edge)!important;
  background:radial-gradient(circle at 100% 0%,var(--com-focus-accent-soft),transparent 42%),linear-gradient(145deg,rgba(7,22,40,.93),rgba(4,14,28,.96))!important;
}
.com-focus-ui #assessmentForm .assessment-section-card::before{color:var(--com-focus-accent)!important;}
.com-focus-ui #assessmentForm .assessment-section-card::after{background:var(--com-focus-accent)!important;}
.com-focus-ui #assessmentForm .question{
  border-color:var(--com-focus-accent-edge)!important;
  background:radial-gradient(circle at 50% 0%,var(--com-focus-accent-soft),transparent 46%),linear-gradient(155deg,rgba(8,25,45,.97),rgba(4,15,30,.98))!important;
}
.com-focus-ui #assessmentForm .option input:checked + label{
  border-color:var(--com-focus-accent)!important;
  background:var(--com-focus-accent-soft)!important;
  box-shadow:0 0 0 1px var(--com-focus-accent-edge)!important;
}
.com-focus-ui #progressBar{background:var(--com-focus-accent)!important;box-shadow:0 0 14px var(--com-focus-accent-soft)!important;}

.com-focus-ui:not(.com-flow-ready) .com-completion-panel{display:none!important;}
.com-focus-ui.com-flow-ready #assessmentForm{display:none!important;}
.com-focus-ui.com-flow-ready .com-flow-controls{margin-top:11px!important;}

.com-completion-panel{
  display:grid;justify-items:center;gap:14px;width:min(792px,100%);margin:0 auto;padding:28px 30px;
  border:1px solid rgba(34,211,238,.34);border-radius:20px;
  background:radial-gradient(circle at 50% 0%,rgba(34,211,238,.105),transparent 43%),linear-gradient(150deg,rgba(7,23,41,.97),rgba(4,14,28,.985));
  text-align:center;
}
.com-completion-check{
  display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(34,211,238,.58);border-radius:50%;
  color:#77ecf8;background:rgba(34,211,238,.08);font-size:1.5rem;font-weight:900;
}
.com-completion-copy{display:grid;gap:5px;}
.com-completion-copy > span{color:#f0ad35;font-size:.68rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;}
.com-completion-copy h2{margin:0;color:#f7f9fc;font-size:clamp(1.35rem,2.7vw,1.85rem);line-height:1.18;}
.com-completion-copy p{margin:0;color:rgba(220,230,240,.78);font-size:.9rem;}
.com-completion-panel #agreementBox{display:block!important;width:100%;margin:3px 0 0!important;}
.com-completion-panel #agreementBox label{align-items:flex-start!important;text-align:left!important;}
.com-completion-panel #submitBtn{display:block!important;width:min(540px,100%)!important;margin:0 auto!important;}
.com-flow-ready .com-flow-back{min-width:170px!important;}

@media(min-width:681px) and (max-height:920px){
  .com-completion-panel{gap:10px;padding:21px 25px;}
  .com-completion-check{width:42px;height:42px;}
  .com-completion-copy h2{font-size:1.48rem;}
  .com-completion-panel #agreementBox{padding:11px 14px!important;}
  .com-completion-panel #submitBtn{min-height:50px!important;}
}
@media(max-width:680px){
  .com-completion-panel{gap:12px;padding:21px 15px;border-radius:17px;}
  .com-completion-copy h2{font-size:1.28rem;}
  .com-completion-copy p{font-size:.8rem;}
  .com-completion-panel #agreementBox{padding:11px 12px!important;}
  .com-completion-panel #agreementBox label{gap:10px!important;}
  .com-completion-panel #submitBtn{min-height:52px!important;font-size:.96rem!important;}
  .com-flow-ready .com-flow-back{min-width:154px!important;}
}
/* UTF COM COMPLETION FLOW + SECTION IDENTITIES V11 END */

/* UTF COM SECTION RAIL + STABLE VIEWPORT + MODAL FIT V13B START */
.com-focus-ui .com-section-track{display:flex!important;grid-column:2!important;grid-row:1 / span 2!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:124px!important;}
.com-focus-ui .com-section-marker{display:block!important;width:20px!important;height:4px!important;border-radius:999px!important;opacity:.18!important;filter:saturate(.72)!important;transform:none!important;box-shadow:none!important;transition:opacity .2s ease,filter .2s ease,box-shadow .2s ease!important;}
.com-focus-ui .com-section-marker:nth-child(1){background:#22d3ee!important;}
.com-focus-ui .com-section-marker:nth-child(2){background:#2dd4bf!important;}
.com-focus-ui .com-section-marker:nth-child(3){background:#60a5fa!important;}
.com-focus-ui .com-section-marker:nth-child(4){background:#a78bfa!important;}
.com-focus-ui .com-section-marker:nth-child(5){background:#f0ad35!important;}
.com-focus-ui .com-section-marker.is-complete{opacity:.56!important;filter:saturate(.92)!important;}
.com-focus-ui .com-section-marker.is-current{opacity:1!important;filter:saturate(1.12)!important;box-shadow:0 0 10px currentColor!important;}
#comResultModal.com-snapshot-modal .profile-modal{overflow-x:hidden!important;}
#comResultModal.com-snapshot-modal .profile-modal-body,#comResultModal.com-snapshot-modal .com-snapshot-locked{min-width:0!important;}
#comResultModal.com-snapshot-modal .com-snapshot-locked-content{transform:none!important;}
@media(min-width:681px) and (max-height:960px){
#comResultModal.com-snapshot-modal .profile-modal{width:min(900px,calc(100vw - 30px))!important;max-height:calc(100vh - 18px)!important;}
#comResultModal.com-snapshot-modal .profile-modal-header{padding:20px 58px 5px!important;}
#comResultModal.com-snapshot-modal .profile-modal-sub{margin-bottom:9px!important;font-size:.7rem!important;}
#comResultModal.com-snapshot-modal .profile-modal-title{font-size:clamp(1.8rem,3.5vw,2.55rem)!important;}
#comResultModal.com-snapshot-modal .profile-modal-body{gap:12px!important;padding:4px 58px 18px!important;}
.com-snapshot-marker{min-height:122px!important;padding:13px 12px!important;gap:6px!important;}
.com-snapshot-locked{min-height:154px!important;}
.com-snapshot-locked-content{max-height:154px!important;padding:13px!important;}
.com-snapshot-lock-message{gap:13px!important;padding:18px 62px!important;}
.com-snapshot-continue{min-height:62px!important;padding:10px 22px!important;}
}
@media(max-width:680px){
.com-focus-ui .com-section-track{grid-column:1!important;grid-row:3!important;justify-content:flex-start!important;min-width:0!important;margin-top:6px!important;}
.com-focus-ui .com-section-marker{width:18px!important;height:3px!important;}
}
/* UTF COM SECTION RAIL + STABLE VIEWPORT + MODAL FIT V13B END */

/* UTF COM SNAPSHOT CTA REFINEMENT V17 START */
@media(min-width:681px){
  #comResultModal.com-snapshot-modal .com-snapshot-action-row{
    display:flex!important;
    justify-content:center!important;
    padding-top:2px!important;
  }
  #comResultModal.com-snapshot-modal .com-snapshot-continue{
    width:min(430px,100%)!important;
    min-height:56px!important;
    padding:9px 20px!important;
    gap:0!important;
    border-radius:13px!important;
  }
  #comResultModal.com-snapshot-modal .com-snapshot-continue > span{
    width:100%!important;
    text-align:center!important;
    gap:2px!important;
  }
  #comResultModal.com-snapshot-modal .com-snapshot-continue strong{
    font-size:.96rem!important;
  }
  #comResultModal.com-snapshot-modal .com-snapshot-continue small{
    font-size:.72rem!important;
  }
}
#comResultModal.com-snapshot-modal .com-snapshot-arrow{
  display:none!important;
}
/* UTF COM SNAPSHOT CTA REFINEMENT V17 END */

/* UTF COM INLINE SNAPSHOT RESULT V18 START */
.com-snapshot-page-results{
  max-width:960px!important;
  margin:22px auto 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.com-snapshot-page-results .result-modal-source{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
.com-snapshot-page{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(86,155,210,.32);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(6,20,38,.98),rgba(4,14,29,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.com-snapshot-page::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:var(--card-grad,var(--com-flow-grad));
}
.com-snapshot-page-header{
  padding:28px 54px 8px;
  text-align:center;
}
.com-snapshot-page-kicker{
  margin-bottom:12px;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#f0ad35;
}
.com-snapshot-page-header h1{
  margin:0;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.08;
  color:#f8fafc;
}
.com-snapshot-page-body{
  display:grid;
  gap:18px;
  padding:8px 54px 28px;
}
.com-snapshot-page-body .com-snapshot-action-row{
  display:flex;
  justify-content:center;
}
.com-snapshot-page-body .com-snapshot-continue{
  width:min(430px,100%)!important;
  min-height:56px!important;
  padding:9px 20px!important;
}
.com-snapshot-retake-row{
  margin:16px 0 0!important;
}
@media(max-width:680px){
  .com-snapshot-page-results{
    margin-top:12px!important;
  }
  .com-snapshot-page{
    border-radius:18px;
  }
  .com-snapshot-page-header{
    padding:24px 18px 6px;
  }
  .com-snapshot-page-header h1{
    font-size:clamp(1.65rem,8vw,2.2rem);
  }
  .com-snapshot-page-body{
    gap:14px;
    padding:8px 14px 20px;
  }
}
/* UTF COM INLINE SNAPSHOT RESULT V18 END */
