.fl{--ground:#f4f7f6;--raise:#fff;--call:#0d1420;--call-2:#141c29;--call-line:#243244;--ink:#0e1a24;--body:#3a4757;--muted:#5c6875;--faint:#8b96a2;--teal:#0f766e;--teal-press:#0a544e;--teal-bright:#14b8a6;--teal-deep:#0d9488;--mint:#5eead4;--wash:#e9f7f2;--wash-2:#f0faf6;--hair:#0e1a2417;--hair-2:#0e1a240f;--shadow:0 20px 46px -24px #09201d57, 0 6px 16px -12px #09201d2e;--shadow-sm:0 8px 22px -16px #09201d47;--lift:0 30px 60px -28px #09201d6b;--r:16px;--r-sm:12px;--r-xs:9px;--pill:999px;--sans:var(--font-inter),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--disp:var(--font-sora),ui-sans-serif,system-ui,sans-serif;--mono:var(--font-jetbrains),ui-monospace,"SF Mono",Menlo,monospace;--ease-out:cubic-bezier(.23,1,.32,1);--ease-io:cubic-bezier(.77,0,.175,1);--ease-drawer:cubic-bezier(.32,.72,0,1);min-height:100vh;position:relative}.fl *{box-sizing:border-box;margin:0}.fl{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;scroll-behavior:smooth;background:var(--ground);color:var(--body);font-family:var(--sans);font-size:17px;line-height:1.65;overflow-x:clip}.fl ::selection{color:var(--ink);background:#14b8a63d}.fl :focus-visible{outline:2.5px solid var(--teal);outline-offset:3px;border-radius:4px}.fl ::-webkit-scrollbar{width:12px;height:12px}.fl ::-webkit-scrollbar-track{background:var(--ground)}.fl ::-webkit-scrollbar-thumb{border:3px solid var(--ground);background:#cfdad6;border-radius:999px}.fl ::-webkit-scrollbar-thumb:hover{background:#b7c6c1}.fl{scrollbar-color:#cfdad6 var(--ground)}.fl h1,.fl h2,.fl h3,.fl h4{font-family:var(--disp);color:var(--ink);letter-spacing:-.028em;text-wrap:balance;font-weight:800;line-height:1.04}.fl a{color:inherit;text-decoration:none}.fl svg{display:block}.fl .ico{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round}.fl .shell{max-width:1180px;margin:0 auto;padding:0 28px}.fl .mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.fl .btn{--bg:var(--teal);--fg:#fff;border-radius:var(--pill);background:var(--bg);height:52px;color:var(--fg);font-family:var(--sans);cursor:pointer;transition:transform .16s var(--ease-out),background .2s var(--ease-out),box-shadow .2s var(--ease-out);white-space:nowrap;border:0;align-items:center;gap:12px;padding:0 10px 0 24px;font-size:15.5px;font-weight:600;display:inline-flex;box-shadow:0 12px 24px -14px #0f766ee6}.fl .btn:hover{background:var(--teal-press)}.fl .btn:active{transform:scale(.975)}.fl .btn .cap{border-radius:var(--pill);width:34px;height:34px;transition:transform .28s var(--ease-out),background .28s var(--ease-out);background:#ffffff29;place-items:center;display:grid}.fl .btn .cap svg{width:16px;height:16px}@media (hover:hover) and (pointer:fine){.fl .btn:hover .cap{background:#ffffff42;transform:translate(3px,-1px)scale(1.06)}}.fl .btn.line{--bg:transparent;--fg:var(--ink);box-shadow:none;border:1px solid var(--hair);height:52px;padding:0 22px}.fl .btn.line:hover{background:var(--raise);border-color:var(--hair)}.fl .btn.line .cap{background:#0e1a240f}.fl .btn.sm{height:42px;padding:0 8px 0 18px;font-size:14.5px}.fl .btn.sm .cap{width:28px;height:28px}.fl .btn.sm .cap svg{width:14px}.fl .nav{z-index:40;background:color-mix(in srgb,var(--ground) 84%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:border-color .3s var(--ease-out),background .3s var(--ease-out);border-bottom:1px solid #0000;padding:0;display:block;position:sticky;top:0}.fl .nav.scrolled{border-color:var(--hair-2);background:color-mix(in srgb,var(--ground) 92%,transparent)}.fl .nav .row{align-items:center;gap:14px;height:60px;display:flex}.fl .brand{font-family:var(--disp);color:var(--ink);letter-spacing:-.02em;align-items:center;gap:11px;font-size:20px;font-weight:800;display:flex}.fl .mark{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='white'%3E%3Crect x='11.5' y='18' width='3' height='12' rx='1.5'/%3E%3Crect x='17' y='14' width='3' height='20' rx='1.5'/%3E%3Crect x='22.5' y='11' width='3' height='26' rx='1.5'/%3E%3Crect x='28' y='14' width='3' height='20' rx='1.5'/%3E%3Crect x='33.5' y='18' width='3' height='12' rx='1.5'/%3E%3C/g%3E%3C/svg%3E") center/60% no-repeat,linear-gradient(150deg,var(--teal-bright),var(--teal-deep));border-radius:9px;width:32px;height:32px;box-shadow:0 6px 14px -6px #0d9488cc,inset 0 1px #ffffff59}.fl .tw{color:var(--teal)}.fl .nav nav{gap:30px;margin-left:34px;display:flex}.fl .nav nav a{color:var(--muted);transition:color .18s var(--ease-out);font-size:15px;font-weight:450}.fl .nav nav a:hover{color:var(--ink)}.fl .nav .sp{flex:1}.fl .nav .signin{color:var(--ink);font-size:15px;font-weight:550}@media (max-width:860px){.fl .nav nav,.fl .nav .signin{display:none}}.fl .hero{flex-direction:column;justify-content:center;max-width:none;min-height:30vh;margin:0;padding:6px 0 2px;display:flex;position:relative;overflow:hidden}.fl .hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(44% 74% at 20% 2%,#14b8a638,#0000 60%),radial-gradient(46% 82% at 84% 8%,#5eead433,#0000 62%),radial-gradient(62% 100% at 50% 0,#0d94881a,#0000 74%);height:840px;position:absolute;inset:-28% -12% auto}.fl .hero .shell{z-index:1;position:relative}.fl .kicker{border-radius:var(--pill);background:var(--raise);border:1px solid var(--hair);box-shadow:var(--shadow-sm);font-family:var(--mono);letter-spacing:.02em;color:var(--teal-deep);align-items:center;gap:8px;margin:0 auto 16px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.fl .kicker .rdot{background:var(--teal-bright);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #14b8a62e}.fl .hcopy{max-width:520px}.fl .hcenter{text-align:center;max-width:880px;margin:0 auto}.fl .hcenter h1{font-size:clamp(2.5rem,5.2vw,3.95rem)}.fl .hcenter .sub{max-width:54ch;margin-left:auto;margin-right:auto}.fl .hcenter .cta,.fl .hcenter .assur{justify-content:center}.fl .scene{height:140vh;position:relative}.fl .pin{perspective:1250px;background:radial-gradient(58% 52% at 50% 46%,#14b8a617,#0000 72%);justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.fl .stagewrap{transform-origin:50%;will-change:transform;backface-visibility:hidden;width:min(1200px,94vw);margin:0 auto;position:relative;transform:translateY(-27vh)rotateX(26deg)scale(.6)}@media (max-width:820px),(prefers-reduced-motion:reduce){.fl .stagewrap{transform:none}}.fl .kick{color:var(--teal);align-items:center;gap:9px;margin-bottom:22px;font-size:14px;font-weight:500;display:inline-flex}.fl .kick .d{background:var(--teal-bright);width:8px;height:8px;box-shadow:0 0 0 4px var(--wash);border-radius:50%}.fl h1{letter-spacing:-.035em;font-size:clamp(2.7rem,5.2vw,4.15rem);line-height:1}.fl h1 em{color:var(--teal);font-style:normal}.fl .sub{color:var(--muted);max-width:30ch;margin:14px 0 0;font-size:1.18rem;line-height:1.5}.fl .switch{background:var(--raise);border:1px solid var(--hair);border-radius:var(--pill);box-shadow:var(--shadow-sm);gap:3px;margin:16px 0 12px;padding:4px;display:inline-flex}.fl .switch button{border-radius:var(--pill);font-family:var(--sans);color:var(--muted);cursor:pointer;transition:color .2s var(--ease-out);background:0 0;border:0;align-items:center;gap:7px;padding:9px 15px;font-size:14px;font-weight:550;display:flex}.fl .switch button svg{opacity:.85;width:15px;height:15px}.fl .switch button[aria-selected=true]{color:#fff}.fl .switch .glider{position:absolute}.fl .switch{isolation:isolate;position:relative}.fl .switch .glider{border-radius:var(--pill);background:var(--teal);transition:transform .34s var(--ease-drawer),width .34s var(--ease-drawer);z-index:-1;position:absolute;top:4px;bottom:4px;box-shadow:0 6px 14px -8px #0f766ee6}.fl .cta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.fl .assur{flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.fl .assur span{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:inline-flex}.fl .assur svg{width:16px;height:16px;color:var(--teal)}.fl .stage{position:relative}.fl .compare{border-radius:var(--r);box-shadow:var(--lift);background:var(--call);aspect-ratio:16/10.4;touch-action:pan-y;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.fl .layer{position:absolute;inset:0}.fl .layer.base{z-index:1}.fl .layer.top{clip-path:inset(0 calc(100% - var(--pos,52%)) 0 0);z-index:2;will-change:clip-path}.fl .cwin{background:var(--call);flex-direction:column;display:flex;position:absolute;inset:0}.fl .ctitle{background:var(--call-2);border-bottom:1px solid var(--call-line);flex:none;align-items:center;gap:8px;height:42px;padding:0 16px;display:flex}.fl .dots{gap:7px;display:flex}.fl .dots i{border-radius:50%;width:11px;height:11px}.fl .dots i:first-child{background:#ff5f57}.fl .dots i:nth-child(2){background:#febc2e}.fl .dots i:nth-child(3){background:#28c840}.fl .ctitle .t{color:#8ba0ae;margin:0 auto;font-size:12.5px;font-weight:450}.fl .ctitle .rec{color:#f2a6a6;align-items:center;gap:6px;font-size:11px;display:flex}.fl .ctitle .rec i{background:#ef4444;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #ef444433}.fl .speaker{background:radial-gradient(120% 130% at 30% 20%,#1c6f66,#0f4a45 70%,#0b3a36);flex:1;position:relative;overflow:hidden}.fl .speaker .who{flex-direction:column;align-items:center;gap:13px;display:flex;position:absolute;top:44%;left:26%;transform:translate(-50%,-50%)}.fl .speaker .av{background:linear-gradient(145deg,var(--mint),var(--teal-deep));color:#04302b;width:76px;height:76px;font-family:var(--disp);border-radius:50%;place-items:center;font-size:27px;font-weight:800;display:grid;box-shadow:inset 0 0 0 3px #ffffff38}.fl .speaker .nm{color:#eafaf6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0414126b;border-radius:8px;padding:4px 12px;font-size:13px;font-weight:550}.fl .pip{aspect-ratio:16/10;background:linear-gradient(150deg,#26303f,#161e2b);border:2px solid #ffffff29;border-radius:11px;place-items:center;width:128px;display:grid;position:absolute;bottom:16px;left:16px;overflow:hidden;box-shadow:0 10px 22px -10px #0009}.fl .pip .pav{color:#e8eef4;width:38px;height:38px;font-family:var(--disp);background:linear-gradient(140deg,#5a6a7d,#2a3648);border-radius:50%;place-items:center;font-size:14px;font-weight:700;display:grid}.fl .pip .pn{color:#dbe6ef;background:#04141280;border-radius:5px;padding:1px 7px;font-size:10px;font-weight:600;position:absolute;bottom:6px;left:7px}.fl .cbar{border-top:1px solid var(--call-line);background:#0a121c;flex:none;justify-content:center;align-items:center;gap:11px;height:60px;display:flex}.fl .cbtn{color:#c4d0da;background:#1c2836;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.fl .cbtn svg{width:17px;height:17px}.fl .cbtn.on{background:var(--teal);color:#fff}.fl .cbtn.end{color:#fff;background:#dc2626;width:56px}.fl .ovl{-webkit-backdrop-filter:blur(20px)saturate(1.2);backdrop-filter:blur(20px)saturate(1.2);color:#c6d0da;z-index:3;background:#111823f2;border-radius:15px;width:min(58%,472px);position:absolute;top:50%;left:50%;right:auto;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 66px -24px #000000b8,inset 0 0 0 1px #ffffff0f,0 0 0 1px #14b8a64d}.fl .ovl .ohead{border-bottom:1px solid #ffffff12;align-items:center;gap:7px;padding:9px 11px;display:flex}.fl .ovl .odot{background:linear-gradient(145deg,var(--teal-bright),var(--teal-deep));border-radius:5.5px;flex:none;place-items:center;width:19px;height:19px;display:grid;box-shadow:inset 0 1px #ffffff59}.fl .ovl .odot:after{content:"";background:#fff;border-radius:2px;width:7px;height:7px}.fl .ovl .ohead b{font-family:var(--disp);color:#fff;font-size:12.5px;font-weight:700}.fl .ovl .idle{color:#7f8b98;align-items:center;gap:5px;font-size:10px;display:flex}.fl .ovl .idle i{background:#7f8b98;border-radius:50%;width:6px;height:6px}.fl .ovl .sp{flex:1}.fl .ovl .mode2{color:#dbe6ef;background:#ffffff12;border:1px solid #ffffff1a;border-radius:7px;align-items:center;gap:5px;padding:3px 8px;font-size:10.5px;display:inline-flex}.fl .ovl .mode2 svg{width:11px;height:11px;color:var(--mint);stroke-width:2px}.fl .ovl .time{font-family:var(--mono);color:#7f8b98;font-size:10.5px}.fl .ovl .ctrls{gap:4px;display:flex}.fl .ovl .ctrls span{color:#9aa6b2;background:#ffffff0f;border-radius:5px;place-items:center;width:20px;height:20px;display:grid}.fl .ovl .ctrls svg{stroke-width:2px;width:11px;height:11px}.fl .ovl .otool{border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding:8px 11px;display:flex}.fl .ovl .ib{color:#c0ccd6;background:#ffffff0f;border-radius:7px;place-items:center;width:25px;height:25px;display:grid}.fl .ovl .ib.play{background:var(--teal);color:#fff}.fl .ovl .ib svg{width:13px;height:13px}.fl .ovl .kn{color:#7f8b98;margin-left:auto;font-size:9.5px}.fl .ovl .kn b{color:#aeb9c4;font-weight:600}.fl .ovl .octx{background:#ffffff05;border:1px solid #ffffff14;border-radius:9px;margin:10px 11px 0;padding:9px 10px}.fl .ovl .clbl{font-family:var(--mono);letter-spacing:.11em;color:#748090;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:8.5px;display:flex}.fl .ovl .clbl svg{color:#8b96a2;stroke-width:2px;width:11px;height:11px}.fl .ovl .octx p{color:#aab4c0;font-size:10.5px;line-height:1.5}.fl .ovl .octx p b{color:#dbe6ef;font-weight:600}.fl .ovl .oans{padding:10px 11px}.fl .ovl .qq{background:#ffffff0d;border-radius:9px;align-items:flex-start;gap:8px;margin-bottom:9px;padding:8px 10px;display:flex}.fl .ovl .qq svg{color:#8b96a2;flex:none;width:14px;height:14px;margin-top:1px}.fl .ovl .qq p{color:#eef3f7;font-size:11.5px;font-weight:600;line-height:1.4}.fl .ovl .aa{color:#b6c1cc;font-size:11.5px;line-height:1.55}.fl .ovl .aa b{color:#eef3f7;font-weight:650}.fl .ovl .car{background:var(--mint);vertical-align:-2px;border-radius:1px;width:2px;height:12px;margin-left:1px;animation:1s step-end infinite fl-blink;display:inline-block}@keyframes fl-blink{50%{opacity:0}}.fl .ovl .src{flex-wrap:wrap;gap:6px;margin:10px 0 9px;display:flex}.fl .ovl .src span{font-family:var(--mono);color:var(--mint);background:#14b8a61f;border:1px solid #14b8a647;border-radius:6px;align-items:center;gap:5px;padding:3px 7px;font-size:9.5px;display:inline-flex}.fl .ovl .src svg{width:11px;height:11px}.fl .ovl .say{border-top:1px dashed #ffffff1f;align-items:flex-start;gap:8px;padding-top:9px;display:flex}.fl .ovl .say .k{font-family:var(--mono);letter-spacing:.07em;color:#04302b;background:var(--mint);border-radius:5px;flex:none;margin-top:1px;padding:3px 6px;font-size:8.5px;font-weight:700}.fl .ovl .say p{color:#9fb0bd;font-size:10.5px;font-style:italic;line-height:1.4}.fl .ovl .otopic{background:#ffffff05;border:1px solid #ffffff14;border-radius:9px;margin:0 11px;padding:8px 10px}.fl .ovl .tlbl{font-family:var(--mono);letter-spacing:.11em;color:#748090;margin-bottom:3px;font-size:8.5px}.fl .ovl .otopic .big{font-family:var(--disp);color:#fff;font-size:12px;font-weight:700}.fl .ovl .oinput{border:1px solid #ffffff1a;border-radius:9px;align-items:center;gap:8px;margin:10px 11px 11px;padding:6px 6px 6px 11px;display:flex}.fl .ovl .oinput .ph{color:#748090;flex:1;font-size:10.5px}.fl .ovl .oinput .send{background:var(--teal);border-radius:7px;place-items:center;width:30px;height:24px;display:grid}.fl .ovl .oinput .send svg{color:#fff;width:13px;height:13px}.fl .ovlswap{transition:opacity .26s var(--ease-out),filter .26s var(--ease-out)}.fl .compare.swapping .ovlswap{opacity:.35;filter:blur(3px)}.fl .tab{z-index:5;font-family:var(--mono);letter-spacing:.02em;border-radius:var(--pill);pointer-events:none;padding:7px 13px;font-size:11.5px;font-weight:600;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px -8px #04141280}.fl .tab.l{color:#e6eef4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a141eb8;left:16px}.fl .tab.r{background:var(--teal-bright);color:#04302b;right:16px}.fl .divide{top:0;bottom:0;left:var(--pos,52%);z-index:6;pointer-events:none;background:#ffffffeb;width:2px;position:absolute;transform:translate(-1px);box-shadow:0 0 14px #04201d66}.fl .grip{top:50%;left:var(--pos,52%);z-index:7;cursor:ew-resize;width:46px;height:46px;transition:transform .18s var(--ease-out);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 26px -8px #04201d8c}.fl .grip:active{transform:translate(-50%,-50%)scale(.94)}.fl .grip svg{width:19px;height:19px;color:var(--teal)}.fl .hint{z-index:6;color:#cfe9e2;border-radius:var(--pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;transition:opacity .4s var(--ease-out);background:#0a141e8c;align-items:center;gap:7px;padding:5px 12px;font-size:11.5px;display:flex;position:absolute;bottom:74px;left:50%;transform:translate(-50%)}.fl .hint svg{width:13px;height:13px}.fl .compare.touched .hint{opacity:0}.fl .floatb{z-index:8;background:var(--raise);box-shadow:var(--shadow);color:var(--ink);border-radius:12px;align-items:center;gap:9px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;position:absolute}.fl .floatb svg{width:16px;height:16px;color:var(--teal)}.fl .floatb .g{background:#22c55e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #22c55e29}.fl .floatb.a{top:-16px;left:44px}.fl .floatb.b{bottom:-16px;right:40px}.fl .sec{padding:104px 0}.fl .head{max-width:640px;margin-bottom:56px}.fl .head.mid{text-align:center;margin-inline:auto}.fl h2{font-size:clamp(2rem,3.6vw,2.85rem)}.fl .head p{color:var(--muted);max-width:56ch;margin-top:15px;font-size:1.16rem}.fl .head.mid p{margin-inline:auto}.fl .lede{color:var(--teal);margin-bottom:14px;font-size:15px;font-weight:600;display:block}.fl .steps{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.fl .step .glass{border-radius:var(--r);box-shadow:var(--shadow-sm);background:linear-gradient(#fbfdfc,#eef5f2);justify-content:center;align-items:center;height:230px;padding:20px;display:flex;overflow:hidden}.fl .step h3{align-items:center;gap:12px;margin:22px 0 8px;font-size:1.22rem;display:flex}.fl .step h3 .n{background:var(--teal);color:#fff;width:26px;height:26px;font-family:var(--mono);border-radius:8px;flex:none;place-items:center;font-size:13px;font-weight:600;display:grid}.fl .step p{color:var(--muted);font-size:15.5px;line-height:1.55}.fl .m{background:var(--raise);width:100%;box-shadow:var(--shadow-sm);border-radius:12px;padding:14px}.fl .m .lab{color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.fl .m .seg{gap:5px;margin-bottom:12px;display:flex}.fl .m .seg span{text-align:center;color:var(--muted);background:#f1f5f3;border-radius:8px;flex:1;padding:7px 4px;font-size:11px;font-weight:600}.fl .m .seg span.on{background:var(--teal);color:#fff}.fl .m .in{height:28px;color:var(--faint);background:#f5f8f6;border-radius:8px;align-items:center;margin-bottom:11px;padding:0 10px;font-size:11px;display:flex}.fl .m .files{gap:7px;display:flex}.fl .m .files span{font-family:var(--mono);color:var(--teal-deep);background:var(--wash-2);border:1px solid #d6f0ea;border-radius:7px;align-items:center;gap:5px;padding:5px 9px;font-size:10px;display:flex}.fl .m .files svg{width:11px;height:11px}.fl .ck{border-bottom:1px solid var(--hair-2);color:var(--body);align-items:center;gap:10px;padding:9px 0;font-size:12.5px;display:flex}.fl .ck:last-child{border-bottom:0}.fl .ck .b{background:var(--teal);border-radius:50%;flex:none;place-items:center;width:19px;height:19px;display:grid}.fl .ck .b svg{color:#fff;width:11px;height:11px}.fl .ck .r{font-family:var(--mono);color:var(--faint);margin-left:auto;font-size:10px}.fl .mo{background:#fffffff5;border-radius:12px;width:100%;padding:13px;box-shadow:0 16px 34px -18px #04201d66,0 0 0 1px #0f766e29}.fl .mo .h{align-items:center;gap:8px;margin-bottom:10px;display:flex}.fl .mo .h .d{background:linear-gradient(145deg,var(--teal-bright),var(--teal-deep));border-radius:5.5px;width:18px;height:18px}.fl .mo .h b{font-family:var(--disp);color:var(--ink);font-size:12px}.fl .mo .h .lat{font-family:var(--mono);color:var(--faint);margin-left:auto;font-size:9.5px}.fl .mo .q{color:var(--ink);background:#f2f6f8;border-radius:8px;margin-bottom:8px;padding:7px 9px;font-size:11px;font-weight:600}.fl .mo .a{color:var(--body);font-size:11px;line-height:1.5}.fl .bento{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.fl .card{border-radius:var(--r);background:var(--raise);box-shadow:var(--shadow-sm);flex-direction:column;min-height:246px;padding:26px;display:flex;position:relative;overflow:hidden}.fl .card.dark{color:#c3d0d8;background:linear-gradient(160deg,#12202b,#0c1620)}.fl .card.dark h3{color:#f2f7f9}.fl .card.dark p{color:#93a3ad}.fl .card .t{font-family:var(--mono);color:var(--teal);background:var(--wash);border-radius:var(--pill);border:1px solid #cdeee6;align-self:flex-start;align-items:center;gap:8px;padding:5px 11px;font-size:11px;font-weight:500;display:inline-flex}.fl .card.dark .t{color:var(--mint);background:#14b8a624;border-color:#14b8a64d}.fl .card .t svg{width:13px;height:13px}.fl .card h3{letter-spacing:-.02em;margin:16px 0 9px;font-size:1.28rem}.fl .card p{color:var(--muted);font-size:15px;line-height:1.55}.fl .art{margin-top:auto;padding-top:20px}.fl .tp{font-family:var(--mono);color:var(--teal-deep);align-items:center;gap:9px;margin-top:auto;padding-top:22px;font-size:12px;display:flex}.fl .tp svg{width:16px;height:16px;color:var(--teal-bright);flex:none}.fl .tp span{background:var(--wash);border:1px solid #cdeee6;border-radius:7px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.fl .caps{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px;display:grid}.fl .capx{background:var(--raise);border:1px solid var(--hair);box-shadow:var(--shadow-sm);border-radius:14px;align-items:flex-start;gap:13px;padding:18px;display:flex}.fl .capx .ci{background:var(--wash);width:36px;height:36px;color:var(--teal);border-radius:10px;flex:none;place-items:center;display:grid}.fl .capx .ci svg{width:18px;height:18px}.fl .capx h4{letter-spacing:-.01em;color:var(--ink);margin:2px 0 4px;font-size:15px}.fl .capx p{color:var(--muted);font-size:13.5px;line-height:1.5}.fl .s6{grid-column:span 6}.fl .s4{grid-column:span 4}.fl .s3{grid-column:span 3}.fl .s2{grid-column:span 2}.fl .code{font-family:var(--mono);color:#94a3b83d;white-space:pre;pointer-events:none;padding:0 22px 20px;font-size:12.5px;line-height:1.75;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 30px);mask-image:linear-gradient(#0000,#000 30px)}.fl .card.dark.s4{min-height:360px}.fl .code b{color:#5eead46b;font-weight:400}.fl .wave{align-items:flex-end;gap:4px;height:58px;display:flex}.fl .wave i{background:linear-gradient(180deg,var(--teal-bright),var(--teal-deep));border-radius:3px;flex:1}.fl .prov{justify-content:center;align-items:center;gap:16px;display:flex}.fl .prov .p{background:var(--raise);width:54px;height:54px;box-shadow:var(--shadow-sm);border-radius:14px;place-items:center;display:grid}.fl .prov .p svg{width:27px;height:27px}.fl .prov .x{color:var(--faint);font-size:17px}.fl .docv{background:#f6faf8;border-radius:11px;padding:14px}.fl .docv .ln{background:#e3ebe8;border-radius:5px;height:8px;margin-bottom:8px}.fl .docv .ln.a{background:linear-gradient(90deg,var(--mint),#bdeee2);width:82%}.fl .docv .ln.b{width:64%}.fl .docv .ch{gap:6px;margin-top:12px;display:flex}.fl .docv .ch span{font-family:var(--mono);color:var(--teal-deep);background:var(--wash-2);border:1px solid #d6f0ea;border-radius:6px;padding:3px 8px;font-size:10px}.fl .agl{flex-direction:column;gap:9px;display:flex}.fl .agl .a{background:var(--raise);border:1px solid var(--hair);color:var(--ink);border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:13px;font-weight:600;display:flex}.fl .agl .a.on{border-color:var(--teal);background:var(--wash-2)}.fl .agl .a .i{background:var(--wash);width:27px;height:27px;color:var(--teal);border-radius:8px;flex:none;place-items:center;display:grid}.fl .agl .a.on .i{background:var(--teal);color:#fff}.fl .agl .a .i svg{width:14px;height:14px}.fl .agl .a .c{color:var(--teal);margin-left:auto}.fl .agl .a .c svg{width:15px}.fl .store{color:var(--mint);font-family:var(--mono);align-items:center;gap:9px;font-size:12.5px;display:flex}.fl .store svg{width:18px;height:18px}.fl .note{text-align:center;max-width:620px;color:var(--muted);margin:0 auto 40px;font-size:15.5px}.fl .note b{color:var(--ink)}.fl .plans{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:18px;max-width:1180px;margin:0 auto;display:grid}@media (max-width:1000px){.fl .plans{grid-template-columns:repeat(2,1fr);max-width:560px}}.fl .plan{border-radius:var(--r);background:var(--raise);box-shadow:var(--shadow-sm);flex-direction:column;padding:30px;display:flex;position:relative}.fl .plan.hot{box-shadow:var(--lift);outline:1.5px solid var(--teal);transform:translateY(-8px)}.fl .plan .pop{background:var(--teal);color:#fff;font-family:var(--mono);letter-spacing:.05em;border-radius:var(--pill);padding:6px 13px;font-size:10px;font-weight:600;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.fl .plan .nm{font-family:var(--disp);color:var(--muted);font-size:16px;font-weight:700}.fl .plan .pr{font-family:var(--disp);letter-spacing:-.03em;color:var(--ink);margin:10px 0 3px;font-size:2.7rem;font-weight:800;line-height:1}.fl .plan .pr span{color:var(--muted);font-size:15px;font-weight:500}.fl .plan .pd{color:var(--muted);min-height:42px;font-size:14.5px}.fl .plan ul{flex-direction:column;gap:11px;margin:18px 0 22px;list-style:none;display:flex}.fl .plan li{color:var(--body);gap:10px;font-size:14.5px;display:flex}.fl .plan li svg{width:17px;height:17px;color:var(--teal);flex:none;margin-top:1px}.fl .plan .btn{flex:0 0 50px;justify-content:center;width:100%;height:50px;margin-top:auto;padding:0 20px}.fl .plan .btn .cap{display:none}.fl .faq{max-width:780px;margin:0 auto}.fl details{border-bottom:1px solid var(--hair);padding:6px 2px}.fl summary{cursor:pointer;font-family:var(--disp);color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:1.06rem;font-weight:700;list-style:none;display:flex}.fl summary::-webkit-details-marker{display:none}.fl summary .pm{background:var(--wash);width:26px;height:26px;color:var(--teal);transition:transform .3s var(--ease-out);border-radius:50%;flex:none;place-items:center;display:grid}.fl summary .pm svg{width:15px;height:15px}.fl details[open] summary .pm{transform:rotate(45deg)}.fl .faq summary:after{content:none!important;display:none!important}.fl details p{color:var(--muted);max-width:64ch;padding:0 0 20px;font-size:15px;line-height:1.65}.fl .band{text-align:center;box-shadow:var(--lift);background:linear-gradient(140deg,#0a5a53,#0d9488 58%,#14b8a6);border-radius:26px;padding:70px 40px;position:relative;overflow:hidden}.fl .band:after{content:"";pointer-events:none;background:radial-gradient(50% 60% at 15% 15%,#fff3,#0000 60%),radial-gradient(50% 60% at 85% 90%,#ffffff24,#0000 55%);position:absolute;inset:0}.fl .band h2{color:#fff;font-size:clamp(2rem,4vw,3rem);position:relative}.fl .band p{color:#ffffffe6;max-width:44ch;margin:14px auto 30px;font-size:1.14rem;position:relative}.fl .band .cta{justify-content:center;position:relative}.fl .band .btn{color:var(--teal-deep);background:#fff;box-shadow:0 16px 30px -16px #04201d80}.fl .band .btn:hover{background:#f2fbf8}.fl .band .btn .cap{background:#0d948824}.fl .band .btn.line{color:#fff;background:0 0;border-color:#ffffff80}.fl .band .btn.line .cap{background:#ffffff29}.fl footer{padding:66px 0 40px}.fl .fgrid{grid-template-columns:1.7fr repeat(4,1fr);gap:30px;display:grid}.fl .fbrand p{color:var(--muted);max-width:26ch;margin-top:16px;font-size:15px;line-height:1.55}.fl .fgrid .fh{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:15px;font-size:11px;font-weight:600}.fl .fgrid a{color:var(--muted);transition:color .18s var(--ease-out);padding:6px 0;font-size:15px;display:block}.fl .fgrid a:hover{color:var(--teal)}.fl .legal{border-top:1px solid var(--hair-2);color:var(--muted);margin-top:44px;padding-top:22px;font-size:13.5px}.fl .integ{color:#c6d0da;background:#080d13;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:148px 0 92px;position:relative;overflow:hidden}.fl .integ:before{content:"";pointer-events:none;background:radial-gradient(56% 46% at 50% -10%,#14b8a652,#0000 66%);position:absolute;inset:0}.fl .integ:after{content:"";pointer-events:none;opacity:.6;background-image:radial-gradient(circle at 1px 1px,#ffffff0d 1px,#0000 0);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(72% 64% at 50% 44%,#000,#0000 82%);mask-image:radial-gradient(72% 64% at 50% 44%,#000,#0000 82%)}.fl .integ .shell{position:relative}.fl .ihead{text-align:center;max-width:660px;margin:0 auto 36px}.fl .ibadge{color:#cdeee6;border-radius:var(--pill);background:#14b8a61a;border:1px solid #14b8a642;align-items:center;gap:8px;margin-bottom:20px;padding:7px 15px;font-size:13px;font-weight:600;display:inline-flex}.fl .ibadge svg{width:15px;height:15px;color:var(--mint);fill:currentColor;stroke:none}.fl .integ h2{color:#fff;font-size:clamp(1.9rem,3.4vw,2.7rem)}.fl .ihead p{color:#8b96a2;margin-top:14px;font-size:16.5px;line-height:1.6}.fl .ihubwrap{justify-content:center;display:flex;overflow:hidden}.fl .ihub{transform-origin:top;width:940px;height:400px;transform:scale(var(--hs,1));flex:none;position:relative}.fl .ilines{width:100%;height:100%;position:absolute;inset:0}.fl .iln{fill:none;stroke:#14b8a638;stroke-width:1.4px}.fl .idot{fill:var(--mint);filter:drop-shadow(0 0 5px #5eead4f2)}.fl .icore{z-index:3;background:linear-gradient(160deg,#13212c,#0b141d);border:1px solid #14b8a657;border-radius:30px;place-items:center;width:132px;height:132px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 1px #ffffff0a,0 24px 60px -16px #14b8a680,0 0 90px #14b8a647}.fl .icore .m{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='white'%3E%3Crect x='11.5' y='18' width='3' height='12' rx='1.5'/%3E%3Crect x='17' y='14' width='3' height='20' rx='1.5'/%3E%3Crect x='22.5' y='11' width='3' height='26' rx='1.5'/%3E%3Crect x='28' y='14' width='3' height='20' rx='1.5'/%3E%3Crect x='33.5' y='18' width='3' height='12' rx='1.5'/%3E%3C/g%3E%3C/svg%3E") center/58% no-repeat,linear-gradient(140deg,var(--teal-bright),var(--teal-deep));width:58px;height:58px;animation:fl-corepulse 3.2s var(--ease-io) infinite;border-radius:17px;box-shadow:0 10px 26px -6px #14b8a6e6}@keyframes fl-corepulse{0%,to{box-shadow:0 10px 26px -6px #14b8a6a6}50%{box-shadow:0 12px 44px -2px #14b8a6}}.fl .itile{z-index:2;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:17px;place-items:center;width:60px;height:60px;display:grid;position:absolute;box-shadow:0 12px 30px -12px #000000b3,inset 0 1px #ffffff0d}.fl .itile svg{width:30px;height:30px}.fl .itile.l1{top:50px;left:40px}.fl .itile.l2{top:170px;left:16px}.fl .itile.l3{top:290px;left:40px}.fl .itile.r1{top:50px;right:40px}.fl .itile.r2{top:170px;right:16px}.fl .itile.r3{top:290px;right:40px}.fl .itile.r3 svg{width:26px;height:26px;stroke:var(--mint);fill:none;stroke-width:2px}.fl .anyg{grid-template-columns:1.42fr 1fr;gap:22px;display:grid}.fl .anyg.one{grid-template-columns:1fr;max-width:660px;margin-inline:auto}.fl .dev{border-radius:var(--r);background:var(--raise);box-shadow:var(--shadow-sm);flex-direction:column;padding:32px;display:flex;position:relative;overflow:hidden}.fl .dev.tint{background:linear-gradient(135deg,var(--wash),#edf6fb)}.fl .dev h3{letter-spacing:-.02em;margin-bottom:9px;font-size:1.4rem}.fl .dev p{color:var(--muted);max-width:36ch;font-size:15px}.fl .dev .btn{align-self:flex-start;margin-top:22px}.fl .toolbar{margin-top:26px}.fl .toolbar .tb{box-shadow:var(--shadow);background:#0b1420;border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px;padding:11px 13px;display:flex}.fl .toolbar .k{color:#dbe6ef;align-items:center;gap:7px;font-size:12.5px;font-weight:500;display:inline-flex}.fl .toolbar .k svg{color:#7fd8c8;width:14px;height:14px}.fl .toolbar .kb{font-family:var(--mono);color:#8ba0ae;background:#ffffff17;border-radius:5px;padding:2px 6px;font-size:9.5px}.fl .toolbar .end{color:#fff;background:#dc2626;border-radius:8px;margin-left:auto;padding:6px 12px;font-size:11px;font-weight:600}.fl .phone{width:206px;box-shadow:var(--lift);background:#0b1420;border:6px solid #1b2634;border-radius:30px;margin:8px auto 0;padding:8px 8px 0}.fl .phscr{background:var(--raise);border-radius:22px 22px 0 0;height:220px;overflow:hidden}.fl .phtop{height:28px;color:var(--ink);justify-content:space-between;align-items:center;padding:0 15px;font-size:10.5px;font-weight:600;display:flex}.fl .phtop .sig{color:var(--ink);align-items:center;gap:5px;display:flex}.fl .phtop .sig svg{width:15px;height:12px}.fl .phbody{padding:12px 14px}.fl .phbody .r{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.fl .phbody .r b{font-family:var(--disp);color:var(--ink);align-items:center;gap:7px;font-size:12.5px;display:flex}.fl .phbody .r .nw{background:var(--teal);color:#fff;border-radius:6px;padding:3px 9px;font-size:9px;font-weight:600}.fl .phbody .sr{background:var(--ground);height:25px;color:var(--faint);border-radius:8px;align-items:center;gap:6px;margin-bottom:11px;padding:0 9px;font-size:9.5px;display:flex}.fl .phbody .sr svg{width:11px;height:11px;color:var(--faint)}.fl .phcard{border:1px solid var(--hair);border-radius:10px;margin-bottom:8px;padding:9px 10px}.fl .phcard .t1{color:var(--ink);font-size:10.5px;font-weight:700}.fl .phcard .t2{color:var(--faint);margin-top:1px;font-size:9px}.fl .phcard .pill{color:var(--teal-deep);background:var(--wash-2);border:1px solid #d6f0ea;border-radius:5px;margin-top:6px;padding:2px 7px;font-size:8px;display:inline-block}.fl .rise{opacity:0;transform:translateY(16px)}.fl .rise.in{opacity:1;transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);transform:none}.fl .stag>*{opacity:0;transform:translateY(14px)}.fl .stag.in>*{opacity:1;transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);transform:none}.fl .stag.in>:nth-child(2){transition-delay:60ms}.fl .stag.in>:nth-child(3){transition-delay:.12s}.fl .stag.in>:nth-child(4){transition-delay:.18s}.fl .stag.in>:nth-child(5){transition-delay:.24s}.fl .stag.in>:nth-child(6){transition-delay:.3s}@media (prefers-reduced-motion:reduce){.fl *{scroll-behavior:auto}.fl .rise,.fl .stag>*{opacity:1;transition:none;transform:none}.fl .ovl .car{animation:none}.fl .layer.top{transition:none}}@media (max-width:960px){.fl .hero .shell{grid-template-columns:1fr;gap:40px}.fl .hcopy{max-width:none}.fl .sub{max-width:46ch}.fl .bento,.fl .caps{grid-template-columns:repeat(2,1fr)}.fl .s6,.fl .s4,.fl .s3,.fl .s2{grid-column:span 2}.fl .steps{grid-template-columns:1fr}.fl .step .glass{height:200px}.fl .anyg{grid-template-columns:1fr}.fl .fgrid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.fl{font-size:16px}.fl .sec{padding:72px 0}.fl .hero{padding:48px 0 10px}.fl .scene{height:150vh}.fl .stagewrap{width:94vw}.fl .bento,.fl .caps{grid-template-columns:1fr}.fl .s6,.fl .s4,.fl .s3,.fl .s2{grid-column:span 1}.fl .plans{grid-template-columns:1fr}.fl .plan.hot{transform:none}.fl .fgrid{grid-template-columns:1fr 1fr}.fl .band{padding:52px 24px}.fl .ovl{width:64%}.fl .switch{width:100%}.fl .switch button{flex:1;justify-content:center;padding:10px 6px;font-size:13px}.fl .code{margin-top:8px;padding:10px 0 0;font-size:11px;line-height:1.55;position:relative;inset:auto;overflow:hidden;-webkit-mask-image:none;mask-image:none}.fl .compare{aspect-ratio:3/3.3}}
