From c1c93b537e3d6c5a7757e45b5146c31a823d782b Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 25 Jan 2025 13:16:59 -0500 Subject: [PATCH] feat(actions): push dist to dist branch --- .gitea/workflows/build-dist.yaml | 19 ++- dist/404.html | 19 --- ...astro_type_script_index_0_lang.DmZ1O4Sl.js | 1 - dist/_astro/index.J2PPqc8-.css | 1 - dist/_astro/logo.C87qHtoi_Z2vYFxD.svg | 37 ----- dist/assets/cursor.svg | 60 -------- dist/assets/favicon.svg | 128 ------------------ dist/index.html | 19 --- 8 files changed, 13 insertions(+), 271 deletions(-) delete mode 100644 dist/404.html delete mode 100644 dist/_astro/Head.astro_astro_type_script_index_0_lang.DmZ1O4Sl.js delete mode 100644 dist/_astro/index.J2PPqc8-.css delete mode 100644 dist/_astro/logo.C87qHtoi_Z2vYFxD.svg delete mode 100644 dist/assets/cursor.svg delete mode 100644 dist/assets/favicon.svg delete mode 100644 dist/index.html diff --git a/.gitea/workflows/build-dist.yaml b/.gitea/workflows/build-dist.yaml index 70ddadb..0166285 100644 --- a/.gitea/workflows/build-dist.yaml +++ b/.gitea/workflows/build-dist.yaml @@ -1,4 +1,5 @@ -name: build dist +name: Build and Deploy Dist + on: push: branches: @@ -6,11 +7,11 @@ on: workflow_dispatch: jobs: - build-dist: + build-and-deploy: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: Checkout main branch uses: actions/checkout@v4 - name: Setup bun.sh @@ -18,15 +19,21 @@ jobs: with: bun-version: latest - - name: Update dependencies + - name: Update dependencies and build run: | bun install bun run build - - name: Commit updates + - name: Checkout dist branch + uses: actions/checkout@v4 + with: + ref: dist + clean: false + + - name: Commit and push to dist branch run: | git config user.name "gitea-actions[bot]" git config user.email "gitea-actions[bot]@git.z0x.ca" git add -f dist git commit -m "ci(dist): build dist" - git push + git push origin dist diff --git a/dist/404.html b/dist/404.html deleted file mode 100644 index e8f2051..0000000 --- a/dist/404.html +++ /dev/null @@ -1,19 +0,0 @@ - z0x

404

