@worldcoin/idkit 0.3.0-alpha.2 → 0.3.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Button.d.ts +3 -0
- package/build/components/CountryCodeSelect.d.ts +6 -0
- package/build/components/Frame.d.ts +4 -0
- package/build/components/IDKitWidget/BaseWidget.d.ts +4 -0
- package/build/components/IDKitWidget/States/AboutState.d.ts +2 -0
- package/build/components/IDKitWidget/States/EnterPhoneState.d.ts +2 -0
- package/build/components/IDKitWidget/States/ErrorState.d.ts +4 -0
- package/build/components/IDKitWidget/States/HostAppVerificationState.d.ts +7 -0
- package/build/components/IDKitWidget/States/PrivacyState.d.ts +2 -0
- package/build/components/IDKitWidget/States/SuccessState.d.ts +2 -0
- package/build/components/IDKitWidget/States/VerifyCodeState.d.ts +2 -0
- package/build/components/IDKitWidget/States/WorldID/LoadingState.d.ts +2 -0
- package/build/components/IDKitWidget/States/WorldID/QRState.d.ts +9 -0
- package/build/components/IDKitWidget/States/WorldIDState.d.ts +2 -0
- package/build/components/IDKitWidget/index.d.ts +3 -0
- package/build/components/Icons/ArrowLongLeftIcon.d.ts +3 -0
- package/build/components/Icons/CheckIcon.d.ts +3 -0
- package/build/components/Icons/ChevronDownIcon.d.ts +3 -0
- package/build/components/Icons/DevicePhoneMobileIcon.d.ts +3 -0
- package/build/components/Icons/LoadingIcon.d.ts +4 -0
- package/build/components/Icons/QuestionMarkIcon.d.ts +4 -0
- package/build/components/Icons/WorldIDQR.d.ts +4 -0
- package/build/components/Icons/WorldIDWordmark.d.ts +4 -0
- package/build/components/Icons/WorldcoinLogomark.d.ts +5 -0
- package/build/components/Icons/XMarkIcon.d.ts +3 -0
- package/build/components/PhoneInput.d.ts +6 -0
- package/build/components/QRCode.d.ts +6 -0
- package/build/components/ResendButton.d.ts +3 -0
- package/build/components/SMSCodeInput.d.ts +6 -0
- package/build/components/WorldIDIcon.d.ts +7 -0
- package/build/hooks/useIDKit.d.ts +6 -0
- package/build/hooks/useMedia.d.ts +2 -0
- package/build/idkit-js.js +181 -0
- package/build/index.css +2 -1829
- package/build/index.d.ts +6 -0
- package/build/index.js +9 -0
- package/build/index.js.map +7 -0
- package/build/lib/hashing.d.ts +37 -0
- package/build/lib/qr.d.ts +4 -0
- package/build/lib/telemetry.d.ts +6 -0
- package/build/lib/utils.d.ts +2 -0
- package/build/services/phone.d.ts +18 -0
- package/build/services/walletconnect.d.ts +15 -0
- package/build/store/idkit.d.ts +34 -0
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/types/config.d.ts +34 -0
- package/build/types/index.d.ts +52 -0
- package/build/types/orb.d.ts +21 -0
- package/build/vanilla.d.ts +12 -0
- package/package.json +1 -1
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import useIDKit from './hooks/useIDKit';
|
|
2
|
+
import IDKitWidget from './components/IDKitWidget';
|
|
3
|
+
import type { WidgetProps, Config } from './types/config';
|
|
4
|
+
import type { ISuccessResult, SignalType, PhoneSignalProof, OrbSignalProof } from './types';
|
|
5
|
+
export { IDKitWidget, useIDKit };
|
|
6
|
+
export type { ISuccessResult, Config, SignalType, PhoneSignalProof, OrbSignalProof, WidgetProps };
|
package/build/index.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var Lt=Object.defineProperty,Ft=Object.defineProperties;var Vt=Object.getOwnPropertyDescriptors;var $=Object.getOwnPropertySymbols;var Z0=Object.prototype.hasOwnProperty,C0=Object.prototype.propertyIsEnumerable;var k0=(e,t,r)=>t in e?Lt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,b=(e,t)=>{for(var r in t||(t={}))Z0.call(t,r)&&k0(e,r,t[r]);if($)for(var r of $(t))C0.call(t,r)&&k0(e,r,t[r]);return e},y=(e,t)=>Ft(e,Vt(t));var G=(e,t)=>{var r={};for(var i in e)Z0.call(e,i)&&t.indexOf(i)<0&&(r[i]=e[i]);if(e!=null&&$)for(var i of $(e))t.indexOf(i)<0&&C0.call(e,i)&&(r[i]=e[i]);return r};import*as o from"react";var N=[],I=[],Ht=typeof Uint8Array<"u"?Uint8Array:Array,f0=!1;function A0(){f0=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,r=e.length;t<r;++t)N[t]=e[t],I[e.charCodeAt(t)]=t;I["-".charCodeAt(0)]=62,I["_".charCodeAt(0)]=63}function jt(e){f0||A0();var t,r,i,n,s,a,l=e.length;if(l%4>0)throw new Error("Invalid string. Length must be a multiple of 4");s=e[l-2]==="="?2:e[l-1]==="="?1:0,a=new Ht(l*3/4-s),i=s>0?l-4:l;var p=0;for(t=0,r=0;t<i;t+=4,r+=3)n=I[e.charCodeAt(t)]<<18|I[e.charCodeAt(t+1)]<<12|I[e.charCodeAt(t+2)]<<6|I[e.charCodeAt(t+3)],a[p++]=n>>16&255,a[p++]=n>>8&255,a[p++]=n&255;return s===2?(n=I[e.charCodeAt(t)]<<2|I[e.charCodeAt(t+1)]>>4,a[p++]=n&255):s===1&&(n=I[e.charCodeAt(t)]<<10|I[e.charCodeAt(t+1)]<<4|I[e.charCodeAt(t+2)]>>2,a[p++]=n>>8&255,a[p++]=n&255),a}function Yt(e){return N[e>>18&63]+N[e>>12&63]+N[e>>6&63]+N[e&63]}function Wt(e,t,r){for(var i,n=[],s=t;s<r;s+=3)i=(e[s]<<16)+(e[s+1]<<8)+e[s+2],n.push(Yt(i));return n.join("")}function E0(e){f0||A0();for(var t,r=e.length,i=r%3,n="",s=[],a=16383,l=0,p=r-i;l<p;l+=a)s.push(Wt(e,l,l+a>p?p:l+a));return i===1?(t=e[r-1],n+=N[t>>2],n+=N[t<<4&63],n+="=="):i===2&&(t=(e[r-2]<<8)+e[r-1],n+=N[t>>10],n+=N[t>>4&63],n+=N[t<<2&63],n+="="),s.push(n),s.join("")}d.TYPED_ARRAY_SUPPORT=globalThis.TYPED_ARRAY_SUPPORT!==void 0?globalThis.TYPED_ARRAY_SUPPORT:!0;function Q(){return d.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function _(e,t){if(Q()<t)throw new RangeError("Invalid typed array length");return d.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t),e.__proto__=d.prototype):(e===null&&(e=new d(t)),e.length=t),e}function d(e,t,r){if(!d.TYPED_ARRAY_SUPPORT&&!(this instanceof d))return new d(e,t,r);if(typeof e=="number"){if(typeof t=="string")throw new Error("If encoding is specified then the first argument must be a string");return m0(this,e)}return T0(this,e,t,r)}d.poolSize=8192;d._augment=function(e){return e.__proto__=d.prototype,e};function T0(e,t,r,i){if(typeof t=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer?qt(e,t,r,i):typeof t=="string"?zt(e,t,r):$t(e,t)}d.from=function(e,t,r){return T0(null,e,t,r)};d.kMaxLength=Q();d.TYPED_ARRAY_SUPPORT&&(d.prototype.__proto__=Uint8Array.prototype,d.__proto__=Uint8Array,typeof Symbol<"u"&&Symbol.species&&d[Symbol.species]);function N0(e){if(typeof e!="number")throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function Kt(e,t,r,i){return N0(t),t<=0?_(e,t):r!==void 0?typeof i=="string"?_(e,t).fill(r,i):_(e,t).fill(r):_(e,t)}d.alloc=function(e,t,r){return Kt(null,e,t,r)};function m0(e,t){if(N0(t),e=_(e,t<0?0:h0(t)|0),!d.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}d.allocUnsafe=function(e){return m0(null,e)};d.allocUnsafeSlow=function(e){return m0(null,e)};function zt(e,t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!d.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var i=P0(t,r)|0;e=_(e,i);var n=e.write(t,r);return n!==i&&(e=e.slice(0,n)),e}function u0(e,t){var r=t.length<0?0:h0(t.length)|0;e=_(e,r);for(var i=0;i<r;i+=1)e[i]=t[i]&255;return e}function qt(e,t,r,i){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(i||0))throw new RangeError("'length' is out of bounds");return r===void 0&&i===void 0?t=new Uint8Array(t):i===void 0?t=new Uint8Array(t,r):t=new Uint8Array(t,r,i),d.TYPED_ARRAY_SUPPORT?(e=t,e.__proto__=d.prototype):e=u0(e,t),e}function $t(e,t){if(P(t)){var r=h0(t.length)|0;return e=_(e,r),e.length===0||t.copy(e,0,0,r),e}if(t){if(typeof ArrayBuffer<"u"&&t.buffer instanceof ArrayBuffer||"length"in t)return typeof t.length!="number"||fr(t.length)?_(e,0):u0(e,t);if(t.type==="Buffer"&&Array.isArray(t.data))return u0(e,t.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function h0(e){if(e>=Q())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Q().toString(16)+" bytes");return e|0}d.isBuffer=mr;function P(e){return!!(e!=null&&e._isBuffer)}d.compare=function(t,r){if(!P(t)||!P(r))throw new TypeError("Arguments must be Buffers");if(t===r)return 0;for(var i=t.length,n=r.length,s=0,a=Math.min(i,n);s<a;++s)if(t[s]!==r[s]){i=t[s],n=r[s];break}return i<n?-1:n<i?1:0};d.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};d.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return d.alloc(0);var i;if(r===void 0)for(r=0,i=0;i<t.length;++i)r+=t[i].length;var n=d.allocUnsafe(r),s=0;for(i=0;i<t.length;++i){var a=t[i];if(!P(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(n,s),s+=a.length}return n};function P0(e,t){if(P(e))return e.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;typeof e!="string"&&(e=""+e);var r=e.length;if(r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return X(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return F0(e).length;default:if(i)return X(e).length;t=(""+t).toLowerCase(),i=!0}}d.byteLength=P0;function Gt(e,t,r){var i=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return nr(this,t,r);case"utf8":case"utf-8":return O0(this,t,r);case"ascii":return or(this,t,r);case"latin1":case"binary":return ir(this,t,r);case"base64":return rr(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ar(this,t,r);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}d.prototype._isBuffer=!0;function O(e,t,r){var i=e[t];e[t]=e[r],e[r]=i}d.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)O(this,r,r+1);return this};d.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)O(this,r,r+3),O(this,r+1,r+2);return this};d.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)O(this,r,r+7),O(this,r+1,r+6),O(this,r+2,r+5),O(this,r+3,r+4);return this};d.prototype.toString=function(){var t=this.length|0;return t===0?"":arguments.length===0?O0(this,0,t):Gt.apply(this,arguments)};d.prototype.equals=function(t){if(!P(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:d.compare(this,t)===0};d.prototype.compare=function(t,r,i,n,s){if(!P(t))throw new TypeError("Argument must be a Buffer");if(r===void 0&&(r=0),i===void 0&&(i=t?t.length:0),n===void 0&&(n=0),s===void 0&&(s=this.length),r<0||i>t.length||n<0||s>this.length)throw new RangeError("out of range index");if(n>=s&&r>=i)return 0;if(n>=s)return-1;if(r>=i)return 1;if(r>>>=0,i>>>=0,n>>>=0,s>>>=0,this===t)return 0;for(var a=s-n,l=i-r,p=Math.min(a,l),c=this.slice(n,s),f=t.slice(r,i),u=0;u<p;++u)if(c[u]!==f[u]){a=c[u],l=f[u];break}return a<l?-1:l<a?1:0};function _0(e,t,r,i,n){if(e.length===0)return-1;if(typeof r=="string"?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=n?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(n)return-1;r=e.length-1}else if(r<0)if(n)r=0;else return-1;if(typeof t=="string"&&(t=d.from(t,i)),P(t))return t.length===0?-1:I0(e,t,r,i,n);if(typeof t=="number")return t=t&255,d.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):I0(e,[t],r,i,n);throw new TypeError("val must be string, number or Buffer")}function I0(e,t,r,i,n){var s=1,a=e.length,l=t.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||t.length<2)return-1;s=2,a/=2,l/=2,r/=2}function p(x,A){return s===1?x[A]:x.readUInt16BE(A*s)}var c;if(n){var f=-1;for(c=r;c<a;c++)if(p(e,c)===p(t,f===-1?0:c-f)){if(f===-1&&(f=c),c-f+1===l)return f*s}else f!==-1&&(c-=c-f),f=-1}else for(r+l>a&&(r=a-l),c=r;c>=0;c--){for(var u=!0,g=0;g<l;g++)if(p(e,c+g)!==p(t,g)){u=!1;break}if(u)return c}return-1}d.prototype.includes=function(t,r,i){return this.indexOf(t,r,i)!==-1};d.prototype.indexOf=function(t,r,i){return _0(this,t,r,i,!0)};d.prototype.lastIndexOf=function(t,r,i){return _0(this,t,r,i,!1)};function Qt(e,t,r,i){r=Number(r)||0;var n=e.length-r;i?(i=Number(i),i>n&&(i=n)):i=n;var s=t.length;if(s%2!==0)throw new TypeError("Invalid hex string");i>s/2&&(i=s/2);for(var a=0;a<i;++a){var l=parseInt(t.substr(a*2,2),16);if(isNaN(l))return a;e[r+a]=l}return a}function Xt(e,t,r,i){return t0(X(t,e.length-r),e,r,i)}function D0(e,t,r,i){return t0(cr(t),e,r,i)}function Jt(e,t,r,i){return D0(e,t,r,i)}function Rt(e,t,r,i){return t0(F0(t),e,r,i)}function tr(e,t,r,i){return t0(ur(t,e.length-r),e,r,i)}d.prototype.write=function(t,r,i,n){if(r===void 0)n="utf8",i=this.length,r=0;else if(i===void 0&&typeof r=="string")n=r,i=this.length,r=0;else if(isFinite(r))r=r|0,isFinite(i)?(i=i|0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var s=this.length-r;if((i===void 0||i>s)&&(i=s),t.length>0&&(i<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var a=!1;;)switch(n){case"hex":return Qt(this,t,r,i);case"utf8":case"utf-8":return Xt(this,t,r,i);case"ascii":return D0(this,t,r,i);case"latin1":case"binary":return Jt(this,t,r,i);case"base64":return Rt(this,t,r,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tr(this,t,r,i);default:if(a)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),a=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rr(e,t,r){return t===0&&r===e.length?E0(e):E0(e.slice(t,r))}function O0(e,t,r){r=Math.min(e.length,r);for(var i=[],n=t;n<r;){var s=e[n],a=null,l=s>239?4:s>223?3:s>191?2:1;if(n+l<=r){var p,c,f,u;switch(l){case 1:s<128&&(a=s);break;case 2:p=e[n+1],(p&192)===128&&(u=(s&31)<<6|p&63,u>127&&(a=u));break;case 3:p=e[n+1],c=e[n+2],(p&192)===128&&(c&192)===128&&(u=(s&15)<<12|(p&63)<<6|c&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=e[n+1],c=e[n+2],f=e[n+3],(p&192)===128&&(c&192)===128&&(f&192)===128&&(u=(s&15)<<18|(p&63)<<12|(c&63)<<6|f&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,l=1):a>65535&&(a-=65536,i.push(a>>>10&1023|55296),a=56320|a&1023),i.push(a),n+=l}return er(i)}var S0=4096;function er(e){var t=e.length;if(t<=S0)return String.fromCharCode.apply(String,e);for(var r="",i=0;i<t;)r+=String.fromCharCode.apply(String,e.slice(i,i+=S0));return r}function or(e,t,r){var i="";r=Math.min(e.length,r);for(var n=t;n<r;++n)i+=String.fromCharCode(e[n]&127);return i}function ir(e,t,r){var i="";r=Math.min(e.length,r);for(var n=t;n<r;++n)i+=String.fromCharCode(e[n]);return i}function nr(e,t,r){var i=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>i)&&(r=i);for(var n="",s=t;s<r;++s)n+=pr(e[s]);return n}function ar(e,t,r){for(var i=e.slice(t,r),n="",s=0;s<i.length;s+=2)n+=String.fromCharCode(i[s]+i[s+1]*256);return n}d.prototype.slice=function(t,r){var i=this.length;t=~~t,r=r===void 0?i:~~r,t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),r<t&&(r=t);var n;if(d.TYPED_ARRAY_SUPPORT)n=this.subarray(t,r),n.__proto__=d.prototype;else{var s=r-t;n=new d(s,void 0);for(var a=0;a<s;++a)n[a]=this[a+t]}return n};function k(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUIntLE=function(t,r,i){t=t|0,r=r|0,i||k(t,r,this.length);for(var n=this[t],s=1,a=0;++a<r&&(s*=256);)n+=this[t+a]*s;return n};d.prototype.readUIntBE=function(t,r,i){t=t|0,r=r|0,i||k(t,r,this.length);for(var n=this[t+--r],s=1;r>0&&(s*=256);)n+=this[t+--r]*s;return n};d.prototype.readUInt8=function(t,r){return r||k(t,1,this.length),this[t]};d.prototype.readUInt16LE=function(t,r){return r||k(t,2,this.length),this[t]|this[t+1]<<8};d.prototype.readUInt16BE=function(t,r){return r||k(t,2,this.length),this[t]<<8|this[t+1]};d.prototype.readUInt32LE=function(t,r){return r||k(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};d.prototype.readUInt32BE=function(t,r){return r||k(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};d.prototype.readIntLE=function(t,r,i){t=t|0,r=r|0,i||k(t,r,this.length);for(var n=this[t],s=1,a=0;++a<r&&(s*=256);)n+=this[t+a]*s;return s*=128,n>=s&&(n-=Math.pow(2,8*r)),n};d.prototype.readIntBE=function(t,r,i){t=t|0,r=r|0,i||k(t,r,this.length);for(var n=r,s=1,a=this[t+--n];n>0&&(s*=256);)a+=this[t+--n]*s;return s*=128,a>=s&&(a-=Math.pow(2,8*r)),a};d.prototype.readInt8=function(t,r){return r||k(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};d.prototype.readInt16LE=function(t,r){r||k(t,2,this.length);var i=this[t]|this[t+1]<<8;return i&32768?i|4294901760:i};d.prototype.readInt16BE=function(t,r){r||k(t,2,this.length);var i=this[t+1]|this[t]<<8;return i&32768?i|4294901760:i};d.prototype.readInt32LE=function(t,r){return r||k(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};d.prototype.readInt32BE=function(t,r){return r||k(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};d.prototype.readFloatLE=function(t,r){return r||k(t,4,this.length),r0(this,t,!0,23,4)};d.prototype.readFloatBE=function(t,r){return r||k(t,4,this.length),r0(this,t,!1,23,4)};d.prototype.readDoubleLE=function(t,r){return r||k(t,8,this.length),r0(this,t,!0,52,8)};d.prototype.readDoubleBE=function(t,r){return r||k(t,8,this.length),r0(this,t,!1,52,8)};function C(e,t,r,i,n,s){if(!P(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>n||t<s)throw new RangeError('"value" argument is out of bounds');if(r+i>e.length)throw new RangeError("Index out of range")}d.prototype.writeUIntLE=function(t,r,i,n){if(t=+t,r=r|0,i=i|0,!n){var s=Math.pow(2,8*i)-1;C(this,t,r,i,s,0)}var a=1,l=0;for(this[r]=t&255;++l<i&&(a*=256);)this[r+l]=t/a&255;return r+i};d.prototype.writeUIntBE=function(t,r,i,n){if(t=+t,r=r|0,i=i|0,!n){var s=Math.pow(2,8*i)-1;C(this,t,r,i,s,0)}var a=i-1,l=1;for(this[r+a]=t&255;--a>=0&&(l*=256);)this[r+a]=t/l&255;return r+i};d.prototype.writeUInt8=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,1,255,0),d.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[r]=t&255,r+1};function J(e,t,r,i){t<0&&(t=65535+t+1);for(var n=0,s=Math.min(e.length-r,2);n<s;++n)e[r+n]=(t&255<<8*(i?n:1-n))>>>(i?n:1-n)*8}d.prototype.writeUInt16LE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,2,65535,0),d.TYPED_ARRAY_SUPPORT?(this[r]=t&255,this[r+1]=t>>>8):J(this,t,r,!0),r+2};d.prototype.writeUInt16BE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,2,65535,0),d.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=t&255):J(this,t,r,!1),r+2};function R(e,t,r,i){t<0&&(t=4294967295+t+1);for(var n=0,s=Math.min(e.length-r,4);n<s;++n)e[r+n]=t>>>(i?n:3-n)*8&255}d.prototype.writeUInt32LE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,4,4294967295,0),d.TYPED_ARRAY_SUPPORT?(this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255):R(this,t,r,!0),r+4};d.prototype.writeUInt32BE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,4,4294967295,0),d.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255):R(this,t,r,!1),r+4};d.prototype.writeIntLE=function(t,r,i,n){if(t=+t,r=r|0,!n){var s=Math.pow(2,8*i-1);C(this,t,r,i,s-1,-s)}var a=0,l=1,p=0;for(this[r]=t&255;++a<i&&(l*=256);)t<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(t/l>>0)-p&255;return r+i};d.prototype.writeIntBE=function(t,r,i,n){if(t=+t,r=r|0,!n){var s=Math.pow(2,8*i-1);C(this,t,r,i,s-1,-s)}var a=i-1,l=1,p=0;for(this[r+a]=t&255;--a>=0&&(l*=256);)t<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(t/l>>0)-p&255;return r+i};d.prototype.writeInt8=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,1,127,-128),d.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[r]=t&255,r+1};d.prototype.writeInt16LE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,2,32767,-32768),d.TYPED_ARRAY_SUPPORT?(this[r]=t&255,this[r+1]=t>>>8):J(this,t,r,!0),r+2};d.prototype.writeInt16BE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,2,32767,-32768),d.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=t&255):J(this,t,r,!1),r+2};d.prototype.writeInt32LE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,4,2147483647,-2147483648),d.TYPED_ARRAY_SUPPORT?(this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24):R(this,t,r,!0),r+4};d.prototype.writeInt32BE=function(t,r,i){return t=+t,r=r|0,i||C(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),d.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255):R(this,t,r,!1),r+4};function U0(e,t,r,i,n,s){if(r+i>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function B0(e,t,r,i,n){return n||U0(e,t,r,4,34028234663852886e22,-34028234663852886e22),H0(e,t,r,i,23,4),r+4}d.prototype.writeFloatLE=function(t,r,i){return B0(this,t,r,!0,i)};d.prototype.writeFloatBE=function(t,r,i){return B0(this,t,r,!1,i)};function L0(e,t,r,i,n){return n||U0(e,t,r,8,17976931348623157e292,-17976931348623157e292),H0(e,t,r,i,52,8),r+8}d.prototype.writeDoubleLE=function(t,r,i){return L0(this,t,r,!0,i)};d.prototype.writeDoubleBE=function(t,r,i){return L0(this,t,r,!1,i)};d.prototype.copy=function(t,r,i,n){if(i||(i=0),!n&&n!==0&&(n=this.length),r>=t.length&&(r=t.length),r||(r=0),n>0&&n<i&&(n=i),n===i||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-r<n-i&&(n=t.length-r+i);var s=n-i,a;if(this===t&&i<r&&r<n)for(a=s-1;a>=0;--a)t[a+r]=this[a+i];else if(s<1e3||!d.TYPED_ARRAY_SUPPORT)for(a=0;a<s;++a)t[a+r]=this[a+i];else Uint8Array.prototype.set.call(t,this.subarray(i,i+s),r);return s};d.prototype.fill=function(t,r,i,n){if(typeof t=="string"){if(typeof r=="string"?(n=r,r=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),t.length===1){var s=t.charCodeAt(0);s<256&&(t=s)}if(n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!d.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else typeof t=="number"&&(t=t&255);if(r<0||this.length<r||this.length<i)throw new RangeError("Out of range index");if(i<=r)return this;r=r>>>0,i=i===void 0?this.length:i>>>0,t||(t=0);var a;if(typeof t=="number")for(a=r;a<i;++a)this[a]=t;else{var l=P(t)?t:X(new d(t,n).toString()),p=l.length;for(a=0;a<i-r;++a)this[a+r]=l[a%p]}return this};var sr=/[^+\/0-9A-Za-z-_]/g;function dr(e){if(e=lr(e).replace(sr,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function lr(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function pr(e){return e<16?"0"+e.toString(16):e.toString(16)}function X(e,t){t=t||1/0;for(var r,i=e.length,n=null,s=[],a=0;a<i;++a){if(r=e.charCodeAt(a),r>55295&&r<57344){if(!n){if(r>56319){(t-=3)>-1&&s.push(239,191,189);continue}else if(a+1===i){(t-=3)>-1&&s.push(239,191,189);continue}n=r;continue}if(r<56320){(t-=3)>-1&&s.push(239,191,189),n=r;continue}r=(n-55296<<10|r-56320)+65536}else n&&(t-=3)>-1&&s.push(239,191,189);if(n=null,r<128){if((t-=1)<0)break;s.push(r)}else if(r<2048){if((t-=2)<0)break;s.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;s.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;s.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return s}function cr(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function ur(e,t){for(var r,i,n,s=[],a=0;a<e.length&&!((t-=2)<0);++a)r=e.charCodeAt(a),i=r>>8,n=r%256,s.push(n),s.push(i);return s}function F0(e){return jt(dr(e))}function t0(e,t,r,i){for(var n=0;n<i&&!(n+r>=t.length||n>=e.length);++n)t[n+r]=e[n];return n}function fr(e){return e!==e}function mr(e){return e!=null&&(!!e._isBuffer||V0(e)||hr(e))}function V0(e){return!!e.constructor&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}function hr(e){return typeof e.readFloatLE=="function"&&typeof e.slice=="function"&&V0(e.slice(0,0))}function r0(e,t,r,i,n){var s,a,l=n*8-i-1,p=(1<<l)-1,c=p>>1,f=-7,u=r?n-1:0,g=r?-1:1,x=e[t+u];for(u+=g,s=x&(1<<-f)-1,x>>=-f,f+=l;f>0;s=s*256+e[t+u],u+=g,f-=8);for(a=s&(1<<-f)-1,s>>=-f,f+=i;f>0;a=a*256+e[t+u],u+=g,f-=8);if(s===0)s=1-c;else{if(s===p)return a?NaN:(x?-1:1)*(1/0);a=a+Math.pow(2,i),s=s-c}return(x?-1:1)*a*Math.pow(2,s-i)}function H0(e,t,r,i,n,s){var a,l,p,c=s*8-n-1,f=(1<<c)-1,u=f>>1,g=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=i?0:s-1,A=i?1:-1,D=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,a=f):(a=Math.floor(Math.log(t)/Math.LN2),t*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?t+=g/p:t+=g*Math.pow(2,1-u),t*p>=2&&(a++,p/=2),a+u>=f?(l=0,a=f):a+u>=1?(l=(t*p-1)*Math.pow(2,n),a=a+u):(l=t*Math.pow(2,u-1)*Math.pow(2,n),a=0));n>=8;e[r+x]=l&255,x+=A,l/=256,n-=8);for(a=a<<n|l,c+=n;c>0;e[r+x]=a&255,x+=A,a/=256,c-=8);e[r+x-A]|=D*128}import{useEffect as Tr}from"react";import{create as Ir}from"zustand";import gr from"js-sha3";import{pack as wr}from"@ethersproject/solidity";import{arrayify as j0,concat as br,hexlify as xr,isBytesLike as yr}from"@ethersproject/bytes";function K(e){return Array.isArray(e)?vr(e):yr(e)?g0(e):Mr(e)}function vr(e){let[t,r]=e.reduce(([i,n],[s,a])=>(i.push(s),n.push(a),[i,n]),[[],[]]);return g0(wr(t,r))}function Mr(e){let t=d.from(e);return g0(t)}function g0(e){let t=BigInt(kr(e))>>BigInt(8),r=t.toString(16);return{hash:t,digest:`0x${r.padStart(64,"0")}`}}function kr(e){let t=xr(br([j0(e)]));return"0x"+gr.keccak_256(j0(t))}var Y0=e=>{let t=/^0x[\dabcdef]+$/;return!!e.toString().match(t)&&e.length>=66};var w0=(n=>(n.MAX_ATTEMPTS="max_attempts",n.TIMEOUT="timeout",n.UNSUPPORTED_COUNTRY="unsupported_country",n.SERVER_ERROR="server_error",n))(w0||{});import{PostHog as Zr}from"posthog-js-lite";function Cr(e){return{name:"telemetry-error",error:e}}typeof globalThis.window<"u"&&(globalThis.onunhandledrejection=function(e){return e.reason.name!=="telemetry-error"});async function Er(e,t){try{return await fetch(e,t)}catch(r){throw Cr(r)}}var E=null;typeof globalThis.window<"u"&&(E=new Zr("phc_QttqgDbMQDYHX1EMH7FnT6ECBVzdp0kGUq92aQaVQ6I",{persistence:"memory"}),E.fetch=Er);var b0={version:"0.3.0-alpha.2",package:"idkit-js"},L=()=>{var e;return(e=E==null?void 0:E.getDistinctId())!=null?e:""};var W0=()=>{E==null||E.capture("idkit opened",b0)},K0=()=>{E==null||E.capture("idkit phone typed",b0)},z0=e=>{E==null||E.capture("idkit phone code retried",y(b({},b0),{channel:e}))};var Sr=Ir()((e,t)=>({open:!1,code:"",signal:"",result:null,actionId:"",walletconnectId:"",theme:"light",phoneNumber:"",autoClose:!1,errorState:null,processing:!1,verifyCallbacks:{},successCallbacks:{},stringifiedActionId:"",stage:"ENTER_PHONE",copy:{},setCode:r=>e({code:r}),setStage:r=>e({stage:r}),setErrorState:r=>e({errorState:r}),setPhoneNumber:r=>e({phoneNumber:r}),setProcessing:r=>e({processing:r}),retryFlow:()=>e({stage:"ENTER_PHONE",phoneNumber:"",errorState:null}),addSuccessCallback:(r,i)=>{e(n=>(n.successCallbacks[i]=r,n))},addVerificationCallback:(r,i)=>{e(n=>(n.verifyCallbacks[i]=r,n))},setOptions:({handleVerify:r,onSuccess:i,signal:n,actionId:s,walletconnectId:a,autoClose:l,copy:p,theme:c},f)=>{let u=typeof s=="string"?s:K(s).digest;e(g=>({theme:c,signal:n,walletconnectId:a,actionId:s,autoClose:l,stringifiedActionId:u,copy:b(b({},g.copy),p)})),i&&t().addSuccessCallback(i,f),r&&t().addVerificationCallback(r,f)},handleVerify:r=>{e({stage:"HOST_APP_VERIFICATION",processing:!1}),Promise.all(Object.values(t().verifyCallbacks).map(i=>i==null?void 0:i(r))).then(()=>{e({stage:"SUCCESS",result:r}),t().autoClose&&setTimeout(()=>t().onOpenChange(!1),1e3)},i=>{let n;i&&typeof i=="object"&&i.message&&(n=i.message),e({stage:"ERROR",errorState:{code:"REJECTED_BY_HOST_APP",message:n}})})},onOpenChange:r=>{if(r)return W0(),e({open:r});if(t().stage=="SUCCESS"){let i=t().result;i&&requestAnimationFrame(()=>Object.values(t().successCallbacks).map(n=>()=>n==null?void 0:n(i)))}e({open:r,phoneNumber:"",code:"",processing:!1,stage:"ENTER_PHONE",result:null,errorState:null})}})),v=Sr;var U={title:"World ID",heading:"Verify your phone number",subheading:"We'll take care of the rest!",success:"Your phone number has been verified"};var Nr=e=>{let{open:t,onOpenChange:r,setOptions:i}=v();return Tr(()=>{i(e,"hook")},[i,e]),{open:t,setOpen:r}},Pr=Nr;import{memo as n1}from"react";import Re from"react-shadow";var _r=`@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300..700&display=swap");
|
|
2
|
+
/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-family:Rubik,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:transparent}[type=checkbox]:indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:transparent}[type=file]{background:unset;border-color:inherit;border-radius:0;border-width:0;font-size:unset;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:414px){.container{max-width:414px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{bottom:0;top:0}.inset-0,.inset-x-0{left:0;right:0}.top-full{top:100%}.left-1\\/2{left:50%}.top-1\\/2{top:50%}.bottom-0{bottom:0}.z-10{z-index:10}.z-0{z-index:0}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-2\\.5{margin-left:.625rem}.mr-1{margin-right:.25rem}.ml-2{margin-left:.5rem}.mt-1\\.5{margin-top:.375rem}.mt-1{margin-top:.25rem}.-mt-\\[2px\\]{margin-top:-2px}.mb-12{margin-bottom:3rem}.mb-6{margin-bottom:1.5rem}.-mt-6{margin-top:-1.5rem}.mt-4{margin-top:1rem}.mt-3{margin-top:.75rem}.-mt-1{margin-top:-.25rem}.mt-2{margin-top:.5rem}.-mt-5{margin-top:-1.25rem}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.aspect-\\[6\\/7\\]{aspect-ratio:6/7}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-24{height:6rem}.h-20{height:5rem}.h-80{height:20rem}.max-h-\\[var\\(--max-h\\2c _0px\\)\\]{max-height:var(--max-h,0)}.min-h-full{min-height:100%}.w-4{width:1rem}.w-full{width:100%}.w-5{width:1.25rem}.w-10{width:2.5rem}.w-\\[34px\\]{width:34px}.w-8{width:2rem}.w-1\\.5{width:.375rem}.w-1{width:.25rem}.w-24{width:6rem}.w-20{width:5rem}.w-80{width:20rem}.min-w-\\[calc\\(100vw_-_48px\\)\\]{min-width:calc(100vw - 48px)}.max-w-\\[15rem\\]{max-width:15rem}.max-w-xs{max-width:20rem}.flex-none{flex:none}.shrink-0{flex-shrink:0}.basis-4{flex-basis:1rem}.-translate-x-1\\/2{--tw-translate-x:-50%}.-translate-x-1\\/2,.-translate-y-1\\/2{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y:-50%}.translate-y-1\\/2{--tw-translate-y:50%}.transform,.translate-y-1\\/2{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.select-none{-webkit-user-select:none;user-select:none}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-4{gap:1rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.whitespace-pre-wrap{white-space:pre-wrap}.rounded-md{border-radius:.375rem}.rounded-2xl{border-radius:1rem}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.border{border-width:1px}.border-0{border-width:0}.border-transparent{border-color:transparent}.border-white\\/10{border-color:hsla(0,0%,100%,.1)}.border-f1f5f8{--tw-border-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-indigo-50\\/50{background-color:rgba(238,242,255,.5)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-black\\/50{background-color:rgba(0,0,0,.5)}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-\\[\\#fecaca\\]{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-ff6848\\/10{background-color:rgba(255,104,72,.1)}.bg-ff6848{--tw-bg-opacity:1;background-color:rgb(255 104 72/var(--tw-bg-opacity))}.bg-6445dd\\/10{background-color:rgba(100,69,221,.1)}.bg-6445dd{--tw-bg-opacity:1;background-color:rgb(100 69 221/var(--tw-bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\\[\\#FF6848\\]{--tw-gradient-from:#ff6848;--tw-gradient-to:rgba(255,104,72,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-\\[\\#4940E0\\]{--tw-gradient-to:#4940e0}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-3{padding:.75rem}.p-5{padding:1.25rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-4{padding-bottom:1rem;padding-top:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pl-6{padding-left:1.5rem}.pt-6{padding-top:1.5rem}.pb-10{padding-bottom:2.5rem}.text-center{text-align:center}.text-justify{text-align:justify}.font-sans{font-family:Rubik,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-9eafc0{--tw-text-opacity:1;color:rgb(158 175 192/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-6445dd{--tw-text-opacity:1;color:rgb(100 69 221/var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-29343f{--tw-text-opacity:1;color:rgb(41 52 63/var(--tw-text-opacity))}.text-70868f{--tw-text-opacity:1;color:rgb(112 134 143/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-d3dfea{--tw-text-opacity:1;color:rgb(211 223 234/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.caret-transparent{caret-color:transparent}.opacity-100{opacity:1}.opacity-0{opacity:0}.opacity-20{opacity:.2}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-0{outline-width:0}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black\\/5{--tw-ring-color:rgba(0,0,0,.05)}.ring-transparent{--tw-ring-color:transparent}.blur{--tw-blur:blur(8px)}.blur,.filter{-webkit-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: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)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-transform,-webkit-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.focus-within\\:border-\\[\\#5b52f3\\]:focus-within{--tw-border-opacity:1;border-color:rgb(91 82 243/var(--tw-border-opacity))}.hover\\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\\:bg-gray-300\\/50:hover{background-color:rgba(209,213,219,.5)}.hover\\:underline:hover{text-decoration-line:underline}.focus\\:border-transparent:focus{border-color:transparent}.focus\\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.focus\\:bg-transparent:focus{background-color:transparent}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.focus\\:ring-transparent:focus{--tw-ring-color:transparent}.focus\\:ring-5b52f3:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(91 82 243/var(--tw-ring-opacity))}.focus\\:ring-gray-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\\:ring:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\\:ring-purple-500\\/75:focus-visible{--tw-ring-color:rgba(168,85,247,.75)}.disabled\\:cursor-wait:disabled{cursor:wait}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:bg-d3dfea:disabled{--tw-bg-opacity:1;background-color:rgb(211 223 234/var(--tw-bg-opacity))}.disabled\\:text-gray-900:disabled{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.disabled\\:text-9eafc0:disabled{--tw-text-opacity:1;color:rgb(158 175 192/var(--tw-text-opacity))}.disabled\\:opacity-40:disabled{opacity:.4}.disabled\\:hover\\:bg-indigo-600:hover:disabled{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.dark .dark\\:border-black\\/10{border-color:rgba(0,0,0,.1)}.dark .dark\\:border-f1f5f8\\/10{border-color:rgba(241,245,248,.1)}.dark .dark\\:bg-29343f{--tw-bg-opacity:1;background-color:rgb(41 52 63/var(--tw-bg-opacity))}.dark .dark\\:bg-ece8fb\\/10{background-color:rgba(236,232,251,.1)}.dark .dark\\:bg-0d151d{--tw-bg-opacity:1;background-color:rgb(13 21 29/var(--tw-bg-opacity))}.dark .dark\\:bg-d3dfea\\/15{background-color:rgba(211,223,234,.15)}.dark .dark\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\\:text-d3dfea{--tw-text-opacity:1;color:rgb(211 223 234/var(--tw-text-opacity))}.dark .dark\\:text-70868f{--tw-text-opacity:1;color:rgb(112 134 143/var(--tw-text-opacity))}.dark .dark\\:text-596673{--tw-text-opacity:1;color:rgb(89 102 115/var(--tw-text-opacity))}.dark .dark\\:text-white\\/80{color:hsla(0,0%,100%,.8)}.dark .dark\\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.dark .dark\\:hover\\:bg-29343f\\/50:hover{background-color:rgba(41,52,63,.5)}.dark .dark\\:focus\\:bg-ece8fb\\/25:focus{background-color:rgba(236,232,251,.25)}.dark .dark\\:disabled\\:bg-29343f\\/50:disabled{background-color:rgba(41,52,63,.5)}.dark .dark\\:disabled\\:text-white:disabled{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:414px){.xs\\:w-12{width:3rem}}@media (min-width:640px){.sm\\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:768px){.md\\:mt-2{margin-top:.5rem}.md\\:max-h-96{max-height:24rem}.md\\:min-w-\\[20rem\\]{min-width:20rem}.md\\:max-w-md{max-width:28rem}.md\\:items-center{align-items:center}.md\\:overflow-y-auto{overflow-y:auto}.md\\:rounded-b-3xl{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.md\\:p-4{padding:1rem}}.\\[\\&_\\*\\]\\:text-black *{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.dark .dark\\:\\[\\&_\\*\\]\\:text-white *{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}`,q0=()=>o.createElement("style",null,_r);var Z=(...e)=>e.filter(Boolean).join(" "),$0=(e,t)=>Math.floor(Math.random()*(t-e+1)+e);var Dr=e=>o.createElement("svg",y(b({},e),{fill:"none",strokeWidth:1.5,viewBox:"0 0 24 24",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})),F=Dr;import{motion as G0}from"framer-motion";var Or=()=>o.createElement("div",{className:"space-y-6"},o.createElement("div",{className:"-mt-6"},o.createElement("p",{className:"text-center text-xl font-semibold text-gray-900 dark:text-white"},"Proving unique-humanness without compromising privacy."),o.createElement("p",{className:"text-70868f mt-4 text-center"},"World ID is an identity protocol centered around persons. It can be used to prove someone is doing something once without revealing personal information."),o.createElement("p",{className:"text-70868f mt-3 text-center"},"It currently supports verification through biometrics (using a device called an Orb), and through phone numbers. Zero-Knowledge Proofs and other cryptographic mechanisms are used to preserve privacy."),o.createElement("p",{className:"text-70868f mt-3 text-center"},"Apps will never see your phone number or biometrics.")),o.createElement("div",null,o.createElement(G0.a,{layoutId:"submit-button",href:"https://id.worldcoin.org/",target:"_blank",transition:{layout:{duration:.15}},className:Z("inline-flex w-full justify-center space-x-2 items-center px-8 py-4 border border-transparent font-medium rounded-2xl shadow-sm","text-gray-500 dark:text-70868f bg-gray-200 dark:bg-29343f hover:bg-gray-300/50 dark:hover:bg-29343f/50","focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-300 disabled:cursor-not-allowed transition")},o.createElement(G0.span,{transition:{layout:{duration:.15}},layoutId:"button-text"},"Learn more")))),Q0=Or;var Ur=({retryFlow:e,errorState:t})=>({retryFlow:e,errorState:t}),Br={["GENERIC_ERROR"]:"Something went wrong",["INVALID_CODE"]:"Invalid code",["PHONE_OTP_REQUEST_ERROR"]:"We could not send you a code",["REJECTED_BY_HOST_APP"]:"Verification declined by app"},Lr=()=>{var r;let{retryFlow:e,errorState:t}=v(Ur);return o.createElement("div",{className:"space-y-8"},o.createElement("div",{className:"-mt-5 flex items-center justify-center"},o.createElement("div",{className:"bg-ff6848/10 inline-flex items-center justify-center rounded-full p-5"},o.createElement("div",{className:"bg-ff6848 flex items-center justify-center rounded-full p-5"},o.createElement(F,{className:"w-8 text-white"})))),o.createElement("div",null,o.createElement("p",{className:"text-center text-2xl font-semibold text-gray-900 dark:text-white"},Br[(r=t==null?void 0:t.code)!=null?r:"GENERIC_ERROR"]),o.createElement("p",{className:"mt-2 text-center text-lg text-gray-400"},(t==null?void 0:t.message)||"Please try again in a moment.")),o.createElement("div",{className:"flex justify-center"},o.createElement("button",{type:"button",onClick:e,className:"inline-flex items-center rounded-full border border-transparent bg-indigo-600 px-8 py-3 font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-40 disabled:hover:bg-indigo-600"},"Try Again")),o.createElement("div",null,o.createElement("p",{className:"mt-4 text-xs text-gray-400"},"If you are the app owner, check the console for further details.")))},X0=Lr;import{motion as V}from"framer-motion";var H={opacity:[1,.1,.2,.4,.6,.8]},j={repeat:1/0,duration:1,type:"spring"},Fr=({className:e=""})=>o.createElement("svg",{className:e,xmlns:"http://www.w3.org/2000/svg",fill:"#6345DB",viewBox:"0 0 48 48"},o.createElement(V.path,{animate:H,transition:j,d:"M21.985 17.835a.742.742 0 0 0 .492-.211.768.768 0 0 0 .227-.492c.106-1.73.337-4.651.692-7.72 4.857-.214 8.217 2.033 8.217 2.033-.98-3.45-3.206-12.771-9.196-11.286-5.069 1.339-3.38 14.296-1.047 17.393a.75.75 0 0 0 .615.284Z"}),o.createElement(V.path,{animate:H,transition:y(b({},j),{delay:.15}),d:"M27.946 18.265c.892-3.791 9.724-13.28 13.938-10.113 4.905 3.8-.816 11.432-2.832 14.383 0 0-.403-4.084-3.619-7.788a162.5 162.5 0 0 0-6.326 4.31.748.748 0 0 1-.839-.004.784.784 0 0 1-.323-.788Zm3.6 5.727a.714.714 0 0 0-.404.547.764.764 0 0 0 .097.532.74.74 0 0 0 .422.328c1.632.489 4.387 1.349 7.247 2.365-.844 4.866-3.724 7.73-3.724 7.73 3.523-.235 12.94-.421 12.815-6.704-.183-5.325-12.978-6.45-16.453-4.798Z"}),o.createElement(V.path,{animate:H,transition:y(b({},j),{delay:.35}),d:"M29.386 30.421a.727.727 0 0 0-.834.128.756.756 0 0 0-.174.84c.633 1.602 1.699 4.329 2.697 7.25-4.272 2.355-8.265 1.837-8.265 1.837 2.371 2.658 8.38 10.045 13.122 6.039 3.984-3.46-3.11-14.354-6.546-16.094Z"}),o.createElement(V.path,{animate:H,transition:y(b({},j),{delay:.55}),d:"M23.098 32.706a.739.739 0 0 0-.432-.527.718.718 0 0 0-.533-.027.733.733 0 0 0-.408.35 160.789 160.789 0 0 1-3.897 6.654c-4.464-1.935-6.556-5.443-6.556-5.443-.567 3.547-2.506 12.937 3.532 14.227 5.136 1.016 9.1-11.423 8.294-15.233Z"}),o.createElement(V.path,{animate:H,transition:y(b({},j),{delay:.7}),d:"M17.434 29.113a.778.778 0 0 0-.177-1.108.729.729 0 0 0-.523-.114c-1.68.274-4.531.714-7.546 1.046-1.295-4.769.096-8.609.096-8.609-3.08 1.75-11.5 6.058-8.735 11.657 2.42 4.73 14.447.137 16.885-2.872Z"}),o.createElement(V.path,{animate:H,transition:y(b({},j),{delay:.85}),d:"M16.657 22.361a.709.709 0 0 0 .605-.303.772.772 0 0 0-.096-1.016 145.357 145.357 0 0 1-5.5-5.355c2.86-3.996 6.68-5.276 6.68-5.276-3.264-1.368-11.817-5.404-14.399.303-2.13 4.866 8.88 11.588 12.71 11.647Z"})),Y=Fr;import*as p0 from"@radix-ui/react-toast";var Vr=()=>o.createElement("div",{className:"space-y-6"},o.createElement("div",{className:"-mt-6"},o.createElement("p",{className:"text-70868f mt-4 text-justify"},"Proof of Personhood Verification Service (\u201CPOP Service\u201D) allows other developers to leverage the World ID protocol to verify that their users are unique humans."),o.createElement("p",{className:"text-70868f mt-4 text-justify"},"The POP Service may allow developers to use other signals such as phone number verifications instead of, or in addition to the IrisCode. In the case of phone number verification, we use Twilio to collect, mask, and verify the phone number pursuant to"," ",o.createElement("a",{href:"https://www.twilio.com/legal/privacy",target:"_blank",rel:"noreferrer",className:"underline"},"its privacy notice"),"."),o.createElement("p",{className:"text-70868f mt-4 text-justify"},"Upon receipt of the confirmation of uniqueness from Twilio, we then inform the developers that the phone number has been verified. We only transmit your phone number until receipt of verification code,"," ",o.createElement("b",{className:"font-medium text-gray-900 dark:text-white/80"},"we do not store phone numbers or hashes of the phone numbers.")," ","We only provide developers with an irreversible hash of your phone number that lets them validate that the phone number is real and unique."),o.createElement("p",{className:"text-70868f mt-3 text-justify"},"Please note that this section only covers data that we collect, use, and share. It does not explain what developers do with any data we provide to them (or any other information they may collect about you separately)."),o.createElement("p",{className:"text-70868f mt-3 text-justify"},"More details in our"," ",o.createElement("a",{href:"https://worldcoin.org/privacy-statement",className:"underline",target:"_blank",rel:"noreferrer noopener"},"Privacy Statement"),"."))),J0=Vr;var Hr=e=>o.createElement("svg",y(b({},e),{fill:"none",strokeWidth:1.5,viewBox:"0 0 24 24",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})),i0=Hr;var jr=e=>e.copy,Yr=()=>{let e=v(jr);return o.createElement("div",{className:"space-y-6"},o.createElement("div",{className:"-mt-5 flex items-center justify-center"},o.createElement("div",{className:"bg-6445dd/10 inline-flex items-center justify-center rounded-full p-5"},o.createElement("div",{className:"bg-6445dd flex items-center justify-center rounded-full p-5"},o.createElement(i0,{className:"w-8 text-white"})))),o.createElement("div",null,o.createElement("p",{className:"text-center text-2xl font-semibold text-gray-900 dark:text-white"},"Success! \u{1F389}"),o.createElement("p",{className:"text-70868f mt-2 text-center text-lg"},(e==null?void 0:e.success)||U.success)))},R0=Yr;import{useEffect as ct}from"react";import{motion as st}from"framer-motion";import{useEffect as Wr,useState as Kr}from"react";var zr=()=>{let[e,t]=Kr("desktop");return Wr(()=>{let r=globalThis.matchMedia("(max-width: 768px)"),i=n=>t(n.matches?"mobile":"desktop");return i(r),r.addEventListener("change",i),()=>{r.removeEventListener("change",i)}},[]),e},tt=zr;import{useEffect as et,useRef as $r}from"react";import Gr from"qr-code-styling-new";import{renderToString as Qr}from"react-dom/server";var qr=({style:e})=>o.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 46 46",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",style:e},o.createElement("path",{d:"M26.979 17.9748C27.0917 18.106 27.2493 18.1906 27.4209 18.212C27.5926 18.2335 27.7661 18.1903 27.9076 18.0909C29.2231 17.1623 31.4672 15.6147 33.9047 14.0864C35.7135 16.1216 36.9017 18.6323 37.3288 21.3215C39.244 18.5745 44.6607 11.4941 39.9985 7.95389C36.0133 4.99405 27.6561 13.8349 26.8243 17.3557C26.7972 17.4637 26.7972 17.5767 26.8241 17.6846C26.8511 17.7926 26.9043 17.8923 26.979 17.9748Z"}),o.createElement("path",{d:"M30.229 22.6759C30.1037 22.74 30 22.8396 29.931 22.9623C29.8619 23.085 29.8306 23.2253 29.841 23.3657C29.8513 23.5061 29.9028 23.6404 29.989 23.7516C30.0752 23.8629 30.1924 23.9463 30.3257 23.9914C31.8734 24.4556 34.485 25.2488 37.1933 26.1967C36.7314 28.8866 35.5021 31.3857 33.6532 33.3932C36.9999 33.1611 45.9181 32.9869 45.802 27.1446C45.6279 22.1922 33.5177 21.1476 30.229 22.6759Z"}),o.createElement("path",{d:"M28.1784 28.6729C28.0788 28.6249 27.9697 28.6 27.8592 28.6C27.7487 28.6 27.6395 28.6249 27.54 28.6729C27.386 28.7555 27.2675 28.8916 27.2069 29.0555C27.1464 29.2194 27.1478 29.3998 27.2111 29.5627C27.8302 31.0523 28.8361 33.6059 29.7647 36.3143C25.7215 38.5003 21.9492 38.0167 21.9492 38.0167C24.1932 40.4929 29.8808 47.3605 34.3882 43.6462C38.1412 40.4155 31.4284 30.2785 28.1784 28.6729Z"}),o.createElement("path",{d:"M22.2201 30.7816C22.1968 30.674 22.1476 30.5737 22.0768 30.4895C22.006 30.4052 21.9158 30.3395 21.8138 30.2979C21.6537 30.2287 21.4734 30.2221 21.3086 30.2794C21.1438 30.3367 21.0065 30.4538 20.924 30.6075C20.1308 32.0003 18.7766 34.3605 17.229 36.798C14.7141 35.7418 12.5577 33.9818 11.0191 31.7295C10.4775 35.0375 8.65899 43.7623 14.3659 44.9617C19.2409 45.9096 22.9746 34.3411 22.2201 30.7816Z"}),o.createElement("path",{d:"M16.8614 27.454C16.9266 27.3665 16.971 27.2652 16.9912 27.1579C17.0113 27.0506 17.0066 26.9402 16.9774 26.835C16.9359 26.6637 16.8309 26.5146 16.6837 26.4176C16.5365 26.3207 16.358 26.2832 16.1843 26.3126C14.598 26.5641 11.909 26.9704 9.04584 27.2799C8.31322 24.6557 8.34678 21.8767 9.14257 19.2709C6.22142 20.8959 -1.74887 24.9004 0.882103 30.1237C3.16486 34.5151 14.5593 30.2591 16.8614 27.454Z"}),o.createElement("path",{d:"M16.1262 21.1668C16.2366 21.1694 16.3458 21.1442 16.4438 21.0935C16.5419 21.0427 16.6256 20.9682 16.6872 20.8766C16.7957 20.7414 16.8481 20.5697 16.8337 20.3969C16.8193 20.2241 16.7392 20.0635 16.6099 19.948C15.4104 18.8647 13.4179 17.0075 11.406 14.9569C12.9978 12.7444 15.1943 11.0382 17.7319 10.0432C14.6366 8.78577 6.53092 5.03277 4.07406 10.3334C2.06214 14.8602 12.5086 21.1088 16.1262 21.1668Z"}),o.createElement("path",{d:"M21.156 16.9495C21.3329 16.9453 21.5019 16.8757 21.6305 16.7543C21.7591 16.6328 21.8382 16.468 21.8525 16.2917C21.9492 14.7054 22.162 11.9777 22.5102 9.13394C25.2291 8.99787 27.9294 9.64945 30.287 11.0104C29.3585 7.79911 27.2498 -0.867611 21.5816 0.525254C16.784 1.76336 18.3703 13.8155 20.595 16.698C20.6598 16.7837 20.7452 16.8517 20.8433 16.8957C20.9413 16.9397 21.0489 16.9582 21.156 16.9495Z"})),rt=qr;var Xr=globalThis.btoa(Qr(o.createElement(rt,{style:{color:"#6445DD"}}))),ot=new Gr({width:320,height:320,type:"svg",image:`data:image/svg+xml;base64,${Xr}`,cornersSquareOptions:{type:"extra-rounded"},cornersDotOptions:{type:"dot"},dotsOptions:{color:"currentColor",type:"extra-rounded"},backgroundOptions:{color:"transparent"},imageOptions:{margin:16,hideBackgroundDots:!0}}),it=({data:e,className:t=""})=>{let r=$r(null);return et(()=>{!r.current||ot.append(r.current)},[]),et(()=>{ot.update({data:e})},[e]),o.createElement("div",{ref:r,className:Z(t,"relative z-0 flex items-center justify-center rounded border box-border border-white/10 dark:border-black/10 [&_*]:text-black dark:[&_*]:text-white")})};var Jr=({className:e=""})=>o.createElement("svg",{className:e,xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 304 304"},o.createElement("path",{d:"M87.515 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM105.939 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M152 0a4.606 4.606 0 1 1 0 9.212A4.606 4.606 0 0 1 152 0Z"}),o.createElement("path",{d:"M161.212 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M170.424 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM207.273 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 0a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M105.939 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM133.576 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M142.788 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M152 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M179.636 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M188.848 9.212a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M198.061 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M207.273 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 9.212a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M105.939 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M115.151 18.424a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214Z"}),o.createElement("path",{d:"M124.364 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM179.636 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM198.061 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 18.424a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 27.636a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM115.151 27.636a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214Z"}),o.createElement("path",{d:"M124.364 27.636a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 27.636a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 27.636a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM198.061 27.636a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 27.636a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM124.364 36.849a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 36.849a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM161.212 36.849a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M105.939 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM133.576 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M142.788 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M152 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M179.636 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M188.848 46.06a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214Z"}),o.createElement("path",{d:"M198.061 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 46.06a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM115.151 55.273a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214ZM133.576 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM152 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM188.848 55.273a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214ZM207.273 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 55.273a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM87.515 64.485a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M96.727 64.485a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211ZM115.151 64.485a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM179.636 64.485a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM207.273 64.485a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 64.485a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM32.242 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M41.454 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM59.879 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M69.09 73.697a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212ZM87.515 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M96.727 73.697a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211ZM124.364 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM152 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM271.758 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M280.97 73.697a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M13.818 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212ZM69.09 82.91a4.606 4.606 0 1 1 .001 9.211 4.606 4.606 0 0 1 0-9.212ZM124.364 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M133.576 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212ZM161.212 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212ZM188.848 82.91a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.214ZM216.485 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212ZM234.909 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212ZM253.333 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M262.546 82.91a4.607 4.607 0 1 1-.001 9.212 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M271.758 82.91a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.212ZM4.606 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM23.03 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M32.242 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M41.454 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M50.667 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M59.879 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M69.09 92.121a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M78.303 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM105.939 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M115.151 92.121a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214Z"}),o.createElement("path",{d:"M124.364 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM188.848 92.121a4.607 4.607 0 1 1 0 9.214 4.607 4.607 0 0 1 0-9.214Z"}),o.createElement("path",{d:"M198.061 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M234.909 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM253.333 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM271.758 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM290.182 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M299.394 92.121a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM23.03 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M32.242 101.333a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM50.667 101.333a4.607 4.607 0 1 1-.002 9.213 4.607 4.607 0 0 1 .002-9.213ZM69.09 101.333a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M78.303 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M87.515 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM207.273 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M216.485 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM253.333 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M262.546 101.333a4.607 4.607 0 1 1-.003 9.215 4.607 4.607 0 0 1 .003-9.215ZM280.97 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M290.182 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M299.394 101.333a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM32.242 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M41.454 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M50.667 110.545a4.606 4.606 0 1 1-.001 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M59.879 110.545a4.606 4.606 0 1 1-.001 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M69.09 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M78.303 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M87.515 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM216.485 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M225.697 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM244.121 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M253.333 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM271.758 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM299.394 110.545a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM23.03 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM41.454 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM69.09 119.758a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M78.303 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM207.273 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M216.485 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM234.909 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM253.333 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM271.758 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM290.182 119.758a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM13.818 128.97a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM41.454 128.97a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M50.667 128.97a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M59.879 128.97a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 128.97a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 128.97a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM280.97 128.97a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM13.818 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM69.09 138.182a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M78.303 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M234.909 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 138.182a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M280.97 138.182a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM23.03 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM59.879 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M96.727 147.394a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211ZM216.485 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM244.121 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M253.333 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M262.546 147.394a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM299.394 147.394a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM41.454 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 156.606a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211ZM207.273 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM244.121 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M253.333 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M262.546 156.606a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM299.394 156.606a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM13.818 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M23.03 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM59.879 165.818a4.606 4.606 0 1 1-.001 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M69.09 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M78.303 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M87.515 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM207.273 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M216.485 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM244.121 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M253.333 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM271.758 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M280.97 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM299.394 165.818a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM4.606 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M13.818 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM32.242 175.03a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M41.454 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM87.515 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM207.273 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M216.485 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M234.909 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M244.121 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM271.758 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M280.97 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M290.182 175.03a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM50.667 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M59.879 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M234.909 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM253.333 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM271.758 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM299.394 184.243a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM23.03 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM50.667 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM69.09 193.455a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212ZM87.515 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM207.273 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M216.485 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM253.333 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M262.546 193.455a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 193.455a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM32.242 202.667a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212ZM50.667 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M59.879 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M96.727 202.667a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211ZM124.364 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM152 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M161.212 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM188.848 202.667a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM207.273 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M216.485 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM244.121 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M253.333 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M262.546 202.667a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM299.394 202.667a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM23.03 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM41.454 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM69.09 211.879a4.606 4.606 0 1 1 .001 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M78.303 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 211.879a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211ZM115.151 211.879a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M124.364 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 211.879a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM280.97 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM299.394 211.879a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM4.606 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M13.818 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M23.03 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM41.454 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M50.667 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M59.879 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM115.151 221.091a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M124.364 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M152 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM188.848 221.091a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM225.697 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M234.909 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M244.121 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M253.333 221.091a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M262.546 221.091a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM78.303 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM115.151 230.303a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M124.364 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM142.788 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M152 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM225.697 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 230.303a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 230.303a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M87.515 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M96.727 239.515a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211Z"}),o.createElement("path",{d:"M105.939 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM124.364 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M179.636 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM198.061 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M207.273 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M216.485 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM244.121 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 239.515a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 239.515a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM87.515 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM105.939 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M115.151 248.727a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM133.576 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM161.212 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M170.424 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM188.848 248.727a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM207.273 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M216.485 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 248.727a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M271.758 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M280.97 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M290.182 248.727a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM78.303 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M87.515 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM115.151 257.939a4.607 4.607 0 0 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M124.364 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM142.788 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM161.212 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM198.061 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM216.485 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M225.697 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M234.909 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M244.121 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M253.333 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213Z"}),o.createElement("path",{d:"M262.546 257.939a4.607 4.607 0 1 1-.003 9.215 4.607 4.607 0 0 1 .003-9.215ZM290.182 257.939a4.607 4.607 0 1 1-.001 9.213 4.607 4.607 0 0 1 .001-9.213ZM78.303 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M87.515 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M96.727 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM133.576 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M142.788 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM161.212 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM188.848 267.151a4.607 4.607 0 1 1 0 9.21 4.607 4.607 0 0 1 0-9.21ZM207.273 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM234.909 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM253.333 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM299.394 267.151a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM115.151 276.364a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213Z"}),o.createElement("path",{d:"M124.364 276.364a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M133.576 276.364a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM152 276.364a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM179.636 276.364a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M188.848 276.364a4.607 4.607 0 1 1 0 9.213 4.607 4.607 0 0 1 0-9.213ZM262.546 276.364a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM290.182 276.364a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M299.394 276.364a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM87.515 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM105.939 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM244.121 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM271.758 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M280.97 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M290.182 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M299.394 285.576a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM96.727 294.788a4.606 4.606 0 1 1 0 9.211 4.606 4.606 0 0 1 0-9.211Z"}),o.createElement("path",{d:"M105.939 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM133.576 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM152 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM170.424 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M179.636 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM216.485 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M225.697 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212Z"}),o.createElement("path",{d:"M234.909 294.788a4.606 4.606 0 1 1 0 9.212 4.606 4.606 0 0 1 0-9.212ZM262.546 294.788a4.606 4.606 0 1 1 0 9.213 4.606 4.606 0 0 1 0-9.213ZM42.47.005H22.015C12.048.005 3.603 6.591.903 15.593A21.361 21.361 0 0 0 0 21.769v20.939c0 12.006 9.88 21.77 22.016 21.77l10.226.002 10.227-.003c12.136 0 22.016-9.763 22.016-21.77V21.77c0-12-9.88-21.764-22.016-21.764Zm12.342 42.703c0 6.67-5.536 12.097-12.345 12.097l-10.225.002-10.224-.002c-6.809 0-12.345-5.428-12.345-12.097V21.769c0-2.083.54-4.045 1.491-5.76a12.267 12.267 0 0 1 3.771-4.14 12.45 12.45 0 0 1 7.08-2.19H42.47c6.806 0 12.343 5.423 12.343 12.09v20.939ZM281.984.005h-20.453c-9.968 0-18.413 6.586-21.113 15.588a21.467 21.467 0 0 0-.903 6.176v20.939c0 12.006 9.879 21.77 22.016 21.77l10.227.002 10.226-.003c12.136 0 22.016-9.763 22.016-21.77V21.77c0-12-9.879-21.764-22.016-21.764Zm12.343 42.703c0 6.67-5.536 12.097-12.345 12.097l-10.224.002-10.225-.002c-6.808 0-12.345-5.428-12.345-12.097V21.769c0-2.083.54-4.045 1.491-5.76a12.28 12.28 0 0 1 3.771-4.14 12.452 12.452 0 0 1 7.08-2.19h20.454c6.807 0 12.343 5.423 12.343 12.09v20.939ZM42.47 239.521H22.015c-9.968 0-18.413 6.585-21.113 15.587A21.36 21.36 0 0 0 0 261.284v20.939c0 12.006 9.88 21.77 22.016 21.77l10.226.002 10.227-.003c12.136 0 22.016-9.763 22.016-21.77v-20.938c0-12-9.88-21.763-22.016-21.763Zm12.342 42.702c0 6.67-5.536 12.097-12.345 12.097l-10.225.002-10.224-.002c-6.809 0-12.345-5.427-12.345-12.097v-20.939c0-2.083.54-4.045 1.491-5.759a12.27 12.27 0 0 1 3.771-4.141 12.454 12.454 0 0 1 7.08-2.191H42.47c6.806 0 12.343 5.424 12.343 12.091v20.939Z"}),o.createElement("path",{d:"M31.972 45.519c7.481 0 13.547-6.066 13.547-13.547 0-7.482-6.066-13.548-13.547-13.548-7.482 0-13.548 6.066-13.548 13.548 0 7.481 6.066 13.547 13.548 13.547ZM271.487 45.519c7.482 0 13.547-6.066 13.547-13.547 0-7.482-6.065-13.548-13.547-13.548s-13.548 6.066-13.548 13.548c0 7.481 6.066 13.547 13.548 13.547ZM31.972 285.034c7.481 0 13.547-6.065 13.547-13.547s-6.066-13.548-13.547-13.548c-7.482 0-13.548 6.066-13.548 13.548s6.066 13.547 13.548 13.547Z"}),o.createElement("path",{fill:"url(#b)",d:"M158.863 143.54a1.213 1.213 0 0 0 1.635.208 240.578 240.578 0 0 1 10.557-7.177 25.755 25.755 0 0 1 6.027 12.966c3.372-4.923 12.907-17.611 4.7-23.955-7.015-5.304-21.727 10.539-23.191 16.848a1.236 1.236 0 0 0 .272 1.11Z"}),o.createElement("path",{fill:"url(#c)",d:"M164.584 151.964c-.22.115-.403.294-.524.513a1.3 1.3 0 0 0 .102 1.415c.151.199.358.349.592.43 2.725.832 7.322 2.253 12.09 3.952a25.552 25.552 0 0 1-6.232 12.896c5.891-.416 21.59-.728 21.386-11.198-.306-8.875-21.625-10.747-27.414-8.008Z"}),o.createElement("path",{fill:"url(#d)",d:"M160.974 162.711a1.274 1.274 0 0 0-1.123 0c-.272.148-.48.392-.587.686-.106.294-.104.617.008.909a219.174 219.174 0 0 1 4.495 12.099c-7.118 3.917-13.758 3.051-13.758 3.051 3.95 4.437 13.962 16.744 21.897 10.088 6.606-5.79-5.21-23.956-10.932-26.833Z"}),o.createElement("path",{fill:"url(#e)",d:"M150.486 166.49a1.225 1.225 0 0 0-.252-.523 1.197 1.197 0 0 0-.463-.344 1.207 1.207 0 0 0-.89-.033c-.29.103-.531.313-.677.588-1.396 2.496-3.78 6.725-6.504 11.094a25.035 25.035 0 0 1-10.932-9.083c-.953 5.928-4.154 21.563 5.892 23.712 8.581 1.699 15.154-19.032 13.826-25.411Z"}),o.createElement("path",{fill:"url(#f)",d:"M141.053 160.527a1.299 1.299 0 0 0 .204-1.11 1.246 1.246 0 0 0-.517-.747 1.21 1.21 0 0 0-.879-.189c-2.793.451-7.526 1.179-12.566 1.734a26.024 26.024 0 0 1 .17-14.353c-5.142 2.912-19.173 10.089-14.541 19.449 4.018 7.87 24.076.243 28.129-4.784Z"}),o.createElement("path",{fill:"url(#g)",d:"M139.758 149.26a1.15 1.15 0 0 0 .988-.52 1.23 1.23 0 0 0-.136-1.664 222.986 222.986 0 0 1-9.161-8.945 24.994 24.994 0 0 1 11.136-8.805c-5.449-2.254-19.718-8.979-24.042.52-3.542 8.112 14.847 19.31 21.215 19.414Z"}),o.createElement("path",{fill:"url(#h)",d:"M148.613 141.702c.311-.007.609-.132.835-.35.226-.217.365-.513.391-.829.17-2.842.544-7.73 1.157-12.827 4.787-.243 9.54.924 13.69 3.363-1.634-5.755-5.346-21.286-15.324-18.79-8.446 2.219-5.653 23.817-1.737 28.983.114.153.264.275.437.354a1.1 1.1 0 0 0 .551.096Z"}),o.createElement("defs",null,o.createElement("linearGradient",{id:"b",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})),o.createElement("linearGradient",{id:"c",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})),o.createElement("linearGradient",{id:"d",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})),o.createElement("linearGradient",{id:"e",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})),o.createElement("linearGradient",{id:"f",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})),o.createElement("linearGradient",{id:"g",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})),o.createElement("linearGradient",{id:"h",x1:"188.378",x2:"100.564",y1:"93.493",y2:"106.103",gradientUnits:"userSpaceOnUse"},o.createElement("stop",{stopColor:"#FF6848"}),o.createElement("stop",{offset:"1",stopColor:"#5645F5"})))),nt=Jr;var Rr=e=>o.createElement("svg",y(b({},e),{fill:"none",strokeWidth:1.5,viewBox:"0 0 24 24",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"})),at=Rr;var te=({qrData:e})=>{let t=tt();return o.createElement(o.Fragment,null,o.createElement("div",{className:"border-f1f5f8 dark:border-f1f5f8/10 relative -mt-6 flex items-center justify-center rounded-2xl border py-8"},o.createElement("div",{className:"text-29343f dark:text-white"},e?o.createElement(it,{data:t=="desktop"?e.default:e.mobile,className:"h-80 w-80"}):o.createElement(nt,{className:"h-80 w-80 animate-pulse opacity-20"})),o.createElement("div",{className:"absolute inset-x-0 bottom-0 flex translate-y-1/2 items-center justify-center"},o.createElement("p",{className:"text-d3dfea dark:bg-0d151d dark:text-596673 bg-white px-4"},"or"))),o.createElement("div",null,o.createElement(st.a,{layoutId:"submit-button",href:"https://worldcoin.org/download",target:"_blank",transition:{layout:{duration:.15}},className:Z("inline-flex w-full justify-center space-x-2 items-center px-8 py-4 border border-transparent font-medium rounded-2xl shadow-sm","text-gray-500 dark:text-70868f bg-gray-200 dark:bg-29343f hover:bg-gray-300/50 dark:hover:bg-29343f/50","focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-300 disabled:cursor-not-allowed transition")},o.createElement(at,{className:"h-5 w-5 text-gray-400"}),o.createElement(st.span,{transition:{layout:{duration:.15}},layoutId:"button-text"},"Download the Worldcoin app"))))},dt=te;var x0=(l=>(l.ConnectionFailed="connection_failed",l.VerificationRejected="verification_rejected",l.AlreadySigned="already_signed",l.InvalidActionID="invalid_action_id",l.InvalidSignal="invalid_signal",l.UnexpectedResponse="unexpected_response",l.GenericError="generic_error",l))(x0||{});var re=()=>o.createElement("div",{className:"flex flex-col items-center justify-center space-y-12 pb-10"},o.createElement(Y,{className:"h-20 w-20"}),o.createElement("div",{className:"space-y-4"},o.createElement("p",{className:"mx-auto max-w-[15rem] text-center text-3xl font-semibold text-black dark:text-white"},"Confirm on the Worldcoin app"),o.createElement("p",{className:"mx-auto max-w-xs text-lg text-gray-400 dark:text-gray-600"},"Please confirm the request inside the Worldcoin app to continue."))),lt=re;import{create as oe}from"zustand";import{useEffect as ie}from"react";function y0(e,t){let r=new globalThis.URL("https://worldcoin.org/verify"),i=new RegExp("(?<=wc:)(.*?)(?=@)"),n=new RegExp("(?<=@)(.*?)(?=(\\?|$))"),s=new RegExp("(?<=relay-protocol=)(.*?)(?=(&|$))"),a=new RegExp("(?<=symKey=)(.*?)(?=(&|$))"),l=e.match(i),p=e.match(n),c=e.match(s),f=e.match(a);return l&&r.searchParams.append("t",l[0]),p&&r.searchParams.append("v",p[0]),c&&r.searchParams.append("p",c[0]),f&&r.searchParams.append("k",f[0]),t&&r.searchParams.append("r",t),r.toString()}import ne from"@walletconnect/sign-client";import{getSdkError as ae}from"@walletconnect/utils";var z,se=oe()((e,t)=>({qrData:null,config:null,result:null,connected:!1,uri:"",topic:"",errorCode:null,verificationState:"loading_widget",initConnection:async(r,i,n="c3e6053f10efbb423808783ee874cf6a")=>{e({config:{action_id:r,signal:i,walletconnect_id:n}}),z=await ne.init({projectId:n,metadata:{name:"World ID",description:"Verify with World ID",url:"#",icons:["https://worldcoin.org/icons/logo-small.svg"]}});try{let{uri:s,approval:a}=await z.connect({requiredNamespaces:{eip155:{methods:["wld_worldIDVerification"],chains:["eip155:1"],events:["chainChanged","accountsChanged"]}}});if(s){t().setUri(s);let l=await a();if(typeof l<"u")return e({topic:l.topic}),t().onConnectionEstablished();z.on("session_delete",()=>{t().initConnection(r,i,n)})}}catch(s){e({errorCode:"connection_failed"}),console.error(`Unable to establish a connection with the WLD app: ${s}`)}},setUri:r=>{!r||e({uri:r,verificationState:"awaiting_connection",qrData:{default:y0(r),mobile:y0(r,globalThis.location.href)}})},onConnectionEstablished:async()=>{e({verificationState:"awaiting_verification"}),await z.request({topic:t().topic,chainId:"eip155:1",request:de(t().config.action_id,t().config.signal)}).then(r=>{if(!le(r))return e({errorCode:"unexpected_response"});e({result:r,verificationState:"confirmed"})}).catch(r=>{let i="generic_error",n=r.message;n&&Object.values(x0).includes(n)&&(i=n),e({errorCode:i,verificationState:"failed"})}).finally(async()=>await z.disconnect({topic:t().topic,reason:ae("USER_DISCONNECTED")})).catch(r=>console.error("Unable to kill session",r))},resetConnection:()=>{e({result:null,config:null,qrData:null,errorCode:null,connected:!1,verificationState:"loading_widget"})}})),de=(e,t)=>({jsonrpc:"2.0",method:"wld_worldIDVerification",id:$0(1e5,9999999),params:[{signal:K(t).digest,action_id:K(e).digest}]}),le=e=>{let t="proof"in e?e.proof:void 0,r="merkle_root"in e?e.merkle_root:void 0,i="nullifier_hash"in e?e.nullifier_hash:void 0;for(let n of[r,i,t])if(!n||!Y0(n))return!1;return!0},pe=e=>({qrData:e.qrData,result:e.result,errorCode:e.errorCode,reset:e.resetConnection,initConnection:e.initConnection,verificationState:e.verificationState}),ce=(e,t,r)=>{let{result:i,verificationState:n,errorCode:s,qrData:a,initConnection:l,reset:p}=se(pe);return ie(()=>{!e||!t||l(e,t,r)},[e,l,t,r]),{result:i,reset:p,verificationState:n,errorCode:s,qrData:a}},pt=ce;var fe=e=>({signal:e.signal,actionId:e.actionId,walletconnectId:e.walletconnectId,handleVerify:e.handleVerify}),me=()=>{let{actionId:e,signal:t,walletconnectId:r,handleVerify:i}=v(fe),{result:n,qrData:s,verificationState:a,reset:l}=pt(e,t,r);return console.log(a),ct(()=>l,[l]),ct(()=>{!n||i({signal_type:"orb",nullifier_hash:n.nullifier_hash,proof_payload:{proof:n.proof,merkle_root:n.merkle_root}})},[n,l,i]),o.createElement("div",{className:"space-y-6"},a==="awaiting_verification"?o.createElement(lt,null):o.createElement(dt,{qrData:s}))},ut=me;import*as S from"@radix-ui/react-dialog";var he=({className:e=""})=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",className:e,viewBox:"0 0 84 16",clipRule:"evenodd",fillRule:"evenodd"},o.createElement("path",{d:"M13.961 2.717c-1.404-1.055-4.348 2.108-4.646 3.371a.262.262 0 0 0 .108.263.25.25 0 0 0 .28.001 54.105 54.105 0 0 1 2.108-1.436c1.072 1.234 1.206 2.596 1.206 2.596l.122-.177c.75-1.084 2.367-3.42.822-4.618Zm-3.536 5.354a.238.238 0 0 1 .09-.074c1.159-.55 5.424-.176 5.485 1.6.039 1.975-2.75 2.142-4.053 2.22l-.22.014s.96-.954 1.242-2.577a52.692 52.692 0 0 0-2.415-.788.247.247 0 0 1-.141-.11.254.254 0 0 1-.032-.176.243.243 0 0 1 .044-.109Zm-.775 2.046c.05-.007.1 0 .145.023 1.146.58 3.51 4.212 2.182 5.365-1.49 1.26-3.357-.86-4.228-1.848-.052-.06-.1-.115-.146-.165 0 0 1.331.173 2.755-.612a55.368 55.368 0 0 0-.899-2.417.255.255 0 0 1 .058-.28.244.244 0 0 1 .133-.066Zm-2.001.68c.025.03.042.066.05.105.27 1.27-1.052 5.417-2.764 5.078-1.898-.405-1.432-3.21-1.214-4.521l.036-.221s.698 1.17 2.186 1.814c.54-.87 1.02-1.716 1.299-2.218a.24.24 0 0 1 .314-.107.24.24 0 0 1 .093.07Zm-1.79-1.199a.26.26 0 0 1-.048.106C5 10.707.99 12.238.183 10.66c-.872-1.765 1.594-3.146 2.731-3.784l.18-.101s-.463 1.28-.031 2.87a50.668 50.668 0 0 0 2.515-.35.25.25 0 0 1 .278.186c.01.038.01.078.003.116Zm-.194-2.17a.236.236 0 0 1-.113.025c-1.276-.02-4.947-2.26-4.236-3.882.814-1.799 3.407-.694 4.607-.183l.192.082s-1.273.426-2.227 1.759c.71.732 1.415 1.397 1.834 1.784a.256.256 0 0 1 .032.34.241.241 0 0 1-.089.075Zm1.827-1.553a.247.247 0 0 1-.369-.024c-.777-1.033-1.34-5.352.35-5.798 1.889-.469 2.655 2.289 3.008 3.56l.056.202s-1.12-.75-2.738-.677a50.779 50.779 0 0 0-.23 2.573.256.256 0 0 1-.077.164Zm34.03 1.792c0 1.049-.197 1.947-.59 2.695-.389.745-.92 1.315-1.594 1.71-.671.397-1.432.595-2.284.595-.85 0-1.614-.198-2.288-.594-.67-.4-1.202-.971-1.595-1.716-.389-.748-.584-1.644-.584-2.69 0-1.049.195-1.946.584-2.69.393-.748.925-1.32 1.595-1.716.675-.396 1.437-.594 2.288-.594.852 0 1.613.198 2.284.594.674.396 1.206.968 1.595 1.716.392.744.588 1.641.588 2.69Zm-1.771 0c0-.738-.116-1.36-.347-1.868-.228-.51-.544-.895-.95-1.155a2.514 2.514 0 0 0-1.4-.394c-.528 0-.995.131-1.4.394-.405.26-.723.645-.954 1.155-.228.507-.342 1.13-.342 1.868 0 .738.114 1.362.342 1.873.23.507.549.892.954 1.155.405.26.872.39 1.4.39.529 0 .996-.13 1.4-.39.406-.263.722-.648.95-1.155.231-.51.347-1.135.347-1.873Zm-17.674 4.867L19.333 2.8h1.894l1.752 7.153h.09L24.94 2.8h1.724l1.875 7.158h.085L30.375 2.8h1.894l-2.744 9.734h-1.737l-1.947-6.83h-.075l-1.951 6.83h-1.738ZM43.053 2.8v9.734h1.76V8.969h1.793l1.91 3.565h1.966L48.379 8.68c.063-.025.125-.053.185-.081.513-.25.9-.604 1.163-1.06.266-.46.399-1.002.399-1.626 0-.62-.131-1.164-.394-1.63a2.66 2.66 0 0 0-1.154-1.093c-.506-.26-1.133-.39-1.88-.39h-3.645Zm1.76 4.705h1.624c.437 0 .795-.06 1.073-.18.279-.124.484-.303.617-.537.136-.238.204-.53.204-.875s-.068-.64-.204-.884a1.3 1.3 0 0 0-.622-.56c-.278-.13-.637-.196-1.077-.196h-1.614v3.232Zm6.8 5.029V2.8h1.761v8.256h4.282v1.478h-6.043Zm7.438 0h3.294c.988 0 1.833-.195 2.535-.585a3.907 3.907 0 0 0 1.62-1.677c.376-.73.564-1.6.564-2.615 0-1.01-.187-1.878-.56-2.604a3.906 3.906 0 0 0-1.605-1.668c-.693-.39-1.522-.585-2.487-.585h-3.36v9.734Zm3.21-1.526h-1.449V4.326h1.5c.659 0 1.21.123 1.652.37.447.244.784.614 1.011 1.108.228.491.342 1.109.342 1.853 0 .745-.114 1.366-.342 1.864a2.37 2.37 0 0 1-1.02 1.116c-.453.248-1.018.371-1.695.371ZM73.546 2.8v9.734h-1.761V2.8h1.761Zm1.773 9.734h3.295c.987 0 1.832-.195 2.535-.585a3.906 3.906 0 0 0 1.618-1.677c.377-.73.565-1.6.565-2.615 0-1.01-.186-1.878-.56-2.604a3.905 3.905 0 0 0-1.604-1.668c-.693-.39-1.522-.585-2.488-.585h-3.36v9.734Zm3.21-1.526h-1.448V4.326h1.5c.658 0 1.209.123 1.652.37.446.244.783.614 1.01 1.108.228.491.343 1.109.343 1.853 0 .745-.115 1.366-.342 1.864a2.371 2.371 0 0 1-1.02 1.116c-.453.248-1.018.371-1.696.371Z"})),ft=he;import{motion as v0}from"framer-motion";import*as W from"@radix-ui/react-toast";import{phone as ke}from"phone";import ht from"react-country-flag";import{allCountries as gt}from"country-telephone-data";var ge=e=>o.createElement("svg",y(b({},e),{fill:"none",strokeWidth:1.5,viewBox:"0 0 24 24",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 8.25l-7.5 7.5-7.5-7.5"})),mt=ge;import{Listbox as q,Transition as we}from"@headlessui/react";import{Fragment as be,useCallback as xe,useEffect as wt,useRef as ye,useState as ve}from"react";var Me=({value:e,onChange:t})=>{let[r,i]=ve("us"),n=ye(null);wt(()=>{let a=n.current;if(!a)return;let l=0,p=u=>{a.scrollTop+=u.deltaY},c=u=>{l=a.scrollTop+u.touches[0].pageY},f=u=>{a.scrollTop=l-u.touches[0].pageY};return a.addEventListener("wheel",p),a.addEventListener("touchstart",c),a.addEventListener("touchmove",f),()=>{a.removeEventListener("wheel",p),a.removeEventListener("touchstart",c),a.removeEventListener("touchmove",f)}},[]);let s=xe(()=>{let a=n.current;if(!a)return;let l=a.getBoundingClientRect();a.style.maxHeight=`${globalThis.innerHeight-l.top-12}px`},[]);return wt(()=>{t(gt.find(a=>a.iso2===r).dialCode)},[r,t]),o.createElement(q,{value:r,onChange:i},({open:a})=>o.createElement(o.Fragment,null,o.createElement(q.Label,{className:"sr-only block text-sm font-medium text-gray-700"},"Country Code"),o.createElement(q.Button,{className:"flex flex-none items-center"},o.createElement(ht,{svg:!0,countryCode:r,style:{width:24,height:24,flexShrink:0,objectFit:"cover",borderRadius:"50%"}}),o.createElement("p",{className:"ml-2.5 mr-1 dark:text-white"},"+",e),o.createElement(mt,{className:"text-9eafc0 h-4 w-4 shrink-0 basis-4","aria-hidden":"true"})),o.createElement(we,{show:a,as:be,leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0",beforeEnter:s,unmount:!1},o.createElement(q.Options,{ref:n,className:"dark:bg-29343f absolute inset-x-0 top-full z-10 mt-1.5 max-h-[var(--max-h,_0px)] w-full min-w-[calc(100vw_-_48px)] overflow-y-scroll rounded-2xl bg-white px-2 py-1 text-base shadow-lg ring-1 ring-black/5 focus:outline-none sm:text-sm md:max-h-96 md:min-w-[20rem]",unmount:!1},gt.map(l=>o.createElement(q.Option,{key:l.iso2,className:({selected:p,active:c})=>Z("dark:text-white",p?"bg-indigo-500 text-white font-medium":c?"bg-indigo-50/50 dark:bg-ece8fb/10":"text-gray-900 dark:text-white","relative flex items-center justify-between px-2 py-2 w-full rounded-2xl text-sm focus:bg-gray-100 dark:focus:bg-ece8fb/25","focus:outline-none select-none"),value:l.iso2},({selected:p})=>o.createElement(o.Fragment,null,o.createElement("div",{className:"flex items-center"},o.createElement(ht,{svg:!0,countryCode:l.iso2,style:{width:24,height:24,flexShrink:0}}),o.createElement("p",{className:"mx-2 whitespace-pre-wrap"},l.name),p?o.createElement("span",{className:"text-white"},o.createElement(i0,{className:"h-5 w-5","aria-hidden":"true"})):null),o.createElement("span",{className:Z("font-medium",p?"text-white":"text-6445dd dark:text-white")},"+",l.dialCode))))))))},bt=Me;import{Fragment as Ze,memo as Ce,useEffect as Ee,useState as xt}from"react";var Ie=({setPhoneNumber:e})=>({setFullPhone:e}),Se=({disabled:e,onSubmit:t})=>{let{setFullPhone:r}=v(Ie),[i,n]=xt("1"),[s,a]=xt("");return Ee(()=>{let l=ke(`+${i} ${s}`);if(!l.isValid){r("");return}r(l.phoneNumber)},[i,s,r]),o.createElement(Ze,null,o.createElement("label",{htmlFor:"phone-number",className:"sr-only block text-sm font-medium text-gray-700"},"Phone Number"),o.createElement("div",{className:"dark:bg-29343f relative mt-1 flex rounded-2xl border border-transparent bg-gray-100 py-4 px-3 shadow-sm transition-colors focus-within:border-[#5b52f3]"},o.createElement("div",{className:"flex items-center"},o.createElement("label",{htmlFor:"country",className:"sr-only"},"Country"),o.createElement(bt,{value:i,onChange:n})),o.createElement("input",{type:"tel",id:"phone-number",name:"phone-number",value:s,placeholder:"Phone number",onChange:l=>a(l.target.value),className:"block w-full rounded-md border-transparent bg-transparent pl-6 focus:border-transparent focus:ring-transparent dark:text-white sm:text-sm",disabled:e,onKeyDown:l=>l.key==="Enter"&&void(t==null?void 0:t())})))},yt=Ce(Se);var vt="data:image/webp;base64,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";var Te=i=>{var n=i,{border:e,size:t="sm"}=n,r=G(n,["border","size"]);let s=t==="md"?36:24;return o.createElement(o.Fragment,null,e&&o.createElement("svg",{className:Z(e,"absolute left-1/2 top-1/2 w-[34px] -mt-[2px] transform -translate-x-1/2 -translate-y-1/2"),xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 26 26"},o.createElement("path",{d:"M8.382 2.244a6.938 6.938 0 0 1 9.236 0l1.626 1.451c.346.308.722.581 1.122.815l1.882 1.098a6.937 6.937 0 0 1 2.854 8.784l-.877 1.995c-.187.424-.33.866-.428 1.319l-.463 2.129a6.938 6.938 0 0 1-7.473 5.429l-2.168-.218a6.934 6.934 0 0 0-1.386 0l-2.168.218a6.938 6.938 0 0 1-7.473-5.429l-.463-2.13a6.937 6.937 0 0 0-.428-1.318l-.877-1.995a6.938 6.938 0 0 1 2.854-8.784L5.634 4.51c.4-.234.776-.507 1.122-.815l1.626-1.45Z"})),o.createElement("img",y(b({src:vt},r),{alt:"Verified",width:s,height:s})))},n0=Te;var Ne="https://developer.worldcoin.org/api/v1";async function a0(e,t,r,i){let n=await Zt("/phone/request",{phone_number:e,action_id:t,channel:r,ph_distinct_id:i});if(!n.ok)throw await n.json()}async function Mt(e,t,r,i){let n=await Zt("/phone/verify",{phone_number:e,code:t,action_id:r,ph_distinct_id:i});if(!n.ok)throw await n.json();return n.json()}function s0(e){return typeof e=="object"&&e!==null&&Object.prototype.hasOwnProperty.call(e,"code")&&Object.prototype.hasOwnProperty.call(e,"detail")}function kt(e){return typeof e=="object"&&e!==null&&Object.prototype.hasOwnProperty.call(e,"code")}var Zt=(e,t)=>fetch(`${Ne}${e}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});var _e=({processing:e,errorState:t,phoneNumber:r,stringifiedActionId:i,setStage:n,setProcessing:s,setErrorState:a,copy:l})=>({copy:l,processing:e,errorState:t,phoneNumber:r,stringifiedActionId:i,useWorldID:()=>n("WORLD_ID"),onSubmit:async()=>{try{s(!0),a(null),await a0(r,i,"sms",L()),K0(),s(!1),n("ENTER_CODE")}catch(p){console.error(p),s(!1);let c;s0(p)?(c=Object.values(w0).includes(p.code)&&p.detail||void 0,p.code!=="timeout"&&n("ERROR")):n("ERROR"),a({code:"PHONE_OTP_REQUEST_ERROR",message:c})}},onResetErrorState:()=>{a(null)}}),De=()=>{let{copy:e,phoneNumber:t,processing:r,useWorldID:i,onSubmit:n,errorState:s,onResetErrorState:a}=v(_e);return o.createElement("div",{className:"space-y-6"},o.createElement(W.Root,{className:"absolute -mt-1 flex gap-4 rounded-md bg-[#fecaca] p-3 shadow-lg",open:!!s,onOpenChange:a,asChild:!0},o.createElement(v0.div,{initial:{opacity:0,y:-40},animate:{opacity:1,y:0},transition:{duration:.3}},o.createElement(W.Title,{className:"text-xs font-medium text-red-600"},(s==null?void 0:s.message)||"Unable to send code. Please try again."),o.createElement(W.Action,{altText:"Close"},o.createElement(F,{className:"h-4 w-4"})))),o.createElement("div",null,o.createElement("p",{className:"text-center text-2xl font-semibold text-gray-900 dark:text-white"},(e==null?void 0:e.heading)||U.heading),o.createElement("p",{className:"text-70868f mt-3 text-center md:mt-2"},(e==null?void 0:e.subheading)||U.subheading)),o.createElement("div",{className:"mt-2 space-y-2"},o.createElement(yt,{disabled:r,onSubmit:n}),o.createElement("p",{className:"text-9eafc0 dark:text-596673 text-center text-xs"},"We'll call or text to confirm your number. No data is stored.")),o.createElement("div",{className:"flex items-center justify-center space-x-1"},o.createElement("div",{className:"flex items-center space-x-2"},o.createElement(n0,null),o.createElement("p",{className:"text-9eafc0 dark:text-70868f font-medium"},"I have World ID")),o.createElement("span",{className:"font-medium text-gray-400"},"\u2022"),o.createElement("button",{onClick:i,className:"bg-gradient-to-r from-[#FF6848] to-[#4940E0] bg-clip-text font-medium text-transparent"},"Verify human")),o.createElement("div",{className:"mt-4 flex justify-center"},o.createElement(v0.button,{animate:{opacity:t?1:.4},type:"button",transition:{layout:{duration:.15}},onClick:()=>void n(),layoutId:"submit-button",disabled:!t||r,className:Z("inline-flex items-center px-8 py-3 border border-transparent font-medium rounded-full shadow-sm","text-white bg-indigo-600 hover:bg-indigo-700","focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500","disabled:cursor-not-allowed disabled:bg-d3dfea dark:disabled:bg-29343f/50 disabled:text-9eafc0")},o.createElement(v0.span,{transition:{layout:{duration:.15}},layoutId:"button-text"},"Continue"))))},Ct=De;import{motion as M0}from"framer-motion";import{useMemo as Ke,useRef as ze}from"react";import{memo as Oe,useState as Ue}from"react";import Be from"react-countdown";var Et=59*1e3,Le=({minutes:e,seconds:t,completed:r})=>{if(!r)return o.createElement("span",null,"in ",e,":",t<10?`0${t}`:t)},Fe=()=>{let{phoneNumber:e,stringifiedActionId:t,setProcessing:r,setStage:i,setErrorState:n}=v(),[s,a]=Ue(new Date().getTime()+Et),l=async p=>{a(new Date().getTime()+Et);try{r(!0),await a0(e,t,p,L()),z0(p),r(!1)}catch(c){r(!1),a(void 0),s0(c)&&c.code!=="server_error"?(n({code:"GENERIC_ERROR"}),console.error(c)):i("ERROR")}};return o.createElement(o.Fragment,null,o.createElement("button",{type:"button",disabled:!!s,className:"font-medium text-indigo-500 disabled:cursor-wait disabled:text-gray-900 dark:disabled:text-white",onClick:()=>void l("sms")},"Resend"," ",s&&o.createElement(Be,{onComplete:()=>a(void 0),date:s,renderer:Le}))," ","or"," ",o.createElement("button",{type:"button",className:"font-medium text-indigo-500 disabled:cursor-wait disabled:text-gray-900 dark:disabled:text-white",disabled:!!s,onClick:()=>void l("call")},"Call me"))},It=Oe(Fe);import{createRef as Ve,memo as He,useCallback as B,useEffect as St,useMemo as je,useState as At}from"react";var d0=e=>new Array(6).fill("").map((t,r)=>e[r]||""),Ye=({code:e,setCode:t})=>({code:e,setCode:t}),We=({submitRef:e,disabled:t})=>{let{code:r,setCode:i}=v(Ye),n=je(()=>new Array(6).fill(null).map(()=>Ve()),[]),[s,a]=At(d0("")),[l,p]=At(-1);St(()=>{r||a(d0(""))},[r]);let c=B(w=>{requestAnimationFrame(()=>{var h;(h=n[w].current)==null||h.select()})},[n]),f=B((w,h)=>{let M=[...s];M[h]=w,a(M);let T=M.join("");i(""),T.length===6&&i(T)},[i,s]),u=B(w=>{requestAnimationFrame(()=>{var h,M;(M=(h=n[w])==null?void 0:h.current)==null||M.focus()})},[n]),g=B(w=>{requestAnimationFrame(()=>{var h;(h=n[w].current)==null||h.blur()})},[n]),x=w=>{var h;!((h=n[w])!=null&&h.current)||(p(w),c(w))},A=B((w,h)=>{let M=w.target.value.replace(s[h],"");if(!/^\d/.test(M))return c(h);if(M.length>1)return a(d0(w.target.value)),w.target.value.length!==6?void 0:(i(w.target.value),g(h));f(M,h),h===5?requestAnimationFrame(()=>{var T;(T=e.current)==null||T.focus()}):u(h+1)},[g,e,u,c,i,f,s]),D=B((w,h)=>{if(w.key==="Backspace"||w.key==="Delete")return w.preventDefault(),f("",l),u(h-1);if(w.key===s[h]){if(h===5)return g(h);u(h+1)}},[u,g,l,f,s]),c0=B((w,h)=>{w.preventDefault();let T=w.clipboardData.getData("text").slice(0,6);if(!!/^\d/.test(T)){if(a(d0(T)),T.length!==6)return u(T.length);i(T),g(h)}},[g,u,i]);return St(()=>{u(0)},[u,n]),o.createElement("fieldset",{className:"flex items-center justify-center space-x-3"},o.createElement("legend",{className:"sr-only"},"Enter your SMS code"),n.map((w,h)=>o.createElement("input",{ref:w,key:h,maxLength:1,type:"number",pattern:"[0-9]*",value:s[h],inputMode:"numeric",autoComplete:"one-time-code",autoFocus:h===0,onFocus:()=>x(h),onPaste:M=>c0(M,h),onChange:M=>A(M,h),onKeyDown:M=>D(M,h),className:Z("w-10 xs:w-12 aspect-[6/7] border-0 outline-0 rounded-xl text-center caret-transparent text-29343f dark:text-white","bg-gray-100 dark:bg-29343f focus:bg-transparent","ring ring-transparent focus:ring-5b52f3"),disabled:t})))},Tt=He(We);var qe=({processing:e,phoneNumber:t,code:r,stringifiedActionId:i,setStage:n,setProcessing:s,setCode:a,copy:l,handleVerify:p,setErrorState:c,errorState:f})=>({processing:e,phoneNumber:t,code:r,stringifiedActionId:i,errorState:f,setCode:a,setErrorState:c,copy:l,onSubmit:async()=>{try{c(null),s(!0);let u=await Mt(t,r,i,L()),{nullifier_hash:g}=u,x=G(u,["nullifier_hash"]);p({signal_type:"phone",nullifier_hash:g,proof_payload:x})}catch(g){s(!1),a(""),kt(g)?(c({code:"INVALID_CODE"}),console.error(g)):n("ERROR")}},useWorldID:()=>n("WORLD_ID")}),$e=()=>{let e=ze(null),{phoneNumber:t,processing:r,code:i,onSubmit:n,useWorldID:s,errorState:a}=v(qe),l=Ke(()=>{if(!r&&a)return{x:[0,-16,16,-8,8,0]}},[r,a]);return o.createElement("div",{className:"space-y-6"},o.createElement("div",null,o.createElement("p",{className:"text-center text-2xl font-semibold text-gray-900 dark:text-white"},"Enter your 6-digit code to complete the verification."),o.createElement("p",{className:"text-70868f mt-2 text-center"},"Code has been sent to ",o.createElement("span",{className:"font-medium"},t))),o.createElement("form",{className:"mt-2 space-y-2"},o.createElement(M0.div,{animate:l,transition:{type:"spring",stiffness:30}},o.createElement(Tt,{submitRef:e,disabled:r})),o.createElement("p",{className:"text-70868f text-center text-xs"},a?o.createElement("span",{className:"text-red-400"},"That code is invalid. Please try again."):"Did not receive a code?"," ",o.createElement(It,null))),o.createElement("div",{className:"flex items-center justify-center space-x-1"},o.createElement("div",{className:"flex items-center space-x-2"},o.createElement(n0,null),o.createElement("p",{className:"text-70868f font-medium"},"I have World ID")),o.createElement("span",{className:"font-medium text-gray-400"},"\u2022"),o.createElement("button",{type:"button",onClick:s,className:"bg-gradient-to-r from-[#FF6848] to-[#4940E0] bg-clip-text font-medium text-transparent"},"Verify human")),o.createElement("div",{className:"mt-4 flex justify-center"},o.createElement(M0.button,{layoutId:"submit-button",type:"button",animate:{opacity:i?1:.4},transition:{layout:{duration:.15}},onClick:()=>void n(),disabled:!i||r,ref:e,className:"inline-flex w-full items-center justify-center rounded-2xl border border-transparent bg-indigo-600 px-8 py-4 font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-40 disabled:hover:bg-indigo-600"},o.createElement(M0.span,{transition:{layout:{duration:.15}},layoutId:"button-text"},"Continue"))))},Nt=$e;import{AnimatePresence as Ot,motion as l0}from"framer-motion";var Ge=({className:e=""})=>o.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,fill:"currentColor",viewBox:"0 0 6 12"},o.createElement("path",{d:"m4.683 4.08.63.407-.63-.406ZM.25 3a.75.75 0 0 0 1.5 0H.25Zm2 4.5a.75.75 0 0 0 1.5 0h-1.5Zm1.5 2.5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 1a.75.75 0 0 0 1.5 0h-1.5Zm2-8c0 .25-.073.48-.198.675l1.262.812c.276-.43.436-.94.436-1.487h-1.5Zm-2.5 0c0-.69.56-1.25 1.25-1.25V.25A2.75 2.75 0 0 0 .25 3h1.5ZM3 1.75c.69 0 1.25.56 1.25 1.25h1.5A2.75 2.75 0 0 0 3 .25v1.5ZM2.25 7v.5h1.5V7h-1.5Zm1.802-3.325a7.592 7.592 0 0 1-.468.628c-.178.22-.386.473-.573.73C2.642 5.54 2.25 6.201 2.25 7h1.5c0-.305.15-.64.474-1.084.159-.219.334-.43.528-.672.187-.232.389-.489.562-.757l-1.262-.812ZM2.25 10v1h1.5v-1h-1.5Z"})),Pt=Ge;var Qe=e=>o.createElement("svg",y(b({},e),{fill:"none",strokeWidth:1.5,viewBox:"0 0 24 24",stroke:"currentColor",xmlns:"http://www.w3.org/2000/svg"}),o.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6.75 15.75L3 12m0 0l3.75-3.75M3 12h18"})),_t=Qe;import{Fragment as t1,useEffect as Ut,useMemo as r1,useState as e1}from"react";import{memo as Xe}from"react";var Je=()=>o.createElement("div",{className:"space-y-6"},o.createElement("div",{className:"flex justify-center"},o.createElement(Y,{className:"h-24 w-24"})),o.createElement("div",{className:"text-70868f mt-4"},"Transmitting verification to host app. Please wait...")),Dt=Xe(Je);var o1=({copy:e,open:t,processing:r,onOpenChange:i,stage:n,setStage:s,theme:a,setOptions:l})=>({copy:e,stage:n,theme:a,setStage:s,processing:r,setOptions:l,isOpen:t,onOpenChange:i}),i1=({children:e,actionId:t,signal:r,walletconnectId:i,theme:n,handleVerify:s,onSuccess:a,autoClose:l,copy:p})=>{let{isOpen:c,onOpenChange:f,processing:u,stage:g,setStage:x,setOptions:A,copy:D,theme:c0}=v(o1),[w,h]=e1(!1);Ut(()=>{A({actionId:t,signal:r,walletconnectId:i,onSuccess:a,handleVerify:s,autoClose:l,copy:p,theme:n},"props")},[t,r,i,a,n,s,l,p,A]),Ut(()=>h(globalThis.innerWidth<768),[]);let M=r1(()=>{switch(g){case"ENTER_PHONE":return Ct;case"WORLD_ID":return ut;case"ENTER_CODE":return Nt;case"SUCCESS":return R0;case"ERROR":return X0;case"ABOUT":return Q0;case"PRIVACY":return J0;case"HOST_APP_VERIFICATION":return Dt;default:throw new Error("Invalid IDKitStage.")}},[g]);return o.createElement(S.Root,{open:c,onOpenChange:f},e==null?void 0:e({open:()=>f(!0)}),o.createElement(S.Portal,{forceMount:!0},o.createElement(t1,null,o.createElement(Ot,null,c&&o.createElement(Re.div,{mode:"open",id:"idkit-widget"},o.createElement(q0,null),o.createElement("div",{id:"modal",className:Z(c0=="dark"&&"dark","fixed z-10 font-sans")},o.createElement(S.Overlay,{asChild:!0},o.createElement(l0.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 bg-black/50 backdrop-blur-lg"})),o.createElement("div",{className:"fixed inset-0 z-10 overflow-y-hidden md:overflow-y-auto"},o.createElement("div",{className:"flex min-h-full items-end justify-center text-center md:items-center md:p-4"},o.createElement(S.Content,{asChild:!0},o.createElement(l0.div,{layout:!0,animate:w?"animateMob":"animate",initial:w?"initMob":"init",exit:w?"initMob":"init",variants:{init:{opacity:0,scale:.9},initMob:{translateY:"100%"},animate:{opacity:1,scale:1},animateMob:{translateY:0}},transition:{layout:{duration:.15}},className:"dark:bg-0d151d relative z-50 w-full rounded-t-3xl bg-white pt-6 shadow focus:outline-none focus-visible:ring focus-visible:ring-purple-500/75 md:max-w-md md:rounded-b-3xl"},o.createElement(p0.Provider,null,o.createElement(p0.Viewport,{className:"flex justify-center"}),o.createElement("div",{className:"mx-6 mb-12 flex items-center justify-between"},g=="ENTER_PHONE"?o.createElement("button",{onClick:()=>x("ABOUT"),className:"dark:bg-d3dfea/15 flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 dark:text-white"},o.createElement(Pt,{className:"w-1.5"})):["ENTER_CODE","WORLD_ID","PRIVACY","ABOUT"].includes(g)?o.createElement("button",{onClick:()=>x("ENTER_PHONE"),className:"dark:bg-d3dfea/15 flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 dark:text-white"},o.createElement(_t,{className:"w-4"})):null,o.createElement(S.Title,{className:"dark:text-d3dfea font-medium text-gray-900"},g!="ABOUT"&&((D==null?void 0:D.title)||U.title)),o.createElement(S.Close,{className:"dark:bg-d3dfea/15 flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 dark:text-white"},o.createElement(F,{className:"h-4 w-4"}))),o.createElement("div",{className:"relative"},o.createElement(l0.div,{className:"mx-6 mb-6",layout:"position",animate:{visibility:u?"hidden":"visible"},transition:{layout:{duration:.15}}},o.createElement(M,null)),o.createElement(Ot,null,u&&o.createElement(l0.div,{className:"absolute inset-0 flex items-center justify-center pb-10",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0}},o.createElement(Y,{className:"h-24 w-24"})))),o.createElement("div",{className:"dark:bg-29343f flex items-center justify-between bg-gray-100 py-3 px-6 md:rounded-b-3xl"},o.createElement("p",{className:"text-70868f flex items-center gap-1 text-sm"},o.createElement("span",null,"Verified with"),o.createElement("a",{href:"https://id.worldcoin.org",target:"_blank",rel:"noreferrer"},o.createElement(ft,{className:"h-4 text-black dark:text-white"}))),o.createElement("button",{onClick:()=>x("PRIVACY"),className:"text-70868f text-sm hover:underline"},"Privacy Policy")))))))))))))},Bt=i1;var a1=n1(Bt);export{a1 as IDKitWidget,Pr as useIDKit};
|
|
3
|
+
/*!
|
|
4
|
+
* The buffer module from node.js, for the browser.
|
|
5
|
+
*
|
|
6
|
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
7
|
+
* @license MIT
|
|
8
|
+
*/
|
|
9
|
+
//# sourceMappingURL=index.js.map
|