.ivq-shell{--bg:#08080d;--panel:rgba(19,19,28,.88);--soft:#1d1d28;--line:rgba(255,255,255,.09);--text:#fff;--muted:#aaaabb;--accent:#ff3f82;--accent2:#8c5cff;position:relative;isolation:isolate;overflow:hidden;max-width:1220px;margin:18px auto;padding:46px 28px;border-radius:34px;background:radial-gradient(circle at 20% -10%,rgba(255,63,130,.22),transparent 32%),radial-gradient(circle at 95% 25%,rgba(140,92,255,.16),transparent 26%),linear-gradient(145deg,#08080d,#101018);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;box-sizing:border-box;min-height:760px;box-shadow:0 30px 80px rgba(0,0,0,.18)}.ivq-shell *{box-sizing:border-box}.ivq-noise{position:absolute;inset:0;z-index:-1;opacity:.055;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.ivq-bg-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(85px);opacity:.22;pointer-events:none}.ivq-orb-a{width:380px;height:380px;background:#ff3f82;top:-190px;right:-120px}.ivq-orb-b{width:300px;height:300px;background:#7049ff;bottom:-160px;left:-110px}.ivq-screen{display:none;position:relative;z-index:2}.ivq-screen.is-active{display:block;animation:ivqIn .42s cubic-bezier(.2,.75,.25,1)}@keyframes ivqIn{from{opacity:0;transform:translateY(14px) scale(.995)}to{opacity:1;transform:none}}.ivq-hero{text-align:center;max-width:800px;margin:0 auto 34px}.ivq-top-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:999px;color:#e7d9df;font-size:12px;font-weight:750;letter-spacing:.03em;text-transform:uppercase;backdrop-filter:blur(10px)}.ivq-dot{width:8px;height:8px;border-radius:50%;background:#38d98a;box-shadow:0 0 0 5px rgba(56,217,138,.12),0 0 18px rgba(56,217,138,.45)}.ivq-hero h1{font-size:clamp(35px,5vw,62px);letter-spacing:-.045em;line-height:1.02;margin:16px 0 13px;color:#fff}.ivq-hero p{font-size:17px;line-height:1.65;color:var(--muted);margin:0 auto;max-width:680px}.ivq-trust-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:18px;color:#858596;font-size:12px}.ivq-trust-row i{width:3px;height:3px;border-radius:50%;background:#5b5b68}.ivq-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ivq-card{appearance:none;border:1px solid var(--line);padding:0;background:#14141c;border-radius:24px;overflow:hidden;color:#fff;text-align:left;cursor:pointer;box-shadow:0 14px 36px rgba(0,0,0,.24);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.ivq-card:hover{transform:translateY(-7px);border-color:rgba(255,63,130,.55);box-shadow:0 24px 56px rgba(0,0,0,.36),0 0 0 1px rgba(255,63,130,.07)}.ivq-photo-wrap{position:relative;display:block;overflow:hidden;aspect-ratio:3/4;background:#171720}.ivq-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.ivq-card:hover img{transform:scale(1.04);filter:saturate(1.06)}.ivq-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,7,10,.15) 58%,rgba(7,7,10,.96) 100%)}.ivq-live{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(8,8,12,.62);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);font-size:11px;font-style:normal}.ivq-live i{width:7px;height:7px;border-radius:50%;background:#38d98a;box-shadow:0 0 10px rgba(56,217,138,.8)}.ivq-pick{position:absolute;right:12px;top:12px;opacity:0;transform:translateY(-4px);padding:7px 11px;border-radius:999px;background:#fff;color:#101016;font-size:11px;font-weight:800;transition:.22s}.ivq-card:hover .ivq-pick{opacity:1;transform:none}.ivq-profile-overlay{position:absolute;left:16px;right:16px;bottom:15px;display:flex;flex-direction:column;gap:3px}.ivq-profile-overlay strong{font-size:22px;letter-spacing:-.025em}.ivq-profile-overlay small{color:#c5c5d0;font-size:12px}.ivq-privacy{text-align:center;color:#747484;font-size:12px;margin:23px 0 0}.ivq-quiz-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;max-width:1000px;margin:0 auto;align-items:stretch}.ivq-selected-card,.ivq-panel{background:var(--panel);border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 64px rgba(0,0,0,.3);backdrop-filter:blur(16px)}.ivq-selected-card{padding:18px;display:flex;flex-direction:column;align-items:center;text-align:center}.ivq-selected-label,.ivq-question-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#a7a7b5}.ivq-selected-photo{position:relative;width:100%;margin:13px 0 16px}.ivq-selected-photo img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:20px;display:block}.ivq-selected-photo span{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:6px;white-space:nowrap;background:rgba(8,8,12,.68);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);padding:7px 9px;border-radius:999px;font-size:10px}.ivq-selected-photo i{width:7px;height:7px;background:#38d98a;border-radius:50%}.ivq-selected-card h3{font-size:25px;margin:0 0 5px}.ivq-selected-card p{font-size:12px;line-height:1.5;color:#888899;margin:0 0 14px}.ivq-change{margin-top:auto;border:1px solid rgba(255,255,255,.12);background:#1b1b25;color:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:700}.ivq-change:hover{border-color:rgba(255,63,130,.5)}.ivq-panel{padding:28px}.ivq-mobile-profile{display:none}.ivq-progress-meta{display:flex;justify-content:space-between;margin:2px 0 9px;color:#9999aa;font-size:12px}.ivq-progress{height:7px;background:#262631;border-radius:999px;overflow:hidden}.ivq-progress b{display:block;height:100%;width:20%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#ff7068);transition:width .35s ease;box-shadow:0 0 18px rgba(255,63,130,.3)}.ivq-quiz-box{padding:42px 0 6px}.ivq-question-kicker{display:block;text-align:center;color:#c2a9b3}.ivq-quiz-box h2{font-size:clamp(28px,4vw,42px);line-height:1.14;letter-spacing:-.025em;text-align:center;margin:9px auto 30px;max-width:670px;color:#fff}.ivq-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ivq-answer{display:grid;grid-template-columns:38px 1fr 24px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#1a1a24,#171720);color:#fff;border-radius:17px;padding:14px 15px;font-size:15px;text-align:left;cursor:pointer;transition:.2s;min-height:64px}.ivq-answer:hover{border-color:rgba(255,93,112,.88);background:linear-gradient(135deg,rgba(255,63,130,.16),rgba(255,112,104,.10));transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.22),0 0 0 1px rgba(255,63,130,.16),0 0 24px rgba(255,63,130,.10)}.ivq-answer:hover .ivq-answer-letter{background:linear-gradient(135deg,var(--accent),#ff7068);color:#fff;box-shadow:0 8px 20px rgba(255,63,130,.18)}.ivq-answer-letter{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#252532;color:#cfcfda;font-size:12px;font-weight:850}.ivq-answer em{font-style:normal;color:#6f6f7d;font-size:18px}.ivq-answer:hover em{color:#fff;transform:translateX(2px)}.ivq-center-card{width:min(790px,100%);min-height:590px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.ivq-transition-card .ivq-checkmark{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:rgba(56,217,138,.12);border:1px solid rgba(56,217,138,.28);color:#61e5a0;font-size:27px;margin-bottom:15px}.ivq-center-card h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.03em;margin:7px 0 7px;color:#fff}.ivq-center-card p{color:var(--muted);margin:0}.ivq-count-ring{width:116px;height:116px;border-radius:50%;display:grid;place-items:center;margin-top:22px;background:conic-gradient(var(--accent) 0 82%,#292934 82%);position:relative;box-shadow:0 0 50px rgba(255,63,130,.16)}.ivq-count-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#15151e}.ivq-count-ring span{position:relative;z-index:2;font-size:43px;font-weight:850}.ivq-dots{display:flex;gap:7px;margin-top:22px}.ivq-dots i{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:ivqDot 1.1s infinite}.ivq-dots i:nth-child(2){animation-delay:.15s}.ivq-dots i:nth-child(3){animation-delay:.3s}@keyframes ivqDot{0%,70%,100%{transform:translateY(0);opacity:.35}35%{transform:translateY(-7px);opacity:1}}.ivq-connect-screen{min-height:680px}.ivq-connect-bg{position:absolute;inset:-48px -30px;z-index:-1;background-position:center;background-size:cover;filter:blur(24px) saturate(.85);transform:scale(1.08);opacity:.72}.ivq-connect-screen:after{content:"";position:absolute;inset:-46px -28px;z-index:-1;background:radial-gradient(circle at center,rgba(8,8,13,.1),rgba(8,8,13,.86) 68%)}.ivq-connect{background:rgba(15,15,22,.7)}.ivq-avatar-stage{position:relative;width:180px;height:180px;margin-bottom:14px;display:grid;place-items:center}.ivq-avatar-stage img{position:relative;z-index:3;width:140px;height:140px;border-radius:50%;object-fit:cover;border:5px solid #181820;box-shadow:0 18px 45px rgba(0,0,0,.4)}.ivq-avatar-stage>b{position:absolute;z-index:4;right:20px;bottom:25px;width:20px;height:20px;border-radius:50%;background:#38d98a;border:4px solid #15151d}.ivq-wave{position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(255,63,130,.55);animation:ivqPulse 2.4s infinite}.ivq-wave.w2{animation-delay:.8s}.ivq-wave.w3{animation-delay:1.6s}@keyframes ivqPulse{0%{transform:scale(.75);opacity:.75}100%{transform:scale(1.62);opacity:0}}.ivq-connect h2{max-width:650px}.ivq-status{font-size:15px!important;margin-top:7px!important}.ivq-timer-wrap{margin:17px 0 12px}.ivq-timer-wrap small{color:#777788;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.ivq-timer{font-size:54px;font-weight:900;letter-spacing:.055em;line-height:1.05;margin-top:4px;font-variant-numeric:tabular-nums}.ivq-loader{width:min(520px,88%);height:9px;background:#292934;border-radius:999px;overflow:hidden}.ivq-loader b{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),#ff7367,var(--accent2));transition:width 1s linear}.ivq-steps{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin-top:18px}.ivq-steps span{font-size:11px;color:#777785;padding:7px 10px;border-radius:999px;background:#1b1b24;border:1px solid transparent;transition:.3s}.ivq-steps span.active{color:#fff;border-color:rgba(255,255,255,.09);background:#22222d}.ivq-disclosure{display:block;max-width:600px;color:#787887;font-size:10px;line-height:1.5;margin-top:24px}.ivq-ready-badge{margin-top:5px;background:rgba(56,217,138,.12);color:#68e6a4;border:1px solid rgba(56,217,138,.25);padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ivq-final-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:235px;margin-top:23px;padding:16px 24px;border-radius:16px;background:linear-gradient(135deg,var(--accent),#ff7068);color:#fff!important;text-decoration:none!important;font-weight:850;box-shadow:0 15px 34px rgba(255,63,130,.24);transition:.2s}.ivq-final-btn:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(255,63,130,.32)}.ivq-final-btn span{font-size:20px}.ivq-avatar-stage.final .ivq-wave{display:none}
@media(max-width:920px){.ivq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ivq-shell{margin:10px auto;padding:34px 16px;border-radius:24px}.ivq-quiz-layout{grid-template-columns:210px minmax(0,1fr)}}
@media(max-width:700px){.ivq-quiz-layout{display:block}.ivq-selected-card{display:none}.ivq-mobile-profile{display:flex;align-items:center;gap:11px;margin-bottom:20px}.ivq-mobile-profile img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.12)}.ivq-mobile-profile div{display:flex;flex-direction:column}.ivq-mobile-profile small{font-size:9px;color:#808090;text-transform:uppercase;letter-spacing:.08em}.ivq-mobile-profile strong{font-size:16px}.ivq-answers{grid-template-columns:1fr}}
@media(max-width:560px){.ivq-shell{min-height:100vh;margin:0;border-radius:0;padding:24px 11px}.ivq-hero{margin-bottom:22px}.ivq-hero h1{font-size:37px}.ivq-hero p{font-size:14px}.ivq-trust-row{font-size:10px}.ivq-grid{gap:9px}.ivq-card{border-radius:17px}.ivq-live{left:8px;top:8px;font-size:9px;padding:5px 7px}.ivq-pick{display:none}.ivq-profile-overlay{left:10px;right:10px;bottom:10px}.ivq-profile-overlay strong{font-size:17px}.ivq-profile-overlay small{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ivq-panel{padding:17px;border-radius:21px}.ivq-quiz-box{padding-top:31px}.ivq-quiz-box h2{font-size:28px;margin-bottom:22px}.ivq-answer{padding:12px;min-height:58px}.ivq-center-card{min-height:620px}.ivq-timer{font-size:46px}.ivq-avatar-stage{width:166px;height:166px}.ivq-connect-bg{inset:-25px -12px}.ivq-connect-screen:after{inset:-24px -11px}}
/* V4 countdown ring + policy-conscious ad zones */
.ivq-count-ring{background:conic-gradient(var(--accent) 0 var(--ivq-ring-progress,100%),#292934 var(--ivq-ring-progress,100%) 100%);transition:background .18s linear}
.ivq-ad-zone{position:relative;z-index:5;width:min(970px,100%);margin-left:auto;margin-right:auto;text-align:center;clear:both}
.ivq-ad-top{margin-top:0;margin-bottom:38px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.07)}
.ivq-ad-bottom{margin-top:42px;padding-top:30px;border-top:1px solid rgba(255,255,255,.07)}
.ivq-ad-label{display:block;margin-bottom:8px;color:#737382;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.12em}
.ivq-ad-inner{min-height:90px;display:flex;align-items:center;justify-content:center;overflow:visible}
.ivq-ad-inner ins{max-width:100%}
@media(max-width:560px){.ivq-ad-top{margin-bottom:30px;padding-bottom:24px}.ivq-ad-bottom{margin-top:34px;padding-top:24px}.ivq-ad-inner{min-height:60px}}
/* V5 deterministic SVG countdown ring */
.ivq-count-ring{background:transparent!important;position:relative;width:116px;height:116px;display:grid;place-items:center;margin-top:22px;border-radius:50%;box-shadow:0 0 50px rgba(255,63,130,.16)}
.ivq-count-ring:after{display:none!important}
.ivq-ring-svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);overflow:visible}
.ivq-ring-track,.ivq-ring-progress{fill:none;stroke-width:8}
.ivq-ring-track{stroke:#292934}
.ivq-ring-progress{stroke:var(--accent);stroke-linecap:round;stroke-dasharray:326.7256;stroke-dashoffset:0;will-change:stroke-dashoffset}
.ivq-count-ring span{position:relative;z-index:2;font-size:43px;font-weight:850;font-variant-numeric:tabular-nums}
/* V8 unified pink/coral controls — overrides theme/button styles */
.ivq-shell .ivq-change,
.ivq-shell button.ivq-change{
  border:1px solid rgba(255,112,104,.78)!important;
  background:linear-gradient(135deg,var(--accent),#ff7068)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(255,63,130,.22)!important;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important;
}
.ivq-shell .ivq-change:hover,
.ivq-shell .ivq-change:focus,
.ivq-shell button.ivq-change:hover,
.ivq-shell button.ivq-change:focus{
  border-color:rgba(255,112,104,.98)!important;
  background:linear-gradient(135deg,var(--accent),#ff7068)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 15px 34px rgba(255,63,130,.32)!important;
  outline:none!important;
}
.ivq-shell .ivq-answer,
.ivq-shell button.ivq-answer{
  border:1px solid rgba(255,88,124,.36)!important;
  background:linear-gradient(180deg,#1a1a24,#171720)!important;
  color:#fff!important;
  box-shadow:none!important;
  outline:none!important;
}
.ivq-shell .ivq-answer:hover,
.ivq-shell .ivq-answer:focus,
.ivq-shell button.ivq-answer:hover,
.ivq-shell button.ivq-answer:focus{
  border-color:rgba(255,112,104,.98)!important;
  background:linear-gradient(135deg,#ff3f82 0%,#ff7068 100%)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 14px 32px rgba(255,63,130,.28)!important;
  outline:none!important;
}
.ivq-shell .ivq-answer:hover .ivq-answer-letter,
.ivq-shell .ivq-answer:focus .ivq-answer-letter{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.ivq-shell .ivq-answer:hover em,
.ivq-shell .ivq-answer:focus em{color:#fff!important}

/* V9 — exact Continue-button color matching */
.ivq-shell .ivq-change,
.ivq-shell button.ivq-change,
.ivq-shell .ivq-change:hover,
.ivq-shell .ivq-change:focus,
.ivq-shell button.ivq-change:hover,
.ivq-shell button.ivq-change:focus{
  background:linear-gradient(135deg,#ff3f82 0%,#ff7068 100%)!important;
  border:0!important;
  color:#fff!important;
  box-shadow:0 15px 34px rgba(255,63,130,.24)!important;
  filter:none!important;
  opacity:1!important;
}
.ivq-shell .ivq-answer,
.ivq-shell button.ivq-answer{
  border:1px solid rgba(255,63,130,.42)!important;
  background:linear-gradient(180deg,#1a1a24 0%,#171720 100%)!important;
  color:#fff!important;
  box-shadow:none!important;
  filter:none!important;
}
.ivq-shell .ivq-answer:hover,
.ivq-shell .ivq-answer:focus,
.ivq-shell button.ivq-answer:hover,
.ivq-shell button.ivq-answer:focus{
  background:linear-gradient(135deg,#ff3f82 0%,#ff7068 100%)!important;
  border-color:transparent!important;
  color:#fff!important;
  box-shadow:0 15px 34px rgba(255,63,130,.24)!important;
  filter:none!important;
  opacity:1!important;
}
.ivq-shell .ivq-answer:hover .ivq-answer-letter,
.ivq-shell .ivq-answer:focus .ivq-answer-letter{
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
}


/* V10 — unified permanent CTA styling: answers + change profile match final Continue */
.ivq-shell .ivq-change,
.ivq-shell button.ivq-change,
.ivq-shell .ivq-answer,
.ivq-shell button.ivq-answer{
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(135deg,#ff3f82 0%,#ff7068 100%)!important;
  color:#fff!important;
  box-shadow:0 15px 34px rgba(255,63,130,.24)!important;
  text-decoration:none!important;
}
.ivq-shell .ivq-change{
  border-radius:16px!important;
  padding:12px 18px!important;
}
.ivq-shell .ivq-answer .ivq-answer-letter{
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.ivq-shell .ivq-answer em{color:rgba(255,255,255,.88)!important}
.ivq-shell .ivq-change:hover,
.ivq-shell .ivq-change:focus,
.ivq-shell button.ivq-change:hover,
.ivq-shell button.ivq-change:focus,
.ivq-shell .ivq-answer:hover,
.ivq-shell .ivq-answer:focus,
.ivq-shell button.ivq-answer:hover,
.ivq-shell button.ivq-answer:focus{
  border-color:rgba(255,255,255,.18)!important;
  background:linear-gradient(135deg,#ff3f82 0%,#ff7068 100%)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 20px 42px rgba(255,63,130,.32)!important;
  filter:brightness(1.04);
}
.ivq-shell .ivq-change:active,
.ivq-shell .ivq-answer:active{
  transform:translateY(0)!important;
  filter:brightness(.98);
}

/* V11 — single pink/coral visual system: no blue accents */
.ivq-shell{
  --accent:#ff3f82;
  --accent-warm:#ff7068;
  --cta-gradient:linear-gradient(135deg,#ff3f82 0%,#ff7068 100%);
}

/* Every primary clickable control uses the exact Continue CTA treatment */
.ivq-shell .ivq-final-btn,
.ivq-shell .ivq-change,
.ivq-shell button.ivq-change,
.ivq-shell .ivq-answer,
.ivq-shell button.ivq-answer{
  background:var(--cta-gradient)!important;
  border:0!important;
  color:#fff!important;
  outline:none!important;
  box-shadow:0 15px 34px rgba(255,63,130,.24)!important;
  text-shadow:none!important;
  -webkit-text-fill-color:#fff!important;
}
.ivq-shell .ivq-final-btn *,
.ivq-shell .ivq-change *,
.ivq-shell .ivq-answer *{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.ivq-shell .ivq-final-btn:hover,
.ivq-shell .ivq-final-btn:focus,
.ivq-shell .ivq-change:hover,
.ivq-shell .ivq-change:focus,
.ivq-shell .ivq-answer:hover,
.ivq-shell .ivq-answer:focus{
  background:var(--cta-gradient)!important;
  border:0!important;
  color:#fff!important;
  outline:none!important;
  transform:translateY(-2px)!important;
  box-shadow:0 20px 42px rgba(255,63,130,.34)!important;
  filter:brightness(1.04)!important;
}
.ivq-shell .ivq-answer .ivq-answer-letter{
  background:rgba(255,255,255,.17)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.ivq-shell .ivq-answer em{color:#fff!important;opacity:.9}

/* Remove blue outlines/borders from profile cards and replace with restrained pink accent */
.ivq-shell .ivq-card,
.ivq-shell button.ivq-card{
  border:1px solid rgba(255,63,130,.26)!important;
  outline:none!important;
  box-shadow:0 14px 36px rgba(0,0,0,.24)!important;
}
.ivq-shell .ivq-card:hover,
.ivq-shell .ivq-card:focus,
.ivq-shell button.ivq-card:hover,
.ivq-shell button.ivq-card:focus{
  border-color:rgba(255,112,104,.72)!important;
  outline:none!important;
  box-shadow:0 24px 56px rgba(0,0,0,.36),0 0 0 1px rgba(255,63,130,.14),0 0 28px rgba(255,63,130,.10)!important;
}

/* Circular profile/result image gets a pink -> coral gradient ring */
.ivq-shell .ivq-avatar-stage::before{
  content:"";
  position:absolute;
  z-index:2;
  width:150px;
  height:150px;
  border-radius:50%;
  background:var(--cta-gradient);
  box-shadow:0 12px 34px rgba(255,63,130,.24);
}
.ivq-shell .ivq-avatar-stage img{
  width:140px!important;
  height:140px!important;
  border:5px solid #181820!important;
  outline:none!important;
  box-shadow:0 18px 45px rgba(0,0,0,.4)!important;
}
.ivq-shell .ivq-avatar-stage>b{z-index:5!important}

/* Smaller selected/mobile profile images: remove cool-blue/neutral rings */
.ivq-shell .ivq-mobile-profile img{
  border:2px solid #ff5a78!important;
  outline:none!important;
  box-shadow:0 0 0 2px rgba(255,112,104,.22)!important;
}

/* Keep progress/ring/loading indicators in the same palette; remove purple/blue endpoint */
.ivq-shell .ivq-progress b,
.ivq-shell .ivq-loader b{
  background:var(--cta-gradient)!important;
}
.ivq-shell .ivq-ring-progress{stroke:#ff4c7b!important}

@media(max-width:560px){
  .ivq-shell .ivq-avatar-stage::before{width:146px;height:146px}
  .ivq-shell .ivq-avatar-stage img{width:136px!important;height:136px!important}
}