\ No newline at end of file diff --git a/dist/_astro/Head.astro_astro_type_script_index_0_lang.DmZ1O4Sl.js b/dist/_astro/Head.astro_astro_type_script_index_0_lang.DmZ1O4Sl.js deleted file mode 100644 index 1108338..0000000 --- a/dist/_astro/Head.astro_astro_type_script_index_0_lang.DmZ1O4Sl.js +++ /dev/null @@ -1 +0,0 @@ -const W=t=>t;let Fe=W;const Te=(t,e,n)=>{const s=e-t;return s===0?1:(n-t)/s};function _e(t){let e;return()=>(e===void 0&&(e=t()),e)}const Nn=_e(()=>window.ScrollTimeline!==void 0);class kn{constructor(e){this.stop=()=>this.runAll("stop"),this.animations=e.filter(Boolean)}get finished(){return Promise.all(this.animations.map(e=>"finished"in e?e.finished:e))}getAll(e){return this.animations[0][e]}setAll(e,n){for(let s=0;s{if(Nn()&&i.attachTimeline)return i.attachTimeline(e);if(typeof n=="function")return n(i)});return()=>{s.forEach((i,r)=>{i&&i(),this.animations[r].stop()})}}get time(){return this.getAll("time")}set time(e){this.setAll("time",e)}get speed(){return this.getAll("speed")}set speed(e){this.setAll("speed",e)}get startTime(){return this.getAll("startTime")}get duration(){let e=0;for(let n=0;nn[e]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class Ot extends kn{then(e,n){return Promise.all(this.animations).then(e).catch(n)}}const E=t=>t*1e3,O=t=>t/1e3,pe=2e4;function We(t){let e=0;const n=50;let s=t.next(e);for(;!s.done&&e=pe?1/0:e}const Kt=(t,e,n=10)=>{let s="";const i=Math.max(Math.round(e/n),2);for(let r=0;rn>e?e:n{const c=u*o,f=c*t,h=c-n,g=Ce(u,o),y=Math.exp(-f);return xe-h/g*y},r=u=>{const f=u*o*t,h=f*n+n,g=Math.pow(o,2)*Math.pow(u,2)*t,y=Math.exp(-f),b=Ce(Math.pow(u,2),o);return(-i(u)+xe>0?-1:1)*((h-g)*y)/b}):(i=u=>{const c=Math.exp(-u*t),f=(u-n)*t+1;return-xe+c*f},r=u=>{const c=Math.exp(-u*t),f=(n-u)*(t*t);return c*f});const a=5/t,l=Un(i,r,a);if(t=E(t),isNaN(l))return{stiffness:x.stiffness,damping:x.damping,duration:t};{const u=Math.pow(l,2)*s;return{stiffness:u,damping:o*2*Math.sqrt(s*u),duration:t}}}const Wn=12;function Un(t,e,n){let s=n;for(let i=1;it[n]!==void 0)}function $n(t){let e={velocity:x.velocity,stiffness:x.stiffness,damping:x.damping,mass:x.mass,isResolvedFromDuration:!1,...t};if(!ct(t,jn)&&ct(t,Gn))if(t.visualDuration){const n=t.visualDuration,s=2*Math.PI/(n*1.2),i=s*s,r=2*U(.05,1,1-(t.bounce||0))*Math.sqrt(i);e={...e,mass:x.mass,stiffness:i,damping:r}}else{const n=_n(t);e={...e,...n,mass:x.mass},e.isResolvedFromDuration=!0}return e}function Ue(t=x.visualDuration,e=x.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:s,restDelta:i}=n;const r=n.keyframes[0],o=n.keyframes[n.keyframes.length-1],a={done:!1,value:r},{stiffness:l,damping:u,mass:c,duration:f,velocity:h,isResolvedFromDuration:g}=$n({...n,velocity:-O(n.velocity||0)}),y=h||0,b=u/(2*Math.sqrt(l*c)),T=o-r,d=O(Math.sqrt(l/c)),V=Math.abs(T)<5;s||(s=V?x.restSpeed.granular:x.restSpeed.default),i||(i=V?x.restDelta.granular:x.restDelta.default);let M;if(b<1){const m=Ce(d,b);M=S=>{const P=Math.exp(-b*d*S);return o-P*((y+b*d*T)/m*Math.sin(m*S)+T*Math.cos(m*S))}}else if(b===1)M=m=>o-Math.exp(-d*m)*(T+(y+d*T)*m);else{const m=d*Math.sqrt(b*b-1);M=S=>{const P=Math.exp(-b*d*S),v=Math.min(m*S,300);return o-P*((y+b*d*T)*Math.sinh(v)+m*T*Math.cosh(v))/m}}const w={calculatedDuration:g&&f||null,next:m=>{const S=M(m);if(g)a.done=m>=f;else{let P=0;b<1&&(P=m===0?E(y):Nt(M,m,S));const v=Math.abs(P)<=s,A=Math.abs(o-S)<=i;a.done=v&&A}return a.value=a.done?o:S,a},toString:()=>{const m=Math.min(We(w),pe),S=Kt(P=>w.next(m*P).value,m,30);return m+"ms "+S}};return w}function zn(t,e=100,n){const s=n({...t,keyframes:[0,e]}),i=Math.min(We(s),pe);return{type:"keyframes",ease:r=>s.next(i*r).value/e,duration:O(i)}}function Ve(t){return typeof t=="function"}const qn=(t,e,n)=>{const s=e-t;return((n-t)%s+s)%s+t},kt=t=>Array.isArray(t)&&typeof t[0]!="number";function Lt(t,e){return kt(t)?t[qn(0,t.length,e)]:t}const re=(t,e,n)=>t+(e-t)*n;function _t(t,e){const n=t[t.length-1];for(let s=1;s<=e;s++){const i=Te(0,e,s);t.push(re(n,1,i))}}function Wt(t){const e=[0];return _t(e,t.length-1),e}const C=t=>!!(t&&t.getVelocity);function Yn(t,e,n){var s;if(t instanceof Element)return[t];if(typeof t=="string"){let i=document;const r=(s=n?.[t])!==null&&s!==void 0?s:i.querySelectorAll(t);return r?Array.from(r):[]}return Array.from(t)}function Ge(t){return typeof t=="object"&&!Array.isArray(t)}function Ut(t,e,n,s){return typeof t=="string"&&Ge(e)?Yn(t,n,s):t instanceof NodeList?Array.from(t):Array.isArray(t)?t:[t]}function Hn(t,e,n){return t*(e+1)}function ft(t,e,n,s){var i;return typeof e=="number"?e:e.startsWith("-")||e.startsWith("+")?Math.max(0,t+parseFloat(e)):e==="<"?n:(i=s.get(e))!==null&&i!==void 0?i:t}function Xn(t,e){t.indexOf(e)===-1&&t.push(e)}function Gt(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}function Zn(t,e,n){for(let s=0;se&&i.at{const A=ss(w),{delay:D=0,times:I=Wt(A),type:Ae="keyframes",repeat:le,repeatType:Er,repeatDelay:Or=0,...Bn}=m;let{ease:B=e.ease||"easeOut",duration:R}=m;const it=typeof D=="function"?D(P,v):D,rt=A.length,ot=Ve(Ae)?Ae:i?.[Ae];if(rt<=2&&ot){let Z=100;if(rt===2&&os(A)){const Q=A[1]-A[0];Z=Math.abs(Q)}const ue={...Bn};R!==void 0&&(ue.duration=E(R));const ce=zn(ue,Z,ot);B=ce.ease,R=ce.duration}R??(R=r);const at=f+it;I.length===1&&I[0]===0&&(I[1]=1);const lt=I.length-A.length;if(lt>0&&_t(I,lt),A.length===1&&A.unshift(null),le){R=Hn(R,le);const Z=[...A],ue=[...I];B=Array.isArray(B)?[...B]:[B];const ce=[...B];for(let Q=0;Q{for(const b in g){const T=g[b];T.sort(es);const d=[],V=[],M=[];for(let m=0;mtypeof t=="number",os=t=>t.every(rs),$=new WeakMap;function jt(t,e){return t?t[e]||t.default||t:void 0}const q=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Y=new Set(q),$t=new Set(["width","height","top","left","right","bottom",...q]),as=t=>Array.isArray(t),ls=t=>as(t)?t[t.length-1]||0:t,us={skipAnimations:!1,useManualTiming:!1};function cs(t){let e=new Set,n=new Set,s=!1,i=!1;const r=new WeakSet;let o={delta:0,timestamp:0,isProcessing:!1};function a(u){r.has(u)&&(l.schedule(u),t()),u(o)}const l={schedule:(u,c=!1,f=!1)=>{const g=f&&s?e:n;return c&&r.add(u),g.has(u)||g.add(u),u},cancel:u=>{n.delete(u),r.delete(u)},process:u=>{if(o=u,s){i=!0;return}s=!0,[e,n]=[n,e],e.forEach(a),e.clear(),s=!1,i&&(i=!1,l.process(u))}};return l}const fe=["read","resolveKeyframes","update","preRender","render","postRender"],fs=40;function hs(t,e){let n=!1,s=!0;const i={delta:0,timestamp:0,isProcessing:!1},r=()=>n=!0,o=fe.reduce((d,V)=>(d[V]=cs(r),d),{}),{read:a,resolveKeyframes:l,update:u,preRender:c,render:f,postRender:h}=o,g=()=>{const d=performance.now();n=!1,i.delta=s?1e3/60:Math.max(Math.min(d-i.timestamp,fs),1),i.timestamp=d,i.isProcessing=!0,a.process(i),l.process(i),u.process(i),c.process(i),f.process(i),h.process(i),i.isProcessing=!1,n&&e&&(s=!1,t(g))},y=()=>{n=!0,s=!0,i.isProcessing||t(g)};return{schedule:fe.reduce((d,V)=>{const M=o[V];return d[V]=(w,m=!1,S=!1)=>(n||y(),M.schedule(w,m,S)),d},{}),cancel:d=>{for(let V=0;V(de===void 0&&k.set(me.isProcessing||us.useManualTiming?me.timestamp:performance.now()),de),set:t=>{de=t,queueMicrotask(ds)}};class zt{constructor(){this.subscriptions=[]}add(e){return Xn(this.subscriptions,e),()=>Gt(this.subscriptions,e)}notify(e,n,s){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,s);else for(let r=0;r!isNaN(parseFloat(t));class ms{constructor(e,n={}){this.version="11.18.1",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(s,i=!0)=>{const r=k.now();this.updatedAt!==r&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(s),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=k.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=ps(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new zt);const s=this.events[e].add(n);return e==="change"?()=>{s(),K.read(()=>{this.events.change.getSize()||this.stop()})}:s}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,s){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-s}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=k.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>pt)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,pt);return Bt(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function ne(t,e){return new ms(t,e)}function mt(t){const e=[{},{}];return t?.values.forEach((n,s)=>{e[0][s]=n.get(),e[1][s]=n.getVelocity()}),e}function qt(t,e,n,s){if(typeof e=="function"){const[i,r]=mt(s);e=e(n!==void 0?n:t.custom,i,r)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[i,r]=mt(s);e=e(n!==void 0?n:t.custom,i,r)}return e}function gs(t,e,n){const s=t.getProps();return qt(s,e,s.custom,t)}function ys(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,ne(n))}function vs(t,e){const n=gs(t,e);let{transitionEnd:s={},transition:i={},...r}=n||{};r={...r,...s};for(const o in r){const a=ls(r[o]);ys(t,o,a)}}function bs(t){return!!(C(t)&&t.add)}function Ts(t,e){const n=t.getValue("willChange");if(bs(n))return n.add(e)}const je=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),Vs="framerAppearId",Ss="data-"+je(Vs);function As(t){return t.props[Ss]}function gt(t,e){t.timeline=e,t.onfinish=null}const $e=t=>Array.isArray(t)&&typeof t[0]=="number",xs={linearEasing:void 0};function ws(t,e){const n=_e(t);return()=>{var s;return(s=xs[e])!==null&&s!==void 0?s:n()}}const ge=ws(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing");function Yt(t){return!!(typeof t=="function"&&ge()||!t||typeof t=="string"&&(t in Re||ge())||$e(t)||Array.isArray(t)&&t.every(Yt))}const ee=([t,e,n,s])=>`cubic-bezier(${t}, ${e}, ${n}, ${s})`,Re={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:ee([0,.65,.55,1]),circOut:ee([.55,0,1,.45]),backIn:ee([.31,.01,.66,-.59]),backOut:ee([.33,1.53,.69,.99])};function Ht(t,e){if(t)return typeof t=="function"&&ge()?Kt(t,e):$e(t)?ee(t):Array.isArray(t)?t.map(n=>Ht(n,e)||Re.easeOut):Re[t]}const Xt=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,Ms=1e-7,Ps=12;function Fs(t,e,n,s,i){let r,o,a=0;do o=e+(n-e)/2,r=Xt(o,s,i)-t,r>0?n=o:e=o;while(Math.abs(r)>Ms&&++aFs(r,0,1,t,n);return r=>r===0||r===1?r:Xt(i(r),e,s)}const Zt=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Qt=t=>e=>1-t(1-e),Jt=oe(.33,1.53,.69,.99),ze=Qt(Jt),en=Zt(ze),tn=t=>(t*=2)<1?.5*ze(t):.5*(2-Math.pow(2,-10*(t-1))),qe=t=>1-Math.sin(Math.acos(t)),Cs=Qt(qe),nn=Zt(qe),sn=t=>/^0[^.\s]+$/u.test(t);function Ds(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||sn(t):!0}const H={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},se={...H,transform:t=>U(0,1,t)},he={...H,default:1},te=t=>Math.round(t*1e5)/1e5,Ye=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function Rs(t){return t==null}const Is=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,He=(t,e)=>n=>!!(typeof n=="string"&&Is.test(n)&&n.startsWith(t)||e&&!Rs(n)&&Object.prototype.hasOwnProperty.call(n,e)),rn=(t,e,n)=>s=>{if(typeof s!="string")return s;const[i,r,o,a]=s.match(Ye);return{[t]:parseFloat(i),[e]:parseFloat(r),[n]:parseFloat(o),alpha:a!==void 0?parseFloat(a):1}},Es=t=>U(0,255,t),we={...H,transform:t=>Math.round(Es(t))},L={test:He("rgb","red"),parse:rn("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:s=1})=>"rgba("+we.transform(t)+", "+we.transform(e)+", "+we.transform(n)+", "+te(se.transform(s))+")"};function Os(t){let e="",n="",s="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),s=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),s=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,s+=s,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(s,16),alpha:i?parseInt(i,16)/255:1}}const Ie={test:He("#"),parse:Os,transform:L.transform},ae=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),N=ae("deg"),j=ae("%"),p=ae("px"),Ks=ae("vh"),Bs=ae("vw"),yt={...j,parse:t=>j.parse(t)/100,transform:t=>j.transform(t*100)},G={test:He("hsl","hue"),parse:rn("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:s=1})=>"hsla("+Math.round(t)+", "+j.transform(te(e))+", "+j.transform(te(n))+", "+te(se.transform(s))+")"},F={test:t=>L.test(t)||Ie.test(t)||G.test(t),parse:t=>L.test(t)?L.parse(t):G.test(t)?G.parse(t):Ie.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?L.transform(t):G.transform(t)},Ns=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function ks(t){var e,n;return isNaN(t)&&typeof t=="string"&&(((e=t.match(Ye))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(Ns))===null||n===void 0?void 0:n.length)||0)>0}const on="number",an="color",Ls="var",_s="var(",vt="${}",Ws=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function ie(t){const e=t.toString(),n=[],s={color:[],number:[],var:[]},i=[];let r=0;const a=e.replace(Ws,l=>(F.test(l)?(s.color.push(r),i.push(an),n.push(F.parse(l))):l.startsWith(_s)?(s.var.push(r),i.push(Ls),n.push(l)):(s.number.push(r),i.push(on),n.push(parseFloat(l))),++r,vt)).split(vt);return{values:n,split:a,indexes:s,types:i}}function ln(t){return ie(t).values}function un(t){const{split:e,types:n}=ie(t),s=e.length;return i=>{let r="";for(let o=0;otypeof t=="number"?0:t;function Gs(t){const e=ln(t);return un(t)(e.map(Us))}const X={test:ks,parse:ln,createTransformer:un,getAnimatableNone:Gs},js=new Set(["brightness","contrast","saturate","opacity"]);function $s(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[s]=n.match(Ye)||[];if(!s)return t;const i=n.replace(s,"");let r=js.has(e)?1:0;return s!==n&&(r*=100),e+"("+r+i+")"}const zs=/\b([a-z-]*)\(.*?\)/gu,Ee={...X,getAnimatableNone:t=>{const e=t.match(zs);return e?e.map($s).join(" "):t}},qs={borderWidth:p,borderTopWidth:p,borderRightWidth:p,borderBottomWidth:p,borderLeftWidth:p,borderRadius:p,radius:p,borderTopLeftRadius:p,borderTopRightRadius:p,borderBottomRightRadius:p,borderBottomLeftRadius:p,width:p,maxWidth:p,height:p,maxHeight:p,top:p,right:p,bottom:p,left:p,padding:p,paddingTop:p,paddingRight:p,paddingBottom:p,paddingLeft:p,margin:p,marginTop:p,marginRight:p,marginBottom:p,marginLeft:p,backgroundPositionX:p,backgroundPositionY:p},Ys={rotate:N,rotateX:N,rotateY:N,rotateZ:N,scale:he,scaleX:he,scaleY:he,scaleZ:he,skew:N,skewX:N,skewY:N,distance:p,translateX:p,translateY:p,translateZ:p,x:p,y:p,z:p,perspective:p,transformPerspective:p,opacity:se,originX:yt,originY:yt,originZ:p},bt={...H,transform:Math.round},Xe={...qs,...Ys,zIndex:bt,size:p,fillOpacity:se,strokeOpacity:se,numOctaves:bt},Hs={...Xe,color:F,backgroundColor:F,outlineColor:F,fill:F,stroke:F,borderColor:F,borderTopColor:F,borderRightColor:F,borderBottomColor:F,borderLeftColor:F,filter:Ee,WebkitFilter:Ee},Ze=t=>Hs[t];function cn(t,e){let n=Ze(t);return n!==Ee&&(n=X),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const Xs=new Set(["auto","none","0"]);function Zs(t,e,n){let s=0,i;for(;st===H||t===p,Vt=(t,e)=>parseFloat(t.split(", ")[e]),St=(t,e)=>(n,{transform:s})=>{if(s==="none"||!s)return 0;const i=s.match(/^matrix3d\((.+)\)$/u);if(i)return Vt(i[1],e);{const r=s.match(/^matrix\((.+)\)$/u);return r?Vt(r[1],t):0}},Qs=new Set(["x","y","z"]),Js=q.filter(t=>!Qs.has(t));function ei(t){const e=[];return Js.forEach(n=>{const s=t.getValue(n);s!==void 0&&(e.push([n,s.get()]),s.set(n.startsWith("scale")?1:0))}),e}const z={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:St(4,13),y:St(5,14)};z.translateX=z.x;z.translateY=z.y;const _=new Set;let Oe=!1,Ke=!1;function fn(){if(Ke){const t=Array.from(_).filter(s=>s.needsMeasurement),e=new Set(t.map(s=>s.element)),n=new Map;e.forEach(s=>{const i=ei(s);i.length&&(n.set(s,i),s.render())}),t.forEach(s=>s.measureInitialState()),e.forEach(s=>{s.render();const i=n.get(s);i&&i.forEach(([r,o])=>{var a;(a=s.getValue(r))===null||a===void 0||a.set(o)})}),t.forEach(s=>s.measureEndState()),t.forEach(s=>{s.suspendedScrollY!==void 0&&window.scrollTo(0,s.suspendedScrollY)})}Ke=!1,Oe=!1,_.forEach(t=>t.complete()),_.clear()}function hn(){_.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(Ke=!0)})}function ti(){hn(),fn()}class Qe{constructor(e,n,s,i,r,o=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=s,this.motionValue=i,this.element=r,this.isAsync=o}scheduleResolve(){this.isScheduled=!0,this.isAsync?(_.add(this),Oe||(Oe=!0,K.read(hn),K.resolveKeyframes(fn))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:s,motionValue:i}=this;for(let r=0;r/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),pn=t=>e=>typeof e=="string"&&e.startsWith(t),mn=pn("--"),ni=pn("var(--"),Je=t=>ni(t)?si.test(t.split("/*")[0].trim()):!1,si=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,ii=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function ri(t){const e=ii.exec(t);if(!e)return[,];const[,n,s,i]=e;return[`--${n??s}`,i]}function gn(t,e,n=1){const[s,i]=ri(t);if(!s)return;const r=window.getComputedStyle(e).getPropertyValue(s);if(r){const o=r.trim();return dn(o)?parseFloat(o):o}return Je(i)?gn(i,e,n+1):i}const yn=t=>e=>e.test(t),oi={test:t=>t==="auto",parse:t=>t},vn=[H,p,j,N,Bs,Ks,oi],At=t=>vn.find(yn(t));class bn extends Qe{constructor(e,n,s,i,r){super(e,n,s,i,r,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:s}=this;if(!n||!n.current)return;super.readKeyframes();for(let l=0;l{n.getValue(l).set(u)}),this.resolveNoneKeyframes()}}const xt=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(X.test(t)||t==="0")&&!t.startsWith("url("));function ai(t){const e=t[0];if(t.length===1)return!0;for(let n=0;nt!==null;function Se(t,{repeat:e,repeatType:n="loop"},s){const i=t.filter(ui),r=e&&n!=="loop"&&e%2===1?0:i.length-1;return!r||s===void 0?i[r]:s}const ci=40;class Tn{constructor({autoplay:e=!0,delay:n=0,type:s="keyframes",repeat:i=0,repeatDelay:r=0,repeatType:o="loop",...a}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=k.now(),this.options={autoplay:e,delay:n,type:s,repeat:i,repeatDelay:r,repeatType:o,...a},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>ci?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&ti(),this._resolved}onKeyframesResolved(e,n){this.resolvedAt=k.now(),this.hasAttemptedResolve=!0;const{name:s,type:i,velocity:r,delay:o,onComplete:a,onUpdate:l,isGenerator:u}=this.options;if(!u&&!li(e,s,i,r))if(o)this.options.duration=0;else{l?.(Se(e,this.options,n)),a?.(),this.resolveFinishedPromise();return}const c=this.initPlayback(e,n);c!==!1&&(this._resolved={keyframes:e,finalKeyframe:n,...c},this.onPostResolved())}onPostResolved(){}then(e,n){return this.currentFinishedPromise.then(e,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(e=>{this.resolveFinishedPromise=e})}}function Me(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function fi({hue:t,saturation:e,lightness:n,alpha:s}){t/=360,e/=100,n/=100;let i=0,r=0,o=0;if(!e)i=r=o=n;else{const a=n<.5?n*(1+e):n+e-n*e,l=2*n-a;i=Me(l,a,t+1/3),r=Me(l,a,t),o=Me(l,a,t-1/3)}return{red:Math.round(i*255),green:Math.round(r*255),blue:Math.round(o*255),alpha:s}}function ye(t,e){return n=>n>0?e:t}const Pe=(t,e,n)=>{const s=t*t,i=n*(e*e-s)+s;return i<0?0:Math.sqrt(i)},hi=[Ie,L,G],di=t=>hi.find(e=>e.test(t));function wt(t){const e=di(t);if(!e)return!1;let n=e.parse(t);return e===G&&(n=fi(n)),n}const Mt=(t,e)=>{const n=wt(t),s=wt(e);if(!n||!s)return ye(t,e);const i={...n};return r=>(i.red=Pe(n.red,s.red,r),i.green=Pe(n.green,s.green,r),i.blue=Pe(n.blue,s.blue,r),i.alpha=re(n.alpha,s.alpha,r),L.transform(i))},pi=(t,e)=>n=>e(t(n)),et=(...t)=>t.reduce(pi),Be=new Set(["none","hidden"]);function mi(t,e){return Be.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function gi(t,e){return n=>re(t,e,n)}function tt(t){return typeof t=="number"?gi:typeof t=="string"?Je(t)?ye:F.test(t)?Mt:bi:Array.isArray(t)?Vn:typeof t=="object"?F.test(t)?Mt:yi:ye}function Vn(t,e){const n=[...t],s=n.length,i=t.map((r,o)=>tt(r)(r,e[o]));return r=>{for(let o=0;o{for(const r in s)n[r]=s[r](i);return n}}function vi(t,e){var n;const s=[],i={color:0,var:0,number:0};for(let r=0;r{const n=X.createTransformer(e),s=ie(t),i=ie(e);return s.indexes.var.length===i.indexes.var.length&&s.indexes.color.length===i.indexes.color.length&&s.indexes.number.length>=i.indexes.number.length?Be.has(t)&&!i.values.length||Be.has(e)&&!s.values.length?mi(t,e):et(Vn(vi(s,i),i.values),n):ye(t,e)};function Sn(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?re(t,e,n):tt(t)(t,e)}function Pt({keyframes:t,velocity:e=0,power:n=.8,timeConstant:s=325,bounceDamping:i=10,bounceStiffness:r=500,modifyTarget:o,min:a,max:l,restDelta:u=.5,restSpeed:c}){const f=t[0],h={done:!1,value:f},g=v=>a!==void 0&&vl,y=v=>a===void 0?l:l===void 0||Math.abs(a-v)-b*Math.exp(-v/s),M=v=>d+V(v),w=v=>{const A=V(v),D=M(v);h.done=Math.abs(A)<=u,h.value=h.done?d:D};let m,S;const P=v=>{g(h.value)&&(m=v,S=Ue({keyframes:[h.value,y(h.value)],velocity:Nt(M,v,h.value),damping:i,stiffness:r,restDelta:u,restSpeed:c}))};return P(0),{calculatedDuration:null,next:v=>{let A=!1;return!S&&m===void 0&&(A=!0,w(v),P(v)),m!==void 0&&v>=m?S.next(v-m):(!A&&w(v),h)}}}const Ti=oe(.42,0,1,1),Vi=oe(0,0,.58,1),An=oe(.42,0,.58,1),Ft={linear:W,easeIn:Ti,easeInOut:An,easeOut:Vi,circIn:qe,circInOut:nn,circOut:Cs,backIn:ze,backInOut:en,backOut:Jt,anticipate:tn},Ne=t=>{if($e(t)){Fe(t.length===4);const[e,n,s,i]=t;return oe(e,n,s,i)}else if(typeof t=="string")return Fe(Ft[t]!==void 0),Ft[t];return t};function Si(t,e,n){const s=[],i=n||Sn,r=t.length-1;for(let o=0;oe[0];if(r===2&&e[0]===e[1])return()=>e[1];const o=t[0]===t[1];t[0]>t[r-1]&&(t=[...t].reverse(),e=[...e].reverse());const a=Si(e,s,i),l=a.length,u=c=>{if(o&&c1)for(;fu(U(t[0],t[r-1],c)):u}function xi(t,e){return t.map(n=>n*e)}function wi(t,e){return t.map(()=>e||An).splice(0,t.length-1)}function ve({duration:t=300,keyframes:e,times:n,ease:s="easeInOut"}){const i=kt(s)?s.map(Ne):Ne(s),r={done:!1,value:e[0]},o=xi(n&&n.length===e.length?n:Wt(e),t),a=Ai(o,e,{ease:Array.isArray(i)?i:wi(e,i)});return{calculatedDuration:t,next:l=>(r.value=a(l),r.done=l>=t,r)}}const Mi=t=>{const e=({timestamp:n})=>t(n);return{start:()=>K.update(e,!0),stop:()=>De(e),now:()=>me.isProcessing?me.timestamp:k.now()}},Pi={decay:Pt,inertia:Pt,tween:ve,keyframes:ve,spring:Ue},Fi=t=>t/100;class nt extends Tn{constructor(e){super(e),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:l}=this.options;l&&l()};const{name:n,motionValue:s,element:i,keyframes:r}=this.options,o=i?.KeyframeResolver||Qe,a=(l,u)=>this.onKeyframesResolved(l,u);this.resolver=new o(r,a,n,s,i),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(e){const{type:n="keyframes",repeat:s=0,repeatDelay:i=0,repeatType:r,velocity:o=0}=this.options,a=Ve(n)?n:Pi[n]||ve;let l,u;a!==ve&&typeof e[0]!="number"&&(l=et(Fi,Sn(e[0],e[1])),e=[0,100]);const c=a({...this.options,keyframes:e});r==="mirror"&&(u=a({...this.options,keyframes:[...e].reverse(),velocity:-o})),c.calculatedDuration===null&&(c.calculatedDuration=We(c));const{calculatedDuration:f}=c,h=f+i,g=h*(s+1)-i;return{generator:c,mirroredGenerator:u,mapPercentToKeyframes:l,calculatedDuration:f,resolvedDuration:h,totalDuration:g}}onPostResolved(){const{autoplay:e=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!e?this.pause():this.state=this.pendingPlayState}tick(e,n=!1){const{resolved:s}=this;if(!s){const{keyframes:v}=this.options;return{done:!0,value:v[v.length-1]}}const{finalKeyframe:i,generator:r,mirroredGenerator:o,mapPercentToKeyframes:a,keyframes:l,calculatedDuration:u,totalDuration:c,resolvedDuration:f}=s;if(this.startTime===null)return r.next(0);const{delay:h,repeat:g,repeatType:y,repeatDelay:b,onUpdate:T}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-c/this.speed,this.startTime)),n?this.currentTime=e:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(e-this.startTime)*this.speed;const d=this.currentTime-h*(this.speed>=0?1:-1),V=this.speed>=0?d<0:d>c;this.currentTime=Math.max(d,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=c);let M=this.currentTime,w=r;if(g){const v=Math.min(this.currentTime,c)/f;let A=Math.floor(v),D=v%1;!D&&v>=1&&(D=1),D===1&&A--,A=Math.min(A,g+1),!!(A%2)&&(y==="reverse"?(D=1-D,b&&(D-=b/f)):y==="mirror"&&(w=o)),M=U(0,1,D)*f}const m=V?{done:!1,value:l[0]}:w.next(M);a&&(m.value=a(m.value));let{done:S}=m;!V&&u!==null&&(S=this.speed>=0?this.currentTime>=c:this.currentTime<=0);const P=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&S);return P&&i!==void 0&&(m.value=Se(l,this.options,i)),T&&T(m.value),P&&this.finish(),m}get duration(){const{resolved:e}=this;return e?O(e.calculatedDuration):0}get time(){return O(this.currentTime)}set time(e){e=E(e),this.currentTime=e,this.holdTime!==null||this.speed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.speed)}get speed(){return this.playbackSpeed}set speed(e){const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=O(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:e=Mi,onPlay:n,startTime:s}=this.options;this.driver||(this.driver=e(r=>this.tick(r))),n&&n();const i=this.driver.now();this.holdTime!==null?this.startTime=i-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=i):this.startTime=s??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var e;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(e=this.currentTime)!==null&&e!==void 0?e:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:e}=this.options;e&&e()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}}const Ci=new Set(["opacity","clipPath","filter","transform"]);function Di(t,e,n,{delay:s=0,duration:i=300,repeat:r=0,repeatType:o="loop",ease:a="easeInOut",times:l}={}){const u={[e]:n};l&&(u.offset=l);const c=Ht(a,i);return Array.isArray(c)&&(u.easing=c),t.animate(u,{delay:s,duration:i,easing:Array.isArray(c)?"linear":c,fill:"both",iterations:r+1,direction:o==="reverse"?"alternate":"normal"})}const Ri=_e(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),be=10,Ii=2e4;function Ei(t){return Ve(t.type)||t.type==="spring"||!Yt(t.ease)}function Oi(t,e){const n=new nt({...e,keyframes:t,repeat:0,delay:0,isGenerator:!0});let s={done:!1,value:t[0]};const i=[];let r=0;for(;!s.done&&rthis.onKeyframesResolved(o,a),n,s,i),this.resolver.scheduleResolve()}initPlayback(e,n){var s;let{duration:i=300,times:r,ease:o,type:a,motionValue:l,name:u,startTime:c}=this.options;if(!(!((s=l.owner)===null||s===void 0)&&s.current))return!1;if(typeof o=="string"&&ge()&&Ki(o)&&(o=xn[o]),Ei(this.options)){const{onComplete:h,onUpdate:g,motionValue:y,element:b,...T}=this.options,d=Oi(e,T);e=d.keyframes,e.length===1&&(e[1]=e[0]),i=d.duration,r=d.times,o=d.ease,a="keyframes"}const f=Di(l.owner.current,u,e,{...this.options,duration:i,times:r,ease:o});return f.startTime=c??this.calcStartTime(),this.pendingTimeline?(gt(f,this.pendingTimeline),this.pendingTimeline=void 0):f.onfinish=()=>{const{onComplete:h}=this.options;l.set(Se(e,this.options,n)),h&&h(),this.cancel(),this.resolveFinishedPromise()},{animation:f,duration:i,times:r,type:a,ease:o,keyframes:e}}get duration(){const{resolved:e}=this;if(!e)return 0;const{duration:n}=e;return O(n)}get time(){const{resolved:e}=this;if(!e)return 0;const{animation:n}=e;return O(n.currentTime||0)}set time(e){const{resolved:n}=this;if(!n)return;const{animation:s}=n;s.currentTime=E(e)}get speed(){const{resolved:e}=this;if(!e)return 1;const{animation:n}=e;return n.playbackRate}set speed(e){const{resolved:n}=this;if(!n)return;const{animation:s}=n;s.playbackRate=e}get state(){const{resolved:e}=this;if(!e)return"idle";const{animation:n}=e;return n.playState}get startTime(){const{resolved:e}=this;if(!e)return null;const{animation:n}=e;return n.startTime}attachTimeline(e){if(!this._resolved)this.pendingTimeline=e;else{const{resolved:n}=this;if(!n)return W;const{animation:s}=n;gt(s,e)}return W}play(){if(this.isStopped)return;const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:e}=this;if(!e)return;const{animation:n,keyframes:s,duration:i,type:r,ease:o,times:a}=e;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:u,onUpdate:c,onComplete:f,element:h,...g}=this.options,y=new nt({...g,keyframes:s,duration:i,type:r,ease:o,times:a,isGenerator:!0}),b=E(this.time);u.setWithVelocity(y.sample(b-be).value,y.sample(b).value,be)}const{onStop:l}=this.options;l&&l(),this.cancel()}complete(){const{resolved:e}=this;e&&e.animation.finish()}cancel(){const{resolved:e}=this;e&&e.animation.cancel()}static supports(e){const{motionValue:n,name:s,repeatDelay:i,repeatType:r,damping:o,type:a}=e;return Ri()&&s&&Ci.has(s)&&n&&n.owner&&n.owner.current instanceof HTMLElement&&!n.owner.getProps().onUpdate&&!i&&r!=="mirror"&&o!==0&&a!=="inertia"}}const Bi={type:"spring",stiffness:500,damping:25,restSpeed:10},Ni=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),ki={type:"keyframes",duration:.8},Li={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},_i=(t,{keyframes:e})=>e.length>2?ki:Y.has(t)?t.startsWith("scale")?Ni(e[1]):Bi:Li;function Wi({when:t,delay:e,delayChildren:n,staggerChildren:s,staggerDirection:i,repeat:r,repeatType:o,repeatDelay:a,from:l,elapsed:u,...c}){return!!Object.keys(c).length}const wn=(t,e,n,s={},i,r)=>o=>{const a=jt(s,t)||{},l=a.delay||s.delay||0;let{elapsed:u=0}=s;u=u-E(l);let c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...a,delay:-u,onUpdate:h=>{e.set(h),a.onUpdate&&a.onUpdate(h)},onComplete:()=>{o(),a.onComplete&&a.onComplete()},name:t,motionValue:e,element:r?void 0:i};Wi(a)||(c={...c,..._i(t,c)}),c.duration&&(c.duration=E(c.duration)),c.repeatDelay&&(c.repeatDelay=E(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let f=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&(c.duration=0,c.delay===0&&(f=!0)),f&&!r&&e.get()!==void 0){const h=Se(c.keyframes,a);if(h!==void 0)return K.update(()=>{c.onUpdate(h),c.onComplete()}),new Ot([])}return!r&&Ct.supports(c)?new Ct(c):new nt(c)};function Ui({protectedKeys:t,needsAnimating:e},n){const s=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,s}function Gi(t,e,{delay:n=0,transitionOverride:s,type:i}={}){var r;let{transition:o=t.getDefaultTransition(),transitionEnd:a,...l}=e;s&&(o=s);const u=[],c=i&&t.animationState&&t.animationState.getState()[i];for(const f in l){const h=t.getValue(f,(r=t.latestValues[f])!==null&&r!==void 0?r:null),g=l[f];if(g===void 0||c&&Ui(c,f))continue;const y={delay:n,...jt(o||{},f)};let b=!1;if(window.MotionHandoffAnimation){const d=As(t);if(d){const V=window.MotionHandoffAnimation(d,f,K);V!==null&&(y.startTime=V,b=!0)}}Ts(t,f),h.start(wn(f,h,g,t.shouldReduceMotion&&$t.has(f)?{type:!1}:y,t,b));const T=h.animation;T&&u.push(T)}return a&&Promise.all(u).then(()=>{K.update(()=>{a&&vs(t,a)})}),u}function ji(t){return t instanceof SVGElement&&t.tagName!=="svg"}const Dt=()=>({min:0,max:0}),st=()=>({x:Dt(),y:Dt()}),Rt={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},ke={};for(const t in Rt)ke[t]={isEnabled:e=>Rt[t].some(n=>!!e[n])};const $i=typeof window<"u",Le={current:null},Mn={current:!1};function zi(){if(Mn.current=!0,!!$i)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>Le.current=t.matches;t.addListener(e),e()}else Le.current=!1}const qi=[...vn,F,X],Yi=t=>qi.find(yn(t));function Hi(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}function Xi(t){return typeof t=="string"||Array.isArray(t)}const Zi=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],Qi=["initial",...Zi];function Pn(t){return Hi(t.animate)||Qi.some(e=>Xi(t[e]))}function Ji(t){return!!(Pn(t)||t.variants)}function er(t,e,n){for(const s in e){const i=e[s],r=n[s];if(C(i))t.addValue(s,i);else if(C(r))t.addValue(s,ne(i,{owner:t}));else if(r!==i)if(t.hasValue(s)){const o=t.getValue(s);o.liveStyle===!0?o.jump(i):o.hasAnimated||o.set(i)}else{const o=t.getStaticValue(s);t.addValue(s,ne(o!==void 0?o:i,{owner:t}))}}for(const s in n)e[s]===void 0&&t.removeValue(s);return e}const It=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class Fn{scrapeMotionValuesFromProps(e,n,s){return{}}constructor({parent:e,props:n,presenceContext:s,reducedMotionConfig:i,blockInitialAnimation:r,visualState:o},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Qe,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const g=k.now();this.renderScheduledAtthis.bindToMotionValue(s,n)),Mn.current||zi(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Le.current,this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){$.delete(this.current),this.projection&&this.projection.unmount(),De(this.notifyUpdate),De(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const s=Y.has(e),i=n.on("change",a=>{this.latestValues[e]=a,this.props.onUpdate&&K.preRender(this.notifyUpdate),s&&this.projection&&(this.projection.isTransformDirty=!0)}),r=n.on("renderRequest",this.scheduleRender);let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{i(),r(),o&&o(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in ke){const n=ke[e];if(!n)continue;const{isEnabled:s,Feature:i}=n;if(!this.features[e]&&i&&s(this.props)&&(this.features[e]=new i(this)),this.features[e]){const r=this.features[e];r.isMounted?r.update():(r.mount(),r.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):st()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let s=0;sn.variantChildren.delete(e)}addValue(e,n){const s=this.values.get(e);n!==s&&(s&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let s=this.values.get(e);return s===void 0&&n!==void 0&&(s=ne(n===null?void 0:n,{owner:this}),this.addValue(e,s)),s}readValue(e,n){var s;let i=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(s=this.getBaseTargetFromProps(this.props,e))!==null&&s!==void 0?s:this.readValueFromInstance(this.current,e,this.options);return i!=null&&(typeof i=="string"&&(dn(i)||sn(i))?i=parseFloat(i):!Yi(i)&&X.test(n)&&(i=cn(e,n)),this.setBaseTarget(e,C(i)?i.get():i)),C(i)?i.get():i}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:s}=this.props;let i;if(typeof s=="string"||typeof s=="object"){const o=qt(this.props,s,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);o&&(i=o[e])}if(s&&i!==void 0)return i;const r=this.getBaseTargetFromProps(this.props,e);return r!==void 0&&!C(r)?r:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new zt),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}}class Cn extends Fn{constructor(){super(...arguments),this.KeyframeResolver=bn}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:s}){delete n[e],delete s[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;C(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}const Dn=(t,e)=>e&&typeof t=="number"?e.transform(t):t,tr={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},nr=q.length;function sr(t,e,n){let s="",i=!0;for(let r=0;rtypeof t=="string"&&t.toLowerCase()==="svg";function En(t,{style:e,vars:n},s,i){Object.assign(t.style,e,i&&i.getProjectionStyles(s));for(const r in n)t.style.setProperty(r,n[r])}function cr(t,e,n,s){En(t,e,void 0,s);for(const i in e.attrs)t.setAttribute(In.has(i)?i:je(i),e.attrs[i])}const fr={};function hr(t,{layout:e,layoutId:n}){return Y.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!fr[t]||t==="opacity")}function On(t,e,n){var s;const{style:i}=t,r={};for(const o in i)(C(i[o])||e.style&&C(e.style[o])||hr(o,t)||((s=n?.getValue(o))===null||s===void 0?void 0:s.liveStyle)!==void 0)&&(r[o]=i[o]);return r}function dr(t,e,n){const s=On(t,e,n);for(const i in t)if(C(t[i])||C(e[i])){const r=q.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;s[r]=t[i]}return s}class pr extends Cn{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=st}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Y.has(n)){const s=Ze(n);return s&&s.default||0}return n=In.has(n)?n:je(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,s){return dr(e,n,s)}build(e,n,s){lr(e,n,this.isSVGTag,s.transformTemplate)}renderInstance(e,n,s,i){cr(e,n,s,i)}mount(e){this.isSVGTag=ur(e.tagName),super.mount(e)}}function mr({top:t,left:e,right:n,bottom:s}){return{x:{min:e,max:n},y:{min:t,max:s}}}function gr(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),s=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:s.y,right:s.x}}function yr(t,e){return mr(gr(t.getBoundingClientRect(),e))}function vr(t){return window.getComputedStyle(t)}class br extends Cn{constructor(){super(...arguments),this.type="html",this.renderInstance=En}readValueFromInstance(e,n){if(Y.has(n)){const s=Ze(n);return s&&s.default||0}else{const s=vr(e),i=(mn(n)?s.getPropertyValue(n):s[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return yr(e,n)}build(e,n,s){Rn(e,n,s.transformTemplate)}scrapeMotionValuesFromProps(e,n,s){return On(e,n,s)}}function Tr(t,e){return t in e}class Vr extends Fn{constructor(){super(...arguments),this.type="object"}readValueFromInstance(e,n){if(Tr(n,e)){const s=e[n];if(typeof s=="string"||typeof s=="number")return s}}getBaseTargetFromProps(){}removeValueFromRenderState(e,n){delete n.output[e]}measureInstanceViewportBox(){return st()}build(e,n){Object.assign(e.output,n)}renderInstance(e,{output:n}){Object.assign(e,n)}sortInstanceNodePosition(){return 0}}function Sr(t){const e={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},n=ji(t)?new pr(e):new br(e);n.mount(t),$.set(t,n)}function Ar(t){const e={presenceContext:null,props:{},visualState:{renderState:{output:{}},latestValues:{}}},n=new Vr(e);n.mount(t),$.set(t,n)}function xr(t,e,n){const s=C(t)?t:ne(t);return s.start(wn("",s,e,n)),s.animation}function wr(t,e){return C(t)||typeof t=="number"||typeof t=="string"&&!Ge(e)}function Kn(t,e,n,s){const i=[];if(wr(t,e))i.push(xr(t,Ge(e)&&e.default||e,n&&(n.default||n)));else{const r=Ut(t,e,s),o=r.length;for(let a=0;a{s.push(...Kn(a,r,o))}),s}function Pr(t){return Array.isArray(t)&&t.some(Array.isArray)}function Fr(t){function e(n,s,i){let r=[];return Pr(n)?r=Mr(n,s,t):r=Kn(n,s,i,t),new Ot(r)}return e}const Cr=Fr();function Dr(t,e){if(t==="first")return 0;{const n=e-1;return t==="last"?n:n/2}}function Rr(t=.1,{startDelay:e=0,from:n=0,ease:s}={}){return(i,r)=>{const o=typeof n=="number"?n:Dr(n,r),a=Math.abs(o-i);let l=t*a;if(s){const u=r*t;l=Ne(s)(l/u)*u}return e+l}}const Ir=document.querySelectorAll(".motion-links, .motion-logo, .motion-text, .motion-footer");Cr(Ir,{opacity:[0,1]},{delay:Rr(.2,{startDelay:.1}),ease:"easeIn"}); diff --git a/dist/_astro/index.J2PPqc8-.css b/dist/_astro/index.J2PPqc8-.css deleted file mode 100644 index d323bdf..0000000 --- a/dist/_astro/index.J2PPqc8-.css +++ /dev/null @@ -1 +0,0 @@ -/*! tailwindcss v4.0.0-beta.9 | MIT License | https://tailwindcss.com */@layer theme{:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(.971 .013 17.38);--color-red-100:oklch(.936 .032 17.717);--color-red-200:oklch(.885 .062 18.334);--color-red-300:oklch(.808 .114 19.571);--color-red-400:oklch(.704 .191 22.216);--color-red-500:oklch(.637 .237 25.331);--color-red-600:oklch(.577 .245 27.325);--color-red-700:oklch(.505 .213 27.518);--color-red-800:oklch(.444 .177 26.899);--color-red-900:oklch(.396 .141 25.723);--color-red-950:oklch(.258 .092 26.042);--color-orange-50:oklch(.98 .016 73.684);--color-orange-100:oklch(.954 .038 75.164);--color-orange-200:oklch(.901 .076 70.697);--color-orange-300:oklch(.837 .128 66.29);--color-orange-400:oklch(.75 .183 55.934);--color-orange-500:oklch(.705 .213 47.604);--color-orange-600:oklch(.646 .222 41.116);--color-orange-700:oklch(.553 .195 38.402);--color-orange-800:oklch(.47 .157 37.304);--color-orange-900:oklch(.408 .123 38.172);--color-orange-950:oklch(.266 .079 36.259);--color-amber-50:oklch(.987 .022 95.277);--color-amber-100:oklch(.962 .059 95.617);--color-amber-200:oklch(.924 .12 95.746);--color-amber-300:oklch(.879 .169 91.605);--color-amber-400:oklch(.828 .189 84.429);--color-amber-500:oklch(.769 .188 70.08);--color-amber-600:oklch(.666 .179 58.318);--color-amber-700:oklch(.555 .163 48.998);--color-amber-800:oklch(.473 .137 46.201);--color-amber-900:oklch(.414 .112 45.904);--color-amber-950:oklch(.279 .077 45.635);--color-yellow-50:oklch(.987 .026 102.212);--color-yellow-100:oklch(.973 .071 103.193);--color-yellow-200:oklch(.945 .129 101.54);--color-yellow-300:oklch(.905 .182 98.111);--color-yellow-400:oklch(.852 .199 91.936);--color-yellow-500:oklch(.795 .184 86.047);--color-yellow-600:oklch(.681 .162 75.834);--color-yellow-700:oklch(.554 .135 66.442);--color-yellow-800:oklch(.476 .114 61.907);--color-yellow-900:oklch(.421 .095 57.708);--color-yellow-950:oklch(.286 .066 53.813);--color-lime-50:oklch(.986 .031 120.757);--color-lime-100:oklch(.967 .067 122.328);--color-lime-200:oklch(.938 .127 124.321);--color-lime-300:oklch(.897 .196 126.665);--color-lime-400:oklch(.841 .238 128.85);--color-lime-500:oklch(.768 .233 130.85);--color-lime-600:oklch(.648 .2 131.684);--color-lime-700:oklch(.532 .157 131.589);--color-lime-800:oklch(.453 .124 130.933);--color-lime-900:oklch(.405 .101 131.063);--color-lime-950:oklch(.274 .072 132.109);--color-green-50:oklch(.982 .018 155.826);--color-green-100:oklch(.962 .044 156.743);--color-green-200:oklch(.925 .084 155.995);--color-green-300:oklch(.871 .15 154.449);--color-green-400:oklch(.792 .209 151.711);--color-green-500:oklch(.723 .219 149.579);--color-green-600:oklch(.627 .194 149.214);--color-green-700:oklch(.527 .154 150.069);--color-green-800:oklch(.448 .119 151.328);--color-green-900:oklch(.393 .095 152.535);--color-green-950:oklch(.266 .065 152.934);--color-emerald-50:oklch(.979 .021 166.113);--color-emerald-100:oklch(.95 .052 163.051);--color-emerald-200:oklch(.905 .093 164.15);--color-emerald-300:oklch(.845 .143 164.978);--color-emerald-400:oklch(.765 .177 163.223);--color-emerald-500:oklch(.696 .17 162.48);--color-emerald-600:oklch(.596 .145 163.225);--color-emerald-700:oklch(.508 .118 165.612);--color-emerald-800:oklch(.432 .095 166.913);--color-emerald-900:oklch(.378 .077 168.94);--color-emerald-950:oklch(.262 .051 172.552);--color-teal-50:oklch(.984 .014 180.72);--color-teal-100:oklch(.953 .051 180.801);--color-teal-200:oklch(.91 .096 180.426);--color-teal-300:oklch(.855 .138 181.071);--color-teal-400:oklch(.777 .152 181.912);--color-teal-500:oklch(.704 .14 182.503);--color-teal-600:oklch(.6 .118 184.704);--color-teal-700:oklch(.511 .096 186.391);--color-teal-800:oklch(.437 .078 188.216);--color-teal-900:oklch(.386 .063 188.416);--color-teal-950:oklch(.277 .046 192.524);--color-cyan-50:oklch(.984 .019 200.873);--color-cyan-100:oklch(.956 .045 203.388);--color-cyan-200:oklch(.917 .08 205.041);--color-cyan-300:oklch(.865 .127 207.078);--color-cyan-400:oklch(.789 .154 211.53);--color-cyan-500:oklch(.715 .143 215.221);--color-cyan-600:oklch(.609 .126 221.723);--color-cyan-700:oklch(.52 .105 223.128);--color-cyan-800:oklch(.45 .085 224.283);--color-cyan-900:oklch(.398 .07 227.392);--color-cyan-950:oklch(.302 .056 229.695);--color-sky-50:oklch(.977 .013 236.62);--color-sky-100:oklch(.951 .026 236.824);--color-sky-200:oklch(.901 .058 230.902);--color-sky-300:oklch(.828 .111 230.318);--color-sky-400:oklch(.746 .16 232.661);--color-sky-500:oklch(.685 .169 237.323);--color-sky-600:oklch(.588 .158 241.966);--color-sky-700:oklch(.5 .134 242.749);--color-sky-800:oklch(.443 .11 240.79);--color-sky-900:oklch(.391 .09 240.876);--color-sky-950:oklch(.293 .066 243.157);--color-blue-50:oklch(.97 .014 254.604);--color-blue-100:oklch(.932 .032 255.585);--color-blue-200:oklch(.882 .059 254.128);--color-blue-300:oklch(.809 .105 251.813);--color-blue-400:oklch(.707 .165 254.624);--color-blue-500:oklch(.623 .214 259.815);--color-blue-600:oklch(.546 .245 262.881);--color-blue-700:oklch(.488 .243 264.376);--color-blue-800:oklch(.424 .199 265.638);--color-blue-900:oklch(.379 .146 265.522);--color-blue-950:oklch(.282 .091 267.935);--color-indigo-50:oklch(.962 .018 272.314);--color-indigo-100:oklch(.93 .034 272.788);--color-indigo-200:oklch(.87 .065 274.039);--color-indigo-300:oklch(.785 .115 274.713);--color-indigo-400:oklch(.673 .182 276.935);--color-indigo-500:oklch(.585 .233 277.117);--color-indigo-600:oklch(.511 .262 276.966);--color-indigo-700:oklch(.457 .24 277.023);--color-indigo-800:oklch(.398 .195 277.366);--color-indigo-900:oklch(.359 .144 278.697);--color-indigo-950:oklch(.257 .09 281.288);--color-violet-50:oklch(.969 .016 293.756);--color-violet-100:oklch(.943 .029 294.588);--color-violet-200:oklch(.894 .057 293.283);--color-violet-300:oklch(.811 .111 293.571);--color-violet-400:oklch(.702 .183 293.541);--color-violet-500:oklch(.606 .25 292.717);--color-violet-600:oklch(.541 .281 293.009);--color-violet-700:oklch(.491 .27 292.581);--color-violet-800:oklch(.432 .232 292.759);--color-violet-900:oklch(.38 .189 293.745);--color-violet-950:oklch(.283 .141 291.089);--color-purple-50:oklch(.977 .014 308.299);--color-purple-100:oklch(.946 .033 307.174);--color-purple-200:oklch(.902 .063 306.703);--color-purple-300:oklch(.827 .119 306.383);--color-purple-400:oklch(.714 .203 305.504);--color-purple-500:oklch(.627 .265 303.9);--color-purple-600:oklch(.558 .288 302.321);--color-purple-700:oklch(.496 .265 301.924);--color-purple-800:oklch(.438 .218 303.724);--color-purple-900:oklch(.381 .176 304.987);--color-purple-950:oklch(.291 .149 302.717);--color-fuchsia-50:oklch(.977 .017 320.058);--color-fuchsia-100:oklch(.952 .037 318.852);--color-fuchsia-200:oklch(.903 .076 319.62);--color-fuchsia-300:oklch(.833 .145 321.434);--color-fuchsia-400:oklch(.74 .238 322.16);--color-fuchsia-500:oklch(.667 .295 322.15);--color-fuchsia-600:oklch(.591 .293 322.896);--color-fuchsia-700:oklch(.518 .253 323.949);--color-fuchsia-800:oklch(.452 .211 324.591);--color-fuchsia-900:oklch(.401 .17 325.612);--color-fuchsia-950:oklch(.293 .136 325.661);--color-pink-50:oklch(.971 .014 343.198);--color-pink-100:oklch(.948 .028 342.258);--color-pink-200:oklch(.899 .061 343.231);--color-pink-300:oklch(.823 .12 346.018);--color-pink-400:oklch(.718 .202 349.761);--color-pink-500:oklch(.656 .241 354.308);--color-pink-600:oklch(.592 .249 .584);--color-pink-700:oklch(.525 .223 3.958);--color-pink-800:oklch(.459 .187 3.815);--color-pink-900:oklch(.408 .153 2.432);--color-pink-950:oklch(.284 .109 3.907);--color-rose-50:oklch(.969 .015 12.422);--color-rose-100:oklch(.941 .03 12.58);--color-rose-200:oklch(.892 .058 10.001);--color-rose-300:oklch(.81 .117 11.638);--color-rose-400:oklch(.712 .194 13.428);--color-rose-500:oklch(.645 .246 16.439);--color-rose-600:oklch(.586 .253 17.585);--color-rose-700:oklch(.514 .222 16.935);--color-rose-800:oklch(.455 .188 13.697);--color-rose-900:oklch(.41 .159 10.272);--color-rose-950:oklch(.271 .105 12.094);--color-slate-50:oklch(.984 .003 247.858);--color-slate-100:oklch(.968 .007 247.896);--color-slate-200:oklch(.929 .013 255.508);--color-slate-300:oklch(.869 .022 252.894);--color-slate-400:oklch(.704 .04 256.788);--color-slate-500:oklch(.554 .046 257.417);--color-slate-600:oklch(.446 .043 257.281);--color-slate-700:oklch(.372 .044 257.287);--color-slate-800:oklch(.279 .041 260.031);--color-slate-900:oklch(.208 .042 265.755);--color-slate-950:oklch(.129 .042 264.695);--color-gray-50:oklch(.985 .002 247.839);--color-gray-100:oklch(.967 .003 264.542);--color-gray-200:oklch(.928 .006 264.531);--color-gray-300:oklch(.872 .01 258.338);--color-gray-400:oklch(.707 .022 261.325);--color-gray-500:oklch(.551 .027 264.364);--color-gray-600:oklch(.446 .03 256.802);--color-gray-700:oklch(.373 .034 259.733);--color-gray-800:oklch(.278 .033 256.848);--color-gray-900:oklch(.21 .034 264.665);--color-gray-950:oklch(.13 .028 261.692);--color-zinc-50:oklch(.985 0 0);--color-zinc-100:oklch(.967 .001 286.375);--color-zinc-200:oklch(.92 .004 286.32);--color-zinc-300:oklch(.871 .006 286.286);--color-zinc-400:oklch(.705 .015 286.067);--color-zinc-500:oklch(.552 .016 285.938);--color-zinc-600:oklch(.442 .017 285.786);--color-zinc-700:oklch(.37 .013 285.805);--color-zinc-800:oklch(.274 .006 286.033);--color-zinc-900:oklch(.21 .006 285.885);--color-zinc-950:oklch(.141 .005 285.823);--color-neutral-50:oklch(.985 0 0);--color-neutral-100:oklch(.97 0 0);--color-neutral-200:oklch(.922 0 0);--color-neutral-300:oklch(.87 0 0);--color-neutral-400:oklch(.708 0 0);--color-neutral-500:oklch(.556 0 0);--color-neutral-600:oklch(.439 0 0);--color-neutral-700:oklch(.371 0 0);--color-neutral-800:oklch(.269 0 0);--color-neutral-900:oklch(.205 0 0);--color-neutral-950:oklch(.145 0 0);--color-stone-50:oklch(.985 .001 106.423);--color-stone-100:oklch(.97 .001 106.424);--color-stone-200:oklch(.923 .003 48.717);--color-stone-300:oklch(.869 .005 56.366);--color-stone-400:oklch(.709 .01 56.259);--color-stone-500:oklch(.553 .013 58.071);--color-stone-600:oklch(.444 .011 73.639);--color-stone-700:oklch(.374 .01 67.558);--color-stone-800:oklch(.268 .007 34.298);--color-stone-900:oklch(.216 .006 56.043);--color-stone-950:oklch(.147 .004 49.25);--color-black:#000;--color-white:#fff;--spacing:.25rem;--breakpoint-sm:40rem;--breakpoint-md:48rem;--breakpoint-lg:64rem;--breakpoint-xl:80rem;--breakpoint-2xl:96rem;--container-3xs:16rem;--container-2xs:18rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--text-6xl:3.75rem;--text-6xl--line-height:1;--text-7xl:4.5rem;--text-7xl--line-height:1;--text-8xl:6rem;--text-8xl--line-height:1;--text-9xl:8rem;--text-9xl--line-height:1;--font-weight-thin:100;--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-tighter:-.05em;--tracking-tight:-.025em;--tracking-normal:0em;--tracking-wide:.025em;--tracking-wider:.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--leading-loose:2;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-4xl:2rem;--shadow-2xs:0 1px #0000000d;--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--inset-shadow-2xs:inset 0 1px #0000000d;--inset-shadow-xs:inset 0 1px 1px #0000000d;--inset-shadow-sm:inset 0 2px 4px #0000000d;--drop-shadow-xs:0 1px 1px #0000000d;--drop-shadow-sm:0 1px 2px #00000026;--drop-shadow-md:0 3px 3px #0000001f;--drop-shadow-lg:0 4px 4px #00000026;--drop-shadow-xl:0 9px 7px #0000001a;--drop-shadow-2xl:0 25px 25px #00000026;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0,0,.2,1)infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--animate-bounce:bounce 1s infinite;--blur-xs:4px;--blur-sm:8px;--blur-md:12px;--blur-lg:16px;--blur-xl:24px;--blur-2xl:40px;--blur-3xl:64px;--perspective-dramatic:100px;--perspective-near:300px;--perspective-normal:500px;--perspective-midrange:800px;--perspective-distant:1200px;--aspect-video:16/9;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style-type:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.bottom-0{bottom:calc(var(--spacing)*0)}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.table{display:table}.aspect-square{aspect-ratio:1}.h-12{height:calc(var(--spacing)*12)}.w-8{width:calc(var(--spacing)*8)}.w-12{width:calc(var(--spacing)*12)}.w-48{width:calc(var(--spacing)*48)}.\!transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)!important}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.gap-6{gap:calc(var(--spacing)*6)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}.text-center{text-align:center}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-white{color:var(--color-white)}.text-white\/60{color:color-mix(in oklab,var(--color-white)60%,transparent)}.lowercase{text-transform:lowercase}.opacity-0{opacity:0}.blur-md{--tw-blur:blur(var(--blur-md));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:text-white\/60:hover{color:color-mix(in oklab,var(--color-white)60%,transparent)}.hover\:text-white\/80:hover{color:color-mix(in oklab,var(--color-white)80%,transparent)}}@media (width>=40rem){.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}}body{cursor:url(/assets/cursor.svg) 28 32,auto;background-color:var(--color-black);flex-direction:column;align-items:center;min-height:100vh;display:flex;overflow:hidden}main{justify-content:center;align-items:center;gap:calc(var(--spacing)*4);flex-direction:column;flex:auto;display:flex}@supports (-moz-orient:inline){@layer base{*,:before,:after,::backdrop{--tw-rotate-x:rotateX(0);--tw-rotate-y:rotateY(0);--tw-rotate-z:rotateZ(0);--tw-skew-x:skewX(0);--tw-skew-y:skewY(0);--tw-border-style:solid;--tw-font-weight:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial}}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false} diff --git a/dist/_astro/logo.C87qHtoi_Z2vYFxD.svg b/dist/_astro/logo.C87qHtoi_Z2vYFxD.svg deleted file mode 100644 index e877f1c..0000000 --- a/dist/_astro/logo.C87qHtoi_Z2vYFxD.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - diff --git a/dist/assets/cursor.svg b/dist/assets/cursor.svg deleted file mode 100644 index ccebd10..0000000 --- a/dist/assets/cursor.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/dist/assets/favicon.svg b/dist/assets/favicon.svg deleted file mode 100644 index 0ed385e..0000000 --- a/dist/assets/favicon.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - - diff --git a/dist/index.html b/dist/index.html deleted file mode 100644 index 71ca007..0000000 --- a/dist/index.html +++ /dev/null @@ -1,19 +0,0 @@ - z0x

z0x

\ No newline at end of file