.fsefun{--v:#6761e5;--vs:rgba(103,97,229,.1);--dk:#292e53;--mut:#7d8099;--bd:#e7e2da;--bd2:#ddd7cd;--bg:#faf7f3;--fx:#e040fb;--fxh:#b380f8;--teal:#237f52;--amber:#b7791f;background:#fff;color:var(--dk);font-family:var(--font-heading,"Space Grotesk",system-ui,sans-serif);padding:80px 24px}.fsefun *{box-sizing:border-box}.fsefun__wrap{margin:0 auto;max-width:1120px}.fsefun__head{margin:0 0 48px;max-width:720px}.fsefun__eyebrow{color:var(--fx);font-size:11px;font-weight:600;letter-spacing:.14em;margin:0;text-transform:uppercase}.fsefun__title{font-size:clamp(1.875rem,3.5vw,38px);font-weight:600;line-height:1.2;margin:12px 0 0}.fsefun__sub{color:var(--mut);font-size:15px;line-height:1.6;margin:16px 0 0}.fsefun__sub>:first-child{margin-top:0}.fsefun__sub>:last-child{margin-bottom:0}.fsefun__grid{align-items:center;display:grid;gap:64px}@media(min-width:768px){.fsefun__grid{grid-template-columns:1fr 1fr}}.fsefun__steps{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.fsefun__step{border-radius:12px;cursor:pointer;margin:0 -12px;outline:none;padding:12px;transition:background-color .2s}.fsefun__step.is-active{background:#f6f1ed}.fsefun__step:hover:not(.is-active){background:rgba(246,241,237,.6)}.fsefun__step:focus-visible{box-shadow:0 0 0 2px var(--v)}.fsefun__srow{display:flex;gap:16px}.fsefun__rail{align-self:stretch;flex-direction:column;position:relative}.fsefun__num,.fsefun__rail{align-items:center;display:flex}.fsefun__num{background:#fff;border:1px solid var(--bd2);border-radius:9999px;color:#9a9484;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;transition:all .2s;width:32px}.fsefun__step.is-active .fsefun__num{background:var(--v);border-color:var(--v);box-shadow:0 0 0 4px var(--vs);color:#fff}.fsefun__line{background:var(--bd2);flex:1;margin-top:8px;width:1px}.fsefun__sbody{padding-bottom:8px}.fsefun__stitle{color:rgba(41,46,83,.7);font-size:17px;font-weight:700;margin:0;transition:color .2s}.fsefun__step.is-active .fsefun__stitle{color:var(--dk)}.fsefun__collapse{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .35s ease,opacity .3s ease,margin-top .3s ease}.fsefun__step.is-active .fsefun__collapse{grid-template-rows:1fr;margin-top:8px;opacity:1}.fsefun__collapse>div{overflow:hidden}.fsefun__stext{color:var(--mut);font-size:15px;line-height:1.6}.fsefun__stext>:first-child{margin-top:0}.fsefun__stext>:last-child{margin-bottom:0}.fsefun__viz{align-items:center;display:flex;justify-content:center}.fsefun__card{background:none;border:none;border-radius:0;box-shadow:none;max-width:520px;padding:0;width:100%}.fsefun__widget{display:flex;justify-content:center}.fsefun__widget ol,.fsefun__widget ul{list-style:none;margin:0;padding:0}.fsefun__cta{margin-top:48px}.fsefun__btn{background:var(--fx);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:600;line-height:1;padding:15px 30px;text-decoration:none;transition:background-color .15s}.fsefun__btn:hover{background:var(--fxh);color:#fff}.fsefun .fade{animation:fsefun-fade .35s ease-out both}@keyframes fsefun-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.fsefun .pulse-dot{animation:fsefun-pd 1.6s ease-in-out infinite}@keyframes fsefun-pd{0%,to{opacity:.4}50%{opacity:1}}.fsefun .flow-node{background:#fff;border:1px solid var(--bd);border-radius:8px;opacity:.5;padding:10px;transform:translateY(4px);transition:all .3s}.fsefun .flow-node.lit{background:var(--vs);border-color:var(--v);opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.fsefun .fade{animation:none}.fsefun .flow-node{opacity:1;transform:none}}.fsefun svg{display:inline-block;vertical-align:middle}.fsefun__widget button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0;text-align:inherit}.fsefun__widget :where(p,h1,h2,h3,h4,h5,figure,blockquote,dl,dd,pre){margin:0}.fsefun .mac,.fsefun .win{background:#fff;border:1px solid #e7e2da;border-radius:16px;box-shadow:0 1px 2px rgba(41,46,83,.04),0 20px 40px -16px rgba(41,46,83,.18);max-width:520px;overflow:hidden;width:100%}.fsefun .mac-bar,.fsefun .win-bar{align-items:center;background:#faf7f3;border-bottom:1px solid #e7e2da;display:flex;gap:8px;padding:10px 16px}.fsefun .mac-title{color:#7d8099;font-size:12px;font-weight:500;margin-left:12px}.fsefun .mac-body,.fsefun .win-body{padding:20px}.fsefun .dot{border-radius:9999px;height:12px;width:12px}.fsefun .pill{align-items:center;border-radius:9999px;display:inline-flex;font-size:11px;font-weight:600;gap:8px;padding:6px 12px}.fsefun .animate-fade-in{animation:fsefun-fadew .4s ease-out both}@keyframes fsefun-fadew{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.fsefun .mac ol,.fsefun .mac ul,.fsefun .win ol,.fsefun .win ul{list-style:none;margin:0;padding:0}.fsefun .space-y-1>*+*{margin-top:4px}.fsefun .space-y-1\.5>*+*{margin-top:6px}.fsefun .space-y-2>*+*{margin-top:8px}.fsefun .space-y-2\.5>*+*{margin-top:10px}.fsefun .space-y-3>*+*{margin-top:12px}.fsefun .space-y-3\.5>*+*{margin-top:14px}