.flo-fs{--fs-line:#13131614;--fs-ink-3:#a9a9af;--fs-surface:#fff;--fs-chip-border:#13131633;--fs-chip-border-hover:#13131666;--fs-hover-wash:#1313160d;--fs-accent:var(--accent)}.flo-fs:is(.dark *){--fs-line:#f4f3f01f;--fs-ink-3:#f4f3f073;--fs-surface:#43261e;--fs-chip-border:#f4f3f040;--fs-chip-border-hover:#f4f3f073;--fs-hover-wash:#f4f3f014;--fs-accent:var(--accent-dark)}.fs-main{max-width:680px;margin:0 auto;padding:150px 32px 0}.fs-main section{margin-top:110px}html:has(.flo-fs){scroll-behavior:smooth}.fs-main #faqs,.fs-main #more-cs{scroll-margin-top:36px}.fs-main h1{font-family:var(--f-head);letter-spacing:-.028em;font-size:clamp(2.4rem,6vw,3.4rem);font-weight:600;line-height:1.06}.fs-main h2{font-family:var(--f-head);letter-spacing:-.022em;margin-bottom:28px;font-size:1.6rem;font-weight:600}.fs-muted{color:var(--ink-2)}.fs-products{grid-template-columns:1fr 1fr;gap:16px;margin-top:56px;display:grid}@media (max-width:560px){.fs-products{grid-template-columns:1fr}}.fs-card{background:var(--paper-2);border-radius:20px;padding:28px 24px}.fs-card--featured{background:var(--ink);color:var(--paper)}.fs-card--featured .fs-muted{color:color-mix(in srgb, var(--paper) 60%, transparent)}.fs-card__name{font-size:1.05rem;font-weight:600}.fs-card__price{font-family:var(--f-head);letter-spacing:-.025em;margin:10px 0 18px;font-size:2.1rem;font-weight:600}.fs-card__price small{font-family:var(--f-body);color:inherit;opacity:.55;font-size:1rem;font-weight:500}.fs-card ul{margin:0;padding:0;list-style:none}.fs-card li{border-top:1px solid var(--fs-line);padding:7px 0;font-size:.95rem}.fs-card li:first-child{border-top:none}.fs-card--featured li{border-top-color:color-mix(in srgb, var(--paper) 14%, transparent)}.fs-demo{background:var(--paper-2);border-radius:20px;padding:18px}.fs-demo__head{border-bottom:1px solid var(--fs-line);align-items:center;gap:10px;padding:2px 4px 14px;display:flex}.fs-demo__avatar{background:var(--ink);width:34px;height:34px;color:var(--paper);font-family:var(--f-head);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.fs-demo__who{font-size:.9rem;font-weight:600;line-height:1}.fs-demo__replay{cursor:pointer;width:32px;height:32px;color:var(--fs-ink-3);visibility:hidden;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-left:auto;transition:color .2s,background .2s;display:inline-flex}.fs-demo__replay svg{width:16px;height:16px}.fs-demo__replay:hover{color:var(--ink);background:var(--fs-hover-wash)}.fs-demo__replay.show{visibility:visible}.fs-demo__scroll{overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;gap:4px;height:320px;padding:16px 4px 8px;display:flex;overflow-y:auto}.fs-msg{flex-direction:column;max-width:76%;margin-top:10px;display:flex}.fs-msg--flo,.fs-msg--damien{align-self:flex-start;align-items:flex-start}.fs-msg--user{align-self:flex-end;align-items:flex-end}.fs-msg__label{color:var(--ink-2);align-items:center;gap:6px;margin:0 0 4px 14px;font-size:.72rem;font-weight:600;display:flex}.fs-msg--damien .fs-msg__label{color:var(--fs-accent)}.fs-msg__label img{border-radius:999px;width:17px;height:17px}.fs-bubble{background:var(--fs-surface);border-radius:18px;padding:11px 15px;font-size:.93rem;line-height:1.45;box-shadow:0 1px 2px #1313160a}.fs-msg--flo .fs-bubble,.fs-msg--damien .fs-bubble{border-bottom-left-radius:6px}.fs-msg--user .fs-bubble{background:var(--ink);color:var(--paper);border-bottom-right-radius:6px}.fs-bubble--media{padding:6px}.fs-media{object-fit:cover;border-radius:13px;width:224px;max-width:100%;height:160px}.fs-msg,.fs-handoff{animation:.45s cubic-bezier(.2,.9,.3,1.15) both fs-msg-in}@keyframes fs-msg-in{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fs-msg,.fs-handoff{animation:none}}.fs-typing{gap:4px;padding:14px 15px;display:inline-flex}.fs-typing i{background:var(--fs-ink-3);border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite fs-tdot}.fs-typing i:nth-child(2){animation-delay:.15s}.fs-typing i:nth-child(3){animation-delay:.3s}@keyframes fs-tdot{0%,60%,to{opacity:.5;transform:none}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.fs-typing i{animation:none}}.fs-handoff{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-2);white-space:nowrap;align-items:center;gap:12px;margin:16px 0 4px;font-size:.7rem;font-weight:600;display:flex}.fs-handoff:before,.fs-handoff:after{content:"";background:var(--fs-line);flex:1;height:1px}.fs-demo__chips{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;min-height:44px;margin-top:16px;display:flex}.fs-try-label{letter-spacing:.1em;text-transform:uppercase;color:var(--fs-ink-3);font-size:.72rem;font-weight:600}.fs-chip{font-family:var(--f-body);color:var(--ink);background:var(--fs-surface);border:1px solid var(--fs-chip-border);cursor:pointer;text-align:left;border-radius:999px;align-items:center;gap:9px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s,border-color .2s;animation:.45s cubic-bezier(.2,.9,.3,1.15) both fs-msg-in;display:inline-flex;box-shadow:0 2px 8px #1313160f}.fs-chip span{text-wrap:balance;line-height:1.4}.fs-chip svg{width:15px;height:15px;color:var(--fs-accent);flex:none}.fs-chip:hover{border-color:var(--fs-chip-border-hover);transform:translateY(-1px);box-shadow:0 6px 16px #1313161a}.fs-chip:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.fs-chip{animation:none}}.fs-toast{background:var(--fs-surface);border:1px solid var(--fs-line);cursor:pointer;border-radius:18px;width:100%;padding:15px 19px;font-size:.93rem;line-height:1.5;position:relative;box-shadow:0 18px 50px #1313162e}.fs-toast__meta{color:var(--fs-ink-3);margin-bottom:7px;padding-right:28px;font-size:.72rem}.fs-toast b{color:var(--fs-accent);margin-bottom:3px;font-size:.75rem;font-weight:600;display:block}.fs-toast__close{width:28px;height:28px;color:var(--fs-ink-3);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex;position:absolute;top:10px;right:10px}.fs-toast__close:hover{color:var(--ink);background:var(--fs-hover-wash)}.fs-toast__close svg{width:13px;height:13px;display:block}@media (max-width:560px){.fs-toast{box-shadow:0 10px 30px #13131624}}.fs-profile{background:var(--fs-surface);border:1px solid var(--fs-line);text-align:center;border-radius:22px;padding:40px 34px 34px;box-shadow:0 14px 40px #1313160f}.fs-profile__avatar{object-fit:cover;border-radius:999px;width:168px;height:168px;margin:0 auto;display:block}.fs-profile__name{font-family:var(--f-head);letter-spacing:-.025em;margin-top:22px;font-size:2.1rem;font-weight:600;line-height:1.1}.fs-profile__stats{border-top:1px solid var(--fs-line);border-bottom:1px solid var(--fs-line);grid-template-columns:repeat(4,1fr);margin-top:26px;padding:18px 0;display:grid}.fs-profile__stat{flex-direction:column;align-items:center;gap:9px;padding:2px 10px;display:flex}.fs-profile__stat+.fs-profile__stat{border-left:1px solid var(--fs-line)}.fs-profile__stat svg{width:22px;height:22px;color:var(--ink);opacity:.85}.fs-profile__stat span{color:var(--ink-2);font-size:.74rem;line-height:1.4}.fs-profile__quote{margin-top:22px;padding:0 26px;font-size:.95rem;line-height:1.55}@media (max-width:560px){.fs-profile__stats{grid-template-columns:1fr 1fr}.fs-profile__stat:nth-child(3){border-left:none}.fs-profile__stat:nth-child(n+3){border-top:1px solid var(--fs-line);margin-top:14px;padding-top:16px}}.fs-steps{counter-reset:fs-step;margin:0;padding:0;list-style:none}.fs-steps li{counter-increment:fs-step;border-top:1px solid var(--fs-line);align-items:baseline;gap:20px;padding:20px 0;display:flex}.fs-steps li:last-child{border-bottom:1px solid var(--fs-line)}.fs-steps li:before{content:counter(fs-step);font-family:var(--f-head);color:var(--fs-ink-3);min-width:20px;font-size:.85rem;font-weight:600}.fs-steps b{font-weight:600}.fs-note{color:var(--fs-ink-3);margin-top:12px;font-size:.85rem}.fs-items{gap:12px;display:grid}.fs-item{background:var(--paper-2);border-radius:16px;padding:20px 24px}.fs-item__t{font-size:1rem;font-weight:600}.fs-item__d{color:var(--ink-2);margin-top:4px;font-size:.95rem}.fs-example{border-left:2px solid var(--fs-accent);color:var(--ink-2);margin-top:10px;padding:2px 0 2px 14px;font-size:.9rem}.fs-example div+div{margin-top:6px}.fs-example b{color:var(--ink);font-weight:600}.fs-pills{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.fs-pill{border:1px solid var(--fs-line);color:var(--ink-2);border-radius:999px;padding:8px 14px;font-size:.9rem}.fs-faq{border-top:1px solid var(--fs-line)}.fs-faq__item{border-bottom:1px solid var(--fs-line)}.fs-faq__q{-webkit-tap-highlight-color:transparent;gap:18px;padding:19px 2px;font-size:1rem;font-weight:600;line-height:1.45}.fs-faq__q:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.fs-faq__q [data-slot=accordion-trigger-icon]{width:16px;height:16px;color:var(--fs-ink-3);transition:color .2s}.fs-faq__q:hover [data-slot=accordion-trigger-icon]{color:var(--ink)}.fs-faq__a{color:var(--ink-2);max-width:58ch;padding:0 2px 20px;font-size:.95rem;line-height:1.6}.fs-faq__a .fs-example{margin:4px 0 16px}@media (prefers-reduced-motion:reduce){.fs-faq__item [data-slot=accordion-content]{animation:none}}.fs-close{text-align:center;flex-direction:column;align-items:center;padding:max(220px,34svh) 26px 96px;display:flex}.fs-footnote{border-top:1px solid var(--fs-line);color:var(--fs-ink-3);margin-top:110px;padding-top:24px;font-size:.85rem;line-height:1.6}.fs-footnote div+div{margin-top:8px}.flo-fs .reveal{opacity:0;will-change:opacity, transform;transform:translateY(26px)}.flo-fs .reveal.in{opacity:1;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--d,0s);transform:none}@media (prefers-reduced-motion:reduce){.flo-fs .reveal{opacity:1;transform:none}}@media (max-width:480px){.fs-main{padding:120px 20px 0}.fs-main section{margin-top:72px}.fs-close{padding:max(180px,34svh) 20px 64px}.fs-main h2{margin-bottom:22px}.fs-products{margin-top:36px}.fs-card li,.fs-bubble,.fs-item__d,.fs-example,.fs-profile__quote,.fs-chip,.fs-toast,.fs-faq__a{font-size:1rem}.fs-br{display:none}.fs-demo{padding:14px}.fs-msg{max-width:86%}.fs-profile{padding:32px 20px 28px}.fs-profile__quote{padding:0 6px}.fs-footnote{margin-top:72px}}@media (pointer:coarse){.fs-chip{min-height:44px}.fs-demo__replay{width:44px;height:44px}.fs-toast__close{width:44px;height:44px;top:2px;right:2px}.fs-toast__meta{padding-right:44px}}@media (pointer:coarse) and (max-height:560px){.fs-demo__scroll{height:max(180px,100svh - 240px)}}