:root {
  --blue-950: #071d3f;
  --blue-900: #0a2b59;
  --blue-800: #0b438f;
  --blue-700: #0969da;
  --blue-600: #1687f8;
  --cyan: #18c6e8;
  --ink: #10233f;
  --muted: #5f7188;
  --line: #d9e6f4;
  --soft: #eef6ff;
  --white: #fff;
  --amber: #f5a524;
  --green: #0ba875;
  --red: #df4b54;
  --shadow: 0 24px 70px rgba(9, 66, 135, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 85% 4%, rgba(24, 198, 232, .16), transparent 24rem), linear-gradient(180deg, #eaf5ff 0, #f7fbff 30rem, #edf5fc 100%); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }
.page-shell { min-height: 100vh; }
.brand-bar { height: 72px; max-width: 1120px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: inherit; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: white; font-size: 21px; font-weight: 900; border-radius: 13px; background: linear-gradient(145deg, var(--cyan), var(--blue-700)); box-shadow: 0 10px 24px rgba(9, 105, 218, .24); }
.brand b, .brand small { display: block; }.brand b { font-size: 16px; }.brand small { color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.trust-pill { border: 1px solid rgba(9, 105, 218, .18); background: rgba(255,255,255,.72); color: var(--blue-800); padding: 8px 13px; border-radius: 999px; font-size: 13px; font-weight: 700; backdrop-filter: blur(10px); }
.trust-pill i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(11,168,117,.12); }
main { max-width: 1120px; margin: 0 auto; padding: 28px 24px 56px; }
.intro-panel { position: relative; overflow: hidden; min-height: 310px; padding: 48px 54px; display: grid; grid-template-columns: 1.45fr .75fr; align-items: center; color: white; border-radius: 28px; background: radial-gradient(circle at 78% 45%, rgba(24,198,232,.25), transparent 15rem), linear-gradient(120deg, var(--blue-950), var(--blue-800) 62%, #075ba9); box-shadow: var(--shadow); }
.intro-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg, transparent, black); }
.intro-copy { position: relative; z-index: 2; }.eyebrow { color: #78ddf6; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.intro-copy h1 { margin: 10px 0 16px; font-size: clamp(34px, 5vw, 54px); line-height: 1.12; letter-spacing: -.04em; }.intro-copy h1 em { color: #8deaff; font-style: normal; }
.intro-copy > p { max-width: 650px; margin: 0; color: rgba(235,246,255,.78); font-size: 17px; }
.intro-points { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: #dff8ff; font-size: 13px; font-weight: 700; }
.decision-orbit { position: relative; width: 240px; height: 240px; margin: auto; border: 1px solid rgba(141,234,255,.35); border-radius: 50%; box-shadow: inset 0 0 60px rgba(24,198,232,.08); animation: breathe 4s ease-in-out infinite; }
.decision-orbit::before { content: ""; position: absolute; inset: 37px; border: 1px dashed rgba(141,234,255,.28); border-radius: 50%; }
.orbit-core { position: absolute; inset: 72px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--blue-950); background: linear-gradient(145deg, #dffcff, #6dddf5); box-shadow: 0 0 48px rgba(93,226,255,.36); }.orbit-core strong { font-size: 27px; }.orbit-core small { font-size: 11px; }
.orbit-node { position: absolute; z-index: 2; min-width: 54px; padding: 7px 9px; text-align: center; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(3,32,72,.75); font-size: 13px; font-weight: 800; backdrop-filter: blur(7px); }.node-a { top: -10px; left: 93px; }.node-b { top: 98px; right: -20px; }.node-c { bottom: -10px; left: 93px; }.node-d { top: 98px; left: -20px; }
@keyframes breathe { 50% { transform: scale(1.025); box-shadow: inset 0 0 72px rgba(24,198,232,.15), 0 0 42px rgba(24,198,232,.09); } }
.wizard-card, .result-card { max-width: 880px; margin: -24px auto 0; position: relative; z-index: 3; padding: 30px 38px 34px; border: 1px solid rgba(158,188,222,.55); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.wizard-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }.wizard-top > div span, .wizard-top > div strong { display: block; }.step-label { color: var(--blue-700); font-size: 12px; font-weight: 900; letter-spacing: .12em; }.wizard-top strong { margin-top: 3px; font-size: 24px; }.saved-state { color: var(--muted); font-size: 12px; }
.progress-track { height: 7px; margin: 17px 0 14px; overflow: hidden; border-radius: 99px; background: #dfebf7; }.progress-track span { display: block; width: 16.666%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-700), var(--cyan)); transition: width .3s ease; box-shadow: 0 0 16px rgba(24,198,232,.4); }.progress-track.small { height: 5px; margin: 10px 0 24px; }
.step-dots { margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; color: #8a9bb0; font-size: 12px; text-align: center; }.step-dots li { position: relative; padding-top: 13px; }.step-dots li::before { content: ""; position: absolute; top: 0; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #c4d3e4; transform: translateX(-50%); }.step-dots li.active { color: var(--blue-700); font-weight: 800; }.step-dots li.active::before { background: var(--blue-700); box-shadow: 0 0 0 5px rgba(9,105,218,.12); }.step-dots li.done::before { background: var(--green); }
.form-step { display: none; animation: rise .28s ease; }.form-step.active { display: block; }@keyframes rise { from { opacity: 0; transform: translateY(7px); } }
.section-heading { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 24px; }.section-heading > span { flex: 0 0 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: var(--blue-700); background: var(--soft); font-weight: 900; }.section-heading h2 { margin: 0; font-size: 24px; line-height: 1.25; }.section-heading p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.field-grid { display: grid; gap: 18px; }.field-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }.field-grid .full { grid-column: 1/-1; }
.field { display: block; }.field > span, .choice-field legend { display: block; margin-bottom: 7px; font-weight: 800; }.field b, legend b, .consent-row b { color: var(--red); }.field small, legend small, .range-field small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 400; }
input:not([type="radio"]):not([type="checkbox"]):not([type="range"]), select, textarea { width: 100%; min-height: 49px; border: 1px solid var(--line); border-radius: 11px; background: #fbfdff; color: var(--ink); outline: none; padding: 12px 14px; transition: border .2s, box-shadow .2s, background .2s; }
textarea { min-height: 88px; resize: vertical; }input:focus, select:focus, textarea:focus { border-color: var(--blue-600); background: white; box-shadow: 0 0 0 4px rgba(22,135,248,.1); }input.invalid, select.invalid, textarea.invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(223,75,84,.09); }
.choice-field { margin: 22px 0 0; padding: 0; border: 0; }.choice-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }.choice-cards.compact { grid-template-columns: repeat(4,minmax(0,1fr)); }.choice-cards.wrap { grid-template-columns: repeat(3,minmax(0,1fr)); }.choice-cards label, .strategy-grid label { position: relative; }.choice-cards input, .strategy-grid input { position: absolute; opacity: 0; pointer-events: none; }.choice-cards label > span, .strategy-grid label > span { height: 100%; min-height: 52px; padding: 11px 12px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; transition: all .2s; cursor: pointer; }.choice-cards.compact label > span { align-items: center; text-align: center; }.choice-cards label > span:hover, .strategy-grid label > span:hover { border-color: #8bbff4; background: var(--soft); }.choice-cards input:checked + span, .strategy-grid input:checked + span { border-color: var(--blue-600); color: var(--blue-800); background: #e7f4ff; box-shadow: inset 0 0 0 1px var(--blue-600), 0 8px 22px rgba(9,105,218,.09); }.choice-cards small, .strategy-grid small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.insight-note, .submit-alert { margin-top: 24px; display: flex; gap: 11px; padding: 14px 16px; border: 1px solid #b9ddf7; border-radius: 13px; background: #eef9ff; color: #214868; }.insight-note i, .submit-alert i { flex: 0 0 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-700); color: white; font-size: 13px; font-style: normal; font-weight: 900; }.insight-note p, .submit-alert p { margin: 0; font-size: 13px; }.submit-alert { border-color: #f6d699; background: #fff8e9; color: #674b12; }.submit-alert i { background: var(--amber); }
.score-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-bottom: 16px; }.score-field span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; }
.range-stack { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 24px; }.range-stack.three { grid-template-columns: repeat(3,minmax(0,1fr)); }.range-field { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #f8fbff; }.range-field > span { display: flex; align-items: center; justify-content: space-between; }.range-field output { min-width: 38px; color: var(--blue-700); font-weight: 900; text-align: right; }.range-field input { width: 100%; margin-top: 14px; accent-color: var(--blue-700); }
.interest-launch { padding: 20px; display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(135deg, #f5fbff, #eef4ff); }.interest-launch strong { font-size: 18px; }.interest-launch p { margin: 5px 0 13px; color: var(--muted); font-size: 13px; }
.mini-radar { position: relative; width: 130px; height: 130px; margin: auto; border: 1px solid #b8daf5; border-radius: 50%; }.mini-radar::before, .mini-radar::after { content: ""; position: absolute; inset: 28px; border: 1px dashed #bad9f2; border-radius: 50%; }.mini-radar::after { inset: 54px; background: var(--blue-600); border: 0; box-shadow: 0 0 24px rgba(22,135,248,.35); }.mini-radar span { position: absolute; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-800); background: white; border: 1px solid var(--line); font-size: 11px; font-weight: 900; }.mini-radar span:nth-child(1){top:-8px;left:52px}.mini-radar span:nth-child(2){top:23px;right:-5px}.mini-radar span:nth-child(3){bottom:19px;right:0}.mini-radar span:nth-child(4){bottom:-8px;left:52px}.mini-radar span:nth-child(5){bottom:19px;left:0}.mini-radar span:nth-child(6){top:23px;left:-5px}
.secondary-btn, .primary-btn, .ghost-btn { min-height: 48px; border-radius: 11px; padding: 11px 20px; font-weight: 900; transition: transform .18s, box-shadow .18s, background .18s; }.secondary-btn { color: var(--blue-700); border: 1px solid #89bff1; background: white; }.secondary-btn:hover { background: #eaf5ff; }.primary-btn { color: white; border: 0; background: linear-gradient(110deg, var(--blue-700), var(--blue-600) 65%, #0db9d9); box-shadow: 0 11px 25px rgba(9,105,218,.23); }.primary-btn:hover { transform: translateY(-1px); box-shadow: 0 15px 31px rgba(9,105,218,.28); }.primary-btn:disabled { cursor: wait; opacity: .65; }.ghost-btn { color: var(--blue-800); border: 1px solid var(--line); background: white; }.text-btn { padding: 6px 0; color: var(--blue-700); border: 0; background: none; font-weight: 800; }
.interest-result { margin-bottom: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #f8fbff; }.result-bars { display: grid; gap: 9px; }.result-bars > div { display: grid; grid-template-columns: 42px 1fr 34px; gap: 9px; align-items: center; font-size: 12px; }.result-bars i { height: 8px; overflow: hidden; border-radius: 99px; background: #dce9f5; }.result-bars i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--blue-700),var(--cyan)); }
.strategy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }.strategy-grid label > span { padding: 14px 14px 14px 58px; position: relative; }.strategy-grid i { position: absolute; left: 13px; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue-700); border-radius: 10px; background: #e2f2ff; transform: translateY(-50%); font-style: normal; font-weight: 900; }
.preview-strip { margin-bottom: 22px; padding: 17px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-radius: 15px; color: white; background: linear-gradient(120deg,var(--blue-900),var(--blue-700)); }.preview-strip div { text-align: center; border-right: 1px solid rgba(255,255,255,.2); }.preview-strip span,.preview-strip small { display:block }.preview-strip span { font-size: 24px; font-weight: 900; }.preview-strip small { font-size: 11px; color: #ccecff; }.preview-strip p { margin: 0; padding-left: 18px; font-size: 13px; color: #eaf8ff; }
.consent-row { margin-top: 22px; display: flex; align-items: flex-start; gap: 11px; padding: 15px; border-radius: 13px; background: #f5f8fc; color: #40536a; font-size: 13px; }.consent-row + .consent-row { margin-top: 9px; }.consent-row input { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue-700); }.consent-row a { color: var(--blue-700); font-weight: 800; }.sensitive-consent { border: 1px solid #efd69f; background: #fffaf0; }.optional-consent { background: #f8fbfd; color: #667b8f; }.privacy-details { margin-top: 12px; color: var(--muted); font-size: 12px; }.privacy-details summary { color: var(--blue-700); cursor: pointer; font-weight: 800; }.privacy-details p { padding: 10px 13px; border-left: 3px solid #badcf7; background: #f7fbff; }
.form-error { margin-top: 19px; padding: 11px 14px; border: 1px solid #f2b9bd; border-radius: 10px; background: #fff3f4; color: #a82d36; font-size: 13px; font-weight: 700; }.wizard-actions { margin-top: 30px; display: flex; justify-content: flex-end; gap: 11px; }.wizard-actions .primary-btn { min-width: 170px; }.wizard-actions .ghost-btn { margin-right: auto; }
.result-card { margin-top: -24px; }.result-head { text-align: center; }.result-head h2 { margin: 7px 0; font-size: 31px; }.result-head p { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 14px; }.result-status { display: inline-flex; margin-left: 10px; padding: 5px 10px; border-radius: 99px; color: #086446; background: #e0f7ee; font-size: 11px; font-weight: 900; }.result-status.error { color: #9e3038; background: #fff0f1; }
.result-primary { margin-top: 24px; padding: 24px; display: grid; grid-template-columns: 1fr 116px; gap: 20px; align-items: center; color: white; border-radius: 18px; background: linear-gradient(120deg,var(--blue-950),var(--blue-700)); }.result-primary small { color: #aeeeff; }.result-primary strong { display: block; margin: 2px 0 5px; font-size: 28px; }.result-primary p { margin: 0; color: #d6efff; font-size: 13px; }.confidence-ring { width: 100px; height: 100px; margin: auto; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 9px solid rgba(141,234,255,.32); outline: 2px solid rgba(141,234,255,.12); }.confidence-ring b { font-size: 27px; line-height: 1; }.confidence-ring b::after { content:"%";font-size:12px }.confidence-ring span { margin-top: 5px; color: #bceeff; font-size: 10px; }
.result-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 16px; }.result-grid article,.direction-block,.work-order-box { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #f9fcff; }.result-grid article.risk { border-color: #f1d3aa; background: #fffaf1; }.result-grid h3,.direction-block h3 { margin: 0 0 11px; font-size: 16px; }.result-grid ul { margin: 0; padding-left: 20px; color: #40536a; font-size: 13px; }.result-grid li + li { margin-top: 8px; }
.direction-block { margin-top: 14px; }.direction-block p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }.direction-tags { display: flex; flex-wrap: wrap; gap: 8px; }.direction-tags span { padding: 8px 11px; border-radius: 9px; color: var(--blue-800); background: #e6f3ff; font-size: 13px; font-weight: 800; }
.work-order-box { margin-top: 14px; position: relative; border-color: #9fd9c8; background: #effbf7; }.work-order-box > span,.work-order-box > strong { display: block; }.work-order-box > span { color: #32806a; font-size: 11px; font-weight: 800; }.work-order-box > strong { margin: 3px 0; color: #09674d; font-size: 22px; letter-spacing: .06em; }.work-order-box p { margin: 0; color: #467066; font-size: 12px; }.work-order-box.error { border-color: #f0b6bb; background: #fff3f4; }.work-order-box .retry-btn { margin-top: 13px; }.result-actions { margin-top: 19px; display: flex; gap: 11px; justify-content: center; }.result-foot { color: var(--muted); text-align: center; font-size: 12px; }
.interest-modal { position: fixed; z-index: 50; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(3,21,47,.7); backdrop-filter: blur(7px); }.interest-dialog { width: min(560px,100%); min-height: 390px; position: relative; padding: 30px; border-radius: 22px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.3); }.modal-close { position: absolute; right: 16px; top: 13px; width: 38px; height: 38px; border: 0; border-radius: 10px; background: #eef4fa; color: var(--ink); font-size: 25px; }.interest-dialog h2 { margin: 23px 0 8px; font-size: 20px; }.interest-dialog > p { min-height: 66px; margin: 0; color: var(--ink); font-size: 23px; font-weight: 800; }.scale-options { display: grid; gap: 8px; margin: 24px 0 12px; }.scale-options button { min-height: 45px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #f9fcff; text-align: left; }.scale-options button:hover,.scale-options button.selected { color: var(--blue-800); border-color: var(--blue-600); background: #e7f4ff; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 11px 17px; color: white; border-radius: 10px; background: rgba(7,29,63,.94); box-shadow: 0 12px 35px rgba(0,0,0,.25); transform: translateX(-50%); font-size: 13px; font-weight: 800; }
.analytics-consent { position: fixed; z-index: 70; left: 50%; bottom: 18px; width: min(760px,calc(100% - 28px)); padding: 14px 15px 14px 18px; display: flex; align-items: center; gap: 9px; border: 1px solid #a9cee8; border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: 0 18px 60px rgba(8,47,88,.22); transform: translateX(-50%); backdrop-filter: blur(12px); }.analytics-consent div { margin-right: auto; }.analytics-consent strong { font-size: 13px; }.analytics-consent p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }.analytics-consent button { white-space: nowrap; padding: 9px 12px; border: 1px solid #b5cee1; border-radius: 9px; background: white; color: #365e7c; font-size: 11px; font-weight: 800; }.analytics-consent .allow { border-color: var(--blue-700); background: var(--blue-700); color: white; }
footer { padding: 38px 12px 0; color: #617990; text-align: center; font-size: 13px; line-height: 1.7; }footer p { margin: 5px 0; }footer b { color: var(--blue-700); }footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 22px;margin:18px 0}footer nav a{color:var(--blue-800);font-weight:800;text-decoration:none}footer nav a:hover{text-decoration:underline}.wizard-card{outline:1px solid rgba(255,255,255,.72)}.field>span,.choice-field legend{font-size:15px}.form-step p,.insight-note p,.submit-alert p{line-height:1.7}
@media (max-width: 760px) {
  body { font-size: 17px; }.brand-bar { min-height: 68px;height:auto;padding:10px 16px;gap:10px }.brand-mark { width: 40px;height:40px }.brand b{font-size:16px}.brand small{font-size:11px}.trust-pill { max-width:145px;padding:7px 9px;font-size:11px;line-height:1.45;text-align:center }.trust-pill i { margin-right: 5px; }
  main { padding: 12px 12px 110px; }.intro-panel { min-height: 250px; padding: 30px 24px 44px; display: block; border-radius: 22px; }.intro-copy h1 { font-size: 33px; }.intro-copy > p { font-size: 15px; }.decision-orbit { display: none; }.intro-points { gap: 7px 12px; font-size: 11px; }
  .wizard-card,.result-card { margin-top: -24px; padding: 24px 18px 27px; border-radius: 20px; }.wizard-top { align-items: flex-start; }.wizard-top strong { font-size: 21px; }.saved-state { max-width: 110px; text-align: right; }.step-dots { margin-bottom: 25px; font-size: 10px; }
  .section-heading h2 { font-size: 23px; }.section-heading p{font-size:15px;line-height:1.65}.section-heading > span { flex-basis: 38px;height:38px }.field-grid.two,.result-grid,.strategy-grid,.range-stack,.range-stack.three { grid-template-columns: 1fr; }.field-grid { gap: 17px; }.score-grid { gap: 8px; }.choice-cards,.choice-cards.compact,.choice-cards.wrap { grid-template-columns: repeat(2,minmax(0,1fr)); }.choice-cards label > span { min-height: 54px;font-size:15px }.field small,legend small,.range-field small{font-size:13px}.consent-row{font-size:14px;line-height:1.65}
  .interest-launch { grid-template-columns: 1fr; text-align: center; }.mini-radar { width: 112px;height:112px }.preview-strip { grid-template-columns: 74px 1fr; }.preview-strip p { padding-left: 13px; }
  .wizard-actions { position: fixed; z-index: 25; left: 0; right: 0; bottom: 0; margin: 0; padding: 11px max(14px, env(safe-area-inset-right)) calc(11px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); border-top: 1px solid var(--line); background: rgba(255,255,255,.94); box-shadow: 0 -10px 30px rgba(14,56,105,.1); backdrop-filter: blur(15px); }.wizard-actions button { flex: 1; }.wizard-actions .ghost-btn { margin-right: 0; flex: 0 0 34%; }.result-primary { grid-template-columns: 1fr 86px; padding: 19px; }.confidence-ring { width: 80px;height:80px;border-width:7px }.result-primary strong { font-size: 23px; }.result-actions { flex-direction: column; }.interest-dialog { min-height: 430px; padding: 27px 20px; }.interest-dialog > p { font-size: 21px; }
  .analytics-consent { align-items: stretch; flex-wrap: wrap; bottom: 78px; }.analytics-consent div { width: 100%; }.analytics-consent button { flex: 1; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
