.home-route #loader{z-index:100;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:18px;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}.home-route #loader.off{opacity:0;visibility:hidden;pointer-events:none}.home-route #loader .l-mark{letter-spacing:.3em;font-size:14px;font-weight:800}.home-route #loader .l-bar{background:var(--line);width:140px;height:1px;position:relative;overflow:hidden}.home-route #loader .l-bar i{background:var(--ink);transform-origin:0;position:absolute;inset:0}.home-route #loader .l-bar i.l-fill-animate{animation:.9s ease-out forwards l-fill-anim}@keyframes l-fill-anim{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.home-route #loader .l-num{color:var(--faint);letter-spacing:.2em;font-size:11px}.home-route section{position:relative}.home-route section,.home-route .band{padding:64px 0}@media (min-width:1024px){.home-route section,.home-route .band{padding:96px 0}}.home-route .display,.home-route h2,.home-route h3,.home-route .f-head,.home-route .band h3{font-family:var(--font-display)!important;text-transform:uppercase!important;font-style:italic!important;font-weight:800!important;line-height:.92!important}.home-route h1.hero-title .h-line{display:block;overflow:hidden}.home-route h1.hero-title .h-line>span{display:inline-block}.home-route .hero-sub{max-width:560px;color:var(--muted);margin:28px 0 8px;font-size:14.5px}.home-route .hero-note{color:var(--faint);margin-bottom:30px;font-size:12.5px;font-style:italic}.home-route .hero-cta{flex-wrap:wrap;gap:12px;margin-bottom:44px;display:flex}.home-route .hero-cta .pill{padding:15px 26px;font-size:13.5px}.home-route .eyebrow{letter-spacing:.26em;color:var(--muted);text-transform:uppercase;margin-bottom:26px;font-size:11px}.home-route .sec-eyebrow{letter-spacing:.26em;color:var(--muted);text-transform:uppercase;margin-bottom:18px;font-size:11px}.home-route h2{letter-spacing:-.01em;font-size:clamp(28px,5vw,52px)}.home-route .sec-body{max-width:540px;color:var(--muted);margin-top:18px;font-size:14px}.home-route .hero-grid{gap:34px;display:grid}@media (min-width:1024px){.home-route .hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:center;gap:48px}}.home-route .artifact{min-height:300px;position:relative}.home-route .floatcard{z-index:2;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);align-items:center;gap:13px;max-width:360px;padding:15px 16px;display:flex;position:relative;box-shadow:0 18px 44px #00000080}.home-route .fc-dotwrap{flex:none;width:10px;height:10px;position:relative}.home-route .fc-dot{background:var(--ink);border-radius:50%;position:absolute;inset:1px}.home-route .fc-dot:after{content:"";border:1px solid var(--ink);opacity:0;border-radius:50%;animation:2s ease-out infinite fc-pulse-anim;position:absolute;inset:-4px}@keyframes fc-pulse-anim{0%{opacity:.7;transform:scale(.5)}80%,to{opacity:0;transform:scale(1.9)}}.home-route .fc-label{letter-spacing:.2em;color:var(--faint);text-transform:uppercase;font-size:9px}.home-route .fc-slot{margin-top:2px;font-size:13px;font-weight:700}.home-route .fc-from{color:var(--muted);font-size:10.5px}.home-route .fc-btn{color:var(--bg);background:var(--ink);cursor:pointer;border:none;border-radius:999px;flex:none;margin-left:auto;padding:11px 19px;font-size:12px;font-weight:700}.home-route .frame{position:relative}.home-route .frame:before,.home-route .frame:after{content:"+";color:var(--faint);z-index:3;font-size:13px;line-height:1;position:absolute}.home-route .frame:before{top:-8px;left:-7px}.home-route .frame:after{bottom:-9px;right:-6px}.home-route .feed{z-index:1;flex-direction:column;gap:9px;max-width:360px;min-height:128px;margin-top:16px;display:flex;position:relative}.home-route .toast{background:var(--surface);border:1px solid var(--line-soft);color:var(--muted);border-radius:11px;align-items:center;gap:10px;padding:10px 13px;font-size:11.5px;animation:.5s cubic-bezier(.2,.7,.2,1) forwards toast-slide;display:flex}@keyframes toast-slide{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.home-route .toast b{color:var(--ink);font-weight:700}.home-route .toast .t-check{border:1px solid var(--line);width:16px;height:16px;color:var(--ink);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:9px;display:flex}.home-route .toast .t-amt{color:var(--ink);margin-left:auto;font-size:11.5px;font-weight:700}.home-route .feed-cap{letter-spacing:.18em;color:var(--faint);text-transform:uppercase;margin-top:11px;font-size:9.5px}.home-route .ticker{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);width:100%;margin-top:26px;padding:13px 0;overflow:hidden}.home-route .ticker-track{gap:0;width:max-content;animation:35s linear infinite tick-anim;display:flex}.home-route .ticker span{letter-spacing:.24em;color:var(--faint);text-transform:uppercase;white-space:nowrap;padding:0 22px;font-size:11px}@keyframes tick-anim{to{transform:translate(-50%)}}.home-route .chips{flex-wrap:wrap;gap:8px;padding:26px 0 22px;display:flex}.home-route .chip{color:var(--muted);border:1px solid var(--line);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex:none;align-items:center;gap:8px;padding:10px 16px;font-size:12px;transition:all .18s;display:flex}.home-route .chip:hover{background:var(--surface-2)}.home-route .chip.on{color:var(--bg);background:var(--ink);border-color:var(--ink);font-weight:700}.home-route .chip svg{flex:none;display:block}.home-route .preview{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);max-width:560px;padding:24px 22px}.home-route .pv-top{align-items:center;gap:14px;margin-bottom:16px;display:flex}.home-route .pv-ava{border:1px solid var(--line);background:linear-gradient(150deg, var(--surface-2), var(--surface));border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;font-weight:800;display:flex;overflow:hidden}.home-route .pv-name{font-size:17px;font-weight:800}.home-route .pv-role{color:var(--muted);font-size:11.5px}.home-route .pv-url{color:var(--faint);margin-left:auto;font-size:10.5px;display:none}@media (min-width:520px){.home-route .pv-url{display:block}}.home-route .pv-sig{align-items:flex-end;height:30px;margin:4px 0 14px;display:flex}.home-route .pv-row{border-top:1px solid var(--line-soft);color:var(--muted);justify-content:space-between;padding:10px 0;font-size:12.5px;display:flex}.home-route .pv-row b{color:var(--ink);font-weight:700}.home-route .pv-cta{margin-top:18px}.home-route .m-eq{align-items:flex-end;gap:3px;height:28px;display:flex}.home-route .m-eq i{background:linear-gradient(180deg, var(--ink), #f4f4f140);transform-origin:bottom;border-radius:2px;width:3px;animation:1.1s ease-in-out infinite seshy-m-eq-anim}@keyframes seshy-m-eq-anim{0%,to{transform:scaleY(.2)}50%{transform:scaleY(1)}}.home-route .m-rings{width:40px;height:28px;position:relative}.home-route .m-rings span{border:1px solid var(--ink);opacity:0;border-radius:50%;width:12px;height:12px;animation:3s ease-out infinite seshy-m-ring-anim;position:absolute;top:50%;left:0;transform:translateY(-50%)}@keyframes seshy-m-ring-anim{0%{opacity:.7;transform:translateY(-50%)scale(.4)}80%{opacity:0}to{opacity:0;transform:translateY(-50%)scale(2.4)}}.home-route .m-pulse{width:170px;height:28px}.home-route .m-pulse svg{width:100%;height:100%}.home-route .m-pulse polyline{fill:none;stroke:var(--ink);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60 240;animation:1.6s linear infinite seshy-m-pulse-anim}@keyframes seshy-m-pulse-anim{0%{stroke-dashoffset:300px}to{stroke-dashoffset:0}}.home-route .m-stripes{background:repeating-linear-gradient(135deg, var(--ink) 0 6px, transparent 6px 15px);opacity:.5;background-size:42px 42px;border-radius:4px;align-self:center;width:150px;height:18px;animation:2.4s linear infinite seshy-m-stripes-anim}@keyframes seshy-m-stripes-anim{to{background-position:42px 0}}.home-route .m-shine{background:var(--surface-2);border:1px solid var(--line-soft);border-radius:4px;align-self:center;align-items:center;width:150px;height:16px;display:flex;position:relative;overflow:hidden}.home-route .m-shine:after{content:"";background:linear-gradient(100deg,#0000,#ffffff73,#0000);width:50%;height:100%;animation:2.6s ease-in-out infinite seshy-m-shine-anim;position:absolute;top:0;left:-60%}@keyframes seshy-m-shine-anim{0%{left:-60%}60%,to{left:120%}}.home-route .m-trot{align-items:flex-end;gap:8px;height:26px;padding-bottom:4px;display:flex}.home-route .m-trot i{background:var(--ink);border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite seshy-m-trot-anim}@keyframes seshy-m-trot-anim{0%,to{opacity:.35;transform:translateY(6px)}50%{opacity:1;transform:translateY(-5px)}}.home-route .m-drip{justify-content:center;align-self:center;align-items:center;width:50px;height:40px;display:flex}.home-route .m-drip svg{width:100%;height:100%;overflow:visible}.home-route .m-drip .drop{transform-origin:50px 20px;animation:2.2s cubic-bezier(.4,0,.6,1) infinite drip-fall}.home-route .m-drip .ripple{transform-origin:50px 70px;opacity:0}.home-route .m-drip .ripple1{animation:2.2s cubic-bezier(.1,.8,.3,1) .6s infinite drip-ripple}.home-route .m-drip .ripple2{animation:2.2s cubic-bezier(.1,.8,.3,1) 1.1s infinite drip-ripple}@keyframes drip-fall{0%{opacity:0;transform:translateY(-20px)scaleY(1)}10%{opacity:1}25%{opacity:1;transform:translateY(45px)scaleY(1.3)}28%,to{opacity:0;transform:translateY(50px)scaleY(.1)}}@keyframes drip-ripple{0%{opacity:0;stroke-width:2px;transform:scale(.1)}10%{opacity:.8}80%{opacity:0;stroke-width:.5px}to{opacity:0;transform:scale(1.6)}}.home-route .m-aperture{justify-content:center;align-self:center;align-items:center;width:40px;height:40px;display:flex}.home-route .m-aperture svg{width:100%;height:100%;overflow:visible}.home-route .m-aperture .blades{transform-origin:50px 50px;animation:3.5s cubic-bezier(.77,0,.175,1) infinite aperture-loop}@keyframes aperture-loop{0%,to{transform:rotate(0)scale(.85)}50%{transform:rotate(120deg)scale(1.05)}}.home-route .feature{border-top:1px solid var(--line-soft)}.home-route .feature-grid{gap:28px;width:100%;padding:48px 0;display:grid}.home-route .f-text-col{flex-direction:column;gap:12px;max-width:100%;display:flex}.home-route .f-num{color:#0000;-webkit-text-stroke:1px #ffffff29;margin-bottom:8px;font-size:clamp(72px,13vw,130px);font-weight:800;line-height:.8;font-family:var(--font-mono), monospace!important}[data-theme=light] .home-route .f-num{-webkit-text-stroke:1px #0000001f!important}.home-route .f-head{text-transform:uppercase;letter-spacing:-.01em;font-size:clamp(24px,4.4vw,40px);font-weight:800;line-height:1.05}.home-route .f-body{max-width:520px;color:var(--muted);font-size:13.5px}.home-route .f-tags{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.home-route .f-tag{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:5px 11px;font-size:10.5px}.home-route .f-tag:before{content:"#";color:var(--faint)}.home-route .f-visual{width:100%;margin-top:8px}@media (min-width:1024px){.home-route .feature-grid{grid-template-columns:minmax(0,520px) 1fr;align-items:center;gap:72px;padding:96px 0}.home-route .feature-grid.flip{grid-template-columns:1fr minmax(0,520px)}.home-route .feature-grid.flip .f-text-col{grid-column:2}.home-route .feature-grid.flip .f-visual{grid-area:1/1}.home-route .f-visual{justify-content:flex-start;margin-top:0;display:flex}.home-route .feature-grid:not(.flip) .f-visual{justify-content:flex-end}.home-route .f-visual>*{width:100%;max-width:520px}.home-route .f-text-col{max-width:520px}}.home-route .showcase-grid{flex-direction:column;gap:28px;width:100%;display:flex}.home-route .showcase-right{order:1}.home-route .showcase-left{order:2}.home-route .showcase-center{display:none}@media (min-width:1024px){.home-route .showcase-grid{grid-template-columns:380px minmax(0,1fr) 420px;align-items:center;gap:48px;display:grid}.home-route .showcase-left,.home-route .showcase-right{order:unset;z-index:2;position:relative}.home-route .showcase-center{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:350px;display:flex;position:relative;overflow:hidden}.home-route .showcase-motif-wrapper{transform-origin:50%;pointer-events:none;justify-content:center;align-items:center;animation:.4s cubic-bezier(.16,1,.3,1) forwards motif-swap;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(4.5)}.home-route .pv-sig{display:none!important}@keyframes motif-swap{0%{opacity:0;transform:translate(-50%,-50%)scale(3.5)}to{opacity:1;transform:translate(-50%,-50%)scale(4.5)}}@media (prefers-reduced-motion:reduce){.home-route .showcase-motif-wrapper{opacity:1!important;animation:none!important;transform:translate(-50%,-50%)scale(4.5)!important}}}.home-route .url-typewriter{border-right:2px solid var(--ink);padding-right:2px;animation:.75s step-end infinite typewriter-caret-blink;display:inline-block}@keyframes typewriter-caret-blink{0%,to{border-color:#0000}50%{border-color:var(--ink)}}@media (prefers-reduced-motion:reduce){.home-route .url-typewriter{border-right:none!important;animation:none!important}}.home-route .preview,.home-route .chat-mock,.home-route .mock{box-sizing:border-box;width:100%!important}@media (max-width:767px){.home-route .floatcard,.home-route .feed{max-width:100%!important}}.home-route .diagram-caption{font-family:var(--font-mono), monospace;color:var(--faint);text-align:center;width:100%;max-width:340px;margin-top:14px;margin-left:auto;margin-right:auto;font-size:11px;line-height:1.5}.home-route .mk-url{display:inline-flex;width:fit-content!important}.home-route .mock{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:16px;font-size:12px;position:relative;overflow:hidden}.home-route .swipe-transition{width:100%;animation:.45s cubic-bezier(.16,1,.3,1) forwards swipe-fade-card}@keyframes swipe-fade-card{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.home-route .mock .mk-line{border-bottom:1px solid var(--line-soft);color:var(--muted);text-align:left;align-items:center;gap:10px;padding:9px 0;display:flex}.home-route .mock .mk-line:last-child{border-bottom:none}.home-route .mk-pill{border:1px solid var(--line);color:var(--ink);border-radius:999px;padding:5px 11px;font-size:11px}.home-route .mk-ok{color:var(--ink)}.home-route .mk-warn{color:var(--muted)}.home-route .mk-url{background:var(--surface-2);border:1px solid var(--line);border-radius:999px;justify-content:flex-start;align-items:center;gap:8px;padding:11px 16px;font-size:12.5px;display:flex}.home-route .mk-url b{color:var(--ink)}.home-route .mk-url span{color:var(--faint)}.home-route .mk-lockrow{color:var(--muted);text-align:left;align-items:center;gap:10px;padding:10px 0;font-size:11.5px;display:flex}.home-route .mk-strike{color:var(--faint);text-decoration:line-through}.home-route .chat-mock{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:8px;padding:16px;font-size:12px;display:flex}.home-route .chat-mock .bubble{text-align:left;border-radius:16px;max-width:85%;padding:10px 14px;line-height:1.4}.home-route .chat-mock .bubble.other{background:var(--surface-2);color:var(--text);border:1px solid var(--line);border-bottom-left-radius:4px;align-self:flex-start}.home-route .chat-mock .bubble.me{background:var(--ink);color:var(--bg);border-bottom-right-radius:4px;align-self:flex-end;font-weight:500}@keyframes seshy-envelope-travel{0%{opacity:0;transform:translate(83px,64px)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translate(232px,64px)}}.home-route .seshy-envelope{animation:3s linear infinite seshy-envelope-travel}.home-route .pricing-grid{gap:16px;width:100%;margin-top:34px;display:grid}@media (min-width:760px){.home-route .pricing-grid{grid-template-columns:1fr 1fr;max-width:880px;margin-left:auto;margin-right:auto}}.home-route .price-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;flex-direction:column;height:100%;padding:32px 30px;display:flex;position:relative}.home-route .price-card.pro-card{border:2px solid var(--ink);transform:translateY(-4px);box-shadow:0 12px 28px #0000002e}.home-route .pc-tier{letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:11px}.home-route .pc-amt{font-size:40px;font-weight:800;line-height:1}.home-route .pc-amt small{color:var(--muted);font-size:13px;font-weight:500}.home-route .pc-body{color:var(--muted);flex-grow:1;min-height:58px;margin:14px 0 20px;font-size:13.5px}.home-route .pc-sub{color:var(--ink);margin:8px 0 16px;font-size:14px;font-weight:500}.home-route .pc-features{flex-direction:column;flex-grow:1;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.home-route .pc-features li{color:var(--text-2);text-align:left;align-items:center;gap:8px;font-size:13.5px;display:flex}.home-route .pc-features li:before{content:"•";color:var(--muted);font-weight:700}.home-route .pc-btn{width:100%;margin-top:auto}.home-route .price-notes{max-width:880px;color:var(--muted);text-align:center;margin-top:30px;margin-left:auto;margin-right:auto;font-size:12px;line-height:1.6}.home-route .price-notes b{color:var(--text);font-weight:500}.home-route .band{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);text-align:center;width:100%;margin:40px 0}.home-route .band h3{text-transform:uppercase;margin-bottom:10px;font-size:clamp(18px,3vw,26px);font-weight:800}.home-route .band p{color:var(--muted);max-width:520px;margin:0 auto;font-size:12.5px}.home-route .cta{text-align:center;padding:96px 0 110px}.home-route .cta h2{font-size:clamp(36px,8vw,92px)}.home-route .cta p{max-width:480px;color:var(--muted);margin:20px auto 30px;font-size:13.5px}.home-route .magnet{will-change:transform;display:inline-block}.home-route .magnet a{will-change:transform;transition:transform .1s ease-out}.home-route .pill-solid{background:var(--ink);color:var(--bg);border:1px solid var(--ink);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex}.home-route .pill-solid:hover{opacity:.9}.home-route .pill-ghost{color:var(--ink);border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;font-weight:500;text-decoration:none;transition:all .22s;display:inline-flex}.home-route .pill-ghost:hover{background:var(--surface-2);border-color:var(--ink)}[data-theme=pride] .home-route .pill-solid{background:linear-gradient(var(--ink), var(--ink)) padding-box, var(--pride-grad) border-box!important;color:var(--bg)!important;background-size:200% 100%!important;border:1px solid #0000!important;font-weight:700!important;animation:8s linear infinite prideShift!important}[data-theme=pride] .home-route .pill-solid:hover{background:linear-gradient(var(--ink2), var(--ink2)) padding-box, var(--pride-grad) border-box!important;color:var(--bg)!important}[data-theme=pride] .home-route .pill-ghost{background:linear-gradient(var(--bg), var(--bg)) padding-box, var(--pride-grad) border-box!important;color:var(--ink)!important;background-size:200% 100%!important;border:1px solid #0000!important;animation:8s linear infinite prideShift!important}[data-theme=pride] .home-route .pill-ghost:hover{background:linear-gradient(var(--surface-2), var(--surface-2)) padding-box, var(--pride-grad) border-box!important}[data-theme=pride] .home-route .frame:before,[data-theme=pride] .home-route .frame:after{color:#b675d7!important;opacity:.45!important}[data-theme=pride] .grid-bg .plus{text-shadow:0 0 3px #b675d74d;color:#b675d7!important;opacity:.16!important}[data-theme=pride] .home-route .chip.on{background:linear-gradient(var(--ink), var(--ink)) padding-box, var(--pride-grad) border-box!important;color:var(--bg)!important;background-size:200% 100%!important;border:1px solid #0000!important;font-weight:700!important;animation:8s linear infinite prideShift!important;box-shadow:0 0 12px #ffffff1f!important}[data-theme=pride] .home-route .price-card.pro-card{background:linear-gradient(var(--surface), var(--surface)) padding-box, var(--pride-grad) border-box!important;background-size:200% 100%!important;border:1px solid #0000!important;animation:8s linear infinite prideShift!important;transform:translateY(-4px)!important;box-shadow:0 16px 32px #0000004d!important}[data-theme=pride] .mailbox-diagram .pride-accent-stroke{stroke:url(#pride-logo-grad)!important}[data-theme=pride] .mailbox-diagram .pride-accent-fill{fill:url(#pride-logo-grad)!important}@media (prefers-reduced-motion:reduce){.home-route #loader{transition:none!important}.home-route .fc-dot:after,.home-route .ticker-track,.home-route .m-eq i,.home-route .m-rings span,.home-route .m-pulse polyline,.home-route .m-stripes,.home-route .m-shine:after,.home-route .m-trot i,.home-route .m-drip .drop,.home-route .m-drip .ripple,.home-route .m-aperture .blades{animation:none!important}.home-route .m-eq i{height:55%!important}.home-route .m-rings span:first-child{opacity:.7!important;transform:translateY(-50%)scale(1)!important}.home-route .m-drip .drop{opacity:.5!important;transform:translateY(35px)!important}.home-route .m-drip .ripple1{opacity:.6!important;transform:scale(.9)!important}.home-route .m-drip .ripple2{display:none!important}.home-route .m-aperture .blades,.home-route .magnet a{transform:none!important}.home-route .seshy-envelope{animation:none!important;transform:translate(154.5px,64px)!important}.home-route .seshy-bolt{animation:none!important;transform:translate(3.2px,-18px)scale(.3)!important}[data-theme=pride] .home-route .pill-solid,[data-theme=pride] .home-route .pill-ghost,[data-theme=pride] .home-route .chip.on,[data-theme=pride] .home-route .price-card.pro-card{background-size:auto!important;animation:none!important}}
