.xf .report{--xf-ink-2:#171427;--xf-dock-clear:calc(82px + var(--xf-kb,0px) + env(safe-area-inset-bottom,0px));--xf-dock-bottom:calc(16px + var(--xf-kb,0px) + env(safe-area-inset-bottom,0px));position:absolute;inset:0}.xf .report canvas.motes{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.xf .report .slide{padding:76px 30px calc(96px + var(--xf-kb,0px) + env(safe-area-inset-bottom,0px));scrollbar-width:none;justify-content:safe center;overflow-y:auto}.xf .report .slide::-webkit-scrollbar{display:none}.xf .report .slide{pointer-events:none}.xf .report .slide.active{pointer-events:auto}.xf .report .slide:before{background:radial-gradient(120% 90% at 50% -10%, color-mix(in oklab, var(--xf-accent) 16%, transparent) 0%, transparent 60%), radial-gradient(140% 80% at 50% 115%, color-mix(in oklab, var(--xf-accent) 10%, transparent) 0%, transparent 55%), var(--xf-ink)}.xf .report .progress{z-index:30;gap:6px;padding:14px 14px 10px;display:flex;position:absolute;top:0;left:0;right:0}.xf .report .seg{background:#f5f2ea2e;border-radius:2px;flex:1;height:3px;overflow:hidden}.xf .report .seg i{background:var(--xf-paper);width:0%;height:100%;transition:width .5s var(--xf-ease-out);border-radius:2px;display:block}.xf .report .brand{z-index:30;letter-spacing:.22em;text-transform:uppercase;color:var(--xf-paper-faint);font-size:10px;font-weight:700;position:absolute;top:26px;left:18px}.xf .report .replay-back{z-index:30;color:var(--xf-paper-dim);font-family:var(--xf-f-ui);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:8px 10px;font-size:13px;display:inline-flex;position:absolute;top:16px;left:8px}.xf .report .replay-back span{font-size:18px;line-height:1}.xf .report .replay-back:active{transform:scale(.96)}.xf .report .nav-back{z-index:31;border:1px solid var(--xf-line);width:32px;height:32px;color:var(--xf-paper-dim);cursor:pointer;background:#f5f2ea0f;border-radius:999px;justify-content:center;align-items:center;padding:0 0 2px;font-size:18px;line-height:1;display:flex;position:absolute;top:26px;left:14px}.xf .report .nav-back:active{transform:scale(.92)}.xf .report .nav-back:disabled{opacity:.35;cursor:default}.xf .report .brand--shifted{top:36px;left:56px}.xf .report .replay-back--shifted{top:25px;left:46px}.xf .report .nav-dock{left:18px;right:18px;bottom:var(--xf-dock-bottom);z-index:31;transition:opacity .25s var(--xf-ease-out);position:absolute}.xf .report .nav-dock--hidden{opacity:0;pointer-events:none}.xf .report .nav-dock__btn{background:color-mix(in srgb, var(--xf-ink) 55%, transparent);backdrop-filter:blur(8px);width:100%;color:var(--xf-paper);font-family:var(--xf-f-ui);cursor:pointer;transition:opacity .3s var(--xf-ease-out), transform .15s ease;border:1px solid #f5f2ea52;border-radius:16px;padding:15px 0;font-size:14px;font-weight:700}.xf .report .nav-dock__btn:active{transform:scale(.97)}.xf .report .nav-dock__btn:disabled{opacity:.35;cursor:default}.xf :is(.report,.pro-host) .eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--xf-accent);margin-bottom:18px;font-size:11px;font-weight:700}.xf .report .slide--big{text-align:left;justify-content:safe center}.xf .report .display--huge{font-size:clamp(40px,11vw,52px);font-style:italic;line-height:1.08}.xf .report .display--huge .w{opacity:0;display:inline-block;transform:translateY(30px)rotate(1.5deg)}.xf .report .run .display--huge .w{animation:xf-rise .7s var(--xf-ease-out) forwards;animation-delay:calc(var(--d) * 1ms)}@keyframes xf-rise{to{opacity:1;transform:none}}@keyframes xf-orbIn{0%{opacity:0;transform:scale(.2)translateY(60px)}60%{opacity:1}to{opacity:1;transform:none}}.xf .report .seed{height:250px;margin:0 0 30px;position:relative}.xf .report .seed__halo{opacity:0;background:radial-gradient(circle,#9d97ff52,#0000 68%);border-radius:50%;width:190px;height:190px;margin:-95px 0 0 -95px;position:absolute;top:50%;left:50%}.xf .report .run .seed__halo{animation:1.4s .5s forwards xf-seedHalo}@keyframes xf-seedHalo{to{opacity:1}}.xf .report .seed__core{filter:blur(1px)saturate(1.1);opacity:0;background:radial-gradient(circle at 34% 30%,#cfc7ff,#7b6ff0 70%);border-radius:50%;width:104px;height:104px;margin:-52px 0 0 -52px;position:absolute;top:50%;left:50%;box-shadow:0 0 70px 16px #9d97ff59}.xf .report .run .seed__core{animation:xf-orbIn 1.1s var(--xf-ease-pop) .15s forwards, xf-orbBreathe 5s ease-in-out 1.3s infinite}.xf .report .cluster{height:250px}.xf .report .cluster--split .orb--memory{--sx:0px;--sy:75px}.xf .report .cluster--split .orb--focus{--sx:67px;--sy:-39px}.xf .report .cluster--split .orb--solve{--sx:-67px;--sy:-39px}.xf .report .cluster--split .orb{opacity:0;transform:translate(var(--sx), var(--sy)) scale(.62);transition:none}.xf .report .run .cluster--split .orb{animation:xf-orbSplit 1s var(--xf-ease-pop) forwards, xf-orbCounter 36s linear 1.4s infinite, xf-orbBreathe 5s ease-in-out 1.4s infinite}.xf .report .run .cluster--split .orb--memory,.xf .report .run .cluster--split .orb--focus,.xf .report .run .cluster--split .orb--solve{animation-delay:.25s,1.4s,1.4s}@keyframes xf-orbSplit{0%{opacity:0;transform:translate(var(--sx), var(--sy)) scale(.62)}30%{opacity:1;transform:translate(var(--sx), var(--sy)) scale(.62)}to{opacity:1;transform:none}}@keyframes xf-numPop{to{opacity:1;scale:1}}.xf .report .tests{flex-direction:column;gap:12px;margin-top:26px;display:flex}.xf .report .test{border:1px solid var(--xf-line);background:#f5f2ea0e;border-radius:16px;align-items:center;gap:14px;padding:15px 16px;display:flex}.xf .report .test__icon{border:1px solid var(--xf-line);background:#f5f2ea0f;border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.xf .report .tgrid{grid-template-columns:repeat(3,1fr);gap:2.5px;display:grid}.xf .report .tgrid span{background:#f5f2ea2e;border-radius:2px;width:6.5px;height:6.5px;display:block}.xf .report .tgrid span.lit{background:var(--xf-gold);box-shadow:0 0 6px #f0a53ab3}.xf .report .tgrid--raven span{background:#f5f2ea38}.xf .report .tgrid--raven span.miss{border:1px dashed var(--xf-gold);background:0 0}.xf .report .tface{flex-direction:column;align-items:center;display:flex}.xf .report .tface__ava{background:#f5f2ea24;border:1px solid #f5f2ea40;border-radius:50%;width:22px;height:22px;display:block;position:relative;overflow:hidden}.xf .report .tface__ava svg{fill:#f5f2ea99;width:100%;height:100%;position:absolute;inset:0}.xf .report .tface__tag{background:var(--xf-gold);border-radius:3px;width:16px;height:4.5px;margin-top:3px;display:block}.xf .report .tpics{align-items:center;gap:2px;display:flex}.xf .report .tpics i{background:#f5f2ea1a;border-radius:3px;justify-content:center;align-items:center;width:15px;height:15px;font-size:10px;font-style:normal;line-height:1;display:flex}.xf .report .tpics svg{stroke:#f5f2eabf;fill:none;stroke-width:1.4px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.xf .report .tpics .diff{stroke:var(--xf-gold)}.xf .report .tqcard{flex-direction:column;align-items:center;gap:5px;display:flex}.xf .report .tqcard__word{background:#f5f2ea99;border-radius:2px;width:16px;height:3.5px;display:block}.xf .report .tqcard__opts{gap:3px;display:flex}.xf .report .tqcard__opts b{background:#f5f2ea29;border-radius:3.5px;width:10px;height:6.5px;display:block}.xf .report .tqcard__opts b.hit{background:var(--xf-gold)}.xf .report .tflank{stroke:#f5f2ea73;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:10px}.xf .report .tflank .mid{stroke:var(--xf-gold)}.xf .report .tboard{width:26px;height:26px}.xf .report .tboard .frame{stroke:#f5f2ea80;fill:none;stroke-width:1.6px;stroke-linecap:round}.xf .report .tboard .ball--gold{fill:var(--xf-gold)}.xf .report .tboard .ball--blue{fill:var(--xf-blue)}.xf .report .tboard .ball--green{fill:var(--xf-green)}.xf .report .tboard .link{stroke:#f5f2ea59;stroke-width:1.3px;stroke-dasharray:2 2;fill:none}.xf .report .tboard .node{fill:var(--xf-ink);stroke:#f5f2ea80;stroke-width:1.4px}.xf .report .tboard .node--now{stroke:var(--xf-gold)}.xf .report .tboard text{fill:var(--xf-paper);font-family:var(--xf-f-ui);text-anchor:middle;font-size:6.5px;font-weight:700}.xf .report .test__name{font-size:15px;font-weight:600}.xf .report .test__kind{color:var(--xf-paper-faint);margin-top:2px;font-size:12px}.xf .report .test__check{width:20px;height:20px;color:var(--xf-accent);flex:none;margin-left:auto}.xf .report .curvewrap{margin:26px 0 6px}.xf .report .curvewrap svg{width:100%;height:auto;display:block;overflow:visible}.xf .report .curve__line{stroke:var(--xf-accent);stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-dasharray:520;stroke-dashoffset:520px}.xf .report .run .curve__line{animation:xf-draw 1.6s var(--xf-ease-out) .5s forwards}@keyframes xf-draw{to{stroke-dashoffset:0}}.xf .report .curve__area{fill:url("#xf-areaFill");opacity:0}.xf .report .run .curve__area{animation:.9s 1.5s forwards xf-fadein}.xf .report .curve__marker{opacity:0}.xf .report .run .curve__marker{animation:xf-markerUp .7s var(--xf-ease-pop) 1.9s forwards}@keyframes xf-markerUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes xf-fadein{to{opacity:1}}.xf .report .proj{margin:26px 0 4px}.xf .report .proj svg{width:100%;height:auto;display:block;overflow:visible}.xf .report .proj__cal{stroke:var(--xf-blue);stroke-width:1.5px;stroke-dasharray:1 5;stroke-linecap:round;opacity:.7}.xf .report .proj__callbl{fill:var(--xf-blue);opacity:.85;font-size:10.5px}.xf .report .proj__pace{fill:none;stroke:var(--xf-paper-faint);stroke-width:2px;stroke-dasharray:4 5;stroke-linecap:round}.xf .report .proj__plan{fill:none;stroke:var(--xf-accent);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.xf .report .proj__area{opacity:0}.xf .report .run .proj__area{animation:.9s 1.1s forwards xf-fadein}.xf .report .proj__tick{fill:var(--xf-ink);stroke:var(--xf-accent);stroke-width:2px}.xf .report .proj__end{fill:var(--xf-accent)}.xf .report .proj__val{fill:var(--xf-paper);font-size:12.5px;font-weight:700}.xf .report .proj__val--end{fill:var(--xf-accent);font-size:14px}.xf .report .proj__axis text{fill:var(--xf-paper-faint);font-size:10.5px}.xf .report .proj__key{flex-wrap:wrap;gap:6px 16px;margin-top:10px;display:flex}.xf .report .proj__keyitem{color:var(--xf-paper-dim);align-items:center;gap:7px;font-size:12.5px;display:inline-flex}.xf .report .proj__keyitem:before{content:"";border-radius:2px;flex:none;width:16px;height:2px}.xf .report .proj__keyitem--plan:before{background:var(--xf-accent)}.xf .report .proj__keyitem--pace:before{background:repeating-linear-gradient(to right, var(--xf-paper-faint) 0 4px, transparent 4px 8px)}.xf .report .curve__you{letter-spacing:.14em;fill:var(--xf-ink);font-size:10px;font-weight:800}.xf .report .finale-eyebrow{opacity:0}.xf .report .run .finale-eyebrow{animation:xf-rise .7s var(--xf-ease-out) .1s forwards}.xf .report .arch-name{font-family:var(--xf-f-display);letter-spacing:-.015em;background:linear-gradient(100deg,#f8dc9a 15%,#f2c14e 42%,#c99ef0 85%);color:#0000;opacity:0;-webkit-background-clip:text;background-clip:text;margin:6px 0 4px;padding-bottom:.12em;font-size:clamp(44px,12vw,56px);font-style:italic;font-weight:700;line-height:1.18;transform:scale(.92)translateY(16px)}.xf .report .run .arch-name{animation:xf-archIn 1s var(--xf-ease-pop) 1.1s forwards}@keyframes xf-archIn{to{opacity:1;transform:none}}.xf .report .emblem{opacity:0;width:104px;height:104px;margin:20px 0 6px;position:relative}.xf .report .run .emblem{animation:xf-numPop .9s var(--xf-ease-pop) 1.9s forwards}.xf .report .emblem svg{filter:drop-shadow(0 0 26px #f2c14e47);width:100%;height:100%;display:block}.xf .report .ej-g{filter:drop-shadow(0 0 5px #f2c14e8c)}.xf .report .ej-gv{filter:drop-shadow(0 0 5px #c99ef08c)}.xf .report .ej-tw{animation:2.4s ease-in-out infinite xf-ejtw}@keyframes xf-ejtw{50%{opacity:.3}}.xf .report .ej-fl{animation:3.6s ease-in-out infinite alternate xf-ejfl}.xf .report .ej-fl2{animation:4.4s ease-in-out .8s infinite alternate xf-ejfl}@keyframes xf-ejfl{to{transform:translateY(-4px)}}.xf .report .ej-dr{animation:xf-ejdr 3.2s ease-in var(--drdelay,0s) infinite}@keyframes xf-ejdr{0%{opacity:0;transform:translate(0)}25%{opacity:1}75%{opacity:.9;transform:translate(-22px,24px)}to{opacity:0;transform:translate(-24px,27px)}}.xf .report .ej-write{stroke-dasharray:var(--len);stroke-dashoffset:var(--len);animation:xf-ejwrite var(--wdur,3.8s) ease-in-out var(--wdelay,0s) infinite}@keyframes xf-ejwrite{0%{stroke-dashoffset:var(--len);opacity:0}12%{opacity:1}40%{stroke-dashoffset:0;opacity:1}80%{stroke-dashoffset:0;opacity:1}93%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:var(--len);opacity:0}}.xf .report .ej-pulse{transform-box:fill-box;transform-origin:50%;animation:xf-ejpulse var(--pdur,2.8s) ease-in-out infinite}@keyframes xf-ejpulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.xf .report .ej-rise{transform-box:fill-box;animation:xf-ejrise 3.6s var(--xf-ease-out) infinite}@keyframes xf-ejrise{0%{opacity:0;transform:translateY(-12px)}20%{opacity:1}45%{opacity:1;transform:translateY(0)}82%{opacity:1;transform:translateY(0)}94%{opacity:0}to{opacity:0;transform:translateY(-12px)}}.xf .report .ej-build{transform-box:fill-box;animation:xf-ejbuild 3.8s var(--xf-ease-out) infinite}@keyframes xf-ejbuild{0%{opacity:0;transform:translateY(14px)}20%{opacity:1}45%{opacity:1;transform:translateY(0)}82%{opacity:1;transform:translateY(0)}94%{opacity:0}to{opacity:0;transform:translateY(14px)}}.xf .report .ej-swing{transform-box:view-box;transform-origin:48px 48px;animation:4.5s ease-in-out infinite xf-ejswing}@keyframes xf-ejswing{0%,to{transform:rotate(-11deg)}50%{transform:rotate(11deg)}}.xf .report .ej-arrive{animation:3.8s ease-in-out infinite xf-ejarrive}@keyframes xf-ejarrive{0%,32%{opacity:0}44%{opacity:1}80%{opacity:1}93%,to{opacity:0}}.xf .report .ej-pop{transform-box:fill-box;transform-origin:50%;animation:3.8s ease-in-out infinite xf-ejpop}@keyframes xf-ejpop{0%,34%{opacity:0;transform:scale(.3)}46%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(1)}93%,to{opacity:0;transform:scale(1)}}.xf .report .ej-bob{animation:3.6s ease-in-out infinite xf-ejbob}@keyframes xf-ejbob{0%,to{transform:translateY(3px)}50%{transform:translateY(-7px)}}.xf .report .ej-scan{animation:5s ease-in-out infinite xf-ejscan}@keyframes xf-ejscan{0%,to{transform:translate(-4px,2px)}50%{transform:translate(4px,-3px)}}.xf .report .ej-wave{animation:2.4s ease-in-out infinite xf-ejwave}@keyframes xf-ejwave{0%{opacity:0}30%{opacity:1}70%{opacity:.25}to{opacity:0}}.xf .report .plan{flex-direction:column;gap:11px;margin-top:24px;display:flex}.xf .report .plan__row{border:1px solid var(--xf-line);background:#f5f2ea0e;border-radius:16px;align-items:center;gap:13px;padding:14px 15px;display:flex}.xf .report .plan__num{background:color-mix(in oklab, var(--xf-accent) 18%, transparent);width:26px;height:26px;color:var(--xf-accent);font-variant-numeric:tabular-nums;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.xf .report .plan__text{font-size:14px;font-weight:600;line-height:1.35}.xf .report .plan__why{color:var(--xf-paper-faint);margin-top:2px;font-size:11.5px;font-weight:500}.xf .report .plan__row--locked .plan__text,.xf .report .plan__row--locked .plan__why{filter:blur(5px)}.xf .report .plan__lock{width:15px;height:15px;color:var(--xf-paper-faint);flex:none;margin-left:auto}.xf .report .plan__lock svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.xf .report .mplan{flex-direction:column;gap:8px;min-height:0;margin-top:24px;display:flex;position:relative}.xf .report .mplan__rows{gap:inherit;flex-direction:column;min-height:0;display:flex;overflow:clip;-webkit-mask-image:linear-gradient(#000 82%,#0000);mask-image:linear-gradient(#000 82%,#0000)}.xf .report .mplan__cta{z-index:21;pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:2px;left:0;right:0}.xf .report .mplan__cta>*{pointer-events:auto}.xf .report .btn-pro--pill{border-radius:999px;width:auto;padding:14px 28px}.xf .report .planterms--pill{justify-content:center;margin-bottom:0}.xf .report .planterms--pill .planterms__price b{font-size:15px}.xf .report .mplan__row{border:1px solid var(--xf-line);background:#f5f2ea05;border-radius:14px;align-items:center;gap:10px;padding:13px 12px;display:flex}.xf .report .mplan__chk{border:1.5px solid var(--xf-paper-faint);width:21px;height:21px;color:var(--xf-paper-dim);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.xf .report .mplan__chk svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.xf .report .mplan__mid{flex:1;min-width:0}.xf .report .mplan__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--xf-paper-faint);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.xf .report .mplan__eyebrow b{color:var(--xf-accent)}.xf .report .mplan__redact{filter:blur(.5px);background:#f5f2ea38;border-radius:7px;height:13px;display:block}.xf .report .mplan--long{gap:4px;margin-top:14px}.xf .report .mplan--long .mplan__row{padding:7px 12px}.xf .report .slide__body--plan .eyebrow{margin-bottom:12px}.xf .report .slide__body--plan .sub{margin-top:10px}.xf .report .run .mplan--long .mplan__row[data-in]{opacity:var(--row-fade,1)}.xf .report .slide__body--seal .eyebrow{align-items:center;gap:10px;display:flex}.xf .report .seal__pro{letter-spacing:.12em;color:#241b05;background:linear-gradient(135deg,#f2c14e,#f0a53a);border-radius:999px;padding:3px 9px 2px;font-size:10px;font-weight:800}.xf .report .seal{border:1px solid var(--xf-line);background:#f5f2ea05;border-radius:16px;margin-top:20px;padding:2px 16px}.xf .report .seal__row{border-top:1px solid var(--xf-line);justify-content:space-between;align-items:center;gap:12px;padding:15px 0;display:flex}.xf .report .seal__row:first-child{border-top:0}.xf .report .seal__text{color:var(--xf-paper);font-size:15px}.xf .report .seal__lock{color:#c99ef0;flex:none}.xf .report .seal__lock svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.xf .report .slide__foot--seal{justify-content:center;display:flex}.xf .report .mplan--long .mplan__eyebrow{margin-bottom:3px}.xf .report .mplan--long .mplan__redact{height:11px}.xf .report .planterms{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.xf .report .planterms__price{color:var(--xf-paper-dim);font-size:12.5px}.xf .report .planterms__price b{font-family:var(--xf-f-display);letter-spacing:-.01em;color:var(--xf-paper);margin-right:4px;font-size:26px;font-weight:700}.xf .report .planterms__price:not(:has(b)){color:var(--xf-paper);font-size:13.5px;font-weight:600}.xf .report .planterms__gtee{color:var(--xf-green);white-space:nowrap;font-size:12.5px;font-weight:600}.xf :is(.report,.pro-host) .btn-pro{z-index:20;width:100%;font-family:var(--xf-f-ui);letter-spacing:.02em;color:#1c1030;cursor:pointer;transition:transform .15s var(--xf-ease-pop);background:linear-gradient(100deg,#f8dc9a,#f2c14e 55%,#c99ef0 135%);border:0;border-radius:16px;margin-top:22px;padding:16px;font-size:14px;font-weight:800;position:relative;box-shadow:0 8px 28px #f2c14e40}.xf :is(.report,.pro-host) .btn-pro:active{transform:scale(.97)}.xf .report .paylist{border:1px solid var(--xf-line);border-radius:16px;margin-top:26px;overflow:hidden}.xf .report .paylist__row{border-top:1px solid var(--xf-line);align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:600;display:flex}.xf .report .paylist__row:first-child{border-top:0}.xf .report .paylist__row .plan__lock{color:var(--xf-gold);margin-left:0}.xf .report .paywall-note{text-align:center;color:var(--xf-paper-faint);margin:0 0 10px;font-size:12px}.xf :is(.report,.pro-host) .mtx{margin-top:20px;position:relative}.xf :is(.report,.pro-host) .mtx__band{background:color-mix(in oklab, var(--xf-gold) 9%, transparent);border:1px solid color-mix(in oklab, var(--xf-gold) 34%, transparent);border-radius:12px;width:58px;position:absolute;top:0;bottom:0;right:0}.xf :is(.report,.pro-host) .mtx__grid{z-index:1;grid-template-columns:1fr 46px 58px;align-items:center;display:grid;position:relative}.xf :is(.report,.pro-host) .mtx__hcell{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--xf-paper-faint);padding:9px 0 11px;font-size:10px;font-weight:800}.xf :is(.report,.pro-host) .mtx__pill{letter-spacing:.12em;color:#1c1030;background:linear-gradient(100deg,#f8dc9a,#f2c14e 55%,#c99ef0 135%);border-radius:999px;padding:3px 9px;font-size:9.5px;font-weight:800;display:inline-block}.xf :is(.report,.pro-host) .mtx__label{border-top:1px solid var(--xf-line);padding:11px 10px 11px 2px;font-size:13px;font-weight:600;line-height:1.25}.xf :is(.report,.pro-host) .mtx__cell{border-top:1px solid var(--xf-line);justify-content:center;align-self:stretch;align-items:center;padding:11px 0;display:flex}.xf :is(.report,.pro-host) .mtx__cell--pro{border-top-color:color-mix(in oklab, var(--xf-gold) 18%, transparent)}.xf :is(.report,.pro-host) .mtx__tick{width:14px;height:14px;color:var(--xf-gold)}.xf :is(.report,.pro-host) .pro-bs{flex-direction:column;padding:4px 0 0;display:flex}.xf :is(.report,.pro-host) .pro-bs__foot{margin-top:26px}.xf :is(.report,.pro-host) .pro-bs__terms{text-align:center;color:var(--xf-paper-faint);margin:0 0 10px;font-size:12px}.xf :is(.report,.pro-host) .pro-bs .btn-pro{margin-top:0}.xf :is(.report,.pro-host) .pro-bs .btn-pro:disabled{opacity:.62;cursor:default}.xf :is(.report,.pro-host) .pro-bs .btn-pro:focus-visible{outline:2px solid var(--xf-paper);outline-offset:3px}.xf .report .run .cluster--return .cluster__spin{animation:xf-orbit 36s linear 1.4s infinite, xf-clusterClose 7s var(--xf-ease-out) 1.2s forwards}@keyframes xf-clusterClose{to{scale:.7}}.xf .report .cluster--return .orb--solve{box-shadow:0 0 70px 14px #31a58380}.xf .report .run .cluster--converge .cluster__spin{animation:xf-orbit 36s linear 1.4s infinite, xf-clusterConverge 2.8s var(--xf-ease-out) .6s forwards}@keyframes xf-clusterConverge{to{scale:.42}}.xf .report .wip-orb{border-radius:50%;flex:none;align-self:flex-start;width:60px;height:60px;margin:0 0 28px}.xf .report .wip-orb--focus{background:radial-gradient(circle at 34% 30%,#8fd8ff,#3d7bd6 70%);box-shadow:0 0 46px 10px #3d7bd659}.xf .report .wip-orb--solve{background:radial-gradient(circle at 34% 30%,#b9f2d9,#31a583 70%);box-shadow:0 0 46px 10px #31a58359}.xf .report .fuse{height:230px}.xf .report .fuse__mini{opacity:0;border-radius:50%;width:46px;height:46px;position:absolute}.xf .report .fuse__mini--a{--fx:0px;--fy:-86px;background:radial-gradient(circle at 34% 30%,#ffd9a0,#e0912e 70%)}.xf .report .fuse__mini--b{--fx:-76px;--fy:52px;background:radial-gradient(circle at 34% 30%,#8fd8ff,#3d7bd6 70%)}.xf .report .fuse__mini--c{--fx:76px;--fy:52px;background:radial-gradient(circle at 34% 30%,#b9f2d9,#31a583 70%)}.xf .report .run .fuse__mini{animation:xf-fuseFly 1.25s var(--xf-ease-out) forwards}.xf .report .run .fuse__mini--a{animation-delay:.15s}.xf .report .run .fuse__mini--b{animation-delay:.3s}.xf .report .run .fuse__mini--c{animation-delay:.45s}@keyframes xf-fuseFly{0%{opacity:0;translate:var(--fx) var(--fy);scale:1}30%{opacity:1}to{opacity:0;translate:0;scale:.35}}.xf .report .fuse__halo{filter:blur(32px);opacity:0;background:conic-gradient(#e0912e,#3d7bd6,#31a583,#e0912e);border-radius:50%;width:180px;height:180px;position:absolute}.xf .report .run .fuse__halo{animation:1.2s 1.2s forwards xf-haloIn,18s linear 1.2s infinite xf-orbit}@keyframes xf-haloIn{to{opacity:.38}}.xf .report .fuse:not(.fuse--calm) .fuse__core{transition:scale 1s var(--xf-ease-pop) 1.15s, opacity 1s var(--xf-ease-pop) 1.15s}.xf .report .run .fuse__core{animation:4s ease-in-out 2.3s infinite alternate xf-fuseBreathe}.xf .report .run .fuse__ring{animation:2.6s ease-out 1.9s infinite xf-ringOut}.xf .report .run .fuse__ring--late{animation-delay:2.8s}.xf .report .fuse--calm{height:210px}.xf .report .run .fuse--calm .fuse__core{animation:4s ease-in-out 1.1s infinite alternate xf-fuseBreathe}.xf .report .run .fuse--calm .fuse__halo{animation:1.2s .3s forwards xf-haloIn,18s linear .3s infinite xf-orbit}.xf .report .slide--reveal{padding:0}.xf .report .cogwrap{position:absolute;inset:0}.xf .report .cogring{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.xf .report .cogwrap .cogring{transform:translateY(44px)}.xf .report .cogcanvas{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.xf .report .cog-youare{text-align:center;z-index:4;color:var(--xf-paper-dim);opacity:0;font-size:16px;font-weight:600;position:absolute;top:158px;left:0;right:0}.xf .report .cog-old{text-align:center;z-index:4;color:#7ce8ca;opacity:0;transition:opacity .5s var(--xf-ease-out) .15s, transform .5s var(--xf-ease-out) .15s;font-size:22px;font-weight:800;position:absolute;top:304px;left:0;right:0;transform:translateY(8px)}.xf .report .cog-close{z-index:4;text-align:center;position:absolute;top:372px;left:44px;right:44px}.xf .report .cog-sent{color:var(--xf-paper-dim);opacity:0;transition:opacity .5s var(--xf-ease-out) .3s, transform .5s var(--xf-ease-out) .3s;margin:0;font-size:14.5px;line-height:1.55;transform:translateY(8px)}.xf .report .cog-sent b{color:var(--xf-paper);font-weight:700}.xf .report .cog-done .cog-old,.xf .report .cog-done .cog-sent{opacity:1;transform:none}.xf .report .gd-row.gd-row--reveal{justify-content:center}.xf .report .gd-row--reveal .gd-share{color:var(--xf-ink);background:var(--xf-paper);opacity:0;pointer-events:none;transition:opacity .5s var(--xf-ease-out), transform .5s var(--xf-ease-out);border:0;justify-content:center;padding:14px 32px;font-size:14px;transform:translateY(8px)}.xf .report .gd-row--reveal .gd-share svg{stroke:var(--xf-ink)}.xf .report .cog-done .gd-row--reveal .gd-share{opacity:1;pointer-events:auto;transition-delay:.42s;transform:none}.xf .report .calc-h{left:0;right:0;bottom:calc(var(--xf-dock-bottom) + 112px);text-align:center;z-index:4;font-family:var(--xf-f-display);letter-spacing:-.01em;font-size:24px;font-weight:700;position:absolute}.xf .report .calc-sub{left:56px;right:56px;bottom:calc(var(--xf-dock-bottom) + 60px);text-align:center;z-index:4;color:var(--xf-paper-dim);font-size:13.5px;line-height:1.5;position:absolute}.xf .report .calc-cta{left:50%;bottom:var(--xf-dock-bottom);z-index:32;font-family:var(--xf-f-ui);color:var(--xf-ink);background:var(--xf-paper);cursor:pointer;opacity:0;transition:transform .15s var(--xf-ease-pop);border:0;border-radius:999px;padding:14px 26px;font-size:14px;font-weight:700;position:absolute;transform:translate(-50%,14px)}.xf .report .run .calc-cta{animation:xf-riseCentered .7s var(--xf-ease-out) 3s forwards}@keyframes xf-riseCentered{to{opacity:1;transform:translate(-50%)}}.xf .report .calc-cta:active{transform:translate(-50%)scale(.95)}.xf .report .calcsweep{transform-origin:210px 250px;animation:2.6s ease-in-out infinite alternate xf-calcSweep}@keyframes xf-calcSweep{0%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}.xf .report .fgrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;display:grid}.xf .report .fchip{background:#f5f2ea0b;border:1px solid #f5f2ea17;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:15px 6px;display:flex}.xf .report .fchip svg{width:21px;height:21px;stroke:var(--xf-accent);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.xf .report .fchip span{color:var(--xf-paper-dim);font-size:11.5px;font-weight:600}.xf .report .fchip--more{background:0 0;border-style:dashed}.xf .report .fchip--more span{color:var(--xf-paper-faint)}.xf .report .pace{margin-top:84px}.xf .report .pace__track{background:#f5f2ea1a;border-radius:99px;height:10px;position:relative}.xf .report .pace__norm{background:#f5f2ea8c;border-radius:2px;width:2px;position:absolute;top:-5px;bottom:-5px;left:50%}.xf .report .pace__normlbl{letter-spacing:.14em;text-transform:uppercase;color:var(--xf-paper-faint);font-size:10px;font-weight:700;position:absolute;top:-26px;left:50%;translate:-50%}.xf .report .pace__dot{background:radial-gradient(circle at 35% 30%, #fff, var(--xf-accent) 70%);width:18px;height:18px;box-shadow:0 0 16px color-mix(in oklab, var(--xf-accent) 70%, transparent);transition:left 1.4s var(--xf-ease-pop) .8s;border-radius:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}.xf .report .run .pace__dot{left:var(--pace-left,80%)}.xf .report .pace__chip{top:-52px;left:var(--pace-left,80%);background:color-mix(in oklab, var(--xf-accent) 16%, transparent);border:1px solid color-mix(in oklab, var(--xf-accent) 50%, transparent);color:var(--xf-accent);white-space:nowrap;opacity:0;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:800;transition:opacity .4s 2.1s;position:absolute;translate:-50%}.xf .report .run .pace__chip{opacity:1}.xf .report .pace__ends{color:var(--xf-paper-faint);justify-content:space-between;margin-top:12px;font-size:10.5px;font-weight:600;display:flex}.xf .report .drv{flex-direction:column;gap:10px;margin-top:24px;display:flex}.xf .report .drv:empty{margin-top:0}.xf .report .drv__row{border:1px solid var(--xf-line);background:#f5f2ea0e;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;display:flex}.xf .report .drv__icon{background:#f5f2ea12;border-radius:10px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.xf .report .drv__icon svg{width:15px;height:15px;stroke:var(--xf-paper-dim);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.xf .report .drv__text{flex:1;min-width:0}.xf .report .drv__label{font-size:14px;font-weight:600;line-height:1.35;display:block}.xf .report .drv__fact{color:var(--xf-paper-faint);margin-top:2px;font-size:11.5px;font-weight:500;display:block}.xf .report .drv__dir{letter-spacing:.02em;flex:none;font-size:11.5px;font-weight:800}.xf .report .drv__dir--faster{color:#ff7d8e}.xf .report .drv__dir--slower{color:#7ce8ca}.xf .report .trajwrap{margin-top:26px}.xf .report .trajwrap svg{width:100%;height:auto;display:block;overflow:visible}.xf .report .traj__pill{opacity:0}.xf .report .run .traj__pill--today{animation:.5s .6s forwards xf-fadein}.xf .report .run .traj__pill--a{animation:.5s 1.9s forwards xf-fadein}.xf .report .run .traj__pill--b{animation:.5s 2.1s forwards xf-fadein}.xf .report .run .traj__cliprect{animation:xf-trajWipe 1.5s var(--xf-ease-out) .6s forwards}@keyframes xf-trajWipe{to{width:320px}}.xf .report .traj__legend{color:var(--xf-paper-faint);gap:16px;margin-top:14px;font-size:11px;font-weight:600;display:flex}.xf .report .traj__legend i{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.xf .report .cta-row{z-index:20;gap:10px;margin-top:28px;display:flex;position:relative}.xf .report .cta-row button{font-family:var(--xf-f-ui);cursor:pointer;border:0;border-radius:14px;flex:1;padding:15px;font-size:14px;font-weight:700}.xf .report .cta-row .primary{background:var(--xf-paper);color:var(--xf-ink)}.xf .report .cta-row .ghost{color:var(--xf-paper);border:1px solid var(--xf-line);background:#f5f2ea1a}.xf .report .radar{margin-top:24px;position:relative}.xf .report .radar svg{width:100%;height:auto;display:block;overflow:visible}.xf .report .radar svg g[stroke]{stroke-width:1px}.xf .report svg.radar__sweep{pointer-events:none;transform-origin:50% 48.1%;will-change:transform;height:100%;animation:16s ease-in-out infinite alternate xf-radarMorph;position:absolute;inset:0}@keyframes xf-radarMorph{0%{transform:rotate(-16deg)scale(.94)}to{transform:rotate(22deg)scale(1.06)}}.xf .report .radar .lm-unlock{top:52%}.xf .report .fsort{margin-top:18px;position:relative}.xf .report .fsort__buckets{grid-template-columns:1fr 1fr;gap:10px;display:grid}.xf .report .fsort__bucket{border:1px solid #f5f2ea24;border-radius:16px;min-height:216px;padding:14px 10px 16px}.xf .report .fsort__head{text-align:center;margin-bottom:12px}.xf .report .fsort__title{letter-spacing:.16em;text-transform:uppercase;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.xf .report .fsort__dot{border-radius:50%;flex:none;width:7px;height:7px}.xf .report .fsort__dot--gold{background:#f2c14ef2}.xf .report .fsort__dot--violet{background:#c99ef0f2}.xf .report .fsort__count{color:#f5f2ea73;margin-top:3px;font-size:12px}.xf .report .fsort__chips{filter:blur(5px);flex-direction:column;gap:8px;animation:14s ease-in-out infinite alternate xf-sortDrift;display:flex}.xf .report .fsort__bucket:last-child .fsort__chips{animation-delay:-7s}@keyframes xf-sortDrift{0%{transform:translateY(-3px)}to{transform:translateY(4px)}}.xf .report .fsort__chip{text-align:center;border-radius:999px;padding:8px 12px;font-size:12.5px;font-weight:600}.xf .report .fsort__chip--gold{background:#f2c14e38;border:1px solid #f2c14e66}.xf .report .fsort__chip--violet{background:#c99ef033;border:1px solid #c99ef066}.xf .report .fsort__tested{text-align:center;color:#f5f2ea66;margin-top:16px;font-size:11.5px;line-height:1.65}.xf .report .fsort__tested strong{color:#f5f2eab8;font-weight:600}.xf .report .fsort .lm-unlock{top:38%}.xf .report .rings{margin-top:18px;position:relative}.xf .report .rings__stage{width:min(212px,70%);margin:0 auto;position:relative}.xf .report .rings svg{width:100%;height:auto;display:block;overflow:visible}.xf .report svg.rings__sweep{pointer-events:none;transform-origin:50%;will-change:transform;height:100%;animation:16s ease-in-out infinite alternate xf-ringsDrift;position:absolute;inset:0}@keyframes xf-ringsDrift{0%{transform:rotate(-104deg)}to{transform:rotate(-76deg)}}.xf .report .rings-legend{grid-template-columns:1fr 1fr;gap:12px 10px;margin-top:22px;display:grid}.xf .report .rings-legend__row{align-items:center;gap:7px;font-size:12px;font-weight:600;line-height:1.2;display:flex}.xf .report .rings-legend__dot{border-radius:2.5px;flex:none;width:8px;height:8px}.xf .report .rings-legend__ico{opacity:.85;flex:none;width:16px;height:16px}.xf .report .stc__traj{margin-top:auto}.xf .report .stc__traj svg{width:100%;height:auto;display:block}.xf .report .stc__trajkey{color:var(--xf-paper-faint);gap:18px;margin-top:10px;font-size:13px;font-weight:600;display:flex}.xf .report .stc__trajkey i{border-radius:50%;width:9px;height:9px;margin-right:7px;display:inline-block}.xf .report .gd-row{justify-content:flex-start;align-items:stretch;gap:16px;margin-top:24px;display:flex}.xf .report .slide--inline-cta{overflow:clip}.xf .report .slide--inline-cta .slide__flow{align-items:inherit;scrollbar-width:none;flex-direction:column;flex:0 auto;width:100%;min-height:0;display:flex;overflow-y:auto}.xf .report .slide--inline-cta .slide__flow::-webkit-scrollbar{display:none}.xf .report .slide--inline-cta>.gd-row{flex:none}.xf .report .gd-row[data-in],.xf .report .gd-cta[data-in],.xf .report .gd-share[data-in]{pointer-events:none}.xf .report .run .gd-row[data-in],.xf .report .run .gd-cta[data-in],.xf .report .run .gd-share[data-in]{animation:xf-cta-in .8s var(--xf-ease-out) both;animation-delay:calc(var(--d,0) * 1ms)}@keyframes xf-cta-in{0%{opacity:0;pointer-events:none;transform:translateY(22px)}to{opacity:1;pointer-events:auto;transform:none}}.xf .report .slide--pin-cta{padding-top:92px;padding-bottom:var(--xf-dock-clear);justify-content:flex-start}.xf .report .slide--no-dock:not(.slide--reveal){padding-bottom:calc(30px + var(--xf-kb,0px) + env(safe-area-inset-bottom,0px))}.xf .report .slide--pin-cta:has(.slide__body){overflow:clip}.xf .report .slide--pin-cta .slide__body{-webkit-overflow-scrolling:touch;scrollbar-width:none;min-height:0;overflow-y:auto}.xf .report .slide--pin-cta .slide__body::-webkit-scrollbar{display:none}.xf .report .slide--pin-cta .slide__body--plan{overflow:clip}.xf .report .slide__foot{flex:none;width:100%;margin-top:auto}.xf .report .slide__body{flex-direction:column;flex:1;display:flex}.xf .report .slide__body--center{justify-content:safe center}.xf .report .slide__foot .btn-pro,.xf .report .slide__foot .cta-row{margin-top:0}.xf .report .gd-cta{font-family:var(--xf-f-ui);letter-spacing:.04em;color:var(--xf-paper);background:color-mix(in oklab, var(--xf-accent) 15%, transparent);border:1px solid color-mix(in oklab, var(--xf-accent) 50%, transparent);cursor:pointer;transition:transform .15s var(--xf-ease-pop);border-radius:999px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.xf .report .gd-cta:active{transform:scale(.95)}.xf .report .gd-share{font-family:var(--xf-f-ui);letter-spacing:.04em;color:var(--xf-paper);cursor:pointer;transition:transform .15s var(--xf-ease-pop);background:0 0;border:1px solid #f5f2ea61;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.xf .report .gd-share:active{transform:scale(.94)}.xf .report .gd-share svg{width:15px;height:15px;stroke:var(--xf-paper);fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.xf .report .lm-body{padding:0 24px}.xf .report .lm-close{width:36px;height:36px;color:var(--xf-paper);cursor:pointer;transition:transform .15s var(--xf-ease-pop);background:#322e47;border:1px solid #f5f2ea38;border-radius:50%;justify-content:center;align-items:center;font-size:15px;display:flex}.xf .report .lm-close:active{transform:scale(.92)}.xf .report .lm-footer{padding-bottom:calc(4px + env(safe-area-inset-bottom,0px));margin-top:28px}.xf .report .lm-footerbtn{width:100%;font-family:var(--xf-f-ui);cursor:pointer;background:var(--xf-paper);color:var(--xf-ink);border:0;border-radius:14px;padding:15px;font-size:14px;font-weight:700}.xf .report .lm-footerbtn:active{transform:scale(.98)}.xf .report .sec__h{font-family:var(--xf-f-display);letter-spacing:-.01em;margin-bottom:10px;font-size:21px;font-style:italic;font-weight:700;line-height:1.2}.xf .report .sp{color:var(--xf-paper-dim);max-width:42ch;font-size:14.5px;line-height:1.62}.xf .report .sp b{color:var(--xf-paper);font-weight:600}.xf .report .moment{border-bottom:1px solid #f5f2ea14;align-items:center;gap:11px;padding:8px 0;display:flex}.xf .report .moment:last-child{border-bottom:0}.xf .report .moment__icon{background:color-mix(in oklab, var(--xf-accent) 15%, transparent);border-radius:9px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.xf .report .moment__icon svg{width:15px;height:15px;stroke:var(--xf-accent);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.xf .report .moment__name{font-size:14px;font-weight:700}.xf .report .obscard{background:#f5f2ea0b;border:1px solid #f5f2ea17;border-radius:16px;margin-top:12px;padding:16px}.xf .report .obscard__h{letter-spacing:-.01em;margin-bottom:5px;font-size:15px;font-weight:800}.xf .report .obscard__p{color:var(--xf-paper-dim);font-size:13px;line-height:1.55}.xf .report .obscard__p b{color:var(--xf-paper);font-weight:700}.xf .report .duo{margin-top:13px}.xf .report .duo__row{align-items:center;gap:10px;margin-top:8px;display:flex}.xf .report .duo__label{width:86px;color:var(--xf-paper-faint);letter-spacing:.04em;flex:none;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.xf .report .duo__label svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:14px;height:14px}.xf .report .duo__track{background:#f5f2ea1a;border-radius:99px;flex:1;height:9px;overflow:hidden}.xf .report .duo__track i{width:0%;height:100%;transition:width .9s var(--xf-ease-pop);background:#f5f2ea52;border-radius:99px;display:block}.xf .report .duo__track i.hot{background:var(--xf-accent);box-shadow:0 0 10px color-mix(in oklab, var(--xf-accent) 45%, transparent)}.xf .report .duo__val{text-align:right;font-variant-numeric:tabular-nums;flex:none;width:58px;font-size:11.5px;font-weight:700}.xf .report .duo__val.hot{color:var(--xf-accent)}.xf .report .duo__val.dim{color:var(--xf-paper-faint)}.xf .report .cmp{flex-direction:column;gap:12px;margin-top:13px;display:flex}.xf .report .cmprow{flex-direction:column;gap:5px;display:flex}.xf .report .cmprow__label{color:var(--xf-paper-faint);letter-spacing:.04em;align-items:baseline;gap:7px;font-size:12px;font-weight:700;display:flex}.xf .report .cmprow__label--you{color:var(--xf-paper)}.xf .report .cmprow__val{font-variant-numeric:tabular-nums;color:var(--xf-paper-faint);margin-left:auto;font-size:11.5px;font-weight:700}.xf .report .cmprow__val.hot{color:var(--xf-accent)}.xf .report .cmprow .duo__track{flex:none;width:100%}.xf .report .cmprow--locked .cmprow__val,.xf .report .cmprow--locked .duo__track{filter:blur(4px);-webkit-user-select:none;user-select:none}.xf .report .cmp__zone{flex-direction:column;gap:12px;display:flex;position:relative}.xf .report .lm-stat--locked,.xf .report .lm-lockedp,.xf .report .lockzone[data-pro]{cursor:pointer}.xf .report .lockzone{margin:14px 0 0;position:relative}.xf .report .lockrow{background:#f5f2ea0b;border:1px solid #f5f2ea17;border-radius:14px;align-items:center;gap:12px;margin-top:9px;padding:13px 15px;display:flex}.xf .report .lockrow__num{color:#f2c14e;background:#f2c14e29;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:flex}.xf .report .lockrow__lines{flex:1;min-width:0}.xf .report .lm-lockglyph.lockrow__lock{color:#c99ef0;width:15px;height:15px}.xf .report .lockrow__text{filter:blur(5px);font-size:13.5px;font-weight:600}.xf .report .lockrow__sub{color:var(--xf-paper-faint);filter:blur(5px);margin-top:1px;font-size:11.5px}.xf .report .lockzone__fade{pointer-events:none;background:#17142752;border-radius:14px;position:absolute;inset:-2px -4px}.xf .report .lm-unlock{font-family:var(--xf-f-ui);color:#1c1030;cursor:pointer;transition:transform .15s var(--xf-ease-pop);white-space:nowrap;z-index:2;background:linear-gradient(100deg,#f8dc9a,#f2c14e 55%,#c99ef0 135%);border:0;border-radius:999px;padding:16px 28px;font-size:15px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 32px #00000073,0 0 24px #f2c14e4d}.xf .report .lm-unlock:active{transform:translate(-50%,-50%)scale(.96)}.xf .report .lm-unlock--cmp{padding:12px 20px;font-size:13.5px}.xf .report .lm-body .sec__h{margin:30px 0 10px}.xf .report .lm-body .sec__h:first-child{margin-top:6px;padding-right:48px}.xf .report .lm-body .sp{margin-bottom:6px}.xf .report .lm-body .lockzone{margin-bottom:12px}.xf .report .lm-micro{font-family:var(--xf-f-ui);letter-spacing:.09em;text-transform:uppercase;color:#f5f2ea73;margin:16px 0 8px;font-size:10px;font-weight:700}.xf .report .lm-stat{background:#f5f2ea0a;border:1px solid #f5f2ea24;border-radius:13px;flex-direction:column;gap:8px;padding:13px 15px;display:flex;position:relative}.xf .report .lm-stat--good{background:#4fc79a12;border-color:#4fc79a73}.xf .report .lm-stat--grow{background:#f0a53a14;border-color:#f0a53a80}.xf .report .lm-stat__row{align-items:center;gap:12px;display:flex}.xf .report .lm-stat__lines{flex:1;min-width:0}.xf .report .lm-stat__text{font-size:13.5px;font-weight:700;display:block}.xf .report .lm-stat__sub{color:var(--xf-paper-faint);margin-top:2px;font-size:12px;display:block}.xf .report .lm-stat__mark{flex:none;font-size:15px;font-weight:800}.xf .report .lm-stat__mark--check{color:var(--xf-green)}.xf .report .lm-stat__mark--train{color:var(--xf-gold)}.xf .report .lm-stat--locked .lm-stat__text,.xf .report .lm-stat--locked .lm-stat__sub{filter:blur(5px)}.xf .report .lm-lockglyph{color:#f5f2ea80;flex:none;width:14px;height:14px}.xf .report .lm-stat--locked .lm-lockglyph,.xf .report .lm-lockedp .lm-lockglyph{position:absolute;top:14px;right:14px}.xf .report .lm-lockedp{background:#f5f2ea09;border:1px solid #f5f2ea1f;border-radius:13px;padding:13px 15px;position:relative}.xf .report .lm-lockedp__body{font-family:var(--xf-f-ui);color:#f5f2eabf;filter:blur(5px);-webkit-user-select:none;user-select:none;margin:0;padding-right:22px;font-size:13px;line-height:1.55}.xf .report .lm-sci{font-family:var(--xf-f-ui);color:#f5f2ea8c;margin:0 0 6px;font-size:13px;line-height:1.55}.xf .report .lm-tcard{background:#f5f2ea08;border:1px solid #f5f2ea1a;border-radius:16px;margin-top:16px;padding:16px 14px}.xf .report .lm-tcard .lmrow{border-bottom:0;padding-top:0}.xf .report .lm-tcard .lm-stat,.xf .report .lm-tcard .lm-lockedp{background:#f5f2ea12;border-color:#0000}.xf .report .lm-tcard .lm-stat--good{background:#4fc79a12;border-color:#4fc79a73}.xf .report .lm-tcard .lm-stat--grow{background:#f0a53a14;border-color:#f0a53a80}.xf .report .lm-div{background:#f5f2ea14;height:1px;margin:26px 0 2px}.xf .report .lm-ctarow{flex-direction:column;align-items:center;gap:9px;margin:20px 0 4px;display:flex}.xf .report .lm-unlock--inline{position:static;transform:none}.xf .report .lm-unlock--inline:active{transform:scale(.96)}.xf .report .lm-ctasub{color:#f5f2ea80;font-size:11.5px}.xf .report .lmrow{border-bottom:1px solid #f5f2ea14;justify-content:space-between;align-items:baseline;gap:12px;padding:11px 0;display:flex}.xf .report .lmrow:last-child{border-bottom:0}.xf .report .lmrow--test{display:block}.xf .report .lmrow__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.xf .report .lmrow__lead{align-items:center;gap:12px;min-width:0;display:flex}.xf .report .lmrow__t{font-size:14px;font-weight:700}.xf .report .lmrow--test .lmrow__t{font-size:16.5px}.xf .report .lmrow__s{color:var(--xf-paper-faint);margin-top:2px;font-size:12px}.xf .report .lmrow--test .lmrow__s{color:var(--xf-paper-dim);margin-top:9px;font-size:12.5px;line-height:1.5}.xf .report .lmrow__meta{color:var(--xf-paper-faint);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:600}.xf .report .lmrow__tag{letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:700}.xf .report .lmrow__tag--memory{color:#f0a53a}.xf .report .lmrow__tag--focus{color:#6fb3f2}.xf .report .lmrow__tag--solve{color:#4fc79a}.xf .report .archgrid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px;display:grid}.xf .report .archchip{text-align:center;border:1px solid var(--xf-line);color:var(--xf-paper-faint);background:#f5f2ea0a;border-radius:12px;padding:11px 12px;font-size:12.5px;font-weight:600}.xf .report .archchip.lit{border-color:color-mix(in oklab, var(--xf-accent) 55%, transparent);color:var(--xf-accent);background:color-mix(in oklab, var(--xf-accent) 12%, transparent);box-shadow:0 0 14px color-mix(in oklab, var(--xf-accent) 22%, transparent);font-weight:800}.xf .report .takeover{z-index:44;visibility:hidden;pointer-events:none;--stx-w:min(90%, 340px);position:absolute;inset:0}.xf .report .takeover.open{visibility:visible;pointer-events:auto}.xf .report .takeover__dim{backdrop-filter:blur(4px);opacity:0;background:#08070fc7;transition:opacity .3s;position:absolute;inset:0}.xf .report .takeover.open .takeover__dim{opacity:1}.xf .report .takeover__close{z-index:3;cursor:pointer;width:36px;height:36px;color:var(--xf-paper);font-size:15px;font-family:var(--xf-f-ui);background:#f5f2ea1f;border:0;border-radius:50%;position:absolute;top:16px;left:14px}.xf .report .stx{z-index:2;padding-bottom:calc(26px + env(safe-area-inset-bottom,0px));pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.xf .report .stc{width:var(--stx-w);aspect-ratio:4/5;pointer-events:auto;opacity:0;transition:transform .45s var(--xf-ease-pop) 80ms, opacity .35s ease 80ms;background:radial-gradient(90% 60% at 50% 72%,#f2c14e38 0%,#0000 70%),linear-gradient(160deg,#2b2050,#171427 70%);border:1px solid #f2c14e59;border-radius:24px;flex-direction:column;padding:24px 22px 22px;display:flex;transform:scale(.86);box-shadow:0 30px 80px #0009}.xf .report .takeover.open .stc{opacity:1;transform:scale(1)}.xf .report .takeover .stx--capture .stc{opacity:1;transition:none;transform:none}.xf .ivx,.xf .slide>.ivx{pointer-events:none;visibility:visible;justify-content:center;align-items:center;width:360px;height:640px;display:flex;position:fixed;top:0;left:-10000px}.xf .ivx__card{aspect-ratio:4/5;background:radial-gradient(90% 60% at 50% 72%,#f2c14e38 0%,#0000 70%),linear-gradient(160deg,#2b2050,#171427 70%);border:1px solid #f2c14e59;border-radius:24px;flex-direction:column;width:324px;padding:24px 22px 22px;display:flex;box-shadow:0 30px 80px #0009}.xf .ivx__head{justify-content:space-between;align-items:baseline;margin-bottom:18px;display:flex}.xf .ivx__logo{letter-spacing:-.02em;color:var(--xf-paper);font-size:17px;font-weight:800}.xf .ivx__body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.xf .ivx__lab{letter-spacing:-.01em;color:var(--xf-paper);font-size:17px;font-weight:600}.xf .ivx__socket{background:radial-gradient(circle at 50% 46%,#9d97ff42,#9d97ff0d 62%,#0000 78%);border:1px solid #cfc7ff5c;border-radius:50%;width:150px;height:150px;margin:14px 0 0;position:relative}.xf .ivx__q{font-family:var(--xf-f-display);letter-spacing:-.02em;background:linear-gradient(100deg,#f8dc9a 15%,#f2c14e 42%,#c99ef0 85%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:100px;font-style:italic;font-weight:700;line-height:150px;display:block}.xf .ivx__line{font-family:var(--xf-f-display);text-wrap:balance;color:var(--xf-paper);margin-top:22px;font-size:20px;font-style:italic;line-height:1.2}.xf .ivx__sub{color:var(--xf-paper-dim);margin-top:10px;font-size:13px;line-height:1.4}.xf .fvx__card{aspect-ratio:4/5;background:radial-gradient(90% 60% at 50% 74%,#4fc79a33 0%,#0000 70%),linear-gradient(160deg,#14291f,#121627 70%);border:1px solid #4fc79a59;border-radius:24px;flex-direction:column;width:324px;padding:24px 22px 22px;display:flex;box-shadow:0 30px 80px #0009}.xf .fvx__logo{letter-spacing:-.02em;color:var(--xf-paper);font-size:17px;font-weight:800}.xf .fvx__body{flex-direction:column;flex:1;justify-content:center;display:flex}.xf .fvx__title{font-family:var(--xf-f-display);letter-spacing:-.01em;text-wrap:balance;color:var(--xf-paper);font-size:27px;font-weight:700;line-height:1.16}.xf .fvx__fact{color:var(--xf-paper-dim);margin:12px 0 0;font-size:13px;line-height:1.5}.xf .fvx__url{color:#4fc79ae6;font-size:13px;font-weight:600}.xf .report .stc__head{justify-content:space-between;align-items:baseline;margin-bottom:18px;display:flex}.xf .report .stc__logo{letter-spacing:-.02em;font-size:17px;font-weight:800}.xf .report .stc__yr{letter-spacing:.08em;color:var(--xf-paper-faint);font-size:9px;font-weight:700}.xf .report .stc__h{font-family:var(--xf-f-display);background:linear-gradient(100deg,#f8dc9a 15%,#f2c14e 42%,#c99ef0 85%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:27px;font-style:italic;font-weight:700;line-height:1.1}.xf .report .stc__h--arch{font-size:34px}.xf .report .stc__big{font-family:var(--xf-f-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;background:linear-gradient(100deg,#f8dc9a 15%,#f2c14e 42%,#c99ef0 85%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:96px;font-weight:700;line-height:.95}.xf .report .stc__big span{font-size:.42em}.xf .report .stc__big--age{font-size:124px}.xf .report .stc__unit{letter-spacing:.01em;color:#f8dc9ae6;margin-top:10px;font-size:21px;font-weight:700}.xf .report .stc__rule{background:#f5f2ea2e;width:100%;height:1px;margin:22px 0 18px}.xf .report .stc__ital{font-family:var(--xf-f-display);color:#f5f2eae0;text-wrap:balance;margin-top:8px;font-size:19px;font-style:italic;font-weight:500;line-height:1.45}.xf .report .stc__ital--age{margin-top:0;font-size:21px}.xf .report .stc__mid{text-align:center;margin:auto 0}.xf .report .stc__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--xf-paper-faint);margin-bottom:5px;font-size:9.5px;font-weight:700}.xf .report .stc__gembig{width:100px;height:100px;margin:0 auto 14px;position:relative}.xf .report .stc__gembig svg{width:100%;height:100%;display:block}.xf .report .stc__gembig .stc__spark{font-size:17px;top:-9px;right:-10px}.xf .report .stc__spark{color:#f8dc9a;font-size:13px;animation:2.2s ease-in-out infinite xf-twinkle;position:absolute;top:-7px;right:-6px}@keyframes xf-twinkle{50%{opacity:.35;scale:.75}}.xf .report .stc__bars{margin-top:auto;padding-top:18px}.xf .report .stc__bar{margin-top:11px}.xf .report .stc__bar:first-child{margin-top:0}.xf .report .stc__bar .r{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.xf .report .stc__bar .l{font-size:11.5px;font-weight:600}.xf .report .stc__bar .v{font-variant-numeric:tabular-nums;color:var(--bc);font-size:11.5px;font-weight:800}.xf .report .stc__track{background:#f5f2ea1f;border-radius:99px;height:6px;overflow:hidden}.xf .report .stc__fill{background:var(--bc);width:0;height:100%;box-shadow:0 0 8px color-mix(in oklab, var(--bc) 60%, transparent);transition:width .9s var(--xf-ease-pop);transition-delay:calc(.35s + var(--i) * .12s);border-radius:99px;display:block}.xf .report .takeover.open .stc__fill{width:calc(var(--val) * 1%)}.xf .report .stc__line{font-family:var(--xf-f-display);letter-spacing:-.015em;text-wrap:balance;font-size:28px;font-weight:700;line-height:1.26}.xf .report .stc__line b{letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:#f2c14e;font-size:1.3em;font-weight:700}.xf .report .stc__folks{align-items:flex-end;gap:6px;margin-top:auto;padding-top:36px;display:flex}.xf .report .stc__folks .pp{flex:1}.xf .report .stc__stamp{text-align:center;letter-spacing:.2em;text-transform:uppercase;color:var(--xf-paper-faint);margin-top:16px;font-size:9px;font-weight:700}.xf .report .stb{width:var(--stx-w);left:0;right:0;bottom:calc(26px + var(--xf-kb,0px) + env(safe-area-inset-bottom,0px));z-index:3;--xf-accent:#9d97ff;cursor:pointer;background:var(--xf-accent);color:var(--xf-ink);font-family:var(--xf-f-ui);letter-spacing:.01em;opacity:0;transition:opacity .35s ease .12s, translate .45s var(--xf-ease-pop) .12s;border:0;border-radius:18px;justify-content:center;align-items:center;gap:9px;margin-inline:auto;padding:17px;font-size:15px;font-weight:800;display:flex;position:absolute;translate:0 14px;box-shadow:0 14px 34px #08070f8c}.xf .report .takeover.open .stb{opacity:1;translate:0}.xf .report .stb:active{transform:scale(.98)}.xf .report .stb:disabled{opacity:.55}.xf .report .stb svg{width:18px;height:18px}.xf .report .stsh{z-index:3;padding:18px 12px calc(22px + env(safe-area-inset-bottom,0px));text-align:center;font-family:var(--xf-f-ui);opacity:0;background:#f2eee4;border-radius:24px 24px 0 0;position:absolute;bottom:0;left:0;right:0;translate:0 24px;box-shadow:0 -18px 44px #08070f80}.xf .report .takeover.open .stsh{animation:xf-stsh-in .45s var(--xf-ease-pop) .12s both}@keyframes xf-stsh-in{0%{opacity:0;translate:0 24px}to{opacity:1;translate:0}}.xf .report .takeover.multi .stx{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.xf .report .stsh__label{letter-spacing:.22em;text-transform:uppercase;color:#8e8878;margin:0 0 16px;font-size:11px;font-weight:700}.xf .report .stsh__row{justify-content:space-between;gap:4px;padding:0 6px;display:flex}.xf .report .stsh__opt{cursor:pointer;min-width:0;font-family:var(--xf-f-ui);color:#26212e;white-space:nowrap;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:8px;padding:0;font-size:11.5px;font-weight:600;display:flex}.xf .report .stsh__opt:disabled{opacity:.55}.xf .report .stsh__opt:active .stsh__disc{transform:scale(.94)}.xf .report .stsh__disc{color:#26212e;background:#e4e0d2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .15s;display:flex}.xf .report .stsh__disc svg{width:24px;height:24px}.xf .report .stsh__disc--messages{color:#fff;background:linear-gradient(135deg,#8b7bfa,#5257e6)}.xf .report .stsh__disc--facebook{color:#fff;background:#1877f2}.xf .report .stsh__disc--whatsapp{color:#fff;background:#25d366}.xf .report .devdata-link{z-index:30;font-family:var(--xf-f-ui);letter-spacing:.14em;text-transform:uppercase;color:var(--xf-paper-faint);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:4px;font-size:10px;font-weight:700;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;position:absolute;top:22px;right:14px}.xf .report .devdata-link:hover{color:var(--xf-paper-dim)}.xf .report .devdata-scrim{z-index:60;backdrop-filter:blur(3px);background:#08070f99;position:absolute;inset:0}.xf .report .devdata-panel{z-index:61;overscroll-behavior:contain;background:var(--xf-ink-2,#171427);border-top:1px solid var(--xf-line);max-height:78%;padding:20px 22px calc(28px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;position:absolute;bottom:0;left:0;right:0;overflow-y:auto}.xf .report .devdata-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.xf .report .devdata-badge{font-family:var(--xf-f-ui);letter-spacing:.1em;text-transform:uppercase;border:1px solid;border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:800}.xf .report .devdata-badge--real{color:#5ce0be}.xf .report .devdata-badge--derived{color:#6fb3f2}.xf .report .devdata-badge--mixed{color:#f0a53a}.xf .report .devdata-badge--mock{color:#ff7d8e}.xf .report .devdata-badge--none{color:var(--xf-paper-faint)}.xf .report .devdata-key{font-family:var(--xf-f-ui);letter-spacing:.08em;color:var(--xf-paper-faint);font-size:11px}.xf .report .devdata-close{width:30px;height:30px;color:var(--xf-paper-dim);cursor:pointer;background:#f5f2ea1a;border:0;border-radius:50%;margin-left:auto;font-size:13px}.xf .report .devdata-summary{color:var(--xf-paper-dim);margin:0 0 14px;font-size:13.5px;line-height:1.55}.xf .report .devdata-rows{border-top:1px solid var(--xf-line);margin:0}.xf .report .devdata-row{border-bottom:1px solid var(--xf-line);gap:12px;padding:10px 0;display:flex}.xf .report .devdata-row dt{font-family:var(--xf-f-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--xf-paper);flex:0 0 108px;padding-top:1px;font-size:11px;font-weight:700}.xf .report .devdata-row dd{color:var(--xf-paper-dim);margin:0;font-size:12.5px;line-height:1.5}.xf .report .devdata-formula{border:1px solid var(--xf-line);background:#f5f2ea0d;border-radius:12px;margin-top:16px;padding:13px 15px}.xf .report .devdata-formula-h{font-family:var(--xf-f-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--xf-paper-faint);margin-bottom:7px;font-size:10.5px;font-weight:800}.xf .report .devdata-formula p{color:var(--xf-paper-dim);margin:0;font-size:12.5px;line-height:1.55}.xf .report .devdata-formula p+p{margin-top:9px}.xf :is(.report,.pro-host) .pro-scrim{z-index:60;backdrop-filter:blur(3px);background:#08070f99;animation:.25s forwards xf-proFade;position:absolute;inset:0}.xf :is(.report,.pro-host) .pro-panel{z-index:61;background:var(--xf-ink-2,#171427);border-top:1px solid var(--xf-line);padding:30px 24px calc(30px + env(safe-area-inset-bottom,0px));animation:xf-proUp .36s var(--xf-ease-pop) forwards;border-radius:24px 24px 0 0;position:absolute;bottom:0;left:0;right:0}@keyframes xf-proFade{0%{opacity:0}to{opacity:1}}@keyframes xf-proUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.xf :is(.report,.pro-host) .pro-close{width:30px;height:30px;color:var(--xf-paper-dim);cursor:pointer;background:#f5f2ea1a;border:0;border-radius:50%;font-size:13px;position:absolute;top:14px;right:14px}.xf :is(.report,.pro-host) .pro-body{text-align:center;flex-direction:column;align-items:center;display:flex}.xf :is(.report,.pro-host) .pro-title{font-family:var(--xf-f-display);color:var(--xf-paper);margin:0 0 10px;font-size:26px;line-height:1.1}.xf :is(.report,.pro-host) .pro-sub{color:var(--xf-paper-dim);max-width:300px;margin:0 0 22px;font-size:14px;line-height:1.55}.xf :is(.report,.pro-host) .pro-cta{width:100%;font-family:var(--xf-f-ui);letter-spacing:.02em;color:#1c1030;cursor:pointer;transition:transform .15s var(--xf-ease-pop);background:linear-gradient(100deg,#f8dc9a,#f2c14e 55%,#c99ef0 135%);border:0;border-radius:16px;padding:16px;font-size:15px;font-weight:800;box-shadow:0 8px 28px #f2c14e40}.xf :is(.report,.pro-host) .pro-cta:active{transform:scale(.97)}.xf .report .survey-stars{gap:10px;margin:28px 0 4px;display:flex}.xf .report .survey-star{cursor:pointer;transition:transform .15s var(--xf-ease-pop);background:0 0;border:0;padding:4px;line-height:0}.xf .report .survey-star:active{transform:scale(.85)}.xf .report .survey-star-svg{fill:#0000;stroke:#f5f2ea66;stroke-width:1.5px;width:44px;height:44px;transition:fill .15s var(--xf-ease-out), stroke .15s var(--xf-ease-out);display:block}.xf .report .survey-star-svg.lit{fill:#f4c95d;stroke:#f4c95d}.xf .report .survey-rating-label{font-family:var(--xf-f-display);color:var(--xf-paper);min-height:26px;margin-top:20px;font-size:20px;font-style:italic}.xf .report .survey-chips{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.xf .report .survey-chip{font-family:var(--xf-f-ui);color:var(--xf-paper);border:1.5px solid var(--xf-line);cursor:pointer;transition:background .18s var(--xf-ease-out), border-color .18s var(--xf-ease-out);background:#f5f2ea0d;border-radius:99px;align-items:center;gap:8px;padding:13px 18px;font-size:15px;font-weight:600;display:inline-flex}.xf .report .survey-chip:hover{border-color:var(--xf-paper-faint)}.xf .report .survey-chip.sel{background:color-mix(in oklab, var(--xf-accent) 16%, transparent);border-color:var(--xf-accent)}.xf .report .survey-chip-tick{line-height:0;display:inline-flex}.xf .report .survey-chip-tick svg{fill:none;width:15px;height:15px;stroke:var(--xf-accent);stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round}.xf .report .survey-subnote{resize:none;width:100%;min-height:84px;font-family:var(--xf-f-ui);color:var(--xf-paper);border:1.5px solid var(--xf-line);transition:border-color .18s var(--xf-ease-out);background:#f5f2ea0d;border-radius:16px;margin-top:14px;padding:14px;font-size:15px;line-height:1.5}.xf .report .survey-subnote::placeholder{color:var(--xf-paper-faint)}.xf .report .survey-subnote:focus{border-color:var(--xf-accent);outline:none}.xf .report .survey-next{width:100%;font-family:var(--xf-f-ui);letter-spacing:.02em;color:#14122a;background:var(--xf-accent);cursor:pointer;transition:transform .15s var(--xf-ease-pop);border:0;border-radius:16px;padding:17px;font-size:16px;font-weight:800}.xf .report .survey-next:active{transform:scale(.97)}.xf .report .svq-continue{z-index:20;margin-top:28px;position:relative}.xf .report .survey-book-head{margin-bottom:18px}.xf .report .survey-book-frame{z-index:20;background:#fff;border-radius:18px;width:100%;position:relative;overflow:clip}.xf .report .survey-book-mount{min-height:620px}.xf .report .survey-book-loading{z-index:1;font-family:var(--xf-f-ui);color:#100e1c8c;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:14px;display:flex;position:absolute;inset:0}.xf .report .survey-book-dots{gap:6px;display:flex}.xf .report .survey-book-dots i{background:#100e1c2e;border-radius:50%;width:6px;height:6px;animation:2.4s ease-in-out infinite xf-dotGlow}.xf .report .survey-book-dots i:nth-child(2){animation-delay:.18s}.xf .report .survey-book-dots i:nth-child(3){animation-delay:.36s}.xf .report .survey-book-mount iframe{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border:0;width:100%;display:block}.xf .report a.survey-next{box-sizing:border-box;text-align:center;text-decoration:none;display:block}.xf .report .survey-book-skip{z-index:20;font-family:var(--xf-f-ui);color:var(--xf-paper-dim);cursor:pointer;background:0 0;border:0;align-self:center;margin-top:18px;padding:10px 4px;font-size:14px;position:relative}.xf .report .survey-book-skip:hover{color:var(--xf-paper)}.xf .report .survey-skip{z-index:20;width:100%;font-family:var(--xf-f-ui);color:var(--xf-paper-faint);cursor:pointer;transition:color .18s var(--xf-ease-out);background:0 0;border:0;margin-top:22px;padding:14px;font-size:14px;font-weight:600;position:relative}.xf .report .survey-skip:hover{color:var(--xf-paper)}.xf .report .dash{z-index:40;-webkit-overflow-scrolling:touch;background:radial-gradient(120% 70% at 50% -5%, #cfc7ff1f, transparent 55%), var(--xf-ink);flex-direction:column;gap:16px;padding:22px 22px 56px;display:flex;position:absolute;inset:0;overflow-y:auto}.xf .report .dash-eyebrow{font-family:var(--xf-f-ui);letter-spacing:.16em;text-transform:uppercase;color:var(--xf-paper-faint);margin:0;font-size:11px}.xf .report .dash-ord{color:var(--xf-paper-faint);margin-left:1px;font-size:.55em}.xf .report .dash-back{color:var(--xf-paper-dim);font-family:var(--xf-f-ui);cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:6px;padding:6px 2px;font-size:13px;display:inline-flex}.xf .report .dash-back span{font-size:18px;line-height:1}.xf .report .dash-ref{border:1px solid color-mix(in srgb, var(--xf-accent) 35%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--xf-accent) 13%, transparent), color-mix(in srgb, var(--xf-accent) 5%, transparent));border-radius:18px;padding:16px 16px 15px}.xf .report .dash-ref-title{font-family:var(--xf-f-display);color:var(--xf-paper);text-wrap:balance;margin:0;font-size:17px;font-weight:500;line-height:1.28}.xf .report .dash-ref-sub{color:var(--xf-paper-dim);margin:5px 0 0;font-size:13px;line-height:1.45}.xf .report .dash-ref-pips{align-items:center;gap:9px;margin-top:13px;display:flex}.xf .report .dash-ref-pip{border:1.5px dashed #f5f2ea52;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.xf .report .dash-ref-pip--done{background:var(--xf-accent);color:var(--xf-ink);border:none}.xf .report .dash-ref-pip--done svg{width:13px;height:13px}.xf .report .dash-ref-count{font-variant-numeric:tabular-nums;color:var(--xf-paper-faint);margin-left:auto;font-size:12px}.xf .report .dash-ref-count b{color:var(--xf-paper);font-weight:600}.xf .report .dash-ref-cta{background:var(--xf-accent);width:100%;color:var(--xf-ink);font-family:var(--xf-f-ui);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:7px;margin-top:14px;padding:12px 0;font-size:14px;font-weight:600;display:flex}.xf .report .dash-ref-cta svg{width:14px;height:14px}.xf .report .dash-ref-cta:focus-visible{outline:2px solid var(--xf-paper);outline-offset:2px}.xf .report .dash-hero{text-align:center;padding:6px 0 4px}.xf .report .dash-hero-title{font-family:var(--xf-f-ui);color:var(--xf-paper);margin:0;font-size:15px;font-weight:700}.xf .report .dash-hero-date{font-family:var(--xf-f-ui);color:var(--xf-paper-faint);margin:3px 0 0;font-size:12px}.xf .report .dash-age{font-family:var(--xf-f-display);letter-spacing:-.03em;color:#cfc7ff;text-shadow:0 0 40px #cfc7ff59;margin-top:14px;font-size:64px;font-weight:500;line-height:1}.xf .report .dash-hero-delta{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);margin:8px 0 0;font-size:12.5px;font-weight:400}.xf .report .dash-share{color:var(--xf-paper-dim);font-family:var(--xf-f-ui);cursor:pointer;background:0 0;border:1px solid #f5f2ea38;border-radius:999px;align-items:center;gap:6px;margin-top:12px;padding:7px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.xf .report .dash-share svg{width:13px;height:13px}.xf .report .dash-share:active{transform:scale(.96)}.xf .report .dash-pro-chip{vertical-align:1px;color:#1a1030;font-family:var(--xf-f-ui);letter-spacing:.1em;background:#c99ef0;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:9.5px;font-weight:800;display:inline-block}.xf .report .dash-retest-btn{color:#cfc7ff;width:100%;font-family:var(--xf-f-ui);cursor:pointer;background:0 0;border:1px solid #cfc7ff66;border-radius:999px;margin-top:18px;padding:12px 0;font-size:13.5px;font-weight:600;display:block}.xf .report .dash-retest-wait{text-align:center;margin-top:18px}.xf .report .rw-pill{border:1px solid #cfc7ff40;border-radius:999px;width:100%;padding:12px 16px;position:relative;overflow:hidden}.xf .report .rw-pill:before{content:"";width:var(--rw-fill,0%);background:linear-gradient(90deg,#9d97ff12,#9d97ff33);position:absolute;inset:0}.xf .report .rw-copy{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);font-size:13.5px;position:relative}.xf .report .rw-copy b{color:var(--xf-paper);font-weight:600}.xf .report .rw-remind{color:#cfc7ff;font-family:var(--xf-f-ui);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #cfc7ff59;margin-top:9px;padding:0 0 1px;font-size:12.5px;font-weight:600}.xf .report .dash-sec-head{align-items:baseline;gap:10px;margin-top:10px;display:flex}.xf .report .dash-sec-head .dash-eyebrow{flex:1}.xf .report .dash-plan,.xf .report .dash-results{flex-direction:column;gap:8px;display:flex}.xf .report .dash-day{border:1px solid var(--xf-line);background:#f5f2ea05;border-radius:14px}.xf .report .dash-day--next{background:#cfc7ff0a;border-color:#cfc7ff4d}.xf .report .dash-day-row{align-items:flex-start;display:flex}.xf .report .dash-day-chk{border:1.5px solid var(--xf-paper-faint);cursor:pointer;background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:21px;height:21px;margin:13px 0 0 12px;padding:0;display:inline-flex}.xf .report .dash-day-chk svg{fill:none;stroke:#0000;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.xf .report .dash-day--done .dash-day-chk{border-color:var(--xf-green);background:#4fc79a33}.xf .report .dash-day--done .dash-day-chk svg{stroke:var(--xf-green)}.xf .report .dash-day-head{text-align:left;cursor:pointer;min-width:0;color:var(--xf-paper);font-family:var(--xf-f-ui);background:0 0;border:0;flex:1;align-items:flex-start;gap:10px;padding:13px 12px 13px 10px;display:flex}.xf .report .dash-day-mid{flex:1;min-width:0}.xf .report .dash-day-eyebrow{font-family:var(--xf-f-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--xf-paper-faint);margin-bottom:3px;font-size:12px;font-weight:700;display:block}.xf .report .dash-day-title{font-size:17px;font-weight:600;line-height:1.3;display:block}.xf .report .dash-day--done .dash-day-title{color:var(--xf-paper-faint)}.xf .report .dash-day-chev{color:var(--xf-paper-faint);transition:transform .18s var(--xf-ease-out);flex:none;padding-top:3px;font-size:11px}.xf .report .dash-day--open .dash-day-chev{transform:rotate(180deg)}.xf .report .dash-day--open .dash-day-head{padding-bottom:6px}.xf .report .dash-day-body{padding:0 12px 14px 43px}.xf .report .dash-day-how{font-family:var(--xf-f-ui);color:#f5f2eacc;margin:0 0 10px;font-size:16px;line-height:1.45}.xf .report .dash-day-sci{border:1px solid var(--xf-line);border-radius:10px;padding:11px 12px 12px}.xf .report .dash-day-sci-label{font-family:var(--xf-f-ui);letter-spacing:.15em;text-transform:uppercase;color:var(--xf-paper-faint);margin-bottom:6px;font-size:11.5px;font-weight:700;display:block}.xf .report .dash-day-sci p{font-family:var(--xf-f-ui);color:#f5f2eab8;margin:0 0 7px;font-size:15px;line-height:1.5}.xf .report .dash-day-sci-cite{font-family:var(--xf-f-ui);color:var(--xf-paper-faint);font-size:13px}.xf .report .dash-plan-lockwrap{cursor:pointer;position:relative}.xf .report .dash-plan-blur{filter:blur(3.5px);opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;gap:8px;display:flex}.xf .report .dash-plan-overlay{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:14px;padding:104px 28px 0;display:flex;position:absolute;inset:0}.xf .report .dash-plan-overlay p{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);max-width:30ch;margin:0;font-size:13px}.xf .report .dash-day--locked{text-align:left;width:100%;color:var(--xf-paper);font-family:var(--xf-f-ui);align-items:flex-start;gap:10px;padding:13px 12px;display:flex}.xf .report .dash-day-lockslot{flex:none;justify-content:center;width:21px;padding-top:3px;display:inline-flex}.xf .report .dash-day-lock{stroke:#f5f2ea66;width:13px;height:13px}.xf .report .dash-day-veil{background:#f5f2ea21;border-radius:6px;height:11px;margin-top:3px;display:block}.xf .report .dash-plan-unlock{pointer-events:auto;color:#1a1030;font-family:var(--xf-f-ui);white-space:nowrap;cursor:pointer;background:#c99ef0;border:0;border-radius:999px;padding:12px 22px;font-size:13px;font-weight:700;box-shadow:0 8px 30px #00000073}.xf .report .dash-plan-done{text-align:center;background:radial-gradient(120% 140% at 50% -20%,#cfc7ff24,#0000 60%),#cfc7ff0a;border:1px solid #cfc7ff59;border-radius:20px;padding:22px 18px 18px}.xf .report .dash-plan-done-eyebrow{color:#cfc7ff}.xf .report .dash-plan-done-title{font-family:var(--xf-f-display);margin:8px 0 6px;font-size:26px;font-weight:500}.xf .report .dash-plan-done-sub{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);margin:0 0 16px;font-size:12.5px}.xf .report .dash-plan-done-cta{color:#1a1030;font-family:var(--xf-f-ui);cursor:pointer;background:#cfc7ff;border:0;border-radius:999px;padding:11px 28px;font-size:13px;font-weight:700}.xf .report .dash-row{border:1px solid color-mix(in oklab, var(--dash-accent) 32%, transparent);background:color-mix(in oklab, var(--dash-accent) 7%, transparent);width:100%;color:var(--xf-paper);text-align:left;cursor:pointer;font-family:var(--xf-f-ui);transition:border-color .18s var(--xf-ease-out);border-radius:16px;align-items:center;gap:11px;padding:15px 14px;display:flex}.xf .report .dash-row:hover{border-color:color-mix(in oklab, var(--dash-accent) 55%, transparent)}.xf .report .dash-row-orb{background:radial-gradient(circle at 34% 30%, color-mix(in oklab, var(--dash-accent) 45%, #fff) 12%, var(--dash-accent) 60%, color-mix(in oklab, var(--dash-accent) 55%, #000));width:22px;height:22px;box-shadow:0 0 14px color-mix(in oklab, var(--dash-accent) 45%, transparent);border-radius:50%;flex:none}.xf .report .dash-row-name{font-family:var(--xf-f-display);flex:1;font-size:19px;font-weight:500}.xf .report .dash-row-pct{font-variant-numeric:tabular-nums;color:var(--dash-accent);font-size:15px;font-weight:600}.xf .report .dash-chev{color:var(--xf-paper-faint);font-size:18px;line-height:1}.xf .report .dash-replay{cursor:pointer;text-align:left;background:radial-gradient(120% 90% at 50% -20%,#9d97ff38,#0000 60%),#9d97ff0a;border:1px solid #9d97ff47;border-radius:16px;flex:none;align-items:center;gap:12px;width:100%;margin-top:20px;padding:18px 16px;display:flex;position:relative;overflow:hidden}.xf .report .dash-replay:before,.xf .report .dash-replay:after{content:"";background:#cfc7ffcc;border-radius:50%;position:absolute}.xf .report .dash-replay:before{opacity:.7;width:3px;height:3px;top:22%;left:14%}.xf .report .dash-replay:after{opacity:.5;width:2px;height:2px;top:20%;left:78%}.xf .report .dash-replay-mid{flex:1;min-width:0}.xf .report .dash-replay-brow{font-family:var(--xf-f-ui);letter-spacing:.14em;text-transform:uppercase;color:#cfc7ffbf;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.xf .report .dash-replay-title{font-family:var(--xf-f-ui);color:var(--xf-paper);font-size:15px;font-weight:700;display:block}.xf .report .dash-replay-sub{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);margin-top:3px;font-size:12px;display:block}.xf .report .dash-replay-play{background:#cfc7ff14;border:1.2px solid #cfc7ff99;border-radius:50%;flex:none;width:34px;height:34px;position:relative}.xf .report .dash-replay-play:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid #cfc7ff;position:absolute;top:10px;left:13px}.xf .report .dash-bars{flex-direction:column;gap:9px;margin-top:14px;display:flex}.xf .report .dash-bar{grid-template-columns:1fr auto;align-items:center;gap:6px 10px;display:grid}.xf .report .dash-bar-label{color:var(--xf-paper-dim);font-size:12.5px}.xf .report .dash-bar-val{color:var(--xf-paper);font-variant-numeric:tabular-nums;font-size:12px}.xf .report .dash-track{background:#f5f2ea1a;border-radius:3px;grid-column:1/-1;height:5px;overflow:hidden}.xf .report .dash-fill{border-radius:3px;height:100%}.xf .report .dash-detail{flex-direction:column;gap:4px;display:flex}.xf .report .dash-detail-hero{padding:12px 2px 4px}.xf .report .dash-detail-title{font-family:var(--xf-f-display);letter-spacing:-.01em;margin:8px 0 6px;font-size:30px;font-weight:500}.xf .report .dash-detail-lead{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);margin:0;font-size:13.5px}.xf .report .dash-detail-score{align-items:baseline;gap:8px;margin-top:14px;display:flex}.xf .report .dash-detail-num{font-family:var(--xf-f-display);color:var(--dash-accent);font-variant-numeric:tabular-nums;font-size:34px;font-weight:500}.xf .report .dash-detail-o{color:var(--xf-paper-dim);font-size:13px}.xf .report .dash-block{margin-top:20px}.xf .report .dash-block-h{font-family:var(--xf-f-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--xf-paper-faint);margin:0 0 12px;font-size:12px}@media (prefers-reduced-motion:reduce){.xf .report .dash-row,.xf .report .dash-day-chev{transition:none}}.xf .report .confirm{--xf-accent:#9d97ff;z-index:40;text-align:center;background:radial-gradient(120% 70% at 50% -5%, #9d97ff1a, transparent 55%), var(--xf-ink);flex-direction:column;justify-content:center;align-items:center;padding:80px 30px 110px;display:flex;position:absolute;inset:0}.xf .report .confirm .confirm-back{margin-top:40px}.xf .report .confirm .confirm-dev-skip{opacity:.4;font-size:12px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.xf :is(.report,.pro-host) .pro-cta{cursor:pointer;font-family:var(--xf-f-ui);color:#1c1030;background:linear-gradient(100deg,#f8dc9a,#f2c14e 55%,#c99ef0 135%);border:0;border-radius:999px;margin-top:4px;padding:17px 28px;font-size:16px;font-weight:800}.xf :is(.report,.pro-host) .pro-cta:disabled{opacity:.55;cursor:default}.xf :is(.report,.pro-host) .pro-panel--checkout{overscroll-behavior:contain;max-height:90%;padding-top:24px;overflow-y:auto}.xf :is(.report,.pro-host) .pro-co-sheet{padding:4px 24px calc(24px + env(safe-area-inset-bottom,0px));position:relative}.xf :is(.report,.pro-host) .pro-close--sheet{margin:10px 10px 0 0;position:static}.xf :is(.report,.pro-host) .pro-panel--kept{visibility:hidden}.xf :is(.report,.pro-host) .pro-panel--pay{flex-direction:column;height:auto;max-height:none;display:flex;top:0;overflow:clip}.xf :is(.report,.pro-host) .pro-co-body{overscroll-behavior:contain;min-height:0;padding:4px 24px calc(12px + env(safe-area-inset-bottom,0px));flex:1;margin:0 -24px;overflow-y:auto}.xf :is(.report,.pro-host) .pro-co-sheet .pro-co-body{overscroll-behavior:auto;flex:none;overflow:visible}.xf :is(.report,.pro-host) .pro-co-body--parked{visibility:hidden;pointer-events:none;width:100%;height:0;position:absolute;top:0;left:0;overflow:hidden}.xf :is(.report,.pro-host) .pro-co-title{font-family:var(--xf-f-display);color:var(--xf-paper);margin:0;font-size:22px;line-height:1.15}.xf :is(.report,.pro-host) .pro-co-title--sheet{margin:0 36px 16px 0}.xf :is(.report,.pro-host) .pro-co-guarantee{text-align:center;font-family:var(--xf-f-ui);color:var(--xf-green);margin:14px 0 0;font-size:12.5px;font-weight:700}.xf :is(.report,.pro-host) .pro-co-microcopy{text-align:center;font-family:var(--xf-f-ui);color:var(--xf-paper-faint);margin:6px 0 0;font-size:11px}.xf :is(.report,.pro-host) .pro-co-includes-card{background:color-mix(in oklab, var(--xf-paper) 6%, transparent);border-radius:14px;margin-top:16px;padding:14px 16px}.xf :is(.report,.pro-host) .pro-co-order{margin:12px 0 4px}.xf :is(.report,.pro-host) .pro-co-order__head{font-family:var(--xf-f-ui);letter-spacing:.2em;text-transform:uppercase;color:var(--xf-paper-faint);margin:0 0 8px;font-size:10px;font-weight:700}.xf :is(.report,.pro-host) .pro-co-item{border:1px solid color-mix(in oklab, var(--xf-gold) 45%, transparent);background:linear-gradient(180deg, color-mix(in oklab, var(--xf-gold) 7%, transparent), color-mix(in oklab, var(--xf-paper) 4.5%, transparent));border-radius:16px;align-items:center;gap:12px;padding:13px 14px 13px 12px;display:flex}.xf :is(.report,.pro-host) .pro-co-item__check{background:var(--xf-gold);color:#1c1030;width:19px;height:19px;font:800 11px/19px var(--xf-f-ui);text-align:center;border-radius:50%;flex:none}.xf :is(.report,.pro-host) .pro-co-item__pages{flex:none;padding:4px 10px 8px 2px;display:flex}.xf :is(.report,.pro-host) .pro-co-item__pg{background:var(--xf-paper);border-radius:4px;flex:none;width:38px;height:52px;position:relative;box-shadow:0 3px 10px #00000080}.xf :is(.report,.pro-host) .pro-co-item__pg--gold{--pg-c:var(--xf-gold)}.xf :is(.report,.pro-host) .pro-co-item__pg--blue{--pg-c:#6fb3f2}.xf :is(.report,.pro-host) .pro-co-item__pg--green{--pg-c:#4fc79a}.xf :is(.report,.pro-host) .pro-co-item__pg+.pro-co-item__pg{margin-left:-16px}.xf :is(.report,.pro-host) .pro-co-item__pg:nth-child(2){transform:rotate(5deg)translateY(3px)}.xf :is(.report,.pro-host) .pro-co-item__pg:nth-child(3){transform:rotate(11deg)translateY(7px)}.xf :is(.report,.pro-host) .pro-co-item__pg:before{content:"";background:var(--pg-c);border-radius:2px;height:4px;position:absolute;top:7px;left:5px;right:14px}.xf :is(.report,.pro-host) .pro-co-item__pg i{background:#100e1c2e;border-radius:2px;height:2.5px;position:absolute;left:5px;right:7px}.xf :is(.report,.pro-host) .pro-co-item__pg i:first-of-type{top:17px}.xf :is(.report,.pro-host) .pro-co-item__pg i:nth-of-type(2){top:23px;right:12px}.xf :is(.report,.pro-host) .pro-co-item__pg i:nth-of-type(3){top:29px;right:18px}.xf :is(.report,.pro-host) .pro-co-item__pg b{background:color-mix(in oklab, var(--pg-c) 55%, transparent);border-radius:2px;width:18px;height:11px;position:absolute;bottom:6px;left:5px}.xf :is(.report,.pro-host) .pro-co-item__name{font-family:var(--xf-f-display);color:var(--xf-paper);margin:0;font-size:16px;font-weight:700}.xf :is(.report,.pro-host) .pro-co-item__sub{font-family:var(--xf-f-ui);color:var(--xf-paper-faint);margin:2px 0 0;font-size:11.5px}.xf :is(.report,.pro-host) .pro-co-order__totals{border:1px solid var(--xf-line);font-variant-numeric:tabular-nums;border-radius:14px;margin-top:10px;padding:2px 14px}.xf :is(.report,.pro-host) .pro-co-order__totals .pro-co-rows{margin:0}.xf :is(.report,.pro-host) .pro-co-order__totals .pro-co-row--total{font-family:var(--xf-f-display)}.xf :is(.report,.pro-host) .pro-co-includes-card__title{font-family:var(--xf-f-ui);color:var(--xf-paper);margin:0 0 10px;font-size:13px;font-weight:700}.xf :is(.report,.pro-host) .pro-co-includes-card ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.xf :is(.report,.pro-host) .pro-co-includes-card li{font-family:var(--xf-f-ui);color:var(--xf-paper-dim);padding-left:16px;font-size:12.5px;line-height:1.4;position:relative}.xf :is(.report,.pro-host) .pro-co-includes-card li:before{content:"";background:var(--xf-gold);border-radius:50%;width:5px;height:5px;position:absolute;top:6px;left:0}.xf :is(.report,.pro-host) .pro-co-faq{border-top:1px solid var(--xf-line);flex-direction:column;margin:20px 0 0;display:flex}.xf :is(.report,.pro-host) .pro-co-faq details{border-bottom:1px solid var(--xf-line)}.xf :is(.report,.pro-host) .pro-co-faq summary{cursor:pointer;font-family:var(--xf-f-ui);color:var(--xf-paper-dim);justify-content:space-between;gap:10px;padding:12px 2px;font-size:13px;font-weight:600;list-style:none;display:flex}.xf :is(.report,.pro-host) .pro-co-faq summary::-webkit-details-marker{display:none}.xf :is(.report,.pro-host) .pro-co-faq summary:after{content:"+";color:var(--xf-paper-faint)}.xf :is(.report,.pro-host) .pro-co-faq details[open] summary:after{content:"−"}.xf :is(.report,.pro-host) .pro-co-faq p{font-family:var(--xf-f-ui);color:var(--xf-paper-faint);margin:0;padding:0 2px 13px;font-size:12.5px;line-height:1.55}.xf :is(.report,.pro-host) .pro-co-rows{margin:0 0 4px}.xf :is(.report,.pro-host) .pro-co-row{border-bottom:1px solid var(--xf-line);font-family:var(--xf-f-ui);color:var(--xf-paper-dim);justify-content:space-between;align-items:baseline;gap:12px;padding:9px 0;font-size:13px;display:flex}.xf :is(.report,.pro-host) .pro-co-row s{color:var(--xf-paper-faint)}.xf :is(.report,.pro-host) .pro-co-row--total{color:var(--xf-paper);border-bottom:0;padding-top:11px;font-size:15px;font-weight:700}.xf :is(.report,.pro-host) .pro-co-off{color:var(--xf-green);font-weight:700}.xf :is(.report,.pro-host) .pro-co-frame{background:var(--xf-ink-2,#171427);border-radius:14px;min-height:840px;margin-top:14px}.xf :is(.report,.pro-host) .pro-co-frame--live{min-height:0!important}.xf :is(.report,.pro-host) .pro-co-frame--live [class*=stripe-checkout-container]{min-height:0!important}.xf :is(.report,.pro-host) .pro-co-stage{min-height:842px;position:relative}.xf :is(.report,.pro-host) .pro-co-stage--settled{min-height:0}.xf :is(.report,.pro-host) .pro-co-stage:not(.pro-co-stage--settled)>.pro-co-frame{visibility:hidden;margin-top:0;position:absolute;inset:0}.xf :is(.report,.pro-host) .pro-co-wait{flex-direction:column;justify-content:flex-start;align-items:center;gap:14px;padding-top:140px;display:flex;position:absolute;inset:0}.xf :is(.report,.pro-host) .pro-co-wait .pro-co-note{margin:0}.xf :is(.report,.pro-host) .pro-co-spinner{border:2px solid color-mix(in oklab, var(--xf-paper) 18%, transparent);border-top-color:var(--xf-gold);border-radius:50%;width:26px;height:26px;animation:.9s linear infinite xf-coSpin}@keyframes xf-coSpin{to{transform:rotate(360deg)}}.xf :is(.report,.pro-host) .pro-co-frame{--rc-color-background:var(--xf-ink-2,#171427)!important;--rc-color-grey-text-dark:var(--xf-paper)!important;--rc-color-gray-text-dark:var(--xf-paper)!important;--rc-color-grey-text-light:#f5f2eab3!important;--rc-color-grey-ui-dark:#f5f2ea4d!important;--rc-color-grey-ui-light:#f5f2ea1f!important;--rc-color-accent:var(--xf-gold)!important;--rc-color-accent-primary:var(--xf-gold)!important;--rc-color-focus:var(--xf-gold)!important;--rc-color-primary:var(--xf-gold)!important;--rc-color-primary-hover:color-mix(in oklab, var(--xf-gold) 88%, #000)!important;--rc-color-primary-pressed:color-mix(in oklab, var(--xf-gold) 80%, #000)!important;--rc-color-primary-text:var(--xf-ink-2,#171427)!important}.xf :is(.report,.pro-host) .pro-co-frame [class*=rcb-]{--rc-color-background:var(--xf-ink-2,#171427)!important;--rc-color-grey-text-dark:var(--xf-paper)!important;--rc-color-gray-text-dark:var(--xf-paper)!important;--rc-color-grey-text-light:#f5f2eab3!important;--rc-color-grey-ui-dark:#f5f2ea4d!important;--rc-color-grey-ui-light:#f5f2ea1f!important;--rc-color-accent:var(--xf-gold)!important;--rc-color-accent-primary:var(--xf-gold)!important;--rc-color-focus:var(--xf-gold)!important;--rc-color-primary:var(--xf-gold)!important;--rc-color-primary-hover:color-mix(in oklab, var(--xf-gold) 88%, #000)!important;--rc-color-primary-pressed:color-mix(in oklab, var(--xf-gold) 80%, #000)!important;--rc-color-primary-text:var(--xf-ink-2,#171427)!important}.xf :is(.report,.pro-host) .pro-co-frame :is([class*=stripe-checkout-wrapper],[class*=stripe-checkout-container],[class*=rcb-fullscreen-wrapper],[class*=rcb-ui-loading-container]){background-color:var(--xf-ink-2,#171427)!important}.xf :is(.report,.pro-host) .pro-co-billing{flex-direction:column;gap:14px;display:flex}.xf :is(.report,.pro-host) .pro-co-billing-express:empty{display:none}.xf :is(.report,.pro-host) .pro-co-billing-divider{font-family:var(--xf-f-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--xf-paper-faint);align-items:center;gap:10px;margin:0;font-size:10.5px;display:flex}.xf :is(.report,.pro-host) .pro-co-billing-divider[hidden]{display:none}.xf :is(.report,.pro-host) .pro-co-billing-divider:before{content:"";background:var(--xf-line);flex:1;height:1px}.xf :is(.report,.pro-host) .pro-co-billing-divider:after{content:"";background:var(--xf-line);flex:1;height:1px}.xf :is(.report,.pro-host) .pro-co-billing-error{color:#ff7a76;margin:0;font-size:14px;line-height:1.4}.xf :is(.report,.pro-host) .pro-co-billing-pay{appearance:none;font:inherit;cursor:pointer;background:var(--xf-gold,#f0a53a);color:var(--xf-ink-2,#171427);border:0;border-radius:12px;padding:15px 18px;font-size:16px;font-weight:650;transition:background .12s}.xf :is(.report,.pro-host) .pro-co-billing-pay:hover:enabled{background:color-mix(in oklab, var(--xf-gold,#f0a53a) 88%, #000)}.xf :is(.report,.pro-host) .pro-co-billing-pay:disabled{cursor:default;opacity:.65}.xf :is(.report,.pro-host) .pro-co-state{flex-direction:column;gap:10px;padding:8px 0 12px;display:flex}.xf :is(.report,.pro-host) .pro-co-note{font-family:var(--xf-f-ui);text-align:center;color:var(--xf-paper-faint);margin:10px 0 0;font-size:12px;line-height:1.5}.xf :is(.report,.pro-host) .pro-co-secure{font-family:var(--xf-f-ui);text-align:center;color:var(--xf-paper-faint);margin:10px 0 0;font-size:12px;line-height:1.5}.xf :is(.report,.pro-host) .pro-co-error p{font-family:var(--xf-f-ui);text-align:center;color:var(--xf-paper-faint);margin:10px 0 0;font-size:12px;line-height:1.5}.xf :is(.report,.pro-host) .pro-co-secure{margin-top:9px}.xf :is(.report,.pro-host) .pro-co-secure b{color:var(--xf-paper-dim);font-weight:600}.xf :is(.report,.pro-host) .pro-co-stripe-row{font-family:var(--xf-f-ui);text-align:center;color:var(--xf-paper-faint);margin:11px 0 0;font-size:11px}.xf :is(.report,.pro-host) .pro-co-stripe-row b{color:var(--xf-paper-dim);font-weight:700}.xf :is(.report,.pro-host) .pro-co-stripe-row a{color:var(--xf-paper-faint);text-underline-offset:2px;text-decoration:underline}.xf :is(.report,.pro-host) .pro-co-proof{margin-top:6px}.xf :is(.report,.pro-host) .pro-co-proof__lede{font-family:var(--xf-f-display);text-align:center;color:var(--xf-paper);margin:20px 0 14px;font-size:16px;line-height:1.35}.xf :is(.report,.pro-host) .pro-co-proof__lede em{color:var(--xf-accent);font-style:italic}.xf :is(.report,.pro-host) .pro-co-unis{border:1px solid var(--xf-line);border-radius:4px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.xf :is(.report,.pro-host) .pro-co-unis__cell{border:.5px solid var(--xf-line);min-height:52px;color:var(--xf-paper-dim);justify-content:center;align-items:center;display:flex}.xf :is(.report,.pro-host) .pro-co-unis__cell svg{width:auto;max-width:70%;height:22px;display:block}.xf :is(.report,.pro-host) .pro-co-unis__cell--usc svg{height:30px}.xf :is(.report,.pro-host) .pro-co-quotes{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin:0 -24px;padding:0 24px 4px;display:flex;overflow-x:auto}.xf :is(.report,.pro-host) .pro-co-quotes::-webkit-scrollbar{display:none}.xf :is(.report,.pro-host) .pro-co-quote{scroll-snap-align:center;border:1px solid var(--xf-line);background:color-mix(in oklab, var(--xf-paper) 4.5%, transparent);text-align:center;border-radius:14px;flex:0 0 85%;margin:0;padding:14px 16px}.xf :is(.report,.pro-host) .pro-co-quote__stars{letter-spacing:3px;color:var(--xf-gold);margin-bottom:7px;font-size:13px}.xf :is(.report,.pro-host) .pro-co-quote blockquote{font-family:var(--xf-f-display);color:var(--xf-paper);margin:0;font-size:13.5px;font-style:italic;line-height:1.5}.xf :is(.report,.pro-host) .pro-co-quote figcaption{font-family:var(--xf-f-ui);color:var(--xf-paper-faint);margin-top:7px;font-size:11px}.xf :is(.report,.pro-host) .pro-co-dots{justify-content:center;gap:6px;margin-top:10px;display:flex}.xf :is(.report,.pro-host) .pro-co-dots button{cursor:pointer;background:color-mix(in oklab, var(--xf-paper) 22%, transparent);border:0;border-radius:50%;width:6px;height:6px;padding:0}.xf :is(.report,.pro-host) .pro-co-dots button.on{background:var(--xf-paper-dim)}.xf :is(.report,.pro-host) .pro-co-checklist{border:1px solid var(--xf-line);border-radius:14px;padding:2px 15px}.xf :is(.report,.pro-host) .pro-co-checklist div{font-family:var(--xf-f-ui);color:var(--xf-paper);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;font-size:12.5px;line-height:1.3;display:flex}.xf :is(.report,.pro-host) .pro-co-checklist div+div{border-top:1px solid var(--xf-line)}.xf :is(.report,.pro-host) .pro-co-checklist b{color:var(--xf-gold);flex:none;font-weight:800}.xf :is(.report,.pro-host) .pro-co-body--dockable{padding-bottom:110px}.xf :is(.report,.pro-host) .pro-co-dock{padding:18px 24px calc(14px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg, transparent, var(--xf-ink-2,#171427) 55%);opacity:0;pointer-events:none;transition:opacity .6s,transform .6s;transform:translateY(6px)}.xf :is(.report,.pro-host) .pro-co-dock--in{opacity:1;pointer-events:auto;transform:none}.xf :is(.report,.pro-host) .pro-co-dock__cta{appearance:none;width:100%;font:inherit;cursor:pointer;background:var(--xf-gold,#f0a53a);color:var(--xf-ink-2,#171427);border:0;border-radius:12px;padding:15px 18px;font-size:16px;font-weight:650;display:block}.xf :is(.report,.pro-host) .pro-co-error{flex-direction:column;gap:10px;margin-top:10px;display:flex}.xf :is(.report,.pro-host) .pro-co-networks{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:18px;display:flex}.xf :is(.report,.pro-host) .pro-co-networks svg{display:block}.xf :is(.report,.pro-host) .pro-co-help{text-align:center;font-family:var(--xf-f-ui);color:var(--xf-paper-dim);margin:18px 0 0;font-size:12px;line-height:1.5}.xf :is(.report,.pro-host) .pro-co-help b{font-family:var(--xf-f-display);color:var(--xf-paper);margin-bottom:4px;font-size:14px;font-weight:600;display:block}.xf :is(.report,.pro-host) .pro-co-help a{color:var(--xf-accent)}.xf :is(.report,.pro-host) .pro-diag{border:1px solid color-mix(in oklab, var(--xf-paper) 22%, transparent);text-align:left;background:#00000052;border-radius:10px;margin-top:18px;padding:12px}.xf :is(.report,.pro-host) .pro-diag__title{font-family:var(--xf-f-ui);letter-spacing:.12em;text-transform:uppercase;color:color-mix(in oklab, var(--xf-paper) 70%, transparent);font-size:11px;font-weight:800}.xf :is(.report,.pro-host) .pro-diag__row{color:color-mix(in oklab, var(--xf-paper) 82%, transparent);overflow-wrap:anywhere;margin:6px 0 0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.45}.xf :is(.report,.pro-host) .pro-diag__trail{color:color-mix(in oklab, var(--xf-paper) 82%, transparent);overflow-wrap:anywhere;margin:6px 0 0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.45}.xf :is(.report,.pro-host) .pro-diag__raw{color:color-mix(in oklab, var(--xf-paper) 82%, transparent);overflow-wrap:anywhere;margin:6px 0 0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.45}.xf :is(.report,.pro-host) .pro-diag__ua{color:color-mix(in oklab, var(--xf-paper) 58%, transparent)}.xf :is(.report,.pro-host) .pro-diag__trail{list-style:none}.xf :is(.report,.pro-host) .pro-diag__raw{white-space:pre-wrap;max-height:180px;overflow:auto}.xf :is(.report,.pro-host) .pro-diag__copy{border:1px solid color-mix(in oklab, var(--xf-paper) 30%, transparent);cursor:pointer;font-family:var(--xf-f-ui);color:var(--xf-paper);background:0 0;border-radius:999px;margin-top:10px;padding:8px 14px;font-size:12px}.xf .report .xpromo{flex-direction:column;gap:12px;margin-top:24px;display:flex}.xf .report .xpromo__card{border:1px solid var(--xf-line);color:var(--xf-paper);transition:transform .15s var(--xf-ease-pop), background .2s var(--xf-ease-out);background:#f5f2ea0e;border-radius:16px;align-items:flex-start;gap:13px;padding:15px;text-decoration:none;display:flex}.xf .report .xpromo__card:hover{background:#f5f2ea16}.xf .report .xpromo__card:active{transform:scale(.985)}.xf .report .xpromo__card:focus-visible{outline:2px solid var(--xf-accent);outline-offset:3px}.xf .report .xpromo__card--elevate{--xp-hue:#3fa9f5}.xf .report .xpromo__card--balance{--xp-hue:#56cdd0}.xf .report .xpromo__card--spark{--xp-hue:var(--xf-gold)}.xf .report .xpromo__icon{border-radius:10px;flex:none;width:40px;height:40px;overflow:hidden}.xf .report .xpromo__icon img{object-fit:cover;width:100%;height:100%;display:block}.xf .report .xpromo__text{flex:1;min-width:0}.xf .report .xpromo__name{letter-spacing:-.005em;font-size:15px;font-weight:600;display:block}.xf .report .xpromo__line{color:var(--xf-paper-dim);margin-top:3px;font-size:12.5px;line-height:1.4;display:block}.xf .report .xpromo__proof{color:color-mix(in oklab, var(--xp-hue) 55%, var(--xf-paper));align-items:flex-start;gap:6px;margin-top:8px;font-size:12px;font-weight:600;line-height:1.35;display:flex}.xf .report .xpromo__proof svg{fill:none;width:13px;height:13px;stroke:var(--xp-hue);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-top:1px}.xf .report .xpromo__get{color:var(--xp-hue);border:1px solid color-mix(in oklab, var(--xp-hue) 40%, transparent);background:color-mix(in oklab, var(--xp-hue) 10%, transparent);border-radius:999px;flex:none;align-self:center;margin-left:auto;padding:7px 14px;font-size:12px;font-weight:700}@media (height<=700px){.xf .report .xpromo{gap:9px;margin-top:18px}.xf .report .xpromo__card{padding:12px 13px}}.xf :is(.report,.pro-host) .pro-co-exit{z-index:40;background:color-mix(in oklab, var(--xf-ink) 74%, transparent);-webkit-backdrop-filter:blur(3px);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.xf :is(.report,.pro-host) .pro-co-exit__card{background:var(--xf-ink-2,#171427);border-top:1px solid var(--xf-line);padding:24px 24px calc(26px + env(safe-area-inset-bottom,0px));text-align:center;border-radius:22px 22px 0 0;animation:.28s cubic-bezier(.2,.9,.25,1.05) both pro-co-exit-up;position:sticky;bottom:0;box-shadow:0 -20px 60px #00000080}@keyframes pro-co-exit-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.xf :is(.report,.pro-host) .pro-co-exit__card{animation:none}}.xf :is(.report,.pro-host) .pro-co-exit__eyebrow{font-family:var(--xf-f-ui);letter-spacing:.22em;text-transform:uppercase;color:var(--xf-gold);margin:0 0 12px;font-size:10px;font-weight:700}.xf :is(.report,.pro-host) .pro-co-exit__title{font-family:var(--xf-f-display);text-wrap:balance;color:var(--xf-paper);margin:0;font-size:25px;font-weight:700;line-height:1.18}.xf :is(.report,.pro-host) .pro-co-exit__sub{color:var(--xf-paper-dim);margin:10px 0 0;font-size:13.5px;line-height:1.5}.xf :is(.report,.pro-host) .pro-co-exit__prices{font-variant-numeric:tabular-nums;justify-content:center;align-items:baseline;gap:10px;margin:16px 0 0;display:flex}.xf :is(.report,.pro-host) .pro-co-exit__prices s{color:var(--xf-paper-faint);font-size:15px}.xf :is(.report,.pro-host) .pro-co-exit__prices b{font-family:var(--xf-f-display);color:var(--xf-paper);font-size:32px}.xf :is(.report,.pro-host) .pro-co-exit__timer{color:var(--xf-gold);font-variant-numeric:tabular-nums;margin:10px 0 0;font-size:12.5px;font-weight:600}.xf :is(.report,.pro-host) .pro-co-exit__error{color:var(--xf-red,#ff7d8e);margin:10px 0 0;font-size:12.5px}.xf :is(.report,.pro-host) .pro-co-exit__claim{width:100%;margin-top:16px}.xf :is(.report,.pro-host) .pro-co-exit__decline{cursor:pointer;width:100%;font-family:var(--xf-f-ui);color:var(--xf-paper-faint);background:0 0;border:0;margin-top:8px;padding:12px;font-size:13px;font-weight:600;display:block}.xf :is(.report,.pro-host) .pro-co-exit__decline:hover{color:var(--xf-paper-dim)}.xf :is(.report,.pro-host) .pro-co-exit__close{top:12px;right:12px}.xf :is(.report,.pro-host) .pro-co-exit__card button:disabled{opacity:.62;cursor:default}.xf :is(.report,.pro-host) .pro-co-order__applied{color:var(--xf-green)}.xf .report .wnx{flex-direction:column;gap:12px;margin-top:26px;display:flex}.xf .report .wnx__card{border:1px solid var(--xf-line);width:100%;color:var(--xf-paper);text-align:left;cursor:pointer;font-family:var(--xf-f-ui);transition:transform .15s var(--xf-ease-pop), background .2s var(--xf-ease-out), border-color .2s var(--xf-ease-out);background:#f5f2ea0e;border-radius:16px;align-items:center;gap:13px;padding:17px 16px;display:flex}.xf .report .wnx__card--primary{border-color:color-mix(in oklab, var(--xf-accent) 45%, transparent);background:color-mix(in oklab, var(--xf-accent) 9%, transparent)}.xf .report .wnx__card:hover{background:#f5f2ea16}.xf .report .wnx__card--primary:hover{background:color-mix(in oklab, var(--xf-accent) 14%, transparent)}.xf .report .wnx__card:active{transform:scale(.985)}.xf .report .wnx__card:focus-visible{outline:2px solid var(--xf-accent);outline-offset:3px}.xf .report .wnx__text{flex:1;min-width:0}.xf .report .wnx__head{letter-spacing:-.005em;font-size:15px;font-weight:600;display:block}.xf .report .wnx__sub{color:var(--xf-paper-dim);margin-top:3px;font-size:12.5px;line-height:1.4;display:block}.xf .report .wnx__chev{color:var(--xf-paper-faint);flex:none;font-size:18px;line-height:1}.xf .report .dash-send{border:1px solid var(--xf-line);width:100%;color:var(--xf-paper);text-align:left;cursor:pointer;font-family:var(--xf-f-ui);transition:border-color .18s var(--xf-ease-out);background:#f5f2ea0b;border-radius:16px;flex:none;align-items:center;gap:12px;margin-top:14px;padding:15px 16px;display:flex}.xf .report .dash-send:hover{border-color:#f5f2ea4d}.xf .report .dash-send-text{flex:1;min-width:0}.xf .report .dash-send-head{font-size:14px;font-weight:600;display:block}.xf .report .dash-send-sub{color:var(--xf-paper-dim);margin-top:2px;font-size:12px;display:block}.xf .report .dash-send-pill{background:var(--xf-paper);color:var(--xf-ink);border-radius:999px;flex:none;padding:8px 16px;font-size:12px;font-weight:700}.xf :is(.report,.pro-host) .sendrep-doc{color:#17151f;text-align:left;background:#fdfcf9;border-radius:6px;flex-direction:column;width:168px;margin:14px auto 16px;padding:16px 16px 12px;display:flex;box-shadow:3px 3px #f5f2ea2e,0 12px 26px #00000073}.xf :is(.report,.pro-host) .sendrep-doc-title{font-family:var(--xf-f-display);font-size:12.5px;font-weight:700}.xf :is(.report,.pro-host) .sendrep-doc-meta{color:#6d6880;margin-top:2px;font-size:9px}.xf :is(.report,.pro-host) .sendrep-doc-row{font-variant-numeric:tabular-nums;border-bottom:.5px solid #17151f2e;justify-content:space-between;padding:5px 0;font-size:9.5px;display:flex}.xf :is(.report,.pro-host) .sendrep-doc-row:first-of-type{margin-top:8px}.xf :is(.report,.pro-host) .sendrep-doc-pages{color:#6d6880;margin-top:8px;font-size:8.5px}.xf :is(.report,.pro-host) .sendrep-check{border:1.5px solid var(--xf-green);background:color-mix(in oklab, var(--xf-green) 16%, transparent);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:4px auto 12px;display:flex}.xf :is(.report,.pro-host) .sendrep-check svg{fill:none;width:20px;height:20px;stroke:var(--xf-green);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.xf .report .mindmap{width:min(100%,360px);margin:14px auto 0}.xf .report .mm-chart{width:100%;height:auto;display:block}.xf .report .mm-axlabel{font-family:var(--xf-f-ui);letter-spacing:.02em;transition:opacity .18s var(--xf-ease-out);font-size:10px;font-weight:600}.xf .report .mm-dot{cursor:pointer;transition:opacity .18s var(--xf-ease-out)}.xf .report .mm-dot:focus-visible{outline:2px solid var(--xf-accent);outline-offset:2px}.xf .report .mm-dot__ring,.xf .report .mm-dot__core{transition:r .18s var(--xf-ease-out), stroke-width .18s var(--xf-ease-out)}.xf .report .mm-callzone{min-height:78px}.xf .report .mm-call{border-top:1px solid var(--xf-line);text-align:left;animation:xf-rise .35s var(--xf-ease-out) both;align-items:flex-start;gap:10px;margin-top:12px;padding-top:12px;display:flex}.xf .report .mm-call__dot{border-radius:50%;flex:none;width:9px;height:9px;margin-top:5px}.xf .report .mm-call__text{min-width:0}.xf .report .mm-call__label{color:var(--xf-paper);font-size:14px;font-weight:700;display:block}.xf .report .mm-call__area{color:var(--xf-paper-faint);font-weight:500}.xf .report .mm-call__val{color:var(--xf-paper-faint);margin-top:1px;font-size:12.5px;display:block}.xf .report .typehero{text-align:center;flex-direction:column;align-items:center;display:flex}.xf .report .typehero .emblem{margin:0 0 4px}.xf .report .run .typehero .emblem{animation-delay:.1s}.xf .report .run .typehero .finale-eyebrow{animation-delay:.7s}.xf .report .typehero__portrait{color:var(--xf-paper-dim);text-align:left;max-width:42ch;margin:10px 0 0;font-size:14.5px;line-height:1.6}.xf .report .typehero__share{color:var(--xf-paper-faint);margin:14px 0 0;font-size:13px;font-weight:600}.xf .report .type-because{color:var(--xf-paper);margin:6px 0 0;font-size:15.5px;line-height:1.5}.xf .report .type-act{text-align:left;background:#4fc79a12;border:1px solid #4fc79a57;border-radius:16px;margin-top:18px;padding:18px}.xf .report .type-act__title{font-family:var(--xf-f-display);color:var(--xf-paper);margin:0 0 10px;font-size:23px;font-weight:400;line-height:1.18}.xf .report .type-act__task{color:var(--xf-paper-dim);margin:0 0 12px;font-size:14.5px;line-height:1.5}.xf .report .type-act__why{color:var(--xf-paper-faint);border-top:1px solid #4fc79a33;margin:0;padding-top:10px;font-size:12px;line-height:1.45}.xf .report .type-act__cite{letter-spacing:.04em;color:var(--xf-paper-faint);opacity:.7;margin:8px 0 0;font-size:10.5px}.xf .report .stc__mindmap{margin:6px 0 2px}