.fb-explainer-intro{max-width:720px;margin:72px auto 0;text-align:center}.fb-explainer-intro .eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fb-orange-700)}.fb-explainer-intro h2{color:var(--fb-text-strong);font-weight:700;font-size:1.875rem;line-height:1.2;letter-spacing:-.025em;margin:20px 0 0;text-wrap:balance}@media (min-width:768px){.fb-explainer-intro h2{font-size:2.25rem;line-height:2.5rem}}.fb-explainer-intro p{font-size:16px;line-height:1.6;color:var(--fb-text-body);margin:14px auto 0;max-width:560px}.fb-explainer-stage{position:relative;aspect-ratio:16/9}.fb-explainer-stage img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .5s var(--fb-ease)}.fb-explainer-stage.playing img{opacity:0}.fb-explainer-stage .player{position:absolute;inset:0}.fb-explainer-stage .player>div{width:100%!important;height:100%!important}.fb-explainer-replay{display:flex;justify-content:flex-end;margin-top:10px}.fb-explainer-replay button{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--fb-grey-outline);background:transparent;color:var(--fb-text-body);font-size:13px;font-weight:500;cursor:pointer;transition:background .16s var(--fb-ease),color .16s var(--fb-ease)}.fb-explainer-replay button:hover{background:var(--fb-white);color:var(--fb-text-strong)}.fb-explainer-replay button:focus-visible{outline:2px solid var(--fb-orange-500);outline-offset:2px}@media (max-width:640px){.fb-explainer-intro{margin-top:48px}.fb-explainer-replay button{height:30px;font-size:12px}}.fb-dogfood-pointer{position:fixed;left:var(--x);top:var(--y);width:0;height:0;z-index:2147483645;pointer-events:none}.fb-dogfood-pointer .halo,.fb-dogfood-pointer .ring{position:absolute;left:0;top:0;width:72px;height:72px;margin:-36px 0 0 -36px;border-radius:50%;border:2px solid var(--fb-orange-500)}.fb-dogfood-pointer .halo{animation:fbd-halo .6s var(--fb-ease) both}.fb-dogfood-pointer .ring{opacity:0;animation:fbd-sonar 2s cubic-bezier(.2,.6,.3,1) .4s infinite both}.fb-dogfood-pointer .ring.r2{animation-delay:1.4s}.fb-dogfood-pointer .label{position:absolute;top:0;transform:translateY(-50%);white-space:nowrap;padding:9px 14px;border-radius:999px;background:var(--fb-navy-800);color:var(--fb-white);font-size:14px;font-weight:500;line-height:1;box-shadow:var(--fb-shadow-md);animation:fbd-label .42s var(--fb-ease) .3s both}.fb-dogfood-pointer .label:after{content:"";position:absolute;top:50%;width:0;height:0;margin-top:-6px;border:6px solid transparent}.fb-dogfood-pointer[data-side=right] .label{right:52px}.fb-dogfood-pointer[data-side=right] .label:after{left:100%;border-left-color:var(--fb-navy-800)}.fb-dogfood-pointer[data-side=left] .label{left:52px}.fb-dogfood-pointer[data-side=left] .label:after{right:100%;border-right-color:var(--fb-navy-800)}.fb-dogfood-cta{display:inline-flex;align-items:center;gap:10px;height:46px;padding:0 22px;border-radius:999px;border:0;background:var(--fb-orange-500);color:var(--fb-white);font-size:15px;font-weight:600;cursor:pointer;transition:background .16s var(--fb-ease),transform .16s var(--fb-ease)}.fb-dogfood-cta:hover{background:var(--fb-orange-600)}.fb-dogfood-cta:active{transform:scale(.98)}.fb-dogfood-cta:focus-visible{outline:2px solid var(--fb-orange-500);outline-offset:3px}@keyframes fbd-halo{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes fbd-sonar{0%{opacity:.7;transform:scale(.8)}to{opacity:0;transform:scale(2.1)}}@keyframes fbd-label{0%{opacity:0;transform:translateY(-50%) translateX(var(--fbd-dx,8px))}to{opacity:1;transform:translateY(-50%)}}.fb-dogfood-pointer[data-side=left] .label{--fbd-dx:-8px}@media (max-width:640px){.fb-dogfood-pointer .label{display:none}.fb-dogfood-pointer .ring{animation-name:fbd-sonar-sm}}@keyframes fbd-sonar-sm{0%{opacity:.7;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}@media (prefers-reduced-motion:reduce){.fb-dogfood-pointer .ring{display:none}.fb-dogfood-pointer .halo,.fb-dogfood-pointer .label{animation:none}}@media print{.fb-dogfood-pointer{display:none}}.fb-hero{--fbh-move:cubic-bezier(0.77,0,0.175,1);--fbh-v0:200ms;--fbh-a0:2300ms;--fbh-n0:3100ms}@keyframes fbh-pop{0%{opacity:0;transform:translateY(6px) scale(.94)}to{opacity:1;transform:none}}@keyframes fbh-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes fbh-fade{0%{opacity:0}to{opacity:1}}@keyframes fbh-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes fbh-cursor{0%{opacity:0;transform:translate(-150px,-70px)}20%{opacity:1}to{opacity:1;transform:none}}@keyframes fbh-click{0%{transform:scale(1)}45%{transform:scale(.78)}to{transform:scale(1)}}@keyframes fbh-outline{0%{outline-color:transparent}to{outline-color:var(--fb-orange-500)}}@keyframes fbh-caret{0%,49%{opacity:0}50%,to{opacity:1}}@keyframes fbh-press{0%{transform:scale(1)}50%{transform:scale(.94)}to{transform:scale(1)}}.fb-hero.js .v-chip{animation:fbh-pop .36s var(--fb-ease) calc(var(--fbh-v0) + var(--i, 0) * 90ms) both}.fb-hero.js .v-line{animation:fbh-fade .32s var(--fb-ease) calc(var(--fbh-v0) + .5s + var(--i, 0) * 80ms) both}.fb-hero.js .v-person{animation:fbh-pop .36s var(--fb-ease) calc(var(--fbh-v0) + 1.1s) both}.fb-hero.js .v-caption{animation:fbh-fade .3s var(--fb-ease) calc(var(--fbh-v0) + 1.3s) both}.fb-hero.js .v-card{animation:fbh-rise .36s var(--fb-ease) calc(var(--fbh-v0) + 1.4s + var(--i, 0) * .1s) both}.fb-hero.js .v-caption-2{animation:fbh-fade .3s var(--fb-ease) calc(var(--fbh-v0) + 1.8s) both}.fb-hero.js .hero-arrow-line{stroke-dasharray:1;animation:fbh-draw .7s var(--fb-ease) var(--fbh-a0) both}.fb-hero.js .hero-arrow-head{transform-box:fill-box;transform-origin:0 50%;animation:fbh-pop .24s var(--fb-ease) calc(var(--fbh-a0) + .65s) both}.fb-hero.js .n-page{animation:fbh-rise .4s var(--fb-ease) var(--fbh-n0) both}.fb-hero.js .n-cursor{transform-origin:2px 1px;animation:fbh-cursor .7s var(--fbh-move) calc(var(--fbh-n0) + .4s) both,fbh-click .24s var(--fb-ease) calc(var(--fbh-n0) + 1.15s)}.fb-hero.js .n-target{animation:fbh-outline .2s var(--fb-ease) calc(var(--fbh-n0) + 1.25s) both}.fb-hero.js .n-popover{transform-origin:85% 0;animation:fbh-pop .32s var(--fb-ease) calc(var(--fbh-n0) + 1.4s) both}.fb-hero.js .n-word{animation:fbh-fade .12s linear calc(var(--fbh-n0) + 1.75s + var(--i, 0) * .14s) both}.fb-hero.js .n-caret{animation:fbh-caret .7s linear calc(var(--fbh-n0) + 3s) 2 both}.fb-hero.js .n-send{animation:fbh-press .24s var(--fb-ease) calc(var(--fbh-n0) + 3.4s)}.fb-hero.js .n-wait-line{stroke-dasharray:1;animation:fbh-draw .5s var(--fb-ease) calc(var(--fbh-n0) + 3.65s) both}.fb-hero.js .n-wait-head{animation:fbh-fade .2s var(--fb-ease) calc(var(--fbh-n0) + 4.05s) both}.fb-hero.js .n-wait-label{animation:fbh-fade .3s var(--fb-ease) calc(var(--fbh-n0) + 3.85s) both}.fb-hero.js .n-ticket{animation:fbh-rise .4s var(--fb-ease) calc(var(--fbh-n0) + 4.35s) both}.fb-hero.js .n-topic{animation:fbh-fade .3s var(--fb-ease) calc(var(--fbh-n0) + 4.7s) both}@media (prefers-reduced-motion:reduce){.fb-hero.js *{animation:none!important}}@media print{.fb-hero.js *{animation:none!important}}.fb-steps{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(120% 70% at 50% 0,#FFFFFF 0,#F3F7FA 55%,#E7EEF4 100%)}.fb-steps .gridlines{position:absolute;inset:0;z-index:0;opacity:.6;pointer-events:none;background-image:linear-gradient(rgba(22,41,61,.05) 1px,transparent 0),linear-gradient(90deg,rgba(22,41,61,.05) 1px,transparent 0);background-size:46px 46px;-webkit-mask-image:radial-gradient(80% 70% at 50% 20%,#000 30%,transparent 100%);mask-image:radial-gradient(80% 70% at 50% 20%,#000 30%,transparent 100%)}.fb-steps .intro{position:relative;z-index:10;max-width:720px;margin:0 auto;padding:96px 24px 8px;text-align:center}.fb-steps .eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--fb-orange-700)}.fb-steps .intro h2{color:var(--fb-text-strong);font-weight:700;font-size:1.875rem;line-height:1.2;letter-spacing:-.025em;margin:20px 0 0;text-wrap:balance}@media (min-width:768px){.fb-steps .intro h2{font-size:2.25rem;line-height:2.5rem}}.fb-steps .journey{position:relative;z-index:10;max-width:1120px;margin:0 auto;padding:30px 24px 70px}.fb-steps .pathsvg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:visible}.fb-steps .pathsvg .track{fill:none;stroke:rgba(22,41,61,.13);stroke-width:3;stroke-linecap:round}.fb-steps .pathsvg .prog{fill:none;stroke:url(#fbsg);stroke-width:4;stroke-linecap:round}.fb-steps .pathsvg .head{fill:var(--fb-orange-500);filter:drop-shadow(0 3px 6px rgba(22,41,61,.32));opacity:0}.fb-steps .row{position:relative;z-index:2;display:flex;align-items:center;gap:56px;min-height:440px}.fb-steps .row.flip{flex-direction:row-reverse}.fb-steps .cell{flex:1;display:flex;flex-direction:column}.fb-steps .row .text{opacity:1;transform:none;transition:opacity .28s var(--fb-ease),transform .28s var(--fb-ease);max-width:420px}.fb-steps.js .row:not(.in) .text{opacity:0;transform:translateY(8px)}.fb-steps .row.in .text{opacity:1;transform:none}.fb-steps .row.flip .text{margin-left:auto}.fb-steps .stagenum{font-family:var(--font-poppins),"Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:18px;color:var(--fb-navy-900);letter-spacing:.04em}.fb-steps .stagenum b{color:var(--fb-navy-700)}.fb-steps .text h3{font-weight:700;font-size:1.875rem;line-height:1.2;letter-spacing:-.02em;color:var(--fb-text-strong);margin:8px 0 0;text-wrap:balance}.fb-steps .text p{font-size:16px;line-height:1.6;color:var(--fb-text-body);margin:14px 0 0}.fb-steps .feats{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.fb-steps .feat{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:#fff;border:1px solid var(--fb-grey-outline);box-shadow:var(--fb-shadow-xs);font-size:12px;color:var(--fb-navy-800)}.fb-steps .feat .dot{width:6px;height:6px;border-radius:999px;background:var(--fb-orange-400)}.fb-steps .scene{display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .28s var(--fb-ease)}.fb-steps.js .row:not(.in) .scene{opacity:0}.fb-steps .row.in .scene{opacity:1}.fb-steps .shot{width:100%;max-width:480px;aspect-ratio:672/520;border-radius:12px;border:1px solid var(--fb-grey-outline);background:var(--fb-navy-50);box-shadow:var(--fb-shadow-md);overflow:hidden}.fb-steps .shot img{display:block;width:100%;height:100%;object-fit:cover}.fb-steps .shot.terminal{display:flex;flex-direction:column;border:none;background:var(--fb-navy-900);text-align:left}.fb-steps .term-bar{display:flex;gap:6px;padding:14px 16px;background:var(--fb-navy-800)}.fb-steps .term-bar span{width:10px;height:10px;border-radius:999px;background:var(--fb-navy-500)}.fb-steps .term-body{flex:1;margin:0;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;line-height:1.7;color:var(--fb-navy-100);white-space:pre-wrap;overflow-wrap:anywhere}.fb-steps .term-prompt{color:var(--fb-orange-400)}@media (max-width:880px){.fb-steps .journey{padding:24px 20px 50px}.fb-steps .row,.fb-steps .row.flip{flex-direction:column;gap:4px;min-height:0;padding:30px 0;text-align:center}.fb-steps .row .text{margin:0 auto!important;max-width:264px}.fb-steps .text h3{font-size:1.25rem;line-height:1.3}.fb-steps .feats{justify-content:center}.fb-steps .scene{margin-top:18px}.fb-steps .shot{max-width:340px}.fb-steps .pathsvg .track{stroke-width:2;stroke:rgba(22,41,61,.09)}.fb-steps .pathsvg .prog{stroke-width:3;opacity:.7}}@media (prefers-reduced-motion:reduce){.fb-steps .scene{opacity:1!important}.fb-steps .row .text{opacity:1!important;transform:none!important}.fb-steps .pathsvg .head{opacity:0!important}}@media print{.fb-steps .row .scene,.fb-steps .row .text{opacity:1!important;transform:none!important}}