@cedros/login-react 0.0.24 → 0.0.26

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/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const I=require("./useAuth-X6Ds6WW4.cjs"),T=require("./useCedrosLogin-C9MrcZvh.cjs"),e=require("react/jsx-runtime"),l=require("react"),V=require("./LoadingSpinner-d6sSxgQN.cjs"),Fs=require("./sanitization-Bo_tn-L2.cjs"),K=require("./EmailRegisterForm-B1DB-bqe.cjs"),Le=require("./validation-BuGQrA-K.cjs"),G=require("./ErrorMessage-CHbYbVi2.cjs"),Us=require("./GoogleLoginButton-D7CoMXLq.cjs"),$e=require("./mobileWalletAdapter-BgWsM7tl.cjs"),te=require("./PermissionsSection-BPbE-hNx.cjs"),zt=require("./useSystemSettings-DRrreszl.cjs"),xe=require("./AutosaveStatus-BFj5GIab.cjs"),Ws=require("./useOrgs-DDVRCaVi.cjs"),Oe=require("./AdminDepositList-b2AXtLg0.cjs"),fe=require("./AdminWithdrawalHistory-DL9zbu2b.cjs"),Ee=require("./useUsersStatsSummary-8qY7iP4G.cjs"),Vt=require("./StatsBar-DTUZCwDD.cjs"),ge=require("./plugin-PU2vAozn.cjs"),Ht=require("./AuthenticationSettings-C9f5MKgj.cjs"),Qt=require("./EmbeddedWalletSettings-Bmx8x21f.cjs"),We=require("./EmailSettings-CM5l8qqK.cjs"),_s=require("./CreditSystemSettings-r3gnGjiU.cjs"),Kt=require("./ServerSettings-LIIP5TPz.cjs"),ie=require("./shamir-CiBczzDN.cjs"),Gr=require("./useAdminDeposits-BkkCwHWp.cjs"),Os=require("./WebhookSettings-2p9abGm5.cjs");function qe(s){return s instanceof Uint8Array||ArrayBuffer.isView(s)&&s.constructor.name==="Uint8Array"}function Yt(s,t){return Array.isArray(t)?t.length===0?!0:s?t.every(o=>typeof o=="string"):t.every(o=>Number.isSafeInteger(o)):!1}function $r(s){if(typeof s!="function")throw new Error("function expected");return!0}function ze(s,t){if(typeof t!="string")throw new Error(`${s}: string expected`);return!0}function ke(s){if(!Number.isSafeInteger(s))throw new Error(`invalid integer: ${s}`)}function Ve(s){if(!Array.isArray(s))throw new Error("array expected")}function He(s,t){if(!Yt(!0,t))throw new Error(`${s}: array of strings expected`)}function Gt(s,t){if(!Yt(!1,t))throw new Error(`${s}: array of numbers expected`)}function Jr(...s){const t=n=>n,o=(n,c)=>i=>n(c(i)),a=s.map(n=>n.encode).reduceRight(o,t),r=s.map(n=>n.decode).reduce(o,t);return{encode:a,decode:r}}function Xr(s){const t=typeof s=="string"?s.split(""):s,o=t.length;He("alphabet",t);const a=new Map(t.map((r,n)=>[r,n]));return{encode:r=>(Ve(r),r.map(n=>{if(!Number.isSafeInteger(n)||n<0||n>=o)throw new Error(`alphabet.encode: digit index outside alphabet "${n}". Allowed: ${s}`);return t[n]})),decode:r=>(Ve(r),r.map(n=>{ze("alphabet.decode",n);const c=a.get(n);if(c===void 0)throw new Error(`Unknown letter: "${n}". Allowed: ${s}`);return c}))}}function Zr(s=""){return ze("join",s),{encode:t=>(He("join.decode",t),t.join(s)),decode:t=>(ze("join.decode",t),t.split(s))}}function eo(s,t="="){return ke(s),ze("padding",t),{encode(o){for(He("padding.encode",o);o.length*s%8;)o.push(t);return o},decode(o){He("padding.decode",o);let a=o.length;if(a*s%8)throw new Error("padding: invalid, string should have whole number of bytes");for(;a>0&&o[a-1]===t;a--)if((a-1)*s%8===0)throw new Error("padding: invalid, string has too much padding");return o.slice(0,a)}}}function Rs(s,t,o){if(t<2)throw new Error(`convertRadix: invalid from=${t}, base cannot be less than 2`);if(o<2)throw new Error(`convertRadix: invalid to=${o}, base cannot be less than 2`);if(Ve(s),!s.length)return[];let a=0;const r=[],n=Array.from(s,i=>{if(ke(i),i<0||i>=t)throw new Error(`invalid integer: ${i}`);return i}),c=n.length;for(;;){let i=0,d=!0;for(let h=a;h<c;h++){const p=n[h],m=t*i,f=m+p;if(!Number.isSafeInteger(f)||m/t!==i||f-p!==m)throw new Error("convertRadix: carry overflow");const w=f/o;i=f%o;const g=Math.floor(w);if(n[h]=g,!Number.isSafeInteger(g)||g*o+i!==f)throw new Error("convertRadix: carry overflow");if(d)g?d=!1:a=h;else continue}if(r.push(i),d)break}for(let i=0;i<s.length-1&&s[i]===0;i++)r.push(0);return r.reverse()}const $t=(s,t)=>t===0?s:$t(t,s%t),Qe=(s,t)=>s+(t-$t(s,t)),ns=(()=>{let s=[];for(let t=0;t<40;t++)s.push(2**t);return s})();function Ds(s,t,o,a){if(Ve(s),t<=0||t>32)throw new Error(`convertRadix2: wrong from=${t}`);if(o<=0||o>32)throw new Error(`convertRadix2: wrong to=${o}`);if(Qe(t,o)>32)throw new Error(`convertRadix2: carry overflow from=${t} to=${o} carryBits=${Qe(t,o)}`);let r=0,n=0;const c=ns[t],i=ns[o]-1,d=[];for(const h of s){if(ke(h),h>=c)throw new Error(`convertRadix2: invalid data word=${h} from=${t}`);if(r=r<<t|h,n+t>32)throw new Error(`convertRadix2: carry overflow pos=${n} from=${t}`);for(n+=t;n>=o;n-=o)d.push((r>>n-o&i)>>>0);const p=ns[n];if(p===void 0)throw new Error("invalid carry");r&=p-1}if(r=r<<o-n&i,!a&&n>=t)throw new Error("Excess padding");if(!a&&r>0)throw new Error(`Non-zero padding: ${r}`);return a&&n>0&&d.push(r>>>0),d}function so(s){ke(s);const t=2**8;return{encode:o=>{if(!qe(o))throw new Error("radix.encode input should be Uint8Array");return Rs(Array.from(o),t,s)},decode:o=>(Gt("radix.decode",o),Uint8Array.from(Rs(o,s,t)))}}function to(s,t=!1){if(ke(s),s<=0||s>32)throw new Error("radix2: bits should be in (0..32]");if(Qe(8,s)>32||Qe(s,8)>32)throw new Error("radix2: carry overflow");return{encode:o=>{if(!qe(o))throw new Error("radix2.encode input should be Uint8Array");return Ds(Array.from(o),8,s,!t)},decode:o=>(Gt("radix2.decode",o),Uint8Array.from(Ds(o,s,8,t)))}}function ro(s,t){return ke(s),$r(t),{encode(o){if(!qe(o))throw new Error("checksum.encode: input should be Uint8Array");const a=t(o).slice(0,s),r=new Uint8Array(o.length+s);return r.set(o),r.set(a,o.length),r},decode(o){if(!qe(o))throw new Error("checksum.decode: input should be Uint8Array");const a=o.slice(0,-s),r=o.slice(-s),n=t(a).slice(0,s);for(let c=0;c<s;c++)if(n[c]!==r[c])throw new Error("Invalid checksum");return a}}}const De={alphabet:Xr,chain:Jr,checksum:ro,convertRadix:Rs,convertRadix2:Ds,radix:so,radix2:to,join:Zr,padding:eo};const oo=s=>s[0]==="あいこくしん";function no(s){if(typeof s!="string")throw new TypeError("invalid mnemonic type: "+typeof s);return s.normalize("NFKD")}function ao(s){const t=no(s),o=t.split(" ");if(![12,15,18,21,24].includes(o.length))throw new Error("Invalid mnemonic");return{nfkd:t,words:o}}function Jt(s){ie.abytes(s,16,20,24,28,32)}const io=s=>{const t=8-s.length/4;return new Uint8Array([ie.sha256(s)[0]>>t<<t])};function Xt(s){if(!Array.isArray(s)||s.length!==2048||typeof s[0]!="string")throw new Error("Wordlist: expected array of 2048 strings");return s.forEach(t=>{if(typeof t!="string")throw new Error("wordlist: non-string element: "+t)}),De.chain(De.checksum(1,io),De.radix2(11,!0),De.alphabet(s))}function qs(s,t){const{words:o}=ao(s),a=Xt(t).decode(o);return Jt(a),a}function Zt(s,t){return Jt(s),Xt(t).encode(s).join(oo(t)?" ":" ")}function zs(s,t){try{qs(s,t)}catch{return!1}return!0}const he=`abandon
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const I=require("./useAuth-X6Ds6WW4.cjs"),T=require("./useCedrosLogin-C9MrcZvh.cjs"),e=require("react/jsx-runtime"),l=require("react"),V=require("./LoadingSpinner-d6sSxgQN.cjs"),Us=require("./sanitization-Bo_tn-L2.cjs"),K=require("./EmailRegisterForm-B1DB-bqe.cjs"),Me=require("./validation-BuGQrA-K.cjs"),G=require("./ErrorMessage-CHbYbVi2.cjs"),Ws=require("./GoogleLoginButton-D7CoMXLq.cjs"),Xe=require("./mobileWalletAdapter-qENF5Yeh.cjs"),te=require("./PermissionsSection-BPbE-hNx.cjs"),Vt=require("./useSystemSettings-DRrreszl.cjs"),xe=require("./AutosaveStatus-BFj5GIab.cjs"),_s=require("./useOrgs-DDVRCaVi.cjs"),ze=require("./AdminDepositList-b2AXtLg0.cjs"),fe=require("./AdminWithdrawalHistory-DL9zbu2b.cjs"),Pe=require("./useUsersStatsSummary-8qY7iP4G.cjs"),Ht=require("./StatsBar-DTUZCwDD.cjs"),ge=require("./plugin-PU2vAozn.cjs"),Qt=require("./AuthenticationSettings-C9f5MKgj.cjs"),Kt=require("./EmbeddedWalletSettings-Bmx8x21f.cjs"),Oe=require("./EmailSettings-CM5l8qqK.cjs"),Os=require("./CreditSystemSettings-r3gnGjiU.cjs"),Yt=require("./ServerSettings-LIIP5TPz.cjs"),ie=require("./shamir-CiBczzDN.cjs"),$r=require("./useAdminDeposits-BkkCwHWp.cjs"),qs=require("./WebhookSettings-2p9abGm5.cjs");function Ve(s){return s instanceof Uint8Array||ArrayBuffer.isView(s)&&s.constructor.name==="Uint8Array"}function Gt(s,t){return Array.isArray(t)?t.length===0?!0:s?t.every(o=>typeof o=="string"):t.every(o=>Number.isSafeInteger(o)):!1}function Jr(s){if(typeof s!="function")throw new Error("function expected");return!0}function He(s,t){if(typeof t!="string")throw new Error(`${s}: string expected`);return!0}function ke(s){if(!Number.isSafeInteger(s))throw new Error(`invalid integer: ${s}`)}function Qe(s){if(!Array.isArray(s))throw new Error("array expected")}function Ke(s,t){if(!Gt(!0,t))throw new Error(`${s}: array of strings expected`)}function $t(s,t){if(!Gt(!1,t))throw new Error(`${s}: array of numbers expected`)}function Xr(...s){const t=n=>n,o=(n,c)=>i=>n(c(i)),a=s.map(n=>n.encode).reduceRight(o,t),r=s.map(n=>n.decode).reduce(o,t);return{encode:a,decode:r}}function Zr(s){const t=typeof s=="string"?s.split(""):s,o=t.length;Ke("alphabet",t);const a=new Map(t.map((r,n)=>[r,n]));return{encode:r=>(Qe(r),r.map(n=>{if(!Number.isSafeInteger(n)||n<0||n>=o)throw new Error(`alphabet.encode: digit index outside alphabet "${n}". Allowed: ${s}`);return t[n]})),decode:r=>(Qe(r),r.map(n=>{He("alphabet.decode",n);const c=a.get(n);if(c===void 0)throw new Error(`Unknown letter: "${n}". Allowed: ${s}`);return c}))}}function eo(s=""){return He("join",s),{encode:t=>(Ke("join.decode",t),t.join(s)),decode:t=>(He("join.decode",t),t.split(s))}}function so(s,t="="){return ke(s),He("padding",t),{encode(o){for(Ke("padding.encode",o);o.length*s%8;)o.push(t);return o},decode(o){Ke("padding.decode",o);let a=o.length;if(a*s%8)throw new Error("padding: invalid, string should have whole number of bytes");for(;a>0&&o[a-1]===t;a--)if((a-1)*s%8===0)throw new Error("padding: invalid, string has too much padding");return o.slice(0,a)}}}function Ds(s,t,o){if(t<2)throw new Error(`convertRadix: invalid from=${t}, base cannot be less than 2`);if(o<2)throw new Error(`convertRadix: invalid to=${o}, base cannot be less than 2`);if(Qe(s),!s.length)return[];let a=0;const r=[],n=Array.from(s,i=>{if(ke(i),i<0||i>=t)throw new Error(`invalid integer: ${i}`);return i}),c=n.length;for(;;){let i=0,d=!0;for(let h=a;h<c;h++){const p=n[h],f=t*i,g=f+p;if(!Number.isSafeInteger(g)||f/t!==i||g-p!==f)throw new Error("convertRadix: carry overflow");const w=g/o;i=g%o;const m=Math.floor(w);if(n[h]=m,!Number.isSafeInteger(m)||m*o+i!==g)throw new Error("convertRadix: carry overflow");if(d)m?d=!1:a=h;else continue}if(r.push(i),d)break}for(let i=0;i<s.length-1&&s[i]===0;i++)r.push(0);return r.reverse()}const Jt=(s,t)=>t===0?s:Jt(t,s%t),Ye=(s,t)=>s+(t-Jt(s,t)),is=(()=>{let s=[];for(let t=0;t<40;t++)s.push(2**t);return s})();function Is(s,t,o,a){if(Qe(s),t<=0||t>32)throw new Error(`convertRadix2: wrong from=${t}`);if(o<=0||o>32)throw new Error(`convertRadix2: wrong to=${o}`);if(Ye(t,o)>32)throw new Error(`convertRadix2: carry overflow from=${t} to=${o} carryBits=${Ye(t,o)}`);let r=0,n=0;const c=is[t],i=is[o]-1,d=[];for(const h of s){if(ke(h),h>=c)throw new Error(`convertRadix2: invalid data word=${h} from=${t}`);if(r=r<<t|h,n+t>32)throw new Error(`convertRadix2: carry overflow pos=${n} from=${t}`);for(n+=t;n>=o;n-=o)d.push((r>>n-o&i)>>>0);const p=is[n];if(p===void 0)throw new Error("invalid carry");r&=p-1}if(r=r<<o-n&i,!a&&n>=t)throw new Error("Excess padding");if(!a&&r>0)throw new Error(`Non-zero padding: ${r}`);return a&&n>0&&d.push(r>>>0),d}function to(s){ke(s);const t=2**8;return{encode:o=>{if(!Ve(o))throw new Error("radix.encode input should be Uint8Array");return Ds(Array.from(o),t,s)},decode:o=>($t("radix.decode",o),Uint8Array.from(Ds(o,s,t)))}}function ro(s,t=!1){if(ke(s),s<=0||s>32)throw new Error("radix2: bits should be in (0..32]");if(Ye(8,s)>32||Ye(s,8)>32)throw new Error("radix2: carry overflow");return{encode:o=>{if(!Ve(o))throw new Error("radix2.encode input should be Uint8Array");return Is(Array.from(o),8,s,!t)},decode:o=>($t("radix2.decode",o),Uint8Array.from(Is(o,s,8,t)))}}function oo(s,t){return ke(s),Jr(t),{encode(o){if(!Ve(o))throw new Error("checksum.encode: input should be Uint8Array");const a=t(o).slice(0,s),r=new Uint8Array(o.length+s);return r.set(o),r.set(a,o.length),r},decode(o){if(!Ve(o))throw new Error("checksum.decode: input should be Uint8Array");const a=o.slice(0,-s),r=o.slice(-s),n=t(a).slice(0,s);for(let c=0;c<s;c++)if(n[c]!==r[c])throw new Error("Invalid checksum");return a}}}const Fe={alphabet:Zr,chain:Xr,checksum:oo,convertRadix:Ds,convertRadix2:Is,radix:to,radix2:ro,join:eo,padding:so};const no=s=>s[0]==="あいこくしん";function ao(s){if(typeof s!="string")throw new TypeError("invalid mnemonic type: "+typeof s);return s.normalize("NFKD")}function io(s){const t=ao(s),o=t.split(" ");if(![12,15,18,21,24].includes(o.length))throw new Error("Invalid mnemonic");return{nfkd:t,words:o}}function Xt(s){ie.abytes(s,16,20,24,28,32)}const lo=s=>{const t=8-s.length/4;return new Uint8Array([ie.sha256(s)[0]>>t<<t])};function Zt(s){if(!Array.isArray(s)||s.length!==2048||typeof s[0]!="string")throw new Error("Wordlist: expected array of 2048 strings");return s.forEach(t=>{if(typeof t!="string")throw new Error("wordlist: non-string element: "+t)}),Fe.chain(Fe.checksum(1,lo),Fe.radix2(11,!0),Fe.alphabet(s))}function zs(s,t){const{words:o}=io(s),a=Zt(t).decode(o);return Xt(a),a}function er(s,t){return Xt(s),Zt(t).encode(s).join(no(t)?" ":" ")}function Vs(s,t){try{zs(s,t)}catch{return!1}return!0}const he=`abandon
2
2
  ability
3
3
  able
4
4
  about
@@ -2046,16 +2046,16 @@ zebra
2046
2046
  zero
2047
2047
  zone
2048
2048
  zoo`.split(`
2049
- `),oe=12;function lo(s){if(s.length!==16)throw new Error(`Invalid share length: expected 16, got ${s.length}`);const o=Zt(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function co(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!zs(t,he))throw new Error("Invalid recovery phrase: checksum mismatch");const o=qs(t,he);if(o.length!==16)throw new Error(`Invalid entropy length: expected 16, got ${o.length}`);return I.toShamirShare(o)}function uo(s){if(s.length!==16)throw new Error(`Invalid seed length: expected 16, got ${s.length}`);const o=Zt(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function ho(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!zs(t,he))throw new Error("Invalid recovery phrase: checksum mismatch");const o=qs(t,he);if(o.length!==16)throw new Error(`Invalid entropy length: expected 16, got ${o.length}`);return I.toSeed(o)}function er(s){if(s.length!==oe)return!1;const t=s.join(" ").toLowerCase().trim();return zs(t,he)}function Ie(s){return he.includes(s.toLowerCase().trim())}function po(s,t=5){const o=s.toLowerCase().trim();return o.length===0?[]:he.filter(a=>a.startsWith(o)).slice(0,t)}function mo(s){const t=[];for(let o=0;o<s.length;o+=4)t.push(s.slice(o,o+4));return t}function fo(s){return s.toLowerCase().replace(/[,\n\r\t]+/g," ").split(/\s+/).map(t=>t.trim()).filter(t=>t.length>0)}function go({className:s="",variant:t="default",size:o="md",children:a,menuItems:r=[],hideSignOut:n=!1}){const{user:c,isAuthenticated:i,isLoading:d,openLoginModal:h,logout:p}=I.useAuth(),[m,f]=l.useState(!1),[w,g]=l.useState(-1),u=l.useRef(null),y=l.useRef(null),x=l.useMemo(()=>[...r,...n?[]:[{label:"Sign out",onClick:p}]],[r,n,p]);l.useEffect(()=>{if(!m)return;const A=S=>{u.current&&!u.current.contains(S.target)&&(f(!1),g(-1))},k=S=>{S.key==="Escape"&&(f(!1),g(-1),y.current?.focus())};return document.addEventListener("mousedown",A),document.addEventListener("keydown",k),()=>{document.removeEventListener("mousedown",A),document.removeEventListener("keydown",k)}},[m]);const b=l.useCallback(A=>{if(!(!m||x.length===0))switch(A.key){case"ArrowDown":A.preventDefault(),g(k=>(k+1)%x.length);break;case"ArrowUp":A.preventDefault(),g(k=>(k-1+x.length)%x.length);break;case"Home":A.preventDefault(),g(0);break;case"End":A.preventDefault(),g(x.length-1);break;case"Enter":case" ":w>=0&&(A.preventDefault(),x[w].onClick(),f(!1),g(-1));break}},[m,w,x]),j=l.useCallback(()=>{x.length!==0&&(f(A=>!A),g(-1))},[x.length]),v={sm:"cedros-button-sm",md:"cedros-button-md",lg:"cedros-button-lg"},C={default:"cedros-button-primary",outline:"cedros-button-outline",ghost:"cedros-button-ghost"};if(d)return e.jsx("button",{type:"button",className:`cedros-button ${C[t]} ${v[o]} ${s}`,disabled:!0,children:e.jsx(V.LoadingSpinner,{size:"sm"})});if(i&&c){const A=c.name||c.email||"User",k=Fs.sanitizeImageUrl(c.picture);return e.jsxs("div",{className:"cedros-user-menu",ref:u,onKeyDown:b,children:[e.jsxs("button",{ref:y,type:"button",className:`cedros-button cedros-user-button ${v[o]} ${s}`,"aria-haspopup":"menu","aria-expanded":m,"aria-label":`User menu for ${A}`,onClick:j,children:[k?e.jsx("img",{src:k,alt:A,className:"cedros-user-avatar",referrerPolicy:"no-referrer",crossOrigin:"anonymous"}):e.jsx("div",{className:"cedros-user-avatar-placeholder",children:(A[0]||"?").toUpperCase()}),e.jsx("span",{className:"cedros-user-name",children:A})]}),m&&e.jsxs("div",{className:"cedros-dropdown cedros-dropdown-open",role:"menu",children:[r.map((S,N)=>e.jsxs("button",{type:"button",className:`cedros-dropdown-item ${w===N?"cedros-dropdown-item-focused":""}`,role:"menuitem",tabIndex:w===N?0:-1,onClick:()=>{S.onClick(),f(!1)},children:[S.icon&&e.jsx("span",{className:"cedros-dropdown-icon",children:S.icon}),S.label]},N)),r.length>0&&!n&&e.jsx("div",{className:"cedros-dropdown-divider",role:"separator"}),!n&&e.jsx("button",{type:"button",className:`cedros-dropdown-item cedros-dropdown-item-danger ${w===r.length?"cedros-dropdown-item-focused":""}`,role:"menuitem",tabIndex:w===r.length?0:-1,onClick:()=>{p(),f(!1)},children:"Sign out"})]})]})}return e.jsx("button",{type:"button",className:`cedros-button ${C[t]} ${v[o]} ${s}`,onClick:h,children:a||"Sign in"})}function Vs(){const{config:s}=T.useCedrosLogin(),[t,o]=l.useState(!1),[a,r]=l.useState(!1),[n,c]=l.useState(null),i=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]),{checkLimit:d,getRemainingAttempts:h}=K.useRateLimiter({maxAttempts:3,windowMs:3e5}),p=l.useCallback(async g=>{if(!Le.validateEmail(g)){const u={code:"VALIDATION_ERROR",message:"Please enter a valid email address"};throw c(u),u}try{d()}catch(u){const y={code:"RATE_LIMITED",message:u instanceof Error?u.message:"Too many attempts"};throw c(y),y}o(!0),c(null),r(!1);try{await i.post("/forgot-password",{email:g}),r(!0)}catch(u){const y=T.handleApiError(u,"Failed to send reset email");throw c(y),y}finally{o(!1)}},[i,d]),m=l.useCallback(async(g,u)=>{o(!0),c(null),r(!1);try{await i.post("/reset-password",{token:g,newPassword:u}),r(!0)}catch(y){const x=T.handleApiError(y,"Failed to reset password");throw c(x),x}finally{o(!1)}},[i]),f=l.useCallback(()=>c(null),[]),w=l.useCallback(()=>{c(null),r(!1),o(!1)},[]);return{forgotPassword:p,resetPassword:m,isLoading:t,isSuccess:a,error:n,clearError:f,reset:w,remainingAttempts:h()}}function sr({onSuccess:s,onCancel:t,className:o=""}){const[a,r]=l.useState(""),{forgotPassword:n,isLoading:c,isSuccess:i,error:d,clearError:h}=Vs(),p=l.useId(),m=async f=>{f.preventDefault();try{await n(a),s?.()}catch{}};return i?e.jsxs("div",{className:`cedros-forgot-password-success ${o}`,children:[e.jsxs("svg",{className:"cedros-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"22",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M14 24l7 7 13-13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{className:"cedros-success-title",children:"Check your email"}),e.jsxs("p",{className:"cedros-success-message",children:["If an account exists for ",e.jsx("strong",{children:a}),", you will receive a password reset link shortly."]}),t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-outline",onClick:t,children:"Back to login"})]}):e.jsxs("form",{className:`cedros-forgot-password-form ${o}`,onSubmit:m,children:[e.jsxs("div",{className:"cedros-form-header",children:[e.jsx("h3",{className:"cedros-form-title",children:"Forgot password?"}),e.jsx("p",{className:"cedros-form-subtitle",children:"Enter your email address and we'll send you a link to reset your password."})]}),e.jsx(G.ErrorMessage,{error:d,onDismiss:h}),e.jsxs("div",{className:"cedros-form-field",children:[e.jsx("label",{htmlFor:p,className:"cedros-label",children:"Email address"}),e.jsx("input",{id:p,type:"email",className:"cedros-input",value:a,onChange:f=>r(f.target.value),placeholder:"you@example.com",required:!0,autoComplete:"email",disabled:c})]}),e.jsxs("div",{className:"cedros-form-actions",children:[e.jsx("button",{type:"submit",className:"cedros-button cedros-button-md cedros-button-primary cedros-button-full",disabled:c||!a,children:c?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),"Sending..."]}):"Send reset link"}),t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-ghost cedros-button-full",onClick:t,disabled:c,children:"Back to login"})]})]})}const wo={loading:!1,loaded:!1,error:null,callbacks:[],load(){return typeof window>"u"||typeof document>"u"?Promise.reject(new Error("Apple Sign-In script loader cannot run in SSR")):this.loaded?Promise.resolve():this.loading?new Promise((s,t)=>{this.callbacks.push({resolve:s,reject:t})}):(this.loading=!0,new Promise((s,t)=>{this.callbacks.push({resolve:s,reject:t});const o=document.getElementById("apple-signin-script");if(o){window.AppleID?(this.loaded=!0,this.loading=!1,this.callbacks.forEach(r=>r.resolve()),this.callbacks=[]):o.addEventListener("load",()=>{this.loaded=!0,this.loading=!1,this.callbacks.forEach(r=>r.resolve()),this.callbacks=[]});return}const a=document.createElement("script");a.src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js",a.async=!0,a.defer=!0,a.id="apple-signin-script",a.onload=()=>{this.loaded=!0,this.loading=!1,this.callbacks.forEach(r=>r.resolve()),this.callbacks=[]},a.onerror=()=>{this.loading=!1,a.remove();const r=new Error("Failed to load Apple Sign In script");this.callbacks.forEach(n=>n.reject(r)),this.callbacks=[]},document.head.appendChild(a)}))},_reset(){this.loading=!1,this.loaded=!1,this.error=null,this.callbacks=[]}};function tr(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState(!1),[r,n]=l.useState(!1),[c,i]=l.useState(null),[d,h]=l.useState(null),p=l.useRef(s),m=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]);l.useEffect(()=>{p.current=s},[s]),l.useEffect(()=>{if(!s.appleClientId)return;let u=!0;const y=()=>{if(u)try{window.AppleID?.auth?.init({clientId:s.appleClientId,scope:"name email",redirectURI:window.location.origin,usePopup:!0}),u&&n(!0)}catch{u&&i({code:"SERVER_ERROR",message:"Failed to initialize Apple Sign In"})}};return wo.load().then(()=>{u&&y()}).catch(()=>{u&&i({code:"SERVER_ERROR",message:"Failed to load Apple Sign In"})}),()=>{u=!1}},[s.appleClientId]);const f=l.useCallback(async()=>{if(!s.appleClientId){const y={code:"VALIDATION_ERROR",message:"Apple Client ID not configured"};throw i(y),y}if(!r){const y={code:"VALIDATION_ERROR",message:"Apple Sign In not initialized"};throw i(y),y}a(!0),i(null);let u;try{const y=await window.AppleID.auth.signIn();if(u=y.authorization?.id_token,!u)throw new Error("No ID token received from Apple");const x=y.user?.name?`${y.user.name.firstName||""} ${y.user.name.lastName||""}`.trim():void 0,b=await m.post("/apple",{idToken:u,name:x||void 0});return p.current.callbacks?.onLoginSuccess?.(b.user,"apple"),t?.handleLoginSuccess(b.user,b.tokens),a(!1),b}catch(y){if(y.error==="popup_closed_by_user"){const j={code:"SERVER_ERROR",message:"Apple Sign In was cancelled"};throw i(j),a(!1),j}const b=T.handleApiError(y,"Apple sign-in failed");throw b.code==="ACCOUNT_LINK_REQUIRED"&&u&&h(u),i(b),a(!1),b}},[s.appleClientId,r,m,t]),w=l.useCallback(()=>i(null),[]),g=l.useCallback(()=>h(null),[]);return{signIn:f,isLoading:o,isInitialized:r,error:c,clearError:w,pendingLinkIdToken:d,clearPendingLink:g}}function rr(){if(typeof window>"u"||typeof navigator>"u")return!1;const s=navigator.userAgent.toLowerCase(),t=(navigator.platform||"").toLowerCase();return!!(/iphone|ipad|ipod/.test(s)||t.includes("mac")||/macintosh/.test(s)||t==="macintel"&&navigator.maxTouchPoints>1)}function or({onSuccess:s,onError:t,className:o="",variant:a="default",size:r="md",disabled:n=!1,hideOnNonApple:c=!0}){const{signIn:i,isLoading:d,isInitialized:h}=tr(),[p]=l.useState(()=>rr());if(c&&!p)return null;const m=async()=>{try{await i(),s?.()}catch(g){const u=g instanceof Error?g:new Error(String(g));t?.(u)}},f={sm:"cedros-button-sm",md:"cedros-button-md",lg:"cedros-button-lg"},w={default:"cedros-button-social",outline:"cedros-button-social-outline"};return e.jsxs("button",{type:"button",className:`cedros-button ${w[a]} ${f[r]} ${o}`,onClick:m,disabled:n||!h||d,"aria-label":"Sign in with Apple",children:[d?e.jsx(V.LoadingSpinner,{size:"sm"}):e.jsx("svg",{className:"cedros-button-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:e.jsx("path",{d:"M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"})}),e.jsx("span",{children:"Continue with Apple"})]})}function Z(s,t){if(!s)throw new Error(t)}function yo(s){return s.replace(/-/g,"+").replace(/_/g,"/")}function Ke(s){Z(typeof s=="string"&&s.length>0,"Expected base64url string");const t=yo(s),o=t+"=".repeat((4-t.length%4)%4),a=atob(o),r=new Uint8Array(a.length);for(let n=0;n<a.length;n++)r[n]=a.charCodeAt(n);return r.buffer}function be(s){const t=new Uint8Array(s);let o="";for(let r=0;r<t.length;r++)o+=String.fromCharCode(t[r]);return btoa(o).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/g,"")}function nr(s){Z(typeof s=="object"&&s!==null,"Invalid credential descriptor");const t=s;return Z(typeof t.type=="string","Invalid credential descriptor type"),Z(typeof t.id=="string","Invalid credential descriptor id"),{type:t.type,id:Ke(t.id),transports:Array.isArray(t.transports)?t.transports:void 0}}function at(s){Z(s&&typeof s=="object","Missing creation options");const t=s.publicKey;Z(t&&typeof t=="object","Missing creation options.publicKey"),Z(typeof t.challenge=="string","Missing creation challenge"),Z(typeof t.rp=="object"&&t.rp!==null,"Missing rp"),Z(typeof t.user=="object"&&t.user!==null,"Missing user");const o=t.rp,a=t.user;Z(typeof o.name=="string","Missing rp.name"),Z(typeof a.id=="string","Missing user.id"),Z(typeof a.name=="string","Missing user.name"),Z(typeof a.displayName=="string","Missing user.displayName");const r=Array.isArray(t.excludeCredentials)?t.excludeCredentials.map(nr):void 0,n=Array.isArray(t.pubKeyCredParams)?t.pubKeyCredParams.map(c=>({type:c.type,alg:c.alg})):[];return{challenge:Ke(t.challenge),rp:{name:o.name,id:typeof o.id=="string"?o.id:void 0},user:{id:Ke(a.id),name:a.name,displayName:a.displayName},pubKeyCredParams:n,timeout:typeof t.timeout=="number"?t.timeout:void 0,attestation:typeof t.attestation=="string"?t.attestation:void 0,authenticatorSelection:typeof t.authenticatorSelection=="object"&&t.authenticatorSelection!==null?t.authenticatorSelection:void 0,excludeCredentials:r,extensions:typeof t.extensions=="object"&&t.extensions!==null?t.extensions:void 0}}function bo(s){Z(s&&typeof s=="object","Missing request options");const t=s.publicKey;Z(t&&typeof t=="object","Missing request options.publicKey"),Z(typeof t.challenge=="string","Missing request challenge");const o=Array.isArray(t.allowCredentials)?t.allowCredentials.map(nr):void 0;return{challenge:Ke(t.challenge),rpId:typeof t.rpId=="string"?t.rpId:void 0,timeout:typeof t.timeout=="number"?t.timeout:void 0,userVerification:typeof t.userVerification=="string"?t.userVerification:void 0,allowCredentials:o,extensions:typeof t.extensions=="object"&&t.extensions!==null?t.extensions:void 0}}function as(s){const t=be(s.rawId),o=s.response,r={...{clientDataJSON:be(o.clientDataJSON)}};if("attestationObject"in o){const n=o;if(r.attestationObject=be(n.attestationObject),typeof n.getTransports=="function")try{r.transports=n.getTransports()}catch{}}if("authenticatorData"in o){const n=o;r.authenticatorData=be(n.authenticatorData),r.signature=be(n.signature),n.userHandle&&(r.userHandle=be(n.userHandle))}return{id:s.id,rawId:t,type:s.type,authenticatorAttachment:s.authenticatorAttachment??void 0,clientExtensionResults:s.getClientExtensionResults?.()??{},response:r}}function Ao(){if(typeof window<"u"){const s=window.location?.hostname,t=s==="localhost"||s==="127.0.0.1"||s?.endsWith(".localhost");if(!(window.isSecureContext===!0)&&!t)return!1}return typeof window<"u"&&typeof window.PublicKeyCredential<"u"&&typeof navigator<"u"&&typeof navigator.credentials<"u"}function is(s){if(!(s instanceof Error))return null;const t=s.name;return t==="NotAllowedError"?{code:"SERVER_ERROR",message:"Passkey operation was cancelled or timed out"}:t==="InvalidStateError"?{code:"VALIDATION_ERROR",message:"Passkey is not available for this operation"}:t==="SecurityError"?{code:"VALIDATION_ERROR",message:"Passkeys require HTTPS and a correctly configured relying party (WEBAUTHN_RP_ID / WEBAUTHN_RP_ORIGIN)"}:null}function ar(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState(!1),[r,n]=l.useState(null),c=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts,getAccessToken:t?.getAccessToken}),[t?.getAccessToken,s.serverUrl,s.requestTimeout,s.retryAttempts]),i=l.useCallback(()=>n(null),[]),d=Ao(),h=l.useCallback(async f=>{if(!d){const w={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(w),w}a(!0),n(null);try{const w=await c.post("/webauthn/auth/options",{email:f?.email}),g=bo(w.options),u=await navigator.credentials.get({publicKey:g});if(!u)throw new Error("Passkey authentication returned no credential");const y=await c.post("/webauthn/auth/verify",{challengeId:w.challengeId,credential:as(u)});return s.callbacks?.onLoginSuccess?.(y.user,"webauthn"),t?.handleLoginSuccess(y.user,y.tokens),y}catch(w){const u=is(w)??T.handleApiError(w,"Passkey sign-in failed");throw n(u),u}finally{a(!1)}},[c,s.callbacks,t,d]),p=l.useCallback(async f=>{if(!d){const w={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(w),w}a(!0),n(null);try{const w=await c.post("/webauthn/register/options",{}),g=at(w.options),u=await navigator.credentials.create({publicKey:g});if(!u)throw new Error("Passkey registration returned no credential");const y=await c.post("/webauthn/register/verify",{challengeId:w.challengeId,credential:as(u),label:f?.label});if(!y.success)throw new Error("Passkey registration failed");return{credentialId:y.credentialId,label:y.label}}catch(w){const u=is(w)??T.handleApiError(w,"Passkey registration failed");throw n(u),u}finally{a(!1)}},[c,d]),m=l.useCallback(async f=>{if(!d){const w={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(w),w}a(!0),n(null);try{const w=await c.post("/webauthn/signup/options",{}),g=at(w.options),u=await navigator.credentials.create({publicKey:g});if(!u)throw new Error("Passkey signup returned no credential");const y=await c.post("/webauthn/signup/verify",{challengeId:w.challengeId,credential:as(u),email:f?.email,name:f?.name,label:f?.label});return s.callbacks?.onLoginSuccess?.(y.user,"webauthn"),t?.handleLoginSuccess(y.user,y.tokens),y}catch(w){const u=is(w)??T.handleApiError(w,"Passkey sign-up failed");throw n(u),u}finally{a(!1)}},[c,s.callbacks,t,d]);return{isSupported:d,isLoading:o,error:r,clearError:i,authenticatePasskey:h,registerPasskey:p,signupWithPasskey:m}}function ir({onSuccess:s,className:t="",children:o,disabled:a,mode:r="login"}){const{authenticatePasskey:n,signupWithPasskey:c,isLoading:i,isSupported:d}=ar(),h=a||!d||i,p=r==="register"?i?"Signing up...":"Sign up with Passkey":i?"Continuing...":"Continue with Passkey";return e.jsxs("button",{type:"button",className:`cedros-button cedros-button-social ${t}`,onClick:async()=>{r==="register"?await c():await n(),s?.()},disabled:h,"aria-disabled":h,children:[e.jsx("span",{className:"cedros-social-icon","aria-hidden":"true",children:e.jsx(xo,{})}),e.jsx("span",{children:o??p})]})}function xo(){return e.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}),e.jsx("path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}),e.jsx("path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}),e.jsx("path",{d:"M2 12a10 10 0 0 1 18-6"}),e.jsx("path",{d:"M2 16h.01"}),e.jsx("path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}),e.jsx("path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2"}),e.jsx("path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}),e.jsx("path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2"})]})}const vo=["phantom","solflare","backpack","glow","slope","sollet","coin98","clover","mathWallet","ledger","torus","walletconnect"];function it(s){if(!s||typeof s!="object")return!1;const t=s;return typeof t.connect=="function"||typeof t.signMessage=="function"||typeof t.signTransaction=="function"||"isConnected"in t}function jo(){try{const s=window.__wallet_standard__;if(s&&typeof s=="object"&&"get"in s&&typeof s.get=="function"){const t=s.get();return Array.isArray(t)&&t.length>0}}catch{}return!1}function lt(){if(typeof window>"u")return!1;const s=window;for(const t of vo){const o=s[t];if(o&&typeof o=="object"&&"solana"in o&&it(o.solana))return!0}return!!(it(s.solana)||jo())}const Ce=["login","register"];function Je({onSuccess:s,className:t="",defaultTab:o="login"}){const{config:a}=T.useCedrosLogin(),[r,n]=l.useState(o),[c,i]=l.useState("form"),[d,h]=l.useState(()=>lt()),[p]=l.useState(()=>rr());l.useEffect(()=>{const v=()=>h(lt());return v(),window.addEventListener("load",v),window.addEventListener("focus",v),()=>{window.removeEventListener("load",v),window.removeEventListener("focus",v)}},[]);const m=a.forms?.forgotPassword?.mode??(a.features?.instantLink?"instantLink":"reset"),f=l.useCallback(v=>{const C=Ce.indexOf(r);let A=C;switch(v.key){case"ArrowLeft":case"ArrowUp":A=C===0?Ce.length-1:C-1;break;case"ArrowRight":case"ArrowDown":A=C===Ce.length-1?0:C+1;break;case"Home":A=0;break;case"End":A=Ce.length-1;break;default:return}v.preventDefault();const k=Ce[A];n(k),document.getElementById(`cedros-tab-${k}`)?.focus()},[r]),w=a.features??{email:!0,google:!0,apple:!0,solana:!0,webauthn:!0},g=w.email!==!1,u=w.google!==!1&&a.googleClientId,y=w.apple!==!1&&a.appleClientId&&p,x=w.solana!==!1&&d,b=w.webauthn!==!1,j=g&&(u||y||x||b);return c==="forgotPassword"?e.jsx("div",{className:`cedros-login-form ${t}`,children:e.jsx(sr,{onCancel:()=>i("form")})}):e.jsxs("div",{className:`cedros-login-form ${t}`,children:[(b||u||y||x)&&e.jsxs("div",{className:"cedros-social-buttons",children:[b&&e.jsx(ir,{onSuccess:s,mode:r==="register"?"register":"login"}),u&&e.jsx(Us.GoogleLoginButton,{onSuccess:s}),y&&e.jsx(or,{onSuccess:s}),x&&e.jsx($e.SolanaLoginButton,{onSuccess:s})]}),j&&e.jsx("div",{className:"cedros-divider",children:e.jsx("span",{children:"Or continue with"})}),g&&e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"cedros-tabs",role:"tablist","aria-label":"Authentication method",children:[e.jsx("button",{type:"button",role:"tab",id:"cedros-tab-login",className:`cedros-tab ${r==="login"?"cedros-tab-active":""}`,onClick:()=>n("login"),onKeyDown:f,"aria-selected":r==="login","aria-controls":"cedros-tabpanel-login",tabIndex:r==="login"?0:-1,children:"Sign in"}),e.jsx("button",{type:"button",role:"tab",id:"cedros-tab-register",className:`cedros-tab ${r==="register"?"cedros-tab-active":""}`,onClick:()=>n("register"),onKeyDown:f,"aria-selected":r==="register","aria-controls":"cedros-tabpanel-register",tabIndex:r==="register"?0:-1,children:"Sign up"})]}),e.jsx("div",{role:"tabpanel",id:`cedros-tabpanel-${r}`,"aria-labelledby":`cedros-tab-${r}`,children:r==="login"?e.jsx(K.EmailLoginForm,{onSuccess:s,onSwitchToRegister:()=>n("register"),onForgotPassword:m==="reset"?()=>i("forgotPassword"):void 0}):e.jsx(K.EmailRegisterForm,{onSuccess:s,onSwitchToLogin:()=>n("login")})})]})]})}class lr extends l.Component{constructor(t){super(t),this.state={hasError:!1,error:null,errorInfo:null}}static getDerivedStateFromError(t){return{hasError:!0,error:t}}componentDidCatch(t,o){this.setState({errorInfo:o}),console.error("[Cedros Login] Error caught by ErrorBoundary:",t),console.error("[Cedros Login] Component stack:",o.componentStack),this.props.onError?.(t,o)}handleRetry=()=>{this.setState({hasError:!1,error:null,errorInfo:null})};render(){const{hasError:t,error:o,errorInfo:a}=this.state,{children:r,fallback:n,showDetails:c=!1}=this.props;return t?n||e.jsx("div",{className:"cedros-error-boundary",role:"alert","aria-live":"assertive",children:e.jsxs("div",{className:"cedros-error-boundary-content",children:[e.jsxs("svg",{className:"cedros-error-boundary-icon",width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),e.jsx("h2",{className:"cedros-error-boundary-title",children:"Something went wrong"}),e.jsx("p",{className:"cedros-error-boundary-message",children:"We encountered an unexpected error. Please try again."}),c&&o&&e.jsxs("details",{className:"cedros-error-boundary-details",children:[e.jsx("summary",{children:"Error details"}),e.jsxs("pre",{children:[o.toString(),a?.componentStack]})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:this.handleRetry,children:"Try again"})]})}):r}}function ko({className:s="",title:t="Sign in to your account"}){const{isModalOpen:o,closeModal:a}=T.useCedrosLogin(),r=l.useRef(null),n=l.useRef(null),c=l.useRef(a);if(l.useEffect(()=>{c.current=a},[a]),l.useEffect(()=>{if(!o)return;n.current=document.activeElement,r.current?.focus();const d=p=>{if(p.key==="Escape"&&c.current(),p.key==="Tab"&&r.current){const m=r.current.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),f=m[0],w=m[m.length-1];p.shiftKey&&document.activeElement===f?(p.preventDefault(),w?.focus()):!p.shiftKey&&document.activeElement===w&&(p.preventDefault(),f?.focus())}};document.addEventListener("keydown",d);const h=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",d),document.body.style.overflow=h,n.current instanceof HTMLElement&&n.current.focus()}},[o]),!o)return null;const i=d=>{d.target===d.currentTarget&&a()};return e.jsx("div",{className:`cedros-modal-backdrop ${s}`,onClick:i,role:"presentation",children:e.jsxs("div",{ref:r,className:"cedros-modal",role:"dialog","aria-modal":"true","aria-labelledby":"cedros-modal-title",tabIndex:-1,children:[e.jsxs("div",{className:"cedros-modal-header",children:[e.jsx("h2",{id:"cedros-modal-title",className:"cedros-modal-title",children:t}),e.jsx("button",{type:"button",className:"cedros-modal-close",onClick:a,"aria-label":"Close",children:e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M18 6L6 18M6 6l12 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),e.jsx("div",{className:"cedros-modal-content",children:e.jsx(lr,{children:e.jsx(Je,{onSuccess:a})})})]})})}function No({token:s,onSuccess:t,onLoginClick:o,className:a=""}){const[r,n]=l.useState(""),[c,i]=l.useState(""),[d,h]=l.useState(null),{resetPassword:p,isLoading:m,isSuccess:f,error:w,clearError:g}=Vs(),u=r===c,y=d?.isValid&&u&&r.length>0,x=async b=>{if(b.preventDefault(),!!y)try{await p(s,r),t?.()}catch{}};return f?e.jsxs("div",{className:`cedros-reset-password-success ${a}`,children:[e.jsxs("svg",{className:"cedros-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"22",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M14 24l7 7 13-13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{className:"cedros-success-title",children:"Password reset successful"}),e.jsx("p",{className:"cedros-success-message",children:"Your password has been reset. You can now log in with your new password."}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-primary",onClick:o,children:"Go to login"})]}):e.jsxs("form",{className:`cedros-reset-password-form ${a}`,onSubmit:x,children:[e.jsxs("div",{className:"cedros-form-header",children:[e.jsx("h3",{className:"cedros-form-title",children:"Reset your password"}),e.jsx("p",{className:"cedros-form-subtitle",children:"Enter your new password below."})]}),e.jsx(G.ErrorMessage,{error:w,onDismiss:g}),e.jsx("div",{className:"cedros-form-field",children:e.jsx(K.PasswordInput,{label:"New password",value:r,onChange:b=>{n(b.target.value),h(Le.validatePassword(b.target.value))},showStrengthMeter:!0,onValidationChange:h,disabled:m,autoComplete:"new-password",error:d&&!d.isValid?Object.values(d.errors).find(Boolean):void 0})}),e.jsx("div",{className:"cedros-form-field",children:e.jsx(K.PasswordInput,{label:"Confirm password",value:c,onChange:b=>i(b.target.value),disabled:m,autoComplete:"new-password",error:c&&!u?"Passwords do not match":void 0})}),e.jsxs("div",{className:"cedros-form-actions",children:[e.jsx("button",{type:"submit",className:"cedros-button cedros-button-md cedros-button-primary cedros-button-full",disabled:m||!y,children:m?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),"Resetting..."]}):"Reset password"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-ghost cedros-button-full",onClick:o,disabled:m,children:"Back to login"})]})]})}function Is({org:s,size:t="lg",className:o=""}){const a=Fs.sanitizeImageUrl(s.logoUrl),r=t==="lg"?"cedros-org-avatar-lg":"",n=["cedros-org-avatar",r,o].filter(Boolean).join(" "),c=["cedros-org-avatar-placeholder",r,o].filter(Boolean).join(" ");return a?e.jsx("img",{src:a,alt:s.name,className:n,referrerPolicy:"no-referrer"}):e.jsx("div",{className:c,children:s.name[0]?.toUpperCase()||"?"})}function Co({orgs:s,activeOrg:t,isLoading:o=!1,onSelect:a,onCreateClick:r,className:n="",placeholder:c="Select organization"}){const[i,d]=l.useState(!1),h=l.useRef(null);l.useEffect(()=>{const w=g=>{h.current&&!h.current.contains(g.target)&&d(!1)};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[]),l.useEffect(()=>{const w=g=>{g.key==="Escape"&&d(!1)};if(i)return document.addEventListener("keydown",w),()=>document.removeEventListener("keydown",w)},[i]);const p=l.useCallback(w=>{a(w),d(!1)},[a]),m=l.useCallback(()=>{d(!1),r?.()},[r]),f=l.useCallback(()=>{d(w=>!w)},[]);return o?e.jsxs("div",{className:`cedros-org-selector cedros-org-selector-loading ${n}`,"aria-busy":"true","aria-live":"polite",children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Loading..."})]}):e.jsxs("div",{ref:h,className:`cedros-org-selector ${n}`,children:[e.jsxs("button",{type:"button",className:"cedros-org-selector-trigger",onClick:f,"aria-haspopup":"listbox","aria-expanded":i,children:[t?e.jsxs(e.Fragment,{children:[e.jsx(Is,{org:t,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-name",children:t.name}),e.jsx(ct,{role:t.membership.role})]}):e.jsx("span",{className:"cedros-org-selector-placeholder",children:c}),e.jsx(So,{isOpen:i})]}),i&&e.jsxs("div",{className:"cedros-org-selector-dropdown",role:"listbox",children:[s.length===0?e.jsx("div",{className:"cedros-org-selector-empty",children:"No organizations"}):e.jsx("ul",{className:"cedros-org-selector-list",children:s.map(w=>e.jsx("li",{children:e.jsxs("button",{type:"button",className:`cedros-org-selector-item ${w.id===t?.id?"cedros-org-selector-item-active":""}`,onClick:()=>p(w.id),role:"option","aria-selected":w.id===t?.id,children:[e.jsx(Is,{org:w,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-item-name",children:w.name}),e.jsx(ct,{role:w.membership.role}),w.id===t?.id&&e.jsx(Eo,{})]})},w.id))}),r&&e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"cedros-org-selector-divider"}),e.jsxs("button",{type:"button",className:"cedros-org-selector-create",onClick:m,children:[e.jsx(Lo,{}),e.jsx("span",{children:"Create organization"})]})]})]})]})}function ct({role:s}){return e.jsx("span",{className:`cedros-org-role cedros-org-role-${s}`,children:s})}function So({isOpen:s}){return e.jsx("svg",{className:`cedros-org-chevron ${s?"cedros-org-chevron-open":""}`,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Eo(){return e.jsx("svg",{className:"cedros-org-check",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M3 8L6 11L13 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Lo(){return e.jsx("svg",{className:"cedros-org-plus",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M8 3V13M3 8H13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Po(){return e.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M5 5L15 15M15 5L5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Mo(){return e.jsx("svg",{className:"cedros-org-check",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M4 10L8 14L16 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function To(){return e.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M10 4V16M4 10H16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Bo({orgs:s,activeOrg:t,isLoading:o,onSelect:a,onCreateClick:r}){return o?e.jsxs("div",{className:"cedros-org-switcher-loading",children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading organizations..."})]}):e.jsxs(e.Fragment,{children:[s.length===0?e.jsx("div",{className:"cedros-org-switcher-empty",children:e.jsx("p",{children:"You don't belong to any organizations yet."})}):e.jsx("ul",{className:"cedros-org-switcher-list",children:s.map(n=>e.jsx("li",{children:e.jsxs("button",{type:"button",className:`cedros-org-switcher-item ${n.id===t?.id?"cedros-org-switcher-item-active":""}`,onClick:()=>a(n.id),children:[e.jsx(Is,{org:n}),e.jsxs("div",{className:"cedros-org-switcher-item-content",children:[e.jsx("span",{className:"cedros-org-switcher-item-name",children:n.name}),e.jsxs("span",{className:"cedros-org-switcher-item-slug",children:["@",n.slug]})]}),e.jsxs("div",{className:"cedros-org-switcher-item-meta",children:[e.jsx("span",{className:`cedros-org-role cedros-org-role-${n.membership.role}`,children:n.membership.role}),n.isPersonal&&e.jsx("span",{className:"cedros-org-personal-badge",children:"Personal"})]}),n.id===t?.id&&e.jsx(Mo,{})]})},n.id))}),r&&e.jsxs("button",{type:"button",className:"cedros-org-switcher-create",onClick:r,children:[e.jsx(To,{}),e.jsx("span",{children:"Create new organization"})]})]})}function Ro({isLoading:s,onSubmit:t,onCancel:o}){const[a,r]=l.useState(""),[n,c]=l.useState(""),[i,d]=l.useState(null),h=l.useCallback(m=>{r(m);const f=m.toLowerCase().replace(/\s+/g,"-").replace(/[^a-z0-9-]/g,"").substring(0,50);c(f)},[]),p=l.useCallback(async m=>{if(m.preventDefault(),d(null),!a.trim()){d("Organization name is required");return}if(!n.trim()){d("Organization slug is required");return}try{await t({name:a.trim(),slug:n.trim()})}catch(f){d(f.message||"Failed to create organization")}},[a,n,t]);return e.jsxs("form",{className:"cedros-org-create-form",onSubmit:p,children:[i&&e.jsx(G.ErrorMessage,{error:i}),e.jsxs("div",{className:"cedros-form-group",children:[e.jsx("label",{htmlFor:"org-name",className:"cedros-form-label",children:"Organization Name"}),e.jsx("input",{id:"org-name",type:"text",className:"cedros-form-input",value:a,onChange:m=>h(m.target.value),placeholder:"My Organization",maxLength:255,disabled:s,autoFocus:!0})]}),e.jsxs("div",{className:"cedros-form-group",children:[e.jsx("label",{htmlFor:"org-slug",className:"cedros-form-label",children:"URL Slug"}),e.jsxs("div",{className:"cedros-form-input-prefix",children:[e.jsx("span",{className:"cedros-form-prefix",children:"@"}),e.jsx("input",{id:"org-slug",type:"text",className:"cedros-form-input",value:n,onChange:m=>c(m.target.value.toLowerCase()),placeholder:"my-organization",maxLength:100,pattern:"[a-z0-9-]+",disabled:s})]}),e.jsx("span",{className:"cedros-form-hint",children:"Only lowercase letters, numbers, and hyphens"})]}),e.jsxs("div",{className:"cedros-form-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline",onClick:o,disabled:s,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:s||!a.trim()||!n.trim(),children:s?e.jsx(V.LoadingSpinner,{size:"sm"}):"Create Organization"})]})]})}function Do({isOpen:s,onClose:t,orgs:o,activeOrg:a,isLoading:r=!1,error:n,onSelect:c,onCreate:i,className:d=""}){return s?e.jsx(Io,{onClose:t,orgs:o,activeOrg:a,isLoading:r,error:n,onSelect:c,onCreate:i,className:d}):null}function Io({onClose:s,orgs:t,activeOrg:o,isLoading:a=!1,error:r,onSelect:n,onCreate:c,className:i}){const[d,h]=l.useState("list"),p=l.useRef(null),m=l.useRef(null);l.useEffect(()=>(m.current=document.activeElement,p.current?.querySelector(".cedros-modal-close")?.focus(),()=>{m.current?.focus()}),[]),l.useEffect(()=>{const u=y=>{if(y.key==="Escape"){s();return}if(y.key==="Tab"&&p.current){const x=p.current.querySelectorAll('button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])'),b=x[0],j=x[x.length-1];y.shiftKey?document.activeElement===b&&(y.preventDefault(),j?.focus()):document.activeElement===j&&(y.preventDefault(),b?.focus())}};return document.addEventListener("keydown",u),()=>document.removeEventListener("keydown",u)},[s]);const f=l.useCallback(u=>{u.target===u.currentTarget&&s()},[s]),w=l.useCallback(u=>{n(u),s()},[n,s]),g=l.useCallback(async u=>{await c?.(u),s()},[c,s]);return e.jsx("div",{className:"cedros-modal-backdrop",onClick:f,children:e.jsxs("div",{ref:p,className:`cedros-modal cedros-org-switcher ${i}`,role:"dialog","aria-modal":"true","aria-labelledby":"org-switcher-title",children:[e.jsxs("div",{className:"cedros-modal-header",children:[e.jsx("h2",{id:"org-switcher-title",className:"cedros-modal-title",children:d==="list"?"Switch Organization":"Create Organization"}),e.jsx("button",{type:"button",className:"cedros-modal-close",onClick:s,"aria-label":"Close",children:e.jsx(Po,{})})]}),e.jsxs("div",{className:"cedros-modal-body",children:[r&&e.jsx(G.ErrorMessage,{error:r}),d==="list"?e.jsx(Bo,{orgs:t,activeOrg:o,isLoading:a,onSelect:w,onCreateClick:c?()=>h("create"):void 0}):e.jsx(Ro,{isLoading:a,onSubmit:g,onCancel:()=>h("list")})]})]})})}function Fo({sessions:s,isLoading:t=!1,error:o,onRevokeAll:a,className:r=""}){const[n,c]=l.useState(!1),[i,d]=l.useState(!1),h=l.useRef(null),p=l.useMemo(()=>s.filter(f=>!f.isCurrent).length,[s]),m=l.useCallback(async()=>{if(!a)return;const f=s.filter(g=>!g.isCurrent).length;if(!(f===0||!window.confirm(`Are you sure you want to sign out of ${f} other device(s)? This will log you out everywhere except this browser.`))){c(!0),d(!1);try{await a(),d(!0),h.current!==null&&window.clearTimeout(h.current),h.current=window.setTimeout(()=>{d(!1),h.current=null},3e3)}finally{c(!1)}}},[a,s]);return l.useEffect(()=>()=>{h.current!==null&&(window.clearTimeout(h.current),h.current=null)},[]),t&&s.length===0?e.jsxs("div",{className:`cedros-session-list cedros-session-list-loading ${r}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading sessions..."})]}):o?e.jsx("div",{className:`cedros-session-list ${r}`,children:e.jsx(G.ErrorMessage,{error:o})}):s.length===0?e.jsx("div",{className:`cedros-session-list cedros-session-list-empty ${r}`,children:e.jsx("p",{children:"No active sessions found."})}):e.jsxs("div",{className:`cedros-session-list ${r}`,children:[i&&e.jsxs("div",{className:"cedros-session-success",role:"status",children:[e.jsx(zo,{}),e.jsx("span",{children:"All other sessions have been revoked."})]}),e.jsx("ul",{className:"cedros-session-items",children:s.map(f=>e.jsx(Uo,{session:f},f.id))}),a&&p>0&&e.jsx("div",{className:"cedros-session-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-danger",onClick:m,disabled:n,children:n?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Signing out..."})]}):`Sign out of ${p} other device${p>1?"s":""}`})})]})}function Uo({session:s}){const t=Wo(s.userAgent),o=Oo(s.expiresAt);return e.jsxs("li",{className:`cedros-session-item ${s.isCurrent?"cedros-session-item-current":""}`,children:[e.jsx("div",{className:"cedros-session-item-icon",children:e.jsx(qo,{userAgent:s.userAgent})}),e.jsxs("div",{className:"cedros-session-item-info",children:[e.jsxs("div",{className:"cedros-session-item-main",children:[e.jsxs("span",{className:"cedros-session-item-device",children:[t.browser," on ",t.os]}),s.isCurrent&&e.jsx("span",{className:"cedros-session-current-badge",children:"Current session"})]}),e.jsxs("div",{className:"cedros-session-item-meta",children:[s.ipAddress&&e.jsxs("span",{className:"cedros-session-item-ip",children:["IP: ",s.ipAddress]}),e.jsxs("span",{className:"cedros-session-item-created",children:["Started ",_o(s.createdAt)]}),o&&e.jsx("span",{className:"cedros-session-expiring",children:"Expires soon"})]})]})]})}function Wo(s){if(!s)return{browser:"Unknown browser",os:"Unknown device"};let t="Unknown browser";s.includes("Chrome")&&!s.includes("Edg")?t="Chrome":s.includes("Safari")&&!s.includes("Chrome")?t="Safari":s.includes("Firefox")?t="Firefox":s.includes("Edg")&&(t="Edge");let o="Unknown device";return s.includes("Windows")?o="Windows":s.includes("Mac")?o="macOS":s.includes("Linux")?o="Linux":s.includes("iPhone")||s.includes("iPad")?o="iOS":s.includes("Android")&&(o="Android"),{browser:t,os:o}}function _o(s){const t=new Date(s),a=new Date().getTime()-t.getTime(),r=Math.floor(a/(1e3*60)),n=Math.floor(a/(1e3*60*60)),c=Math.floor(a/(1e3*60*60*24));return r<1?"just now":r<60?`${r} minute${r>1?"s":""} ago`:n<24?`${n} hour${n>1?"s":""} ago`:c<7?`${c} day${c>1?"s":""} ago`:t.toLocaleDateString(void 0,{year:"numeric",month:"short",day:"numeric"})}function Oo(s){const t=new Date(s),o=new Date,a=3600*1e3;return t.getTime()-o.getTime()<a}function qo({userAgent:s}){return s?.includes("iPhone")||s?.includes("iPad")||s?.includes("Android")?e.jsxs("svg",{className:"cedros-session-device-icon",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.jsx("circle",{cx:"12",cy:"18",r:"1",fill:"currentColor"})]}):e.jsxs("svg",{className:"cedros-session-device-icon",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{x:"2",y:"4",width:"20",height:"14",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.jsx("path",{d:"M8 21H16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.jsx("path",{d:"M12 18V21",stroke:"currentColor",strokeWidth:"1.5"})]})}function zo(){return e.jsx("svg",{className:"cedros-session-check",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M3 8L6 11L13 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function cr({words:s,onConfirm:t,className:o=""}){const[a,r]=l.useState(!1),[n,c]=l.useState(!1),i=l.useRef(null),d=mo(s),h=l.useCallback(async()=>{try{await navigator.clipboard.writeText(s.join(" ")),r(!0),i.current!==null&&window.clearTimeout(i.current),i.current=window.setTimeout(()=>r(!1),2e3)}catch{}},[s]);l.useEffect(()=>()=>{i.current!==null&&(window.clearTimeout(i.current),i.current=null)},[]);const p=l.useCallback(()=>{n&&t()},[n,t]);return e.jsxs("div",{className:`cedros-recovery-phrase-display ${o}`,children:[e.jsxs("div",{className:"cedros-recovery-header",children:[e.jsx("h3",{className:"cedros-recovery-title",children:"Recovery Phrase"}),e.jsx("p",{className:"cedros-recovery-warning",children:"Write down these 12 words in order and store them securely. This is the only way to recover your wallet if you lose access."})]}),e.jsx("div",{className:"cedros-recovery-grid",children:d.map((m,f)=>e.jsx("div",{className:"cedros-word-group",children:m.map((w,g)=>{const u=f*4+g+1;return e.jsxs("div",{className:"cedros-word-item",children:[e.jsxs("span",{className:"cedros-word-number",children:[u,"."]}),e.jsx("span",{className:"cedros-word-text",children:w})]},u)})},f))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary cedros-copy-btn",onClick:h,children:a?"Copied!":"Copy to Clipboard"}),e.jsx("div",{className:"cedros-recovery-security",children:e.jsxs("div",{className:"cedros-warning-box",children:[e.jsx("svg",{className:"cedros-warning-icon",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M10 6v4m0 4h.01M19 10a9 9 0 11-18 0 9 9 0 0118 0z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})}),e.jsxs("div",{className:"cedros-warning-content",children:[e.jsx("strong",{children:"Security Warning"}),e.jsxs("ul",{children:[e.jsx("li",{children:"Never share this phrase with anyone"}),e.jsx("li",{children:"Store it offline in a secure location"}),e.jsx("li",{children:"Anyone with this phrase can access your wallet"}),e.jsx("li",{children:"Cedros cannot recover this phrase for you"})]})]})]})}),e.jsxs("div",{className:"cedros-recovery-confirm",children:[e.jsxs("label",{className:"cedros-checkbox-label",children:[e.jsx("input",{type:"checkbox",checked:n,onChange:m=>c(m.target.checked),className:"cedros-checkbox"}),e.jsx("span",{children:"I have written down and securely stored my recovery phrase"})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:p,disabled:!n,children:"Continue"})]})]})}function dr({onSubmit:s,onCancel:t,isSubmitting:o=!1,error:a,className:r=""}){const[n,c]=l.useState(Array(oe).fill("")),[i,d]=l.useState(null),[h,p]=l.useState([]),[m,f]=l.useState(null),w=l.useId(),g=l.useRef(null),u=l.useCallback((A,k)=>{const S=[...n];if(S[A]=k.toLowerCase().trim(),c(S),k.length>0){const N=po(k,5);p(N)}else p([]);f(null)},[n]),y=l.useCallback(A=>{d(A),p([])},[]),x=l.useCallback(A=>{const k=n[A];k&&!Ie(k)&&f(`Word ${A+1} is not in the wordlist`),g.current!==null&&window.clearTimeout(g.current),g.current=window.setTimeout(()=>{i===A&&p([])},200)},[n,i]);l.useEffect(()=>()=>{g.current!==null&&(window.clearTimeout(g.current),g.current=null)},[]);const b=l.useCallback(A=>{if(i!==null){const k=[...n];k[i]=A,c(k),p([]),document.querySelector(`[data-word-index="${i+1}"]`)?.focus()}},[i,n]),j=l.useCallback(A=>{const k=A.clipboardData.getData("text"),S=fo(k);S.length===oe&&(A.preventDefault(),c(S),f(null))},[]),v=l.useCallback(A=>{if(A.preventDefault(),n.filter(N=>!N).length>0){f(`Please enter all ${oe} words`);return}const S=n.map((N,P)=>({word:N,index:P+1})).filter(({word:N})=>!Ie(N));if(S.length>0){f(`Invalid words: ${S.map(N=>`#${N.index}`).join(", ")}`);return}if(!er(n)){f("Invalid recovery phrase - please check your words");return}s(n)},[n,s]),C=a||m;return e.jsxs("form",{className:`cedros-recovery-phrase-input ${r}`,onSubmit:v,onPaste:j,children:[e.jsxs("div",{className:"cedros-recovery-input-header",children:[e.jsx("h3",{className:"cedros-recovery-input-title",children:"Enter Recovery Phrase"}),e.jsx("p",{className:"cedros-recovery-input-description",children:"Enter your 12-word recovery phrase. You can paste the entire phrase at once."})]}),e.jsx("div",{className:"cedros-word-inputs",children:Array.from({length:oe},(A,k)=>e.jsxs("div",{className:"cedros-word-input-wrapper",children:[e.jsxs("label",{className:"cedros-word-label",children:[k+1,"."]}),e.jsx("input",{type:"text",className:`cedros-word-input ${n[k]&&!Ie(n[k])?"cedros-word-invalid":n[k]&&Ie(n[k])?"cedros-word-valid":""}`,value:n[k],onChange:S=>u(k,S.target.value),onFocus:()=>y(k),onBlur:()=>x(k),"data-word-index":k,autoComplete:"off",autoCapitalize:"none",spellCheck:!1,disabled:o,"aria-label":`Word ${k+1}`})]},k))}),i!==null&&h.length>0&&e.jsx("div",{className:"cedros-suggestions",role:"listbox",id:`${w}-suggestions`,children:h.map(A=>e.jsx("button",{type:"button",className:"cedros-suggestion",onClick:()=>b(A),role:"option",children:A},A))}),C&&e.jsx("p",{className:"cedros-input-error",role:"alert",children:C}),e.jsxs("div",{className:"cedros-recovery-input-actions",children:[t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:t,disabled:o,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:o,children:o?"Recovering...":"Recover Wallet"})]})]})}function Vo({capabilities:s,className:t=""}){if(s.allSupported)return null;const o=I.getMissingCapabilitiesMessage(s),a=I.getBrowserSupportInfo();return e.jsxs("div",{className:`cedros-capability-warning ${t}`,role:"alert",children:[e.jsxs("div",{className:"cedros-warning-header",children:[e.jsx("svg",{className:"cedros-warning-icon",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M12 9v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})}),e.jsx("h3",{className:"cedros-warning-title",children:"Wallet Feature Unavailable"})]}),e.jsx("p",{className:"cedros-warning-message",children:o}),e.jsxs("div",{className:"cedros-capability-details",children:[e.jsx("h4",{children:"Browser Compatibility"}),e.jsxs("p",{children:["Detected: ",a.browser," ",a.version,a.likelySupported?" (likely supported)":" (may not be supported)"]}),e.jsx("h4",{children:"Required Features"}),e.jsxs("ul",{className:"cedros-capability-list",children:[e.jsxs("li",{className:s.webCrypto?"cedros-cap-ok":"cedros-cap-missing",children:["Web Crypto API: ",s.webCrypto?"Available":"Missing"]}),e.jsxs("li",{className:s.aesGcm?"cedros-cap-ok":"cedros-cap-missing",children:["AES-GCM Encryption: ",s.aesGcm?"Available":"Missing"]}),e.jsxs("li",{className:s.hkdf?"cedros-cap-ok":"cedros-cap-missing",children:["HKDF Key Derivation: ",s.hkdf?"Available":"Missing"]}),e.jsxs("li",{className:s.webAuthn?"cedros-cap-ok":"cedros-cap-missing",children:["WebAuthn/Passkeys: ",s.webAuthn?"Available":"Missing"]}),e.jsxs("li",{className:s.webAuthnPrf?"cedros-cap-ok":"cedros-cap-missing",children:["WebAuthn PRF Extension: ",s.webAuthnPrf?"Available":"Missing"]}),e.jsxs("li",{className:s.argon2?"cedros-cap-ok":"cedros-cap-missing",children:["Argon2 Password Hashing: ",s.argon2?"Available":"Missing"]})]})]}),e.jsxs("div",{className:"cedros-capability-help",children:[e.jsx("h4",{children:"Recommended Browsers"}),e.jsxs("ul",{children:[e.jsx("li",{children:"Chrome 116+ on Windows, macOS, or Android"}),e.jsx("li",{children:"Safari 17+ on macOS or iOS"}),e.jsx("li",{children:"Edge 116+ on Windows"})]}),e.jsx("p",{className:"cedros-capability-note",children:"A platform authenticator (Touch ID, Face ID, or Windows Hello) is required."})]})]})}const Ho=["share_c_only","full_seed","none"];function Qo(s){return s&&Ho.includes(s)?s:"share_c_only"}const Ko={walletEnabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900,isLoading:!1,error:null,refetch:async()=>{}};function ur(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(null),[a,r]=l.useState(!!s),[n,c]=l.useState(null),i=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts}):null,[s]),d=l.useCallback(async()=>{if(i){r(!0),c(null);try{const h=await i.get("/discovery");h.wallet?o({enabled:h.wallet.enabled,recoveryMode:Qo(h.wallet.recoveryMode),unlockTtlSeconds:h.wallet.unlockTtlSeconds}):o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}catch(h){const p=h instanceof Error?h.message:"Failed to fetch wallet config";c(p),o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}finally{r(!1)}}},[i]);return l.useEffect(()=>{i&&d()},[i,d]),s?{walletEnabled:t?.enabled??!1,recoveryMode:t?.recoveryMode??"share_c_only",unlockTtlSeconds:t?.unlockTtlSeconds??900,isLoading:a,error:n,refetch:d}:Ko}function hr(){const{user:s}=T.useCedrosLogin(),{enroll:t}=I.useWalletMaterial(),{recoveryMode:o}=ur(),[a,r]=l.useState({step:"idle"}),[n,c]=l.useState(!1),i=l.useRef([]),d=l.useCallback(()=>{I.wipeAll(...i.current),i.current=[]},[]);l.useEffect(()=>()=>{d()},[d]);const h=l.useCallback(async(g,u,y,x)=>{r({step:"generating_seed"});const b=I.generateSeed();i.current.push(b),r({step:"splitting_shares"});const{shareA:j,shareB:v,shareC:C}=ie.splitSecret(b);i.current.push(j,v,C),r({step:"encrypting_shares"});const A=await I.aesGcmEncryptToBase64(j,I.toEncryptionKey(u)),k=ie.getPublicKeyFromSeed(b),S=ie.publicKeyToBase58(k);r({step:"uploading"});const N={solanaPubkey:S,shareAAuthMethod:g,shareACiphertext:A.ciphertext,shareANonce:A.nonce,shareB:I.uint8ArrayToBase64(v)};if(g==="password"){if(!y)throw new Error("KDF salt required for password method");N.shareAKdfSalt=I.uint8ArrayToBase64(y),N.shareAKdfParams=I.DEFAULT_KDF_PARAMS}if(g==="passkey"&&x&&(N.prfSalt=x),await t(N),o==="none")d(),r({step:"complete",solanaPubkey:S});else{const P=o==="full_seed"?uo(b):lo(I.toShamirShare(C));r({step:"showing_recovery",recoveryPhrase:P,solanaPubkey:S})}},[t,o,d]),p=l.useCallback(async g=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const u=I.generateArgon2Salt(),y=await ie.argon2DeriveInWorker(g,u,I.DEFAULT_KDF_PARAMS);i.current.push(y),await h("password",y,u)}catch(u){r({step:"error",error:u instanceof Error?u.message:"Enrollment failed"})}finally{c(!1)}},[s,d,h]),m=l.useCallback(async()=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const g=I.generatePrfSalt(),u=I.uint8ArrayToBase64(g);r({step:"registering_passkey"});let y;try{const b=new TextEncoder().encode(s.id),j=s.name??s.email??"User",v=s.email??s.id;y=(await I.registerPasskeyWithPrf(b,v,j,g)).prfOutput}catch(b){if(b?.name!=="InvalidStateError")throw b;y=(await I.authenticateWithDiscoverablePrf(u)).prfOutput}i.current.push(y);const x=await I.deriveKeyFromPrf(y,g);i.current.push(x),await h("passkey",x,void 0,u)}catch(g){r({step:"error",error:g instanceof Error?g.message:"Enrollment failed"})}finally{c(!1)}},[s,d,h]),f=l.useCallback(()=>{const g=a.solanaPubkey;d(),r({step:"complete",solanaPubkey:g})},[a.solanaPubkey,d]),w=l.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startEnrollmentWithPassword:p,startEnrollmentWithPasskey:m,confirmRecoveryPhrase:f,cancel:w,isEnrolling:n}}function pr({onComplete:s,onCancel:t,className:o="",forceAuthMethod:a}){const{user:r}=T.useCedrosLogin(),{state:n,startEnrollmentWithPassword:c,startEnrollmentWithPasskey:i,confirmRecoveryPhrase:d,cancel:h,isEnrolling:p}=hr(),m=()=>a||"password",[f,w]=l.useState(m),[g,u]=l.useState(""),[y,x]=l.useState(""),[b,j]=l.useState(null);l.useEffect(()=>{w(m())},[r?.id,a]);const v=l.useCallback(async S=>{if(S.preventDefault(),g!==y){j("Passwords do not match");return}const N=Le.validatePassword(g);if(!N.isValid){const P=Object.values(N.errors)[0];j(P??"Password does not meet requirements");return}j(null),await c(g)},[g,y,c]),C=l.useCallback(async()=>{await i()},[i]),A=l.useCallback(()=>{d(),n.solanaPubkey&&s?.(n.solanaPubkey)},[d,n.solanaPubkey,s]),k=l.useCallback(()=>{h(),t?.()},[h,t]);return n.step==="generating_seed"||n.step==="splitting_shares"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsxs("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:[e.jsx("div",{className:"cedros-spinner","aria-hidden":"true"}),e.jsx("p",{children:"Generating secure wallet..."})]})}):n.step==="encrypting_shares"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsxs("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:[e.jsx("div",{className:"cedros-spinner","aria-hidden":"true"}),e.jsx("p",{children:"Encrypting wallet shares..."})]})}):n.step==="registering_passkey"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsx("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:e.jsxs("div",{className:"cedros-passkey-prompt",children:[e.jsxs("svg",{className:"cedros-passkey-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"8",y:"16",width:"32",height:"24",rx:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("circle",{cx:"24",cy:"28",r:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 32v4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}),e.jsx("h3",{children:"Authenticate with Passkey"}),e.jsx("p",{children:"Follow your browser's prompt to use your passkey."})]})})}):n.step==="uploading"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsxs("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:[e.jsx("div",{className:"cedros-spinner","aria-hidden":"true"}),e.jsx("p",{children:"Saving wallet..."})]})}):n.step==="showing_recovery"&&n.recoveryPhrase?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,children:e.jsx(cr,{words:n.recoveryPhrase,onConfirm:A})}):n.step==="complete"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,children:e.jsxs("div",{className:"cedros-enrollment-complete",children:[e.jsxs("svg",{className:"cedros-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M16 24l6 6 12-12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{children:"Wallet Created!"}),e.jsxs("p",{className:"cedros-pubkey",children:[e.jsx("strong",{children:"Address:"})," ",n.solanaPubkey]}),e.jsx("p",{children:"Your non-custodial Solana wallet is ready to use."})]})}):n.step==="error"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,children:e.jsxs("div",{className:"cedros-enrollment-error",children:[e.jsxs("svg",{className:"cedros-error-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 16v12m0 6h.01",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}),e.jsx("h3",{children:"Enrollment Failed"}),e.jsx("p",{className:"cedros-error-message",children:n.error}),e.jsxs("div",{className:"cedros-error-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:k,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:()=>h(),children:"Try Again"})]})]})}):e.jsxs("div",{className:`cedros-wallet-enrollment ${o}`,children:[e.jsxs("div",{className:"cedros-enrollment-header",children:[e.jsx("h2",{children:"Create Wallet"}),e.jsxs("p",{children:["Secure your wallet with a ",f==="passkey"?"passkey":"password","."]})]}),!a&&e.jsxs("div",{className:"cedros-auth-method-selector",children:[e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"password",checked:f==="password",onChange:()=>w("password"),disabled:p}),e.jsx("span",{children:"Password"})]}),e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"passkey",checked:f==="passkey",onChange:()=>w("passkey"),disabled:p}),e.jsx("span",{children:"Passkey"})]})]}),f==="password"&&e.jsxs("form",{onSubmit:v,className:"cedros-enrollment-form",children:[e.jsx(K.PasswordInput,{label:"Password",value:g,onChange:S=>u(S.target.value),showStrengthMeter:!0,disabled:p,required:!0,minLength:8,placeholder:"Enter a strong password"}),e.jsx(K.PasswordInput,{label:"Confirm Password",value:y,onChange:S=>x(S.target.value),error:b??void 0,disabled:p,required:!0,minLength:8,placeholder:"Confirm your password"}),e.jsx("div",{className:"cedros-password-info",children:e.jsx("p",{children:"This password will be used to sign transactions."})}),e.jsxs("div",{className:"cedros-enrollment-actions",children:[t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:k,disabled:p,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:p||!g||!y,children:p?"Creating...":"Continue"})]})]}),f==="passkey"&&e.jsxs("div",{className:"cedros-enrollment-form",children:[e.jsxs("div",{className:"cedros-passkey-info",children:[e.jsxs("svg",{className:"cedros-passkey-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"8",y:"16",width:"32",height:"24",rx:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("circle",{cx:"24",cy:"28",r:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 32v4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}),e.jsx("p",{children:"Use your passkey (Touch ID, Face ID, or Windows Hello) to secure your wallet."}),e.jsx("p",{children:"You'll use the same passkey to sign transactions."})]}),e.jsxs("div",{className:"cedros-enrollment-actions",children:[t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:k,disabled:p,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:C,disabled:p,children:p?"Creating...":"Use Passkey"})]})]})]})}function mr(){const{user:s}=T.useCedrosLogin(),{signTransaction:t}=I.useWalletMaterial(),[o,a]=l.useState(!1),[r,n]=l.useState(null),c=l.useCallback(async(d,h)=>{if(!s){const p="User not authenticated";throw n(p),new Error(p)}a(!0),n(null);try{const p={transaction:I.uint8ArrayToBase64(d),...h?{credential:I.toCredentialRequest(h)}:{}},m=await t(p);return I.base64ToUint8Array(m.signature)}catch(p){const m=p instanceof Error?p.message:"Signing failed";throw n(m),p}finally{a(!1)}},[s,t]),i=l.useCallback(()=>n(null),[]);return{signTransaction:c,isSigning:o,error:r,clearError:i}}function fr(){const{getMaterial:s}=I.useWalletMaterial(),[t,o]=l.useState(!1),[a,r]=l.useState(null),n=l.useCallback(async()=>{o(!0),r(null);try{const i=await s();if(!i)throw new Error("No wallet enrolled");if(i.shareAAuthMethod!=="passkey")throw new Error("Wallet is not configured for passkey authentication");if(!i.prfSalt)throw new Error("No PRF salt configured for wallet");const d=await I.authenticateWithDiscoverablePrf(i.prfSalt);try{return{type:"prfOutput",prfOutput:I.uint8ArrayToBase64(d.prfOutput)}}finally{d.prfOutput.fill(0)}}catch(i){const d=i instanceof Error?i.message:"Passkey authentication failed";return r(d),null}finally{o(!1)}},[s]),c=l.useCallback(()=>r(null),[]);return{getPasskeyCredential:n,isAuthenticating:t,error:a,clearError:c}}function gr({mode:s,isLoading:t=!1,error:o,onPrompt:a,onRetry:r,onCancel:n,title:c,description:i,className:d=""}){const h=l.useCallback(()=>{t||a?.()},[t,a]),p=l.useCallback(()=>{r?.()},[r]),m=s==="register"?"Set Up Passkey":"Verify with Passkey",f=s==="register"?"Create a passkey to securely encrypt your wallet on this device. You will use your fingerprint, face, or device PIN.":"Use your passkey to unlock your wallet. You will be prompted for biometric verification.";return e.jsxs("div",{className:`cedros-passkey-prompt ${d}`,children:[e.jsx("div",{className:"cedros-passkey-icon",children:t?e.jsx(Go,{}):o?e.jsx($o,{}):e.jsx(Yo,{})}),e.jsx("h3",{className:"cedros-passkey-title",children:c??m}),e.jsx("p",{className:"cedros-passkey-description",children:i??f}),o&&e.jsx("div",{className:"cedros-passkey-error",role:"alert",children:e.jsx("p",{children:o})}),e.jsx("div",{className:"cedros-passkey-actions",children:o?e.jsxs(e.Fragment,{children:[r&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:p,children:"Try Again"}),n&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:n,children:"Cancel"})]}):e.jsxs(e.Fragment,{children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:h,disabled:t,children:t?e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"cedros-button-spinner","aria-hidden":"true"}),"Waiting for passkey..."]}):s==="register"?"Create Passkey":"Use Passkey"}),n&&!t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:n,children:"Cancel"})]})}),t&&e.jsxs("p",{className:"cedros-passkey-hint",children:["Follow the prompts on your device to ",s==="register"?"create":"verify"," your passkey."]})]})}function Yo(){return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}),e.jsx("path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}),e.jsx("path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}),e.jsx("path",{d:"M2 12a10 10 0 0 1 18-6"}),e.jsx("path",{d:"M2 16h.01"}),e.jsx("path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}),e.jsx("path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2"}),e.jsx("path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}),e.jsx("path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2"})]})}function Go(){return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",className:"cedros-spinner",children:[e.jsx("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",opacity:"0.25"}),e.jsx("path",{d:"M12 3a9 9 0 0 1 9 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function $o(){return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M12 8v4M12 16h.01"})]})}function wr({onUnlock:s,onCancel:t,showCancel:o=!0,authMethod:a,className:r=""}){T.useCedrosLogin();const{unlock:n,getMaterial:c,isLoading:i}=I.useWalletMaterial(),{getPasskeyCredential:d,isAuthenticating:h}=fr(),[p,m]=l.useState("idle"),[f,w]=l.useState(a??null),[g,u]=l.useState(""),[y,x]=l.useState(null);l.useEffect(()=>{a!==void 0&&w(a)},[a]);const b=f==="password",j=f==="passkey",v=l.useCallback(async()=>{if(m("credential"),x(null),!f)try{const L=await c();L?w(L.shareAAuthMethod):(x("No wallet enrolled"),m("error"))}catch(L){x(L instanceof Error?L.message:"Failed to get wallet info"),m("error")}},[f,c]),C=l.useCallback(async L=>{L.preventDefault(),x(null),m("unlocking");try{let E;if(b)E={type:"password",password:g};else throw new Error("Invalid auth method");await n(E),m("unlocked"),s?.()}catch(E){x(E instanceof Error?E.message:"Failed to unlock wallet"),m("error")}},[b,g,n,s]),A=l.useCallback(async()=>{x(null),m("unlocking");try{const L=await d();if(!L){m("credential");return}await n(L),m("unlocked"),s?.()}catch(L){x(L instanceof Error?L.message:"Failed to unlock wallet"),m("error")}},[d,n,s]),k=l.useCallback(()=>{u(""),m("idle"),x(null),t?.()},[t]),S=l.useCallback(()=>{u(""),m("credential"),x(null)},[]),N=i||h,P=()=>{switch(p){case"idle":return e.jsxs("div",{className:"cedros-wallet-unlock-idle",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(Jo,{})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Wallet Locked"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Unlock your wallet to sign transactions."}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:v,children:"Unlock Wallet"})]});case"credential":return b?e.jsxs("form",{className:"cedros-wallet-unlock-form",onSubmit:C,children:[e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Enter Password"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Enter your wallet password to unlock."}),e.jsx(K.PasswordInput,{label:"Password",value:g,onChange:L=>u(L.target.value),disabled:N,autoComplete:"current-password",error:y??void 0}),e.jsxs("div",{className:"cedros-wallet-unlock-actions",children:[e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:N||g.length===0,children:N?"Unlocking...":"Unlock"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:k,disabled:N,children:"Cancel"})]})]}):j?e.jsxs("div",{className:"cedros-wallet-unlock-passkey",children:[e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Verify with Passkey"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Use your passkey to unlock your wallet."}),e.jsx(gr,{mode:"authenticate",isLoading:N,error:y??void 0,onPrompt:A,onRetry:A,onCancel:o?k:void 0})]}):e.jsxs("div",{className:"cedros-wallet-unlock-loading",children:[e.jsx(V.LoadingSpinner,{size:"xl"}),e.jsx("p",{children:"Loading wallet info..."})]});case"unlocking":return e.jsxs("div",{className:"cedros-wallet-unlock-progress",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(V.LoadingSpinner,{size:"xl"})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Unlocking Wallet"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Verifying your credentials..."})]});case"unlocked":return e.jsxs("div",{className:"cedros-wallet-unlock-success",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(Xo,{})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Wallet Unlocked"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Your wallet is ready to sign transactions."})]});case"error":return e.jsxs("div",{className:"cedros-wallet-unlock-error",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(Zo,{})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Unlock Failed"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:y??"Failed to unlock wallet. Please try again."}),e.jsxs("div",{className:"cedros-wallet-unlock-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:S,children:"Try Again"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:k,children:"Cancel"})]})]})}};return e.jsx("div",{className:`cedros-wallet-unlock ${r}`,children:P()})}function Jo(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"10",y:"22",width:"28",height:"20",rx:"4",stroke:"currentColor",strokeWidth:"2",fill:"var(--cedros-muted, #f3f4f6)"}),e.jsx("path",{d:"M16 22V16a8 8 0 1 1 16 0v6",stroke:"currentColor",strokeWidth:"2",fill:"none"}),e.jsx("circle",{cx:"24",cy:"32",r:"3",fill:"currentColor"})]})}function Xo(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"2",fill:"var(--cedros-success-light, #dcfce7)"}),e.jsx("path",{d:"M16 24l6 6 10-10",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]})}function Zo(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"2",fill:"var(--cedros-destructive-light, #fee2e2)"}),e.jsx("path",{d:"M24 16v10M24 30v2",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"3",strokeLinecap:"round"})]})}function yr(){const{recover:s,getShareBForRecovery:t}=I.useWalletMaterial(),{recoveryMode:o}=ur(),[a,r]=l.useState({step:"idle"}),[n,c]=l.useState(!1),i=l.useRef([]),d=l.useCallback(()=>{I.wipeAll(...i.current),i.current=[]},[]);l.useEffect(()=>()=>{d()},[d]);const h=l.useCallback(async(m,f,w)=>{c(!0),d();try{if(r({step:"validating"}),!er(m))throw new Error("Invalid recovery phrase. Please check your words.");let g;if(o==="share_c_only"){const S=co(m);i.current.push(S);const N=I.uint8ArrayToBase64(S),P=await t({shareC:N}),L=I.base64ToUint8Array(P.shareB);i.current.push(L),g=ie.combineShares(I.toShamirShare(L),I.toShamirShare(S)),i.current.push(g)}else g=ho(m),i.current.push(g);const u=ie.getPublicKeyFromSeed(g),y=ie.publicKeyToBase58(u),{shareA:x,shareB:b}=ie.splitSecret(g);i.current.push(x,b),r({step:"encrypting"});let j,v,C;if(f==="passkey"){const S=I.generatePrfSalt();C=I.uint8ArrayToBase64(S);const N=await I.authenticateWithDiscoverablePrf(C);i.current.push(N.prfOutput),j=await I.deriveKeyFromPrf(N.prfOutput,S),i.current.push(j)}else v=I.generateArgon2Salt(),j=await ie.argon2DeriveInWorker(w,v,I.DEFAULT_KDF_PARAMS),i.current.push(j);const A=await I.aesGcmEncryptToBase64(x,I.toEncryptionKey(j));r({step:"uploading"});const k={solanaPubkey:y,shareAAuthMethod:f,shareACiphertext:A.ciphertext,shareANonce:A.nonce,shareB:I.uint8ArrayToBase64(b)};f==="password"&&(k.shareAKdfSalt=I.uint8ArrayToBase64(v),k.shareAKdfParams=I.DEFAULT_KDF_PARAMS),f==="passkey"&&(k.prfSalt=C),await s(k),d(),r({step:"complete"})}catch(g){d(),r({step:"error",error:g instanceof Error?g.message:"Recovery failed"})}finally{c(!1)}},[s,t,o,d]),p=l.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startRecovery:h,cancel:p,isRecovering:n}}function br({onComplete:s,onCancel:t,className:o="",defaultAuthMethod:a="password"}){const{state:r,startRecovery:n,cancel:c,isRecovering:i}=yr(),[d,h]=l.useState([]),[p,m]=l.useState(!1),[f,w]=l.useState(a),[g,u]=l.useState(""),[y,x]=l.useState(""),[b,j]=l.useState(null),v=l.useCallback(N=>{h(N),m(!0)},[]),C=l.useCallback(async N=>{if(N.preventDefault(),j(null),f!=="passkey"){if(g!==y){j("Passwords do not match");return}if(f==="password"&&g.length<8){j("Password must be at least 8 characters");return}}await n(d,f,g)},[d,f,g,y,n]),A=l.useCallback(()=>{c(),h([]),m(!1),u(""),x(""),t?.()},[c,t]),k=l.useCallback(()=>{m(!1),u(""),x("")},[]),S=l.useCallback(()=>{s?.()},[s]);return r.step==="validating"||r.step==="encrypting"||r.step==="uploading"?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-progress",children:[e.jsx("div",{className:"cedros-wallet-recovery-icon",children:e.jsx(en,{})}),e.jsxs("h3",{className:"cedros-wallet-recovery-title",children:[r.step==="validating"&&"Validating Recovery Phrase",r.step==="encrypting"&&"Encrypting Wallet",r.step==="uploading"&&"Saving to Server"]}),e.jsxs("p",{className:"cedros-wallet-recovery-description",children:[r.step==="validating"&&"Checking your recovery phrase...",r.step==="encrypting"&&"Securing your wallet with new encryption...",r.step==="uploading"&&"Uploading encrypted wallet data..."]})]})}):r.step==="complete"?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-success",children:[e.jsx("div",{className:"cedros-wallet-recovery-icon",children:e.jsx(sn,{})}),e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Wallet Recovered"}),e.jsxs("p",{className:"cedros-wallet-recovery-description",children:["Your wallet has been successfully recovered and secured with your new"," ",f==="passkey"?"passkey":"password","."]}),e.jsx("div",{className:"cedros-wallet-recovery-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:S,children:"Done"})})]})}):r.step==="error"?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-error",children:[e.jsx("div",{className:"cedros-wallet-recovery-icon",children:e.jsx(tn,{})}),e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Recovery Failed"}),e.jsx("p",{className:"cedros-wallet-recovery-description",children:r.error??"An error occurred during recovery. Please try again."}),e.jsx("div",{className:"cedros-wallet-recovery-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:A,children:"Start Over"})})]})}):p?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("form",{className:"cedros-wallet-recovery-credential",onSubmit:C,children:[e.jsxs("div",{className:"cedros-wallet-recovery-header",children:[e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Set New Security"}),e.jsx("p",{className:"cedros-wallet-recovery-description",children:"Choose how to secure your recovered wallet."})]}),e.jsxs("div",{className:"cedros-auth-method-selector",children:[e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"password",checked:f==="password",onChange:()=>w("password"),disabled:i}),e.jsx("span",{children:"Password"})]}),e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"passkey",checked:f==="passkey",onChange:()=>w("passkey"),disabled:i}),e.jsx("span",{children:"Passkey"})]})]}),f==="password"&&e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"cedros-password-input",children:[e.jsx("label",{htmlFor:"recovery-password",className:"cedros-label",children:"New Password"}),e.jsx("input",{id:"recovery-password",type:"password",className:"cedros-input",value:g,onChange:N=>u(N.target.value),disabled:i,minLength:8,placeholder:"Enter a strong password"})]}),e.jsxs("div",{className:"cedros-password-input",children:[e.jsx("label",{htmlFor:"recovery-password-confirm",className:"cedros-label",children:"Confirm Password"}),e.jsx("input",{id:"recovery-password-confirm",type:"password",className:"cedros-input",value:y,onChange:N=>x(N.target.value),disabled:i,"aria-invalid":b?"true":void 0,placeholder:"Confirm your password"}),b&&e.jsx("p",{className:"cedros-input-error",role:"alert",children:b})]})]}),f==="passkey"&&e.jsxs("div",{className:"cedros-passkey-info",children:[e.jsx(rn,{}),e.jsx("p",{children:"Use your passkey (Touch ID, Face ID, or Windows Hello) to secure your wallet."})]}),e.jsxs("div",{className:"cedros-wallet-recovery-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:k,disabled:i,children:"Back"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:i||f!=="passkey"&&(g.length===0||y.length===0),children:i?"Recovering...":"Recover Wallet"})]})]})}):e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-phrase",children:[e.jsxs("div",{className:"cedros-wallet-recovery-header",children:[e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Recover Your Wallet"}),e.jsx("p",{className:"cedros-wallet-recovery-description",children:"Enter your 12-word recovery phrase to restore your wallet."})]}),e.jsx(dr,{onSubmit:v,onCancel:A,isSubmitting:!1})]})})}function en(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",className:"cedros-spinner",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-muted, #e5e7eb)",strokeWidth:"3",fill:"none"}),e.jsx("path",{d:"M24 4a20 20 0 0 1 20 20",stroke:"var(--cedros-primary, #6366f1)",strokeWidth:"3",strokeLinecap:"round",fill:"none"})]})}function sn(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"2",fill:"var(--cedros-success-light, #dcfce7)"}),e.jsx("path",{d:"M16 24l6 6 10-10",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]})}function tn(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"2",fill:"var(--cedros-destructive-light, #fee2e2)"}),e.jsx("path",{d:"M24 16v10M24 30v2",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"3",strokeLinecap:"round"})]})}function rn(){return e.jsxs("svg",{className:"cedros-passkey-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"8",y:"16",width:"32",height:"24",rx:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("circle",{cx:"24",cy:"28",r:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 32v4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function Ar({address:s,label:t="Wallet Address",showCopy:o=!0,showExplorerLink:a=!0,allowReveal:r=!0,className:n=""}){const c=T.useCedrosLoginOptional(),[i,d]=l.useState(!1),[h,p]=l.useState(null),[m,f]=l.useState(!1),w=l.useRef(null),g=c?.config.solana?.network??"mainnet-beta",u=l.useMemo(()=>{const j=`https://explorer.solana.com/address/${s}`;return g==="mainnet-beta"?j:`${j}?cluster=${encodeURIComponent(g)}`},[s,g]),y=r&&s.length>18,x=l.useMemo(()=>!y||m?s:`${s.slice(0,8)}...${s.slice(-8)}`,[s,y,m]),b=l.useCallback(async()=>{try{p(null),await navigator.clipboard.writeText(s),d(!0),w.current!==null&&window.clearTimeout(w.current),w.current=window.setTimeout(()=>{d(!1),w.current=null},2e3)}catch(j){d(!1),p(j instanceof Error?j.message:"Copy failed")}},[s]);return l.useEffect(()=>()=>{w.current!==null&&(window.clearTimeout(w.current),w.current=null)},[]),e.jsxs("div",{className:`cedros-wallet-address-row ${n}`,children:[e.jsxs("div",{className:"cedros-wallet-address-row-header",children:[e.jsx("span",{className:"cedros-wallet-status-pubkey-label",children:t}),e.jsxs("div",{className:"cedros-wallet-address-row-actions",children:[y&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-ghost",onClick:()=>f(j=>!j),"aria-label":m?"Hide full wallet address":"Show full wallet address",children:m?e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:[e.jsx("path",{d:"M3 3l18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M10.7 10.7a3 3 0 0 0 4.24 4.24",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M9.88 5.09A10.94 10.94 0 0 1 12 5c5 0 9.27 3.11 11 7-0.55 1.23-1.32 2.33-2.27 3.25",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M6.61 6.61C4.4 7.9 2.74 9.8 1 12c1.73 3.89 6 7 11 7 1.14 0 2.25-0.16 3.3-0.46",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}):e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:[e.jsx("path",{d:"M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}),a&&e.jsx("a",{className:"cedros-button cedros-button-sm cedros-button-ghost",href:u,target:"_blank",rel:"noreferrer",children:"Explorer"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-outline",onClick:b,"aria-label":"Copy wallet address",children:i?"Copied":"Copy"})]})]}),e.jsx("code",{className:"cedros-wallet-status-pubkey-value",title:s,children:x}),h&&e.jsx("p",{className:"cedros-input-hint",role:"status",children:h})]})}function xr({status:s,publicKey:t,onLock:o,onEnroll:a,onUnlock:r,onRecover:n,showActions:c=!0,compact:i=!1,className:d=""}){const h=s!==void 0,p=I.useWallet(),m=h?s:p.status,f=h?t??null:p.solanaPubkey,w=h?null:p.error,g=h?()=>{}:p.refresh,u=h?()=>{}:p.clearError,y=on(m,w);return i?e.jsxs("div",{className:`cedros-wallet-status cedros-wallet-status-compact ${d}`,children:[e.jsx("span",{className:`cedros-wallet-status-dot cedros-wallet-status-${y.color}`,title:y.label}),e.jsx("span",{className:"cedros-wallet-status-label",children:y.label}),f&&e.jsx("span",{className:"cedros-wallet-status-pubkey",title:f,children:nn(f)})]}):e.jsxs("div",{className:`cedros-wallet-status ${d}`,children:[e.jsxs("div",{className:"cedros-wallet-status-header",children:[e.jsx("div",{className:`cedros-wallet-status-icon cedros-wallet-status-icon-${y.color}`,children:e.jsx(an,{status:m})}),e.jsxs("div",{className:"cedros-wallet-status-info",children:[e.jsx("h4",{className:"cedros-wallet-status-title",children:y.title}),e.jsx("p",{className:"cedros-wallet-status-description",children:y.description})]})]}),f&&e.jsx("div",{className:"cedros-wallet-status-pubkey-full",children:e.jsx(Ar,{address:f})}),w&&e.jsxs("div",{className:"cedros-wallet-status-error-box",role:"alert",children:[e.jsx("p",{children:w}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-secondary",onClick:u,children:"Dismiss"})]}),c&&e.jsxs("div",{className:"cedros-wallet-status-actions",children:[m==="not_enrolled"&&a&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-sm",onClick:a,children:"Create Wallet"}),m==="enrolled_locked"&&r&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-sm",onClick:r,children:"Unlock Wallet"}),(m==="not_enrolled"||m==="error")&&n&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-sm",onClick:n,children:"Recover Wallet"}),m==="error"&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-sm",onClick:g,children:"Retry"})]})]})}function on(s,t){switch(s){case"loading":return{label:"Loading",title:"Checking Wallet",description:"Verifying wallet status...",color:"loading"};case"not_enrolled":return{label:"Not Set Up",title:"No Wallet",description:"Create a wallet to start using Solana.",color:"muted"};case"enrolled_locked":return{label:"Locked",title:"Wallet Locked",description:"Unlock your wallet to sign transactions.",color:"warning"};case"enrolled_unlocked":case"unlocked":return{label:"Ready",title:"Wallet Ready",description:"Your wallet is unlocked and ready to use.",color:"success"};case"error":default:return{label:"Error",title:"Wallet Error",description:t??"An error occurred with your wallet.",color:"error"}}}function nn(s){return s.length<=12?s:`${s.slice(0,4)}...${s.slice(-4)}`}function an({status:s}){switch(s){case"loading":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",className:"cedros-spinner",children:[e.jsx("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",opacity:"0.25"}),e.jsx("path",{d:"M12 3a9 9 0 0 1 9 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]});case"not_enrolled":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M8 12h8M12 8v8"})]});case"enrolled_locked":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})]});case"enrolled_unlocked":case"unlocked":return e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:e.jsx("path",{d:"M20 6L9 17l-5-5"})});case"error":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}),e.jsx("path",{d:"M12 9v4M12 17h.01"})]});default:return null}}function ln({className:s="",showActions:t=!0}){const o=I.useWallet(),[a,r]=l.useState("status"),n=l.useMemo(()=>{switch(a){case"enroll":return{title:"Create Wallet",description:"Set up your embedded wallet."};case"unlock":return{title:"Unlock Wallet",description:"Unlock to sign transactions."};case"recover_intro":case"recover":return{title:"Recover Wallet",description:"Restore access using your recovery phrase."};case"status":default:return null}},[a]),c=l.useCallback(()=>r("status"),[]),i=l.useCallback(async()=>{r("status"),await o.refresh()},[o]),d=l.useCallback(async()=>{r("status"),await o.refresh()},[o]),h=l.useCallback(async()=>{r("status"),await o.refresh()},[o]);return e.jsxs("div",{className:`cedros-wallet-manager ${s}`,children:[a!=="status"&&n&&e.jsxs("div",{className:"cedros-wallet-manager-header",children:[e.jsxs("div",{className:"cedros-wallet-manager-header-text",children:[e.jsx("h3",{className:"cedros-wallet-manager-title",children:n.title}),e.jsx("p",{className:"cedros-wallet-manager-subtitle",children:n.description})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-ghost",onClick:c,children:"Back"})]}),a==="status"&&e.jsx(xr,{onEnroll:()=>r("enroll"),onUnlock:()=>r("unlock"),onRecover:()=>r("recover_intro"),showActions:t}),a==="enroll"&&e.jsx(pr,{onComplete:()=>{i()},onCancel:c}),a==="unlock"&&e.jsx(wr,{onUnlock:()=>{d()},onCancel:c}),a==="recover_intro"&&e.jsx("div",{className:"cedros-wallet-manager-intro",children:e.jsxs("div",{className:"cedros-wallet-manager-intro-card",children:[e.jsx("h4",{className:"cedros-wallet-manager-intro-title",children:"Before you start"}),e.jsxs("ul",{className:"cedros-wallet-manager-intro-list",children:[e.jsx("li",{children:"You’ll need your 12-word recovery phrase."}),e.jsx("li",{children:"You’ll set a new password or passkey for this wallet."}),e.jsx("li",{children:"If you’re on a shared device, avoid copying the phrase into other apps."})]}),e.jsxs("div",{className:"cedros-wallet-manager-intro-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:()=>r("recover"),children:"Start recovery"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:c,children:"Cancel"})]})]})}),a==="recover"&&e.jsx(br,{onComplete:()=>{h()},onCancel:c})]})}function cn({showDescriptions:s=!0,className:t="",onSave:o}){const{settings:a,isLoading:r,isUpdating:n,error:c,fetchSettings:i,updateSettings:d}=zt.useSystemSettings(),[h,p]=l.useState({}),[m,f]=l.useState(null),[w,g]=l.useState(!1);l.useEffect(()=>{i()},[i]),l.useEffect(()=>{if(w){const C=setTimeout(()=>g(!1),3e3);return()=>clearTimeout(C)}},[w]);const u=l.useCallback((C,A)=>{p(k=>({...k,[C]:A})),f(null),g(!1)},[]),y=l.useCallback(async()=>{const C=Object.entries(h).map(([A,k])=>({key:A,value:k}));if(C.length!==0)try{await d(C),p({}),f(null),g(!0),o?.()}catch(A){f(A instanceof Error?A.message:"Failed to save settings")}},[h,d,o]),x=l.useCallback(()=>{p({}),f(null),g(!1)},[]),b=Object.keys(h).length>0,j=Object.keys(h).length;if(r&&Object.keys(a).length===0)return e.jsxs("div",{className:`cedros-system-settings cedros-system-settings-loading ${t}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]});if(c)return e.jsx("div",{className:`cedros-system-settings ${t}`,children:e.jsx(G.ErrorMessage,{error:c.message})});const v=Object.keys(a).sort();return v.length===0?e.jsx("div",{className:`cedros-system-settings cedros-system-settings-empty ${t}`,children:e.jsx("p",{children:"No system settings found."})}):e.jsxs("div",{className:`cedros-system-settings ${t}`,children:[m&&e.jsx(G.ErrorMessage,{error:m}),w&&e.jsx("div",{className:"cedros-settings-success",children:"Settings saved successfully."}),v.map(C=>e.jsx(dn,{category:C,settings:a[C],edits:h,showDescription:s,onChange:u},C)),e.jsxs("div",{className:"cedros-system-settings-actions",children:[b&&e.jsxs("span",{className:"cedros-settings-change-count",children:[j," unsaved change",j!==1?"s":""]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:x,disabled:!b||n,children:"Reset"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:y,disabled:!b||n,children:n?e.jsx(V.LoadingSpinner,{size:"sm"}):"Save Changes"})]})]})}const dt=Object.keys(xe.SETTING_METADATA);function dn({category:s,settings:t,edits:o,showDescription:a,onChange:r}){const n=xe.CATEGORY_METADATA[s]||{label:s,description:"",icon:""},c=l.useMemo(()=>[...t].sort((i,d)=>{const h=dt.indexOf(i.key),p=dt.indexOf(d.key);return(h===-1?1/0:h)-(p===-1?1/0:p)}),[t]);return e.jsxs("section",{className:"cedros-settings-section",children:[e.jsxs("div",{className:"cedros-settings-section-header",children:[e.jsx("span",{className:"cedros-settings-section-icon",children:n.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"cedros-settings-section-title",children:n.label}),a&&n.description&&e.jsx("p",{className:"cedros-settings-section-description",children:n.description})]})]}),e.jsx(xe.SettingsSection,{settings:c,edits:o,onChange:r})]})}class un{client;constructor(t,o,a){this.client=new T.ApiClient({baseUrl:t,timeoutMs:o,retryAttempts:a})}async getStatus(){try{return await this.client.get("/setup/status")}catch(t){throw T.handleApiError(t,"Failed to check setup status")}}async createFirstAdmin(t){try{return await this.client.post("/setup/admin",t)}catch(o){throw T.handleApiError(o,"Failed to create admin account")}}}function Hs(){const{config:s}=T.useCedrosLogin(),[t,o]=l.useState(null),[a,r]=l.useState(!1),[n,c]=l.useState(!1),[i,d]=l.useState(null),h=l.useRef(0),p=l.useMemo(()=>new un(s.serverUrl,s.requestTimeout,s.retryAttempts),[s.serverUrl,s.requestTimeout,s.retryAttempts]),m=l.useRef(p);m.current=p;const f=l.useCallback(async()=>{r(!0),d(null);const g=++h.current;try{const u=await m.current.getStatus();if(g!==h.current)return;o(u)}catch(u){if(g!==h.current)return;d(u instanceof Error?u:new Error("Failed to check setup status"))}finally{g===h.current&&r(!1)}},[]),w=l.useCallback(async g=>{c(!0),d(null);try{const u=await m.current.createFirstAdmin(g);return await f(),u}catch(u){const y=u instanceof Error?u:new Error("Failed to create admin");throw d(y),y}finally{c(!1)}},[f]);return{status:t,isLoading:a,isCreating:n,error:i,checkStatus:f,createAdmin:w}}const hn=/^[^\s@]+@[^\s@]+\.[^\s@]+$/,ut=8;function pn(s){const t={};return s.email?hn.test(s.email)||(t.email="Invalid email format"):t.email="Email is required",s.password?s.password.length<ut&&(t.password=`Password must be at least ${ut} characters`):t.password="Password is required",s.confirmPassword?s.password!==s.confirmPassword&&(t.confirmPassword="Passwords do not match"):t.confirmPassword="Please confirm your password",t}function vr({onComplete:s,className:t=""}){const{status:o,isLoading:a,isCreating:r,error:n,checkStatus:c,createAdmin:i}=Hs(),[d,h]=l.useState({email:"",password:"",confirmPassword:"",name:"",orgName:""}),[p,m]=l.useState({}),[f,w]=l.useState(!1);l.useEffect(()=>{c()},[c]);const g=l.useCallback(y=>x=>{h(b=>({...b,[y]:x.target.value})),m(b=>({...b,[y]:void 0}))},[]),u=l.useCallback(async y=>{y.preventDefault();const x=pn(d);if(Object.keys(x).length>0){m(x);return}try{await i({email:d.email,password:d.password,name:d.name||void 0,orgName:d.orgName||void 0}),w(!0),s?.()}catch{}},[d,i,s]);return a?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__loading",children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{className:"cedros-setup__loading-text",children:"Checking setup status..."})]})}):o&&!o.needsSetup?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__complete",children:[e.jsx("div",{className:"cedros-setup__icon cedros-setup__icon--success",children:e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]})}),e.jsx("h2",{className:"cedros-setup__title",children:"Setup Complete"}),e.jsx("p",{className:"cedros-setup__text",children:"An admin account already exists. You can now log in."})]})}):f?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__complete",children:[e.jsx("div",{className:"cedros-setup__icon cedros-setup__icon--success",children:e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]})}),e.jsx("h2",{className:"cedros-setup__title",children:"Admin Account Created"}),e.jsx("p",{className:"cedros-setup__text",children:"Your admin account has been created successfully. You can now log in with your credentials."})]})}):e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__container",children:[e.jsxs("div",{className:"cedros-setup__header",children:[e.jsx("div",{className:"cedros-setup__logo",children:e.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}),e.jsx("path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"})]})}),e.jsx("h1",{className:"cedros-setup__title",children:"Welcome to Cedros"}),e.jsx("p",{className:"cedros-setup__subtitle",children:"Let's set up your admin account to get started."})]}),e.jsxs("form",{className:"cedros-setup__form",onSubmit:u,children:[n&&e.jsx(G.ErrorMessage,{error:n.message}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsxs("label",{htmlFor:"setup-email",className:"cedros-setup__label",children:["Email Address ",e.jsx("span",{className:"cedros-setup__required",children:"*"})]}),e.jsx("input",{id:"setup-email",type:"email",className:`cedros-setup__input ${p.email?"cedros-setup__input--error":""}`,value:d.email,onChange:g("email"),placeholder:"admin@example.com",autoComplete:"email",autoFocus:!0,disabled:r}),p.email&&e.jsx("span",{className:"cedros-setup__error",children:p.email})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsx("label",{htmlFor:"setup-name",className:"cedros-setup__label",children:"Display Name"}),e.jsx("input",{id:"setup-name",type:"text",className:"cedros-setup__input",value:d.name,onChange:g("name"),placeholder:"Admin",autoComplete:"name",disabled:r})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsx("label",{htmlFor:"setup-org-name",className:"cedros-setup__label",children:"Organization Name"}),e.jsx("input",{id:"setup-org-name",type:"text",className:"cedros-setup__input",value:d.orgName,onChange:g("orgName"),placeholder:"My Organization",disabled:r})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsxs("label",{htmlFor:"setup-password",className:"cedros-setup__label",children:["Password ",e.jsx("span",{className:"cedros-setup__required",children:"*"})]}),e.jsx("input",{id:"setup-password",type:"password",className:`cedros-setup__input ${p.password?"cedros-setup__input--error":""}`,value:d.password,onChange:g("password"),placeholder:"At least 8 characters",autoComplete:"new-password",disabled:r}),p.password&&e.jsx("span",{className:"cedros-setup__error",children:p.password})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsxs("label",{htmlFor:"setup-confirm-password",className:"cedros-setup__label",children:["Confirm Password ",e.jsx("span",{className:"cedros-setup__required",children:"*"})]}),e.jsx("input",{id:"setup-confirm-password",type:"password",className:`cedros-setup__input ${p.confirmPassword?"cedros-setup__input--error":""}`,value:d.confirmPassword,onChange:g("confirmPassword"),placeholder:"Confirm your password",autoComplete:"new-password",disabled:r}),p.confirmPassword&&e.jsx("span",{className:"cedros-setup__error",children:p.confirmPassword})]}),e.jsx("button",{type:"submit",className:"cedros-setup__button",disabled:r,children:r?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Creating Account..."})]}):"Create Admin Account"})]}),e.jsxs("div",{className:"cedros-setup__footer",children:[e.jsx("p",{className:"cedros-setup__note",children:"This will be the first administrator account for your installation."}),o?.serverVersion&&e.jsxs("p",{className:"cedros-setup__version",children:["Server version: ",o.serverVersion]})]})]})})}const mn=["security","rate_limit"];function fn({className:s}){return e.jsx(Os.SettingsPageLayout,{title:"Security",description:"Configure CORS, cookies, sessions, JWT, and rate limiting settings.",categories:mn,className:s})}const ht=[{id:"email",label:"Email",category:"email"},{id:"webhooks",label:"Webhooks",category:"webhook"}];function gn({className:s}){const{settings:t,edits:o,isLoading:a,autosaveStatus:r,autosaveError:n,error:c,fetchSettings:i,handleChange:d,getEffectiveValue:h}=xe.useSettingsAutosave(),[p,m]=l.useState("email");l.useEffect(()=>{i()},[i]);const f=ht.find(v=>v.id===p),w=f?.category??"",u=(h("email_provider")||"custom")==="custom",y=h("email_smtp_host"),x=!u||y!=null&&y!=="",b=l.useMemo(()=>{const v=t[w]??[];if(p!=="email")return v;const C=u?We.ALL_EMAIL_FIELDS:We.SIMPLIFIED_EMAIL_FIELDS;return v.filter(A=>C.includes(A.key)).sort((A,k)=>C.indexOf(A.key)-C.indexOf(k.key))},[t,w,p,u]),j=(v,C)=>{if(d(v,C),v==="email_provider"&&C!=="custom"){const A=We.PROVIDER_SMTP_HOSTS[C];A&&(d("email_smtp_host",A),d("email_smtp_port","587"),d("email_smtp_tls","true"))}};return a&&Object.keys(t).length===0?e.jsxs("div",{className:`cedros-system-settings cedros-system-settings-loading ${s??""}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]}):c?e.jsx("div",{className:`cedros-system-settings ${s??""}`,children:e.jsx(G.ErrorMessage,{error:c.message})}):e.jsxs("div",{className:`cedros-system-settings ${s??""}`,children:[e.jsxs("div",{className:"cedros-settings-page-header",children:[e.jsxs("div",{className:"cedros-settings-page-header-content",children:[e.jsx("h2",{className:"cedros-settings-page-title",children:"Auth Messages"}),e.jsx("p",{className:"cedros-settings-page-description",children:"Configure email delivery for verification emails, password resets, and instant link login. Webhook notifications can be sent to Discord or Slack."})]}),e.jsx(xe.AutosaveStatus,{status:r,error:n})]}),p==="email"&&!x&&e.jsx("div",{className:"cedros-settings-warning-banner",children:"Email features (verification, password reset, instant link) are disabled until SMTP is configured. Select a provider or enter custom SMTP settings below."}),e.jsx("div",{className:"cedros-admin-tabs cedros-admin-tabs--line",children:ht.map(v=>e.jsx("button",{type:"button",className:`cedros-admin-tab ${p===v.id?"cedros-admin-tab-active":""}`,onClick:()=>m(v.id),"aria-selected":p===v.id,role:"tab",children:v.label},v.id))}),e.jsx("div",{className:"cedros-admin-tab-content",role:"tabpanel",children:b.length===0?e.jsx("div",{className:"cedros-system-settings-empty",children:e.jsxs("p",{children:["No settings found for ",f?.label??"this section","."]})}):e.jsx(xe.SettingsSection,{settings:b,edits:o,onChange:p==="email"?j:d})})]})}const ae={users:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}),e.jsx("circle",{cx:"9",cy:"7",r:"4"}),e.jsx("path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}),e.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),members:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}),e.jsx("circle",{cx:"9",cy:"7",r:"4"}),e.jsx("path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}),e.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),deposits:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}),e.jsx("path",{d:"M12 18V6"})]}),withdrawals:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}),e.jsx("path",{d:"M9 22v-4h6v4"}),e.jsx("path",{d:"M8 6h.01"}),e.jsx("path",{d:"M16 6h.01"}),e.jsx("path",{d:"M12 6h.01"}),e.jsx("path",{d:"M12 10h.01"}),e.jsx("path",{d:"M12 14h.01"}),e.jsx("path",{d:"M16 10h.01"}),e.jsx("path",{d:"M16 14h.01"}),e.jsx("path",{d:"M8 10h.01"}),e.jsx("path",{d:"M8 14h.01"})]}),wallet:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}),e.jsx("path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"})]}),chevronRight:e.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsx("path",{d:"m9 18 6-6-6-6"})}),key:e.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsx("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"})}),mail:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}),e.jsx("path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"})]}),coins:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("circle",{cx:"8",cy:"8",r:"6"}),e.jsx("path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18"}),e.jsx("path",{d:"M7 6h1v4"}),e.jsx("path",{d:"m16.71 13.88.7.71-2.82 2.82"})]}),server:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}),e.jsx("rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}),e.jsx("line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}),e.jsx("line",{x1:"6",x2:"6.01",y1:"18",y2:"18"})]})},wn=[{id:"users",label:"Users",icon:ae.users},{id:"team",label:"Team",icon:ae.members},{id:"deposits",label:"Deposits",icon:ae.deposits,requiredFeature:"credits"},{id:"withdrawals",label:"Withdrawals",icon:ae.withdrawals,requiredFeature:"credits"},{id:"settings-auth",label:"Authentication",icon:ae.key,group:"Configuration"},{id:"settings-messaging",label:"Auth Messages",icon:ae.mail,group:"Configuration"},{id:"settings-wallet",label:"User Wallets",icon:ae.wallet,group:"Configuration"},{id:"settings-credits",label:"Credit System",icon:ae.coins,group:"Configuration",requiredFeature:"credits"},{id:"settings-server",label:"Auth Server",icon:ae.server,group:"Configuration"}];function yn({title:s="Dashboard",sections:t=["users","team","deposits","withdrawals","settings-wallet","settings-auth","settings-messaging","settings-credits","settings-server"],defaultSection:o="users",refreshInterval:a=0,pageSize:r=20,onSectionChange:n,onSettingsClick:c,onLogoutClick:i,className:d=""}){const[h,p]=l.useState(o),[m,f]=l.useState(!0),{user:w,logout:g}=T.useCedrosLogin(),{activeOrg:u,role:y,isLoading:x,fetchOrgs:b,hasPermission:j}=Ws.useOrgs(),{status:v,isLoading:C,checkStatus:A}=Hs(),{features:k,isLoading:S}=te.useServerFeatures(),{canAccess:N}=te.useDashboardPermissions(),P=l.useCallback(D=>{p(D),n?.(D)},[n]),L=wn.filter(D=>!(!t.includes(D.id)||D.requiredFeature&&!k[D.requiredFeature]||!N(D.id))),E=L.find(D=>D.id===h),M=!E&&!S;return l.useEffect(()=>{b(),A()},[b,A]),l.useEffect(()=>{M&&L.length>0&&p("users")},[M,L.length]),!C&&v?.needsSetup?e.jsx("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--setup ${d}`,children:e.jsx(vr,{onComplete:()=>A()})}):(x||C||S)&&!u?e.jsxs("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--loading ${d}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{className:"cedros-dashboard__loading-text",children:"Loading..."})]}):h==="team"&&!u?e.jsx("div",{className:`cedros-admin cedros-dashboard ${d}`,children:e.jsx(G.ErrorMessage,{error:"No organization selected. Please select an organization first."})}):e.jsxs("div",{className:`cedros-admin cedros-dashboard ${d}`,children:[e.jsxs("aside",{className:"cedros-dashboard__sidebar",children:[e.jsx("div",{className:"cedros-dashboard__sidebar-header",children:e.jsxs("div",{className:"cedros-dashboard__logo",children:[ae.wallet,e.jsx("span",{className:"cedros-dashboard__logo-text",children:s})]})}),e.jsxs("nav",{className:"cedros-dashboard__nav",children:[e.jsxs("div",{className:"cedros-dashboard__nav-group",children:[e.jsx("span",{className:"cedros-dashboard__nav-label",children:"Menu"}),L.filter(D=>!D.group).map(D=>e.jsxs("button",{type:"button",className:`cedros-dashboard__nav-item ${h===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":h===D.id?"page":void 0,children:[e.jsx("span",{className:"cedros-dashboard__nav-icon",children:D.icon}),e.jsx("span",{className:"cedros-dashboard__nav-text",children:D.label})]},D.id))]}),L.some(D=>D.group==="Configuration")&&e.jsxs("div",{className:"cedros-dashboard__nav-group",children:[e.jsxs("button",{type:"button",className:"cedros-dashboard__nav-label cedros-dashboard__nav-label--collapsible",onClick:()=>f(!m),"aria-expanded":m,children:[e.jsx("span",{children:"Configuration"}),e.jsx("span",{className:`cedros-dashboard__nav-chevron ${m?"cedros-dashboard__nav-chevron--expanded":""}`,children:ae.chevronRight})]}),m&&L.filter(D=>D.group==="Configuration").map(D=>e.jsxs("button",{type:"button",className:`cedros-dashboard__nav-item ${h===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":h===D.id?"page":void 0,children:[e.jsx("span",{className:"cedros-dashboard__nav-icon",children:D.icon}),e.jsx("span",{className:"cedros-dashboard__nav-text",children:D.label})]},D.id))]})]}),w&&e.jsx("div",{className:"cedros-dashboard__sidebar-footer",children:e.jsx(ge.ProfileDropdown,{name:w.name,email:w.email,picture:w.picture,onSettings:c,onLogout:i??g})})]}),e.jsxs("main",{className:"cedros-dashboard__main",children:[e.jsx("header",{className:"cedros-dashboard__header",children:e.jsxs("div",{className:"cedros-dashboard__breadcrumb",children:[e.jsx("span",{className:"cedros-dashboard__breadcrumb-root",children:s}),e.jsx("span",{className:"cedros-dashboard__breadcrumb-sep",children:ae.chevronRight}),e.jsx("span",{className:"cedros-dashboard__breadcrumb-current",children:E?.label})]})}),e.jsxs("div",{className:"cedros-dashboard__content",children:[h==="users"&&e.jsx(bn,{pageSize:r,currentUserId:w?.id}),h==="team"&&u&&e.jsx(An,{orgId:u.id,currentUserId:w?.id,hasPermission:j,role:y}),h==="deposits"&&e.jsx(xn,{pageSize:r,refreshInterval:a}),h==="withdrawals"&&e.jsx(vn,{pageSize:r,refreshInterval:a}),h==="settings-auth"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Ht.AuthenticationSettings,{})}),h==="settings-wallet"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Qt.EmbeddedWalletSettings,{})}),h==="settings-messaging"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(gn,{})}),h==="settings-credits"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(_s.CreditSystemSettings,{})}),h==="settings-server"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Kt.ServerSettings,{})})]})]})]})}function bn({pageSize:s,currentUserId:t}){const[o,a]=l.useState(null),{statsItems:r,isLoading:n,error:c,refresh:i}=Ee.useUsersStatsSummary();return o?e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Ee.AdminUserDetail,{userId:o.id,currentUserId:t,onBack:()=>a(null)})}):e.jsxs("div",{className:"cedros-dashboard__section",children:[e.jsx(Vt.StatsBar,{stats:r,isLoading:n,onRefresh:i}),c&&e.jsx("p",{className:"cedros-admin-error-inline",children:c}),e.jsx(Ee.AdminUserList,{pageSize:s,currentUserId:t,onUserClick:d=>a(d)})]})}function An({orgId:s,currentUserId:t,hasPermission:o,role:a}){const[r,n]=l.useState("members"),{members:c,isLoading:i,error:d,fetchMembers:h,updateMemberRole:p,removeMember:m}=te.useMembers(s),{invites:f,isLoading:w,error:g,fetchInvites:u,createInvite:y,cancelInvite:x,resendInvite:b}=te.useInvites(s);l.useEffect(()=>{h(),u()},[h,u]);const j=o("invite:create"),v=o("invite:cancel"),C=f.length,A=c.reduce((P,L)=>(P[L.role]=(P[L.role]??0)+1,P),{}),k=A.owner??0,S=A.admin??0,N=A.member??0;return e.jsxs("div",{className:"cedros-dashboard__team",children:[e.jsx(Vt.StatsBar,{stats:[{label:"Owners",value:k},{label:"Admins",value:S},{label:"Members",value:N},{label:"Pending Invites",value:C}]}),e.jsxs("div",{className:"cedros-admin-tabs cedros-admin-tabs--line",children:[e.jsx("button",{type:"button",className:`cedros-admin-tab ${r==="members"?"cedros-admin-tab-active":""}`,onClick:()=>n("members"),"aria-selected":r==="members",role:"tab",children:"Members"}),e.jsxs("button",{type:"button",className:`cedros-admin-tab ${r==="invites"?"cedros-admin-tab-active":""}`,onClick:()=>n("invites"),"aria-selected":r==="invites",role:"tab",children:["Pending Invites",C>0&&` (${C})`]}),a==="owner"&&e.jsx("button",{type:"button",className:`cedros-admin-tab ${r==="permissions"?"cedros-admin-tab-active":""}`,onClick:()=>n("permissions"),"aria-selected":r==="permissions",role:"tab",children:"Permissions"})]}),e.jsxs("div",{className:"cedros-admin-tab-content",role:"tabpanel",children:[r==="members"&&e.jsx(te.MemberList,{members:c,currentUserId:t,isLoading:i,error:d?.message,canManage:o("member:remove"),canChangeRoles:o("member:role_change"),onUpdateRole:p,onRemove:m}),r==="invites"&&e.jsxs("div",{className:"cedros-dashboard__invites",children:[j&&e.jsxs("div",{className:"cedros-dashboard__section",children:[e.jsx("div",{className:"cedros-dashboard__section-header",children:e.jsx("h3",{className:"cedros-dashboard__section-title",children:"Send Invitation"})}),e.jsx(te.InviteForm,{onSubmit:y,isLoading:w,error:g?.message})]}),e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(te.InviteList,{invites:f,isLoading:w,error:g?.message,canManage:v||j,onCancel:v?x:void 0,onResend:j?b:void 0})})]}),r==="permissions"&&a==="owner"&&e.jsx(te.PermissionsSection,{userRole:a})]})]})}function xn({pageSize:s,refreshInterval:t}){const[o,a]=l.useState("");return e.jsxs("div",{className:"cedros-dashboard__deposits",children:[e.jsx(Oe.AdminDepositStats,{refreshInterval:t}),e.jsxs("div",{className:"cedros-dashboard__deposits-list",children:[e.jsx("div",{className:"cedros-dashboard__toolbar",children:e.jsxs("div",{className:"cedros-dashboard__filter",children:[e.jsx("label",{className:"cedros-dashboard__filter-label",htmlFor:"status-filter",children:"Status"}),e.jsxs("select",{id:"status-filter",className:"cedros-dashboard__select",value:o,onChange:r=>a(r.target.value),children:[e.jsx("option",{value:"",children:"All statuses"}),e.jsx("option",{value:"pending",children:"Pending"}),e.jsx("option",{value:"detected",children:"Detected"}),e.jsx("option",{value:"processing",children:"Processing"}),e.jsx("option",{value:"completed",children:"Completed"}),e.jsx("option",{value:"withdrawn",children:"Withdrawn"}),e.jsx("option",{value:"expired",children:"Expired"}),e.jsx("option",{value:"failed",children:"Failed"})]})]})}),e.jsx(Oe.AdminDepositList,{statusFilter:o||void 0,pageSize:s,refreshInterval:t})]})]})}function vn({pageSize:s,refreshInterval:t}){return e.jsxs("div",{className:"cedros-dashboard__withdrawals",children:[e.jsx(fe.AdminWithdrawalStats,{refreshInterval:t}),e.jsx("p",{className:"cedros-dashboard__text-muted",children:"Track deposits through the withdrawal pipeline: privacy period, ready for processing, and completed."}),e.jsxs("div",{className:"cedros-dashboard__pipeline",children:[e.jsx(fe.AdminPrivacyPeriodDeposits,{pageSize:s,refreshInterval:t}),e.jsx(fe.AdminWithdrawalQueue,{pageSize:s,refreshInterval:t}),e.jsx(fe.AdminWithdrawalHistory,{pageSize:s,refreshInterval:t})]})]})}var Ae={},ls,pt;function jn(){return pt||(pt=1,ls=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),ls}var cs={},me={},mt;function we(){if(mt)return me;mt=1;let s;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return me.getSymbolSize=function(a){if(!a)throw new Error('"version" cannot be null or undefined');if(a<1||a>40)throw new Error('"version" should be in range from 1 to 40');return a*4+17},me.getSymbolTotalCodewords=function(a){return t[a]},me.getBCHDigit=function(o){let a=0;for(;o!==0;)a++,o>>>=1;return a},me.setToSJISFunction=function(a){if(typeof a!="function")throw new Error('"toSJISFunc" is not a valid function.');s=a},me.isKanjiModeEnabled=function(){return typeof s<"u"},me.toSJIS=function(a){return s(a)},me}var ds={},ft;function Qs(){return ft||(ft=1,(function(s){s.L={bit:1},s.M={bit:0},s.Q={bit:3},s.H={bit:2};function t(o){if(typeof o!="string")throw new Error("Param is not a string");switch(o.toLowerCase()){case"l":case"low":return s.L;case"m":case"medium":return s.M;case"q":case"quartile":return s.Q;case"h":case"high":return s.H;default:throw new Error("Unknown EC Level: "+o)}}s.isValid=function(a){return a&&typeof a.bit<"u"&&a.bit>=0&&a.bit<4},s.from=function(a,r){if(s.isValid(a))return a;try{return t(a)}catch{return r}}})(ds)),ds}var us,gt;function kn(){if(gt)return us;gt=1;function s(){this.buffer=[],this.length=0}return s.prototype={get:function(t){const o=Math.floor(t/8);return(this.buffer[o]>>>7-t%8&1)===1},put:function(t,o){for(let a=0;a<o;a++)this.putBit((t>>>o-a-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const o=Math.floor(this.length/8);this.buffer.length<=o&&this.buffer.push(0),t&&(this.buffer[o]|=128>>>this.length%8),this.length++}},us=s,us}var hs,wt;function Nn(){if(wt)return hs;wt=1;function s(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return s.prototype.set=function(t,o,a,r){const n=t*this.size+o;this.data[n]=a,r&&(this.reservedBit[n]=!0)},s.prototype.get=function(t,o){return this.data[t*this.size+o]},s.prototype.xor=function(t,o,a){this.data[t*this.size+o]^=a},s.prototype.isReserved=function(t,o){return this.reservedBit[t*this.size+o]},hs=s,hs}var ps={},yt;function Cn(){return yt||(yt=1,(function(s){const t=we().getSymbolSize;s.getRowColCoords=function(a){if(a===1)return[];const r=Math.floor(a/7)+2,n=t(a),c=n===145?26:Math.ceil((n-13)/(2*r-2))*2,i=[n-7];for(let d=1;d<r-1;d++)i[d]=i[d-1]-c;return i.push(6),i.reverse()},s.getPositions=function(a){const r=[],n=s.getRowColCoords(a),c=n.length;for(let i=0;i<c;i++)for(let d=0;d<c;d++)i===0&&d===0||i===0&&d===c-1||i===c-1&&d===0||r.push([n[i],n[d]]);return r}})(ps)),ps}var ms={},bt;function Sn(){if(bt)return ms;bt=1;const s=we().getSymbolSize,t=7;return ms.getPositions=function(a){const r=s(a);return[[0,0],[r-t,0],[0,r-t]]},ms}var fs={},At;function En(){return At||(At=1,(function(s){s.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const t={N1:3,N2:3,N3:40,N4:10};s.isValid=function(r){return r!=null&&r!==""&&!isNaN(r)&&r>=0&&r<=7},s.from=function(r){return s.isValid(r)?parseInt(r,10):void 0},s.getPenaltyN1=function(r){const n=r.size;let c=0,i=0,d=0,h=null,p=null;for(let m=0;m<n;m++){i=d=0,h=p=null;for(let f=0;f<n;f++){let w=r.get(m,f);w===h?i++:(i>=5&&(c+=t.N1+(i-5)),h=w,i=1),w=r.get(f,m),w===p?d++:(d>=5&&(c+=t.N1+(d-5)),p=w,d=1)}i>=5&&(c+=t.N1+(i-5)),d>=5&&(c+=t.N1+(d-5))}return c},s.getPenaltyN2=function(r){const n=r.size;let c=0;for(let i=0;i<n-1;i++)for(let d=0;d<n-1;d++){const h=r.get(i,d)+r.get(i,d+1)+r.get(i+1,d)+r.get(i+1,d+1);(h===4||h===0)&&c++}return c*t.N2},s.getPenaltyN3=function(r){const n=r.size;let c=0,i=0,d=0;for(let h=0;h<n;h++){i=d=0;for(let p=0;p<n;p++)i=i<<1&2047|r.get(h,p),p>=10&&(i===1488||i===93)&&c++,d=d<<1&2047|r.get(p,h),p>=10&&(d===1488||d===93)&&c++}return c*t.N3},s.getPenaltyN4=function(r){let n=0;const c=r.data.length;for(let d=0;d<c;d++)n+=r.data[d];return Math.abs(Math.ceil(n*100/c/5)-10)*t.N4};function o(a,r,n){switch(a){case s.Patterns.PATTERN000:return(r+n)%2===0;case s.Patterns.PATTERN001:return r%2===0;case s.Patterns.PATTERN010:return n%3===0;case s.Patterns.PATTERN011:return(r+n)%3===0;case s.Patterns.PATTERN100:return(Math.floor(r/2)+Math.floor(n/3))%2===0;case s.Patterns.PATTERN101:return r*n%2+r*n%3===0;case s.Patterns.PATTERN110:return(r*n%2+r*n%3)%2===0;case s.Patterns.PATTERN111:return(r*n%3+(r+n)%2)%2===0;default:throw new Error("bad maskPattern:"+a)}}s.applyMask=function(r,n){const c=n.size;for(let i=0;i<c;i++)for(let d=0;d<c;d++)n.isReserved(d,i)||n.xor(d,i,o(r,d,i))},s.getBestMask=function(r,n){const c=Object.keys(s.Patterns).length;let i=0,d=1/0;for(let h=0;h<c;h++){n(h),s.applyMask(h,r);const p=s.getPenaltyN1(r)+s.getPenaltyN2(r)+s.getPenaltyN3(r)+s.getPenaltyN4(r);s.applyMask(h,r),p<d&&(d=p,i=h)}return i}})(fs)),fs}var Fe={},xt;function jr(){if(xt)return Fe;xt=1;const s=Qs(),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],o=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return Fe.getBlocksCount=function(r,n){switch(n){case s.L:return t[(r-1)*4+0];case s.M:return t[(r-1)*4+1];case s.Q:return t[(r-1)*4+2];case s.H:return t[(r-1)*4+3];default:return}},Fe.getTotalCodewordsCount=function(r,n){switch(n){case s.L:return o[(r-1)*4+0];case s.M:return o[(r-1)*4+1];case s.Q:return o[(r-1)*4+2];case s.H:return o[(r-1)*4+3];default:return}},Fe}var gs={},Se={},vt;function Ln(){if(vt)return Se;vt=1;const s=new Uint8Array(512),t=new Uint8Array(256);return(function(){let a=1;for(let r=0;r<255;r++)s[r]=a,t[a]=r,a<<=1,a&256&&(a^=285);for(let r=255;r<512;r++)s[r]=s[r-255]})(),Se.log=function(a){if(a<1)throw new Error("log("+a+")");return t[a]},Se.exp=function(a){return s[a]},Se.mul=function(a,r){return a===0||r===0?0:s[t[a]+t[r]]},Se}var jt;function Pn(){return jt||(jt=1,(function(s){const t=Ln();s.mul=function(a,r){const n=new Uint8Array(a.length+r.length-1);for(let c=0;c<a.length;c++)for(let i=0;i<r.length;i++)n[c+i]^=t.mul(a[c],r[i]);return n},s.mod=function(a,r){let n=new Uint8Array(a);for(;n.length-r.length>=0;){const c=n[0];for(let d=0;d<r.length;d++)n[d]^=t.mul(r[d],c);let i=0;for(;i<n.length&&n[i]===0;)i++;n=n.slice(i)}return n},s.generateECPolynomial=function(a){let r=new Uint8Array([1]);for(let n=0;n<a;n++)r=s.mul(r,new Uint8Array([1,t.exp(n)]));return r}})(gs)),gs}var ws,kt;function Mn(){if(kt)return ws;kt=1;const s=Pn();function t(o){this.genPoly=void 0,this.degree=o,this.degree&&this.initialize(this.degree)}return t.prototype.initialize=function(a){this.degree=a,this.genPoly=s.generateECPolynomial(this.degree)},t.prototype.encode=function(a){if(!this.genPoly)throw new Error("Encoder not initialized");const r=new Uint8Array(a.length+this.degree);r.set(a);const n=s.mod(r,this.genPoly),c=this.degree-n.length;if(c>0){const i=new Uint8Array(this.degree);return i.set(n,c),i}return n},ws=t,ws}var ys={},bs={},As={},Nt;function kr(){return Nt||(Nt=1,As.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),As}var de={},Ct;function Nr(){if(Ct)return de;Ct=1;const s="[0-9]+",t="[A-Z $%*+\\-./:]+";let o="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";o=o.replace(/u/g,"\\u");const a="(?:(?![A-Z0-9 $%*+\\-./:]|"+o+`)(?:.|[\r
2050
- ]))+`;de.KANJI=new RegExp(o,"g"),de.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),de.BYTE=new RegExp(a,"g"),de.NUMERIC=new RegExp(s,"g"),de.ALPHANUMERIC=new RegExp(t,"g");const r=new RegExp("^"+o+"$"),n=new RegExp("^"+s+"$"),c=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return de.testKanji=function(d){return r.test(d)},de.testNumeric=function(d){return n.test(d)},de.testAlphanumeric=function(d){return c.test(d)},de}var St;function ye(){return St||(St=1,(function(s){const t=kr(),o=Nr();s.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},s.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},s.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},s.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},s.MIXED={bit:-1},s.getCharCountIndicator=function(n,c){if(!n.ccBits)throw new Error("Invalid mode: "+n);if(!t.isValid(c))throw new Error("Invalid version: "+c);return c>=1&&c<10?n.ccBits[0]:c<27?n.ccBits[1]:n.ccBits[2]},s.getBestModeForData=function(n){return o.testNumeric(n)?s.NUMERIC:o.testAlphanumeric(n)?s.ALPHANUMERIC:o.testKanji(n)?s.KANJI:s.BYTE},s.toString=function(n){if(n&&n.id)return n.id;throw new Error("Invalid mode")},s.isValid=function(n){return n&&n.bit&&n.ccBits};function a(r){if(typeof r!="string")throw new Error("Param is not a string");switch(r.toLowerCase()){case"numeric":return s.NUMERIC;case"alphanumeric":return s.ALPHANUMERIC;case"kanji":return s.KANJI;case"byte":return s.BYTE;default:throw new Error("Unknown mode: "+r)}}s.from=function(n,c){if(s.isValid(n))return n;try{return a(n)}catch{return c}}})(bs)),bs}var Et;function Tn(){return Et||(Et=1,(function(s){const t=we(),o=jr(),a=Qs(),r=ye(),n=kr(),c=7973,i=t.getBCHDigit(c);function d(f,w,g){for(let u=1;u<=40;u++)if(w<=s.getCapacity(u,g,f))return u}function h(f,w){return r.getCharCountIndicator(f,w)+4}function p(f,w){let g=0;return f.forEach(function(u){const y=h(u.mode,w);g+=y+u.getBitsLength()}),g}function m(f,w){for(let g=1;g<=40;g++)if(p(f,g)<=s.getCapacity(g,w,r.MIXED))return g}s.from=function(w,g){return n.isValid(w)?parseInt(w,10):g},s.getCapacity=function(w,g,u){if(!n.isValid(w))throw new Error("Invalid QR Code version");typeof u>"u"&&(u=r.BYTE);const y=t.getSymbolTotalCodewords(w),x=o.getTotalCodewordsCount(w,g),b=(y-x)*8;if(u===r.MIXED)return b;const j=b-h(u,w);switch(u){case r.NUMERIC:return Math.floor(j/10*3);case r.ALPHANUMERIC:return Math.floor(j/11*2);case r.KANJI:return Math.floor(j/13);case r.BYTE:default:return Math.floor(j/8)}},s.getBestVersionForData=function(w,g){let u;const y=a.from(g,a.M);if(Array.isArray(w)){if(w.length>1)return m(w,y);if(w.length===0)return 1;u=w[0]}else u=w;return d(u.mode,u.getLength(),y)},s.getEncodedBits=function(w){if(!n.isValid(w)||w<7)throw new Error("Invalid QR Code version");let g=w<<12;for(;t.getBCHDigit(g)-i>=0;)g^=c<<t.getBCHDigit(g)-i;return w<<12|g}})(ys)),ys}var xs={},Lt;function Bn(){if(Lt)return xs;Lt=1;const s=we(),t=1335,o=21522,a=s.getBCHDigit(t);return xs.getEncodedBits=function(n,c){const i=n.bit<<3|c;let d=i<<10;for(;s.getBCHDigit(d)-a>=0;)d^=t<<s.getBCHDigit(d)-a;return(i<<10|d)^o},xs}var vs={},js,Pt;function Rn(){if(Pt)return js;Pt=1;const s=ye();function t(o){this.mode=s.NUMERIC,this.data=o.toString()}return t.getBitsLength=function(a){return 10*Math.floor(a/3)+(a%3?a%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(a){let r,n,c;for(r=0;r+3<=this.data.length;r+=3)n=this.data.substr(r,3),c=parseInt(n,10),a.put(c,10);const i=this.data.length-r;i>0&&(n=this.data.substr(r),c=parseInt(n,10),a.put(c,i*3+1))},js=t,js}var ks,Mt;function Dn(){if(Mt)return ks;Mt=1;const s=ye(),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function o(a){this.mode=s.ALPHANUMERIC,this.data=a}return o.getBitsLength=function(r){return 11*Math.floor(r/2)+6*(r%2)},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(r){let n;for(n=0;n+2<=this.data.length;n+=2){let c=t.indexOf(this.data[n])*45;c+=t.indexOf(this.data[n+1]),r.put(c,11)}this.data.length%2&&r.put(t.indexOf(this.data[n]),6)},ks=o,ks}var Ns,Tt;function In(){if(Tt)return Ns;Tt=1;const s=ye();function t(o){this.mode=s.BYTE,typeof o=="string"?this.data=new TextEncoder().encode(o):this.data=new Uint8Array(o)}return t.getBitsLength=function(a){return a*8},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(o){for(let a=0,r=this.data.length;a<r;a++)o.put(this.data[a],8)},Ns=t,Ns}var Cs,Bt;function Fn(){if(Bt)return Cs;Bt=1;const s=ye(),t=we();function o(a){this.mode=s.KANJI,this.data=a}return o.getBitsLength=function(r){return r*13},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(a){let r;for(r=0;r<this.data.length;r++){let n=t.toSJIS(this.data[r]);if(n>=33088&&n<=40956)n-=33088;else if(n>=57408&&n<=60351)n-=49472;else throw new Error("Invalid SJIS character: "+this.data[r]+`
2051
- Make sure your charset is UTF-8`);n=(n>>>8&255)*192+(n&255),a.put(n,13)}},Cs=o,Cs}var Ss={exports:{}},Rt;function Un(){return Rt||(Rt=1,(function(s){var t={single_source_shortest_paths:function(o,a,r){var n={},c={};c[a]=0;var i=t.PriorityQueue.make();i.push(a,0);for(var d,h,p,m,f,w,g,u,y;!i.empty();){d=i.pop(),h=d.value,m=d.cost,f=o[h]||{};for(p in f)f.hasOwnProperty(p)&&(w=f[p],g=m+w,u=c[p],y=typeof c[p]>"u",(y||u>g)&&(c[p]=g,i.push(p,g),n[p]=h))}if(typeof r<"u"&&typeof c[r]>"u"){var x=["Could not find a path from ",a," to ",r,"."].join("");throw new Error(x)}return n},extract_shortest_path_from_predecessor_list:function(o,a){for(var r=[],n=a;n;)r.push(n),o[n],n=o[n];return r.reverse(),r},find_path:function(o,a,r){var n=t.single_source_shortest_paths(o,a,r);return t.extract_shortest_path_from_predecessor_list(n,r)},PriorityQueue:{make:function(o){var a=t.PriorityQueue,r={},n;o=o||{};for(n in a)a.hasOwnProperty(n)&&(r[n]=a[n]);return r.queue=[],r.sorter=o.sorter||a.default_sorter,r},default_sorter:function(o,a){return o.cost-a.cost},push:function(o,a){var r={value:o,cost:a};this.queue.push(r),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};s.exports=t})(Ss)),Ss.exports}var Dt;function Wn(){return Dt||(Dt=1,(function(s){const t=ye(),o=Rn(),a=Dn(),r=In(),n=Fn(),c=Nr(),i=we(),d=Un();function h(x){return unescape(encodeURIComponent(x)).length}function p(x,b,j){const v=[];let C;for(;(C=x.exec(j))!==null;)v.push({data:C[0],index:C.index,mode:b,length:C[0].length});return v}function m(x){const b=p(c.NUMERIC,t.NUMERIC,x),j=p(c.ALPHANUMERIC,t.ALPHANUMERIC,x);let v,C;return i.isKanjiModeEnabled()?(v=p(c.BYTE,t.BYTE,x),C=p(c.KANJI,t.KANJI,x)):(v=p(c.BYTE_KANJI,t.BYTE,x),C=[]),b.concat(j,v,C).sort(function(k,S){return k.index-S.index}).map(function(k){return{data:k.data,mode:k.mode,length:k.length}})}function f(x,b){switch(b){case t.NUMERIC:return o.getBitsLength(x);case t.ALPHANUMERIC:return a.getBitsLength(x);case t.KANJI:return n.getBitsLength(x);case t.BYTE:return r.getBitsLength(x)}}function w(x){return x.reduce(function(b,j){const v=b.length-1>=0?b[b.length-1]:null;return v&&v.mode===j.mode?(b[b.length-1].data+=j.data,b):(b.push(j),b)},[])}function g(x){const b=[];for(let j=0;j<x.length;j++){const v=x[j];switch(v.mode){case t.NUMERIC:b.push([v,{data:v.data,mode:t.ALPHANUMERIC,length:v.length},{data:v.data,mode:t.BYTE,length:v.length}]);break;case t.ALPHANUMERIC:b.push([v,{data:v.data,mode:t.BYTE,length:v.length}]);break;case t.KANJI:b.push([v,{data:v.data,mode:t.BYTE,length:h(v.data)}]);break;case t.BYTE:b.push([{data:v.data,mode:t.BYTE,length:h(v.data)}])}}return b}function u(x,b){const j={},v={start:{}};let C=["start"];for(let A=0;A<x.length;A++){const k=x[A],S=[];for(let N=0;N<k.length;N++){const P=k[N],L=""+A+N;S.push(L),j[L]={node:P,lastCount:0},v[L]={};for(let E=0;E<C.length;E++){const M=C[E];j[M]&&j[M].node.mode===P.mode?(v[M][L]=f(j[M].lastCount+P.length,P.mode)-f(j[M].lastCount,P.mode),j[M].lastCount+=P.length):(j[M]&&(j[M].lastCount=P.length),v[M][L]=f(P.length,P.mode)+4+t.getCharCountIndicator(P.mode,b))}}C=S}for(let A=0;A<C.length;A++)v[C[A]].end=0;return{map:v,table:j}}function y(x,b){let j;const v=t.getBestModeForData(x);if(j=t.from(b,v),j!==t.BYTE&&j.bit<v.bit)throw new Error('"'+x+'" cannot be encoded with mode '+t.toString(j)+`.
2052
- Suggested mode is: `+t.toString(v));switch(j===t.KANJI&&!i.isKanjiModeEnabled()&&(j=t.BYTE),j){case t.NUMERIC:return new o(x);case t.ALPHANUMERIC:return new a(x);case t.KANJI:return new n(x);case t.BYTE:return new r(x)}}s.fromArray=function(b){return b.reduce(function(j,v){return typeof v=="string"?j.push(y(v,null)):v.data&&j.push(y(v.data,v.mode)),j},[])},s.fromString=function(b,j){const v=m(b,i.isKanjiModeEnabled()),C=g(v),A=u(C,j),k=d.find_path(A.map,"start","end"),S=[];for(let N=1;N<k.length-1;N++)S.push(A.table[k[N]].node);return s.fromArray(w(S))},s.rawSplit=function(b){return s.fromArray(m(b,i.isKanjiModeEnabled()))}})(vs)),vs}var It;function _n(){if(It)return cs;It=1;const s=we(),t=Qs(),o=kn(),a=Nn(),r=Cn(),n=Sn(),c=En(),i=jr(),d=Mn(),h=Tn(),p=Bn(),m=ye(),f=Wn();function w(A,k){const S=A.size,N=n.getPositions(k);for(let P=0;P<N.length;P++){const L=N[P][0],E=N[P][1];for(let M=-1;M<=7;M++)if(!(L+M<=-1||S<=L+M))for(let B=-1;B<=7;B++)E+B<=-1||S<=E+B||(M>=0&&M<=6&&(B===0||B===6)||B>=0&&B<=6&&(M===0||M===6)||M>=2&&M<=4&&B>=2&&B<=4?A.set(L+M,E+B,!0,!0):A.set(L+M,E+B,!1,!0))}}function g(A){const k=A.size;for(let S=8;S<k-8;S++){const N=S%2===0;A.set(S,6,N,!0),A.set(6,S,N,!0)}}function u(A,k){const S=r.getPositions(k);for(let N=0;N<S.length;N++){const P=S[N][0],L=S[N][1];for(let E=-2;E<=2;E++)for(let M=-2;M<=2;M++)E===-2||E===2||M===-2||M===2||E===0&&M===0?A.set(P+E,L+M,!0,!0):A.set(P+E,L+M,!1,!0)}}function y(A,k){const S=A.size,N=h.getEncodedBits(k);let P,L,E;for(let M=0;M<18;M++)P=Math.floor(M/3),L=M%3+S-8-3,E=(N>>M&1)===1,A.set(P,L,E,!0),A.set(L,P,E,!0)}function x(A,k,S){const N=A.size,P=p.getEncodedBits(k,S);let L,E;for(L=0;L<15;L++)E=(P>>L&1)===1,L<6?A.set(L,8,E,!0):L<8?A.set(L+1,8,E,!0):A.set(N-15+L,8,E,!0),L<8?A.set(8,N-L-1,E,!0):L<9?A.set(8,15-L-1+1,E,!0):A.set(8,15-L-1,E,!0);A.set(N-8,8,1,!0)}function b(A,k){const S=A.size;let N=-1,P=S-1,L=7,E=0;for(let M=S-1;M>0;M-=2)for(M===6&&M--;;){for(let B=0;B<2;B++)if(!A.isReserved(P,M-B)){let D=!1;E<k.length&&(D=(k[E]>>>L&1)===1),A.set(P,M-B,D),L--,L===-1&&(E++,L=7)}if(P+=N,P<0||S<=P){P-=N,N=-N;break}}}function j(A,k,S){const N=new o;S.forEach(function(B){N.put(B.mode.bit,4),N.put(B.getLength(),m.getCharCountIndicator(B.mode,A)),B.write(N)});const P=s.getSymbolTotalCodewords(A),L=i.getTotalCodewordsCount(A,k),E=(P-L)*8;for(N.getLengthInBits()+4<=E&&N.put(0,4);N.getLengthInBits()%8!==0;)N.putBit(0);const M=(E-N.getLengthInBits())/8;for(let B=0;B<M;B++)N.put(B%2?17:236,8);return v(N,A,k)}function v(A,k,S){const N=s.getSymbolTotalCodewords(k),P=i.getTotalCodewordsCount(k,S),L=N-P,E=i.getBlocksCount(k,S),M=N%E,B=E-M,D=Math.floor(N/E),$=Math.floor(L/E),le=$+1,J=D-$,q=new d(J);let R=0;const F=new Array(E),z=new Array(E);let X=0;const ee=new Uint8Array(A.buffer);for(let Q=0;Q<E;Q++){const ne=Q<B?$:le;F[Q]=ee.slice(R,R+ne),z[Q]=q.encode(F[Q]),R+=ne,X=Math.max(X,ne)}const ue=new Uint8Array(N);let ce=0,_,W;for(_=0;_<X;_++)for(W=0;W<E;W++)_<F[W].length&&(ue[ce++]=F[W][_]);for(_=0;_<J;_++)for(W=0;W<E;W++)ue[ce++]=z[W][_];return ue}function C(A,k,S,N){let P;if(Array.isArray(A))P=f.fromArray(A);else if(typeof A=="string"){let D=k;if(!D){const $=f.rawSplit(A);D=h.getBestVersionForData($,S)}P=f.fromString(A,D||40)}else throw new Error("Invalid data");const L=h.getBestVersionForData(P,S);if(!L)throw new Error("The amount of data is too big to be stored in a QR Code");if(!k)k=L;else if(k<L)throw new Error(`
2049
+ `),oe=12;function co(s){if(s.length!==16)throw new Error(`Invalid share length: expected 16, got ${s.length}`);const o=er(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function uo(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!Vs(t,he))throw new Error("Invalid recovery phrase: checksum mismatch");const o=zs(t,he);if(o.length!==16)throw new Error(`Invalid entropy length: expected 16, got ${o.length}`);return I.toShamirShare(o)}function ho(s){if(s.length!==16)throw new Error(`Invalid seed length: expected 16, got ${s.length}`);const o=er(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function po(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!Vs(t,he))throw new Error("Invalid recovery phrase: checksum mismatch");const o=zs(t,he);if(o.length!==16)throw new Error(`Invalid entropy length: expected 16, got ${o.length}`);return I.toSeed(o)}function sr(s){if(s.length!==oe)return!1;const t=s.join(" ").toLowerCase().trim();return Vs(t,he)}function Ue(s){return he.includes(s.toLowerCase().trim())}function mo(s,t=5){const o=s.toLowerCase().trim();return o.length===0?[]:he.filter(a=>a.startsWith(o)).slice(0,t)}function fo(s){const t=[];for(let o=0;o<s.length;o+=4)t.push(s.slice(o,o+4));return t}function go(s){return s.toLowerCase().replace(/[,\n\r\t]+/g," ").split(/\s+/).map(t=>t.trim()).filter(t=>t.length>0)}function wo({className:s="",variant:t="default",size:o="md",children:a,menuItems:r=[],hideSignOut:n=!1}){const{user:c,isAuthenticated:i,isLoading:d,openLoginModal:h,logout:p}=I.useAuth(),[f,g]=l.useState(!1),[w,m]=l.useState(-1),u=l.useRef(null),y=l.useRef(null),A=l.useMemo(()=>[...r,...n?[]:[{label:"Sign out",onClick:p}]],[r,n,p]);l.useEffect(()=>{if(!f)return;const x=C=>{u.current&&!u.current.contains(C.target)&&(g(!1),m(-1))},j=C=>{C.key==="Escape"&&(g(!1),m(-1),y.current?.focus())};return document.addEventListener("mousedown",x),document.addEventListener("keydown",j),()=>{document.removeEventListener("mousedown",x),document.removeEventListener("keydown",j)}},[f]);const b=l.useCallback(x=>{if(!(!f||A.length===0))switch(x.key){case"ArrowDown":x.preventDefault(),m(j=>(j+1)%A.length);break;case"ArrowUp":x.preventDefault(),m(j=>(j-1+A.length)%A.length);break;case"Home":x.preventDefault(),m(0);break;case"End":x.preventDefault(),m(A.length-1);break;case"Enter":case" ":w>=0&&(x.preventDefault(),A[w].onClick(),g(!1),m(-1));break}},[f,w,A]),v=l.useCallback(()=>{A.length!==0&&(g(x=>!x),m(-1))},[A.length]),k={sm:"cedros-button-sm",md:"cedros-button-md",lg:"cedros-button-lg"},S={default:"cedros-button-primary",outline:"cedros-button-outline",ghost:"cedros-button-ghost"};if(d)return e.jsx("button",{type:"button",className:`cedros-button ${S[t]} ${k[o]} ${s}`,disabled:!0,children:e.jsx(V.LoadingSpinner,{size:"sm"})});if(i&&c){const x=c.name||c.email||"User",j=Us.sanitizeImageUrl(c.picture);return e.jsxs("div",{className:"cedros-user-menu",ref:u,onKeyDown:b,children:[e.jsxs("button",{ref:y,type:"button",className:`cedros-button cedros-user-button ${k[o]} ${s}`,"aria-haspopup":"menu","aria-expanded":f,"aria-label":`User menu for ${x}`,onClick:v,children:[j?e.jsx("img",{src:j,alt:x,className:"cedros-user-avatar",referrerPolicy:"no-referrer",crossOrigin:"anonymous"}):e.jsx("div",{className:"cedros-user-avatar-placeholder",children:(x[0]||"?").toUpperCase()}),e.jsx("span",{className:"cedros-user-name",children:x})]}),f&&e.jsxs("div",{className:"cedros-dropdown cedros-dropdown-open",role:"menu",children:[r.map((C,N)=>e.jsxs("button",{type:"button",className:`cedros-dropdown-item ${w===N?"cedros-dropdown-item-focused":""}`,role:"menuitem",tabIndex:w===N?0:-1,onClick:()=>{C.onClick(),g(!1)},children:[C.icon&&e.jsx("span",{className:"cedros-dropdown-icon",children:C.icon}),C.label]},N)),r.length>0&&!n&&e.jsx("div",{className:"cedros-dropdown-divider",role:"separator"}),!n&&e.jsx("button",{type:"button",className:`cedros-dropdown-item cedros-dropdown-item-danger ${w===r.length?"cedros-dropdown-item-focused":""}`,role:"menuitem",tabIndex:w===r.length?0:-1,onClick:()=>{p(),g(!1)},children:"Sign out"})]})]})}return e.jsx("button",{type:"button",className:`cedros-button ${S[t]} ${k[o]} ${s}`,onClick:h,children:a||"Sign in"})}function Hs(){const{config:s}=T.useCedrosLogin(),[t,o]=l.useState(!1),[a,r]=l.useState(!1),[n,c]=l.useState(null),i=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]),{checkLimit:d,getRemainingAttempts:h}=K.useRateLimiter({maxAttempts:3,windowMs:3e5}),p=l.useCallback(async m=>{if(!Me.validateEmail(m)){const u={code:"VALIDATION_ERROR",message:"Please enter a valid email address"};throw c(u),u}try{d()}catch(u){const y={code:"RATE_LIMITED",message:u instanceof Error?u.message:"Too many attempts"};throw c(y),y}o(!0),c(null),r(!1);try{await i.post("/forgot-password",{email:m}),r(!0)}catch(u){const y=T.handleApiError(u,"Failed to send reset email");throw c(y),y}finally{o(!1)}},[i,d]),f=l.useCallback(async(m,u)=>{o(!0),c(null),r(!1);try{await i.post("/reset-password",{token:m,newPassword:u}),r(!0)}catch(y){const A=T.handleApiError(y,"Failed to reset password");throw c(A),A}finally{o(!1)}},[i]),g=l.useCallback(()=>c(null),[]),w=l.useCallback(()=>{c(null),r(!1),o(!1)},[]);return{forgotPassword:p,resetPassword:f,isLoading:t,isSuccess:a,error:n,clearError:g,reset:w,remainingAttempts:h()}}function tr({onSuccess:s,onCancel:t,className:o=""}){const[a,r]=l.useState(""),{forgotPassword:n,isLoading:c,isSuccess:i,error:d,clearError:h}=Hs(),p=l.useId(),f=async g=>{g.preventDefault();try{await n(a),s?.()}catch{}};return i?e.jsxs("div",{className:`cedros-forgot-password-success ${o}`,children:[e.jsxs("svg",{className:"cedros-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"22",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M14 24l7 7 13-13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{className:"cedros-success-title",children:"Check your email"}),e.jsxs("p",{className:"cedros-success-message",children:["If an account exists for ",e.jsx("strong",{children:a}),", you will receive a password reset link shortly."]}),t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-outline",onClick:t,children:"Back to login"})]}):e.jsxs("form",{className:`cedros-forgot-password-form ${o}`,onSubmit:f,children:[e.jsxs("div",{className:"cedros-form-header",children:[e.jsx("h3",{className:"cedros-form-title",children:"Forgot password?"}),e.jsx("p",{className:"cedros-form-subtitle",children:"Enter your email address and we'll send you a link to reset your password."})]}),e.jsx(G.ErrorMessage,{error:d,onDismiss:h}),e.jsxs("div",{className:"cedros-form-field",children:[e.jsx("label",{htmlFor:p,className:"cedros-label",children:"Email address"}),e.jsx("input",{id:p,type:"email",className:"cedros-input",value:a,onChange:g=>r(g.target.value),placeholder:"you@example.com",required:!0,autoComplete:"email",disabled:c})]}),e.jsxs("div",{className:"cedros-form-actions",children:[e.jsx("button",{type:"submit",className:"cedros-button cedros-button-md cedros-button-primary cedros-button-full",disabled:c||!a,children:c?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),"Sending..."]}):"Send reset link"}),t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-ghost cedros-button-full",onClick:t,disabled:c,children:"Back to login"})]})]})}const yo={loading:!1,loaded:!1,error:null,callbacks:[],load(){return typeof window>"u"||typeof document>"u"?Promise.reject(new Error("Apple Sign-In script loader cannot run in SSR")):this.loaded?Promise.resolve():this.loading?new Promise((s,t)=>{this.callbacks.push({resolve:s,reject:t})}):(this.loading=!0,new Promise((s,t)=>{this.callbacks.push({resolve:s,reject:t});const o=document.getElementById("apple-signin-script");if(o){window.AppleID?(this.loaded=!0,this.loading=!1,this.callbacks.forEach(r=>r.resolve()),this.callbacks=[]):o.addEventListener("load",()=>{this.loaded=!0,this.loading=!1,this.callbacks.forEach(r=>r.resolve()),this.callbacks=[]});return}const a=document.createElement("script");a.src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js",a.async=!0,a.defer=!0,a.id="apple-signin-script",a.onload=()=>{this.loaded=!0,this.loading=!1,this.callbacks.forEach(r=>r.resolve()),this.callbacks=[]},a.onerror=()=>{this.loading=!1,a.remove();const r=new Error("Failed to load Apple Sign In script");this.callbacks.forEach(n=>n.reject(r)),this.callbacks=[]},document.head.appendChild(a)}))},_reset(){this.loading=!1,this.loaded=!1,this.error=null,this.callbacks=[]}};function rr(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState(!1),[r,n]=l.useState(!1),[c,i]=l.useState(null),[d,h]=l.useState(null),p=l.useRef(s),f=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]);l.useEffect(()=>{p.current=s},[s]),l.useEffect(()=>{if(!s.appleClientId)return;let u=!0;const y=()=>{if(u)try{window.AppleID?.auth?.init({clientId:s.appleClientId,scope:"name email",redirectURI:window.location.origin,usePopup:!0}),u&&n(!0)}catch{u&&i({code:"SERVER_ERROR",message:"Failed to initialize Apple Sign In"})}};return yo.load().then(()=>{u&&y()}).catch(()=>{u&&i({code:"SERVER_ERROR",message:"Failed to load Apple Sign In"})}),()=>{u=!1}},[s.appleClientId]);const g=l.useCallback(async()=>{if(!s.appleClientId){const y={code:"VALIDATION_ERROR",message:"Apple Client ID not configured"};throw i(y),y}if(!r){const y={code:"VALIDATION_ERROR",message:"Apple Sign In not initialized"};throw i(y),y}a(!0),i(null);let u;try{const y=await window.AppleID.auth.signIn();if(u=y.authorization?.id_token,!u)throw new Error("No ID token received from Apple");const A=y.user?.name?`${y.user.name.firstName||""} ${y.user.name.lastName||""}`.trim():void 0,b=await f.post("/apple",{idToken:u,name:A||void 0});return p.current.callbacks?.onLoginSuccess?.(b.user,"apple"),t?.handleLoginSuccess(b.user,b.tokens),a(!1),b}catch(y){if(y.error==="popup_closed_by_user"){const v={code:"SERVER_ERROR",message:"Apple Sign In was cancelled"};throw i(v),a(!1),v}const b=T.handleApiError(y,"Apple sign-in failed");throw b.code==="ACCOUNT_LINK_REQUIRED"&&u&&h(u),i(b),a(!1),b}},[s.appleClientId,r,f,t]),w=l.useCallback(()=>i(null),[]),m=l.useCallback(()=>h(null),[]);return{signIn:g,isLoading:o,isInitialized:r,error:c,clearError:w,pendingLinkIdToken:d,clearPendingLink:m}}function or(){if(typeof window>"u"||typeof navigator>"u")return!1;const s=navigator.userAgent.toLowerCase(),t=(navigator.platform||"").toLowerCase();return!!(/iphone|ipad|ipod/.test(s)||t.includes("mac")||/macintosh/.test(s)||t==="macintel"&&navigator.maxTouchPoints>1)}function nr({onSuccess:s,onError:t,className:o="",variant:a="default",size:r="md",disabled:n=!1,hideOnNonApple:c=!0}){const{signIn:i,isLoading:d,isInitialized:h}=rr(),[p]=l.useState(()=>or());if(c&&!p)return null;const f=async()=>{try{await i(),s?.()}catch(m){const u=m instanceof Error?m:new Error(String(m));t?.(u)}},g={sm:"cedros-button-sm",md:"cedros-button-md",lg:"cedros-button-lg"},w={default:"cedros-button-social",outline:"cedros-button-social-outline"};return e.jsxs("button",{type:"button",className:`cedros-button ${w[a]} ${g[r]} ${o}`,onClick:f,disabled:n||!h||d,"aria-label":"Sign in with Apple",children:[d?e.jsx(V.LoadingSpinner,{size:"sm"}):e.jsx("svg",{className:"cedros-button-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:e.jsx("path",{d:"M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"})}),e.jsx("span",{children:"Continue with Apple"})]})}function Z(s,t){if(!s)throw new Error(t)}function bo(s){return s.replace(/-/g,"+").replace(/_/g,"/")}function Ge(s){Z(typeof s=="string"&&s.length>0,"Expected base64url string");const t=bo(s),o=t+"=".repeat((4-t.length%4)%4),a=atob(o),r=new Uint8Array(a.length);for(let n=0;n<a.length;n++)r[n]=a.charCodeAt(n);return r.buffer}function be(s){const t=new Uint8Array(s);let o="";for(let r=0;r<t.length;r++)o+=String.fromCharCode(t[r]);return btoa(o).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/g,"")}function ar(s){Z(typeof s=="object"&&s!==null,"Invalid credential descriptor");const t=s;return Z(typeof t.type=="string","Invalid credential descriptor type"),Z(typeof t.id=="string","Invalid credential descriptor id"),{type:t.type,id:Ge(t.id),transports:Array.isArray(t.transports)?t.transports:void 0}}function ls(s){Z(s&&typeof s=="object","Missing creation options");const t=s.publicKey;Z(t&&typeof t=="object","Missing creation options.publicKey"),Z(typeof t.challenge=="string","Missing creation challenge"),Z(typeof t.rp=="object"&&t.rp!==null,"Missing rp"),Z(typeof t.user=="object"&&t.user!==null,"Missing user");const o=t.rp,a=t.user;Z(typeof o.name=="string","Missing rp.name"),Z(typeof a.id=="string","Missing user.id"),Z(typeof a.name=="string","Missing user.name"),Z(typeof a.displayName=="string","Missing user.displayName");const r=Array.isArray(t.excludeCredentials)?t.excludeCredentials.map(ar):void 0,n=Array.isArray(t.pubKeyCredParams)?t.pubKeyCredParams.map(i=>({type:i.type,alg:i.alg})):[],c={challenge:Ge(t.challenge),rp:{name:o.name,id:typeof o.id=="string"?o.id:void 0},user:{id:Ge(a.id),name:a.name,displayName:a.displayName},pubKeyCredParams:n,timeout:typeof t.timeout=="number"?t.timeout:void 0,attestation:typeof t.attestation=="string"?t.attestation:void 0,authenticatorSelection:typeof t.authenticatorSelection=="object"&&t.authenticatorSelection!==null?t.authenticatorSelection:void 0,excludeCredentials:r,extensions:typeof t.extensions=="object"&&t.extensions!==null?t.extensions:void 0};return c.hints=["client-device"],c}function it(s){Z(s&&typeof s=="object","Missing request options");const t=s.publicKey;Z(t&&typeof t=="object","Missing request options.publicKey"),Z(typeof t.challenge=="string","Missing request challenge");const o=Array.isArray(t.allowCredentials)?t.allowCredentials.map(ar):void 0,a={challenge:Ge(t.challenge),rpId:typeof t.rpId=="string"?t.rpId:void 0,timeout:typeof t.timeout=="number"?t.timeout:void 0,userVerification:typeof t.userVerification=="string"?t.userVerification:void 0,allowCredentials:o,extensions:typeof t.extensions=="object"&&t.extensions!==null?t.extensions:void 0};return a.hints=["client-device"],a}function Ce(s){const t=be(s.rawId),o=s.response,r={...{clientDataJSON:be(o.clientDataJSON)}};if("attestationObject"in o){const n=o;if(r.attestationObject=be(n.attestationObject),typeof n.getTransports=="function")try{r.transports=n.getTransports()}catch{}}if("authenticatorData"in o){const n=o;r.authenticatorData=be(n.authenticatorData),r.signature=be(n.signature),n.userHandle&&(r.userHandle=be(n.userHandle))}return{id:s.id,rawId:t,type:s.type,authenticatorAttachment:s.authenticatorAttachment??void 0,clientExtensionResults:s.getClientExtensionResults?.()??{},response:r}}function Ao(){if(typeof window<"u"){const s=window.location?.hostname,t=s==="localhost"||s==="127.0.0.1"||s?.endsWith(".localhost");if(!(window.isSecureContext===!0)&&!t)return!1}return typeof window<"u"&&typeof window.PublicKeyCredential<"u"&&typeof navigator<"u"&&typeof navigator.credentials<"u"}function Se(s){if(!(s instanceof Error))return null;const t=s.name;return t==="NotAllowedError"?{code:"SERVER_ERROR",message:"Passkey operation was cancelled or timed out"}:t==="InvalidStateError"?{code:"VALIDATION_ERROR",message:"Passkey is not available for this operation"}:t==="SecurityError"?{code:"VALIDATION_ERROR",message:"Passkeys require HTTPS and a correctly configured relying party (WEBAUTHN_RP_ID / WEBAUTHN_RP_ORIGIN)"}:null}function ir(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState(!1),[r,n]=l.useState(null),c=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts,getAccessToken:t?.getAccessToken}),[t?.getAccessToken,s.serverUrl,s.requestTimeout,s.retryAttempts]),i=l.useCallback(()=>n(null),[]),d=Ao(),h=l.useCallback(async w=>{if(!d){const m={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(m),m}a(!0),n(null);try{const m=await c.post("/webauthn/auth/options",{email:w?.email}),u=it(m.options),y=await navigator.credentials.get({publicKey:u});if(!y)throw new Error("Passkey authentication returned no credential");const A=await c.post("/webauthn/auth/verify",{challengeId:m.challengeId,credential:Ce(y)});return s.callbacks?.onLoginSuccess?.(A.user,"webauthn"),t?.handleLoginSuccess(A.user,A.tokens),A}catch(m){const y=Se(m)??T.handleApiError(m,"Passkey sign-in failed");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]),p=l.useCallback(async w=>{if(!d){const m={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(m),m}a(!0),n(null);try{const m=await c.post("/webauthn/register/options",{}),u=ls(m.options),y=await navigator.credentials.create({publicKey:u});if(!y)throw new Error("Passkey registration returned no credential");const A=await c.post("/webauthn/register/verify",{challengeId:m.challengeId,credential:Ce(y),label:w?.label});if(!A.success)throw new Error("Passkey registration failed");return{credentialId:A.credentialId,label:A.label}}catch(m){const y=Se(m)??T.handleApiError(m,"Passkey registration failed");throw n(y),y}finally{a(!1)}},[c,d]),f=l.useCallback(async w=>{if(!d){const m={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(m),m}a(!0),n(null);try{const m=await c.post("/webauthn/signup/options",{}),u=ls(m.options),y=await navigator.credentials.create({publicKey:u});if(!y)throw new Error("Passkey signup returned no credential");const A=await c.post("/webauthn/signup/verify",{challengeId:m.challengeId,credential:Ce(y),email:w?.email,name:w?.name,label:w?.label});return s.callbacks?.onLoginSuccess?.(A.user,"webauthn"),t?.handleLoginSuccess(A.user,A.tokens),A}catch(m){const y=Se(m)??T.handleApiError(m,"Passkey sign-up failed");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]),g=l.useCallback(async()=>{if(!d){const w={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(w),w}a(!0),n(null);try{const w=await c.post("/webauthn/auth/options",{}),m=it(w.options),u=await navigator.credentials.get({publicKey:m});if(!u)throw new Error("Passkey authentication returned no credential");const y=await c.post("/webauthn/auth/verify",{challengeId:w.challengeId,credential:Ce(u)});return s.callbacks?.onLoginSuccess?.(y.user,"webauthn"),t?.handleLoginSuccess(y.user,y.tokens),y}catch(w){if(w instanceof Error&&w.name==="NotAllowedError")try{const y=await c.post("/webauthn/signup/options",{}),A=ls(y.options),b=await navigator.credentials.create({publicKey:A});if(!b)throw new Error("Passkey signup returned no credential");const v=await c.post("/webauthn/signup/verify",{challengeId:y.challengeId,credential:Ce(b)});return s.callbacks?.onLoginSuccess?.(v.user,"webauthn"),t?.handleLoginSuccess(v.user,v.tokens),v}catch(y){const b=Se(y)??T.handleApiError(y,"Passkey sign-up failed");throw n(b),b}const u=Se(w)??T.handleApiError(w,"Passkey sign-in failed");throw n(u),u}finally{a(!1)}},[c,s.callbacks,t,d]);return{isSupported:d,isLoading:o,error:r,clearError:i,continueWithPasskey:g,authenticatePasskey:h,registerPasskey:p,signupWithPasskey:f}}function lr({onSuccess:s,className:t="",children:o,disabled:a}){const{continueWithPasskey:r,isLoading:n,isSupported:c}=ir(),i=a||!c||n,d=n?"Continuing...":"Continue with Passkey";return e.jsxs("button",{type:"button",className:`cedros-button cedros-button-social ${t}`,onClick:async()=>{await r(),s?.()},disabled:i,"aria-disabled":i,children:[e.jsx("span",{className:"cedros-social-icon","aria-hidden":"true",children:e.jsx(xo,{})}),e.jsx("span",{children:o??d})]})}function xo(){return e.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}),e.jsx("path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}),e.jsx("path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}),e.jsx("path",{d:"M2 12a10 10 0 0 1 18-6"}),e.jsx("path",{d:"M2 16h.01"}),e.jsx("path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}),e.jsx("path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2"}),e.jsx("path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}),e.jsx("path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2"})]})}const vo=["phantom","solflare","backpack","glow","slope","sollet","coin98","clover","mathWallet","ledger","torus","walletconnect"];function lt(s){if(!s||typeof s!="object")return!1;const t=s;return typeof t.connect=="function"||typeof t.signMessage=="function"||typeof t.signTransaction=="function"||"isConnected"in t}function jo(){try{const s=window.__wallet_standard__;if(s&&typeof s=="object"&&"get"in s&&typeof s.get=="function"){const t=s.get();return Array.isArray(t)&&t.length>0}}catch{}return!1}function ct(){if(typeof window>"u")return!1;const s=window;for(const t of vo){const o=s[t];if(o&&typeof o=="object"&&"solana"in o&&lt(o.solana))return!0}return!!(lt(s.solana)||jo())}const Ee=["login","register"];function Ze({onSuccess:s,className:t="",defaultTab:o="login"}){const{config:a}=T.useCedrosLogin(),[r,n]=l.useState(o),[c,i]=l.useState("form"),[d,h]=l.useState(()=>ct()),[p]=l.useState(()=>or()),[f,g]=l.useState(!1);l.useEffect(()=>{const x=()=>h(ct());return x(),window.addEventListener("load",x),window.addEventListener("focus",x),()=>{window.removeEventListener("load",x),window.removeEventListener("focus",x)}},[]);const w=a.forms?.forgotPassword?.mode??(a.features?.instantLink?"instantLink":"reset"),m=l.useCallback(x=>{const j=Ee.indexOf(r);let C=j;switch(x.key){case"ArrowLeft":case"ArrowUp":C=j===0?Ee.length-1:j-1;break;case"ArrowRight":case"ArrowDown":C=j===Ee.length-1?0:j+1;break;case"Home":C=0;break;case"End":C=Ee.length-1;break;default:return}x.preventDefault();const N=Ee[C];n(N),document.getElementById(`cedros-tab-${N}`)?.focus()},[r]),u=a.features??{email:!0,google:!0,apple:!0,solana:!0,webauthn:!0},y=u.email!==!1,A=u.google!==!1&&a.googleClientId,b=u.apple!==!1&&a.appleClientId&&p,v=u.solana!==!1&&d,k=u.webauthn!==!1,S=y&&(A||b||v||k);return c==="forgotPassword"?e.jsx("div",{className:`cedros-login-form ${t}`,children:e.jsx(tr,{onCancel:()=>i("form")})}):e.jsxs("div",{className:`cedros-login-form ${f?"cedros-login-form--connecting":""} ${t}`,children:[(k||A||b||v)&&e.jsxs("div",{className:"cedros-social-buttons",children:[k&&e.jsx(lr,{onSuccess:s}),A&&e.jsx(Ws.GoogleLoginButton,{onSuccess:s}),b&&e.jsx(nr,{onSuccess:s}),v&&e.jsxs(e.Fragment,{children:[e.jsx(Xe.SolanaLoginButton,{onSuccess:s,onLoadingChange:g}),f&&e.jsx("p",{className:"cedros-solana-status",children:"Connecting to Solana wallet…"})]})]}),S&&e.jsx("div",{className:"cedros-divider",children:e.jsx("span",{children:"Or continue with"})}),y&&e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"cedros-tabs",role:"tablist","aria-label":"Authentication method",children:[e.jsx("button",{type:"button",role:"tab",id:"cedros-tab-login",className:`cedros-tab ${r==="login"?"cedros-tab-active":""}`,onClick:()=>n("login"),onKeyDown:m,"aria-selected":r==="login","aria-controls":"cedros-tabpanel-login",tabIndex:r==="login"?0:-1,children:"Sign in"}),e.jsx("button",{type:"button",role:"tab",id:"cedros-tab-register",className:`cedros-tab ${r==="register"?"cedros-tab-active":""}`,onClick:()=>n("register"),onKeyDown:m,"aria-selected":r==="register","aria-controls":"cedros-tabpanel-register",tabIndex:r==="register"?0:-1,children:"Sign up"})]}),e.jsx("div",{role:"tabpanel",id:`cedros-tabpanel-${r}`,"aria-labelledby":`cedros-tab-${r}`,children:r==="login"?e.jsx(K.EmailLoginForm,{onSuccess:s,onSwitchToRegister:()=>n("register"),onForgotPassword:w==="reset"?()=>i("forgotPassword"):void 0}):e.jsx(K.EmailRegisterForm,{onSuccess:s,onSwitchToLogin:()=>n("login")})})]})]})}class cr extends l.Component{constructor(t){super(t),this.state={hasError:!1,error:null,errorInfo:null}}static getDerivedStateFromError(t){return{hasError:!0,error:t}}componentDidCatch(t,o){this.setState({errorInfo:o}),console.error("[Cedros Login] Error caught by ErrorBoundary:",t),console.error("[Cedros Login] Component stack:",o.componentStack),this.props.onError?.(t,o)}handleRetry=()=>{this.setState({hasError:!1,error:null,errorInfo:null})};render(){const{hasError:t,error:o,errorInfo:a}=this.state,{children:r,fallback:n,showDetails:c=!1}=this.props;return t?n||e.jsx("div",{className:"cedros-error-boundary",role:"alert","aria-live":"assertive",children:e.jsxs("div",{className:"cedros-error-boundary-content",children:[e.jsxs("svg",{className:"cedros-error-boundary-icon",width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.jsx("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"})]}),e.jsx("h2",{className:"cedros-error-boundary-title",children:"Something went wrong"}),e.jsx("p",{className:"cedros-error-boundary-message",children:"We encountered an unexpected error. Please try again."}),c&&o&&e.jsxs("details",{className:"cedros-error-boundary-details",children:[e.jsx("summary",{children:"Error details"}),e.jsxs("pre",{children:[o.toString(),a?.componentStack]})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:this.handleRetry,children:"Try again"})]})}):r}}function ko({className:s="",title:t="Sign in to your account"}){const{isModalOpen:o,closeModal:a}=T.useCedrosLogin(),r=l.useRef(null),n=l.useRef(null),c=l.useRef(a);if(l.useEffect(()=>{c.current=a},[a]),l.useEffect(()=>{if(!o)return;n.current=document.activeElement,r.current?.focus();const d=p=>{if(p.key==="Escape"&&c.current(),p.key==="Tab"&&r.current){const f=r.current.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),g=f[0],w=f[f.length-1];p.shiftKey&&document.activeElement===g?(p.preventDefault(),w?.focus()):!p.shiftKey&&document.activeElement===w&&(p.preventDefault(),g?.focus())}};document.addEventListener("keydown",d);const h=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",d),document.body.style.overflow=h,n.current instanceof HTMLElement&&n.current.focus()}},[o]),!o)return null;const i=d=>{d.target===d.currentTarget&&a()};return e.jsx("div",{className:`cedros-modal-backdrop ${s}`,onClick:i,role:"presentation",children:e.jsxs("div",{ref:r,className:"cedros-modal",role:"dialog","aria-modal":"true","aria-labelledby":"cedros-modal-title",tabIndex:-1,children:[e.jsxs("div",{className:"cedros-modal-header",children:[e.jsx("h2",{id:"cedros-modal-title",className:"cedros-modal-title",children:t}),e.jsx("button",{type:"button",className:"cedros-modal-close",onClick:a,"aria-label":"Close",children:e.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M18 6L6 18M6 6l12 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})})]}),e.jsx("div",{className:"cedros-modal-content",children:e.jsx(cr,{children:e.jsx(Ze,{onSuccess:a})})})]})})}function No({token:s,onSuccess:t,onLoginClick:o,className:a=""}){const[r,n]=l.useState(""),[c,i]=l.useState(""),[d,h]=l.useState(null),{resetPassword:p,isLoading:f,isSuccess:g,error:w,clearError:m}=Hs(),u=r===c,y=d?.isValid&&u&&r.length>0,A=async b=>{if(b.preventDefault(),!!y)try{await p(s,r),t?.()}catch{}};return g?e.jsxs("div",{className:`cedros-reset-password-success ${a}`,children:[e.jsxs("svg",{className:"cedros-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"22",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M14 24l7 7 13-13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{className:"cedros-success-title",children:"Password reset successful"}),e.jsx("p",{className:"cedros-success-message",children:"Your password has been reset. You can now log in with your new password."}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-primary",onClick:o,children:"Go to login"})]}):e.jsxs("form",{className:`cedros-reset-password-form ${a}`,onSubmit:A,children:[e.jsxs("div",{className:"cedros-form-header",children:[e.jsx("h3",{className:"cedros-form-title",children:"Reset your password"}),e.jsx("p",{className:"cedros-form-subtitle",children:"Enter your new password below."})]}),e.jsx(G.ErrorMessage,{error:w,onDismiss:m}),e.jsx("div",{className:"cedros-form-field",children:e.jsx(K.PasswordInput,{label:"New password",value:r,onChange:b=>{n(b.target.value),h(Me.validatePassword(b.target.value))},showStrengthMeter:!0,onValidationChange:h,disabled:f,autoComplete:"new-password",error:d&&!d.isValid?Object.values(d.errors).find(Boolean):void 0})}),e.jsx("div",{className:"cedros-form-field",children:e.jsx(K.PasswordInput,{label:"Confirm password",value:c,onChange:b=>i(b.target.value),disabled:f,autoComplete:"new-password",error:c&&!u?"Passwords do not match":void 0})}),e.jsxs("div",{className:"cedros-form-actions",children:[e.jsx("button",{type:"submit",className:"cedros-button cedros-button-md cedros-button-primary cedros-button-full",disabled:f||!y,children:f?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),"Resetting..."]}):"Reset password"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-ghost cedros-button-full",onClick:o,disabled:f,children:"Back to login"})]})]})}function Fs({org:s,size:t="lg",className:o=""}){const a=Us.sanitizeImageUrl(s.logoUrl),r=t==="lg"?"cedros-org-avatar-lg":"",n=["cedros-org-avatar",r,o].filter(Boolean).join(" "),c=["cedros-org-avatar-placeholder",r,o].filter(Boolean).join(" ");return a?e.jsx("img",{src:a,alt:s.name,className:n,referrerPolicy:"no-referrer"}):e.jsx("div",{className:c,children:s.name[0]?.toUpperCase()||"?"})}function Co({orgs:s,activeOrg:t,isLoading:o=!1,onSelect:a,onCreateClick:r,className:n="",placeholder:c="Select organization"}){const[i,d]=l.useState(!1),h=l.useRef(null);l.useEffect(()=>{const w=m=>{h.current&&!h.current.contains(m.target)&&d(!1)};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[]),l.useEffect(()=>{const w=m=>{m.key==="Escape"&&d(!1)};if(i)return document.addEventListener("keydown",w),()=>document.removeEventListener("keydown",w)},[i]);const p=l.useCallback(w=>{a(w),d(!1)},[a]),f=l.useCallback(()=>{d(!1),r?.()},[r]),g=l.useCallback(()=>{d(w=>!w)},[]);return o?e.jsxs("div",{className:`cedros-org-selector cedros-org-selector-loading ${n}`,"aria-busy":"true","aria-live":"polite",children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Loading..."})]}):e.jsxs("div",{ref:h,className:`cedros-org-selector ${n}`,children:[e.jsxs("button",{type:"button",className:"cedros-org-selector-trigger",onClick:g,"aria-haspopup":"listbox","aria-expanded":i,children:[t?e.jsxs(e.Fragment,{children:[e.jsx(Fs,{org:t,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-name",children:t.name}),e.jsx(dt,{role:t.membership.role})]}):e.jsx("span",{className:"cedros-org-selector-placeholder",children:c}),e.jsx(So,{isOpen:i})]}),i&&e.jsxs("div",{className:"cedros-org-selector-dropdown",role:"listbox",children:[s.length===0?e.jsx("div",{className:"cedros-org-selector-empty",children:"No organizations"}):e.jsx("ul",{className:"cedros-org-selector-list",children:s.map(w=>e.jsx("li",{children:e.jsxs("button",{type:"button",className:`cedros-org-selector-item ${w.id===t?.id?"cedros-org-selector-item-active":""}`,onClick:()=>p(w.id),role:"option","aria-selected":w.id===t?.id,children:[e.jsx(Fs,{org:w,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-item-name",children:w.name}),e.jsx(dt,{role:w.membership.role}),w.id===t?.id&&e.jsx(Eo,{})]})},w.id))}),r&&e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"cedros-org-selector-divider"}),e.jsxs("button",{type:"button",className:"cedros-org-selector-create",onClick:f,children:[e.jsx(Lo,{}),e.jsx("span",{children:"Create organization"})]})]})]})]})}function dt({role:s}){return e.jsx("span",{className:`cedros-org-role cedros-org-role-${s}`,children:s})}function So({isOpen:s}){return e.jsx("svg",{className:`cedros-org-chevron ${s?"cedros-org-chevron-open":""}`,width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M4 6L8 10L12 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Eo(){return e.jsx("svg",{className:"cedros-org-check",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M3 8L6 11L13 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Lo(){return e.jsx("svg",{className:"cedros-org-plus",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M8 3V13M3 8H13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Po(){return e.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M5 5L15 15M15 5L5 15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Mo(){return e.jsx("svg",{className:"cedros-org-check",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M4 10L8 14L16 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function To(){return e.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M10 4V16M4 10H16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}function Bo({orgs:s,activeOrg:t,isLoading:o,onSelect:a,onCreateClick:r}){return o?e.jsxs("div",{className:"cedros-org-switcher-loading",children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading organizations..."})]}):e.jsxs(e.Fragment,{children:[s.length===0?e.jsx("div",{className:"cedros-org-switcher-empty",children:e.jsx("p",{children:"You don't belong to any organizations yet."})}):e.jsx("ul",{className:"cedros-org-switcher-list",children:s.map(n=>e.jsx("li",{children:e.jsxs("button",{type:"button",className:`cedros-org-switcher-item ${n.id===t?.id?"cedros-org-switcher-item-active":""}`,onClick:()=>a(n.id),children:[e.jsx(Fs,{org:n}),e.jsxs("div",{className:"cedros-org-switcher-item-content",children:[e.jsx("span",{className:"cedros-org-switcher-item-name",children:n.name}),e.jsxs("span",{className:"cedros-org-switcher-item-slug",children:["@",n.slug]})]}),e.jsxs("div",{className:"cedros-org-switcher-item-meta",children:[e.jsx("span",{className:`cedros-org-role cedros-org-role-${n.membership.role}`,children:n.membership.role}),n.isPersonal&&e.jsx("span",{className:"cedros-org-personal-badge",children:"Personal"})]}),n.id===t?.id&&e.jsx(Mo,{})]})},n.id))}),r&&e.jsxs("button",{type:"button",className:"cedros-org-switcher-create",onClick:r,children:[e.jsx(To,{}),e.jsx("span",{children:"Create new organization"})]})]})}function Ro({isLoading:s,onSubmit:t,onCancel:o}){const[a,r]=l.useState(""),[n,c]=l.useState(""),[i,d]=l.useState(null),h=l.useCallback(f=>{r(f);const g=f.toLowerCase().replace(/\s+/g,"-").replace(/[^a-z0-9-]/g,"").substring(0,50);c(g)},[]),p=l.useCallback(async f=>{if(f.preventDefault(),d(null),!a.trim()){d("Organization name is required");return}if(!n.trim()){d("Organization slug is required");return}try{await t({name:a.trim(),slug:n.trim()})}catch(g){d(g.message||"Failed to create organization")}},[a,n,t]);return e.jsxs("form",{className:"cedros-org-create-form",onSubmit:p,children:[i&&e.jsx(G.ErrorMessage,{error:i}),e.jsxs("div",{className:"cedros-form-group",children:[e.jsx("label",{htmlFor:"org-name",className:"cedros-form-label",children:"Organization Name"}),e.jsx("input",{id:"org-name",type:"text",className:"cedros-form-input",value:a,onChange:f=>h(f.target.value),placeholder:"My Organization",maxLength:255,disabled:s,autoFocus:!0})]}),e.jsxs("div",{className:"cedros-form-group",children:[e.jsx("label",{htmlFor:"org-slug",className:"cedros-form-label",children:"URL Slug"}),e.jsxs("div",{className:"cedros-form-input-prefix",children:[e.jsx("span",{className:"cedros-form-prefix",children:"@"}),e.jsx("input",{id:"org-slug",type:"text",className:"cedros-form-input",value:n,onChange:f=>c(f.target.value.toLowerCase()),placeholder:"my-organization",maxLength:100,pattern:"[a-z0-9-]+",disabled:s})]}),e.jsx("span",{className:"cedros-form-hint",children:"Only lowercase letters, numbers, and hyphens"})]}),e.jsxs("div",{className:"cedros-form-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline",onClick:o,disabled:s,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:s||!a.trim()||!n.trim(),children:s?e.jsx(V.LoadingSpinner,{size:"sm"}):"Create Organization"})]})]})}function Do({isOpen:s,onClose:t,orgs:o,activeOrg:a,isLoading:r=!1,error:n,onSelect:c,onCreate:i,className:d=""}){return s?e.jsx(Io,{onClose:t,orgs:o,activeOrg:a,isLoading:r,error:n,onSelect:c,onCreate:i,className:d}):null}function Io({onClose:s,orgs:t,activeOrg:o,isLoading:a=!1,error:r,onSelect:n,onCreate:c,className:i}){const[d,h]=l.useState("list"),p=l.useRef(null),f=l.useRef(null);l.useEffect(()=>(f.current=document.activeElement,p.current?.querySelector(".cedros-modal-close")?.focus(),()=>{f.current?.focus()}),[]),l.useEffect(()=>{const u=y=>{if(y.key==="Escape"){s();return}if(y.key==="Tab"&&p.current){const A=p.current.querySelectorAll('button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])'),b=A[0],v=A[A.length-1];y.shiftKey?document.activeElement===b&&(y.preventDefault(),v?.focus()):document.activeElement===v&&(y.preventDefault(),b?.focus())}};return document.addEventListener("keydown",u),()=>document.removeEventListener("keydown",u)},[s]);const g=l.useCallback(u=>{u.target===u.currentTarget&&s()},[s]),w=l.useCallback(u=>{n(u),s()},[n,s]),m=l.useCallback(async u=>{await c?.(u),s()},[c,s]);return e.jsx("div",{className:"cedros-modal-backdrop",onClick:g,children:e.jsxs("div",{ref:p,className:`cedros-modal cedros-org-switcher ${i}`,role:"dialog","aria-modal":"true","aria-labelledby":"org-switcher-title",children:[e.jsxs("div",{className:"cedros-modal-header",children:[e.jsx("h2",{id:"org-switcher-title",className:"cedros-modal-title",children:d==="list"?"Switch Organization":"Create Organization"}),e.jsx("button",{type:"button",className:"cedros-modal-close",onClick:s,"aria-label":"Close",children:e.jsx(Po,{})})]}),e.jsxs("div",{className:"cedros-modal-body",children:[r&&e.jsx(G.ErrorMessage,{error:r}),d==="list"?e.jsx(Bo,{orgs:t,activeOrg:o,isLoading:a,onSelect:w,onCreateClick:c?()=>h("create"):void 0}):e.jsx(Ro,{isLoading:a,onSubmit:m,onCancel:()=>h("list")})]})]})})}function Fo({sessions:s,isLoading:t=!1,error:o,onRevokeAll:a,className:r=""}){const[n,c]=l.useState(!1),[i,d]=l.useState(!1),h=l.useRef(null),p=l.useMemo(()=>s.filter(g=>!g.isCurrent).length,[s]),f=l.useCallback(async()=>{if(!a)return;const g=s.filter(m=>!m.isCurrent).length;if(!(g===0||!window.confirm(`Are you sure you want to sign out of ${g} other device(s)? This will log you out everywhere except this browser.`))){c(!0),d(!1);try{await a(),d(!0),h.current!==null&&window.clearTimeout(h.current),h.current=window.setTimeout(()=>{d(!1),h.current=null},3e3)}finally{c(!1)}}},[a,s]);return l.useEffect(()=>()=>{h.current!==null&&(window.clearTimeout(h.current),h.current=null)},[]),t&&s.length===0?e.jsxs("div",{className:`cedros-session-list cedros-session-list-loading ${r}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading sessions..."})]}):o?e.jsx("div",{className:`cedros-session-list ${r}`,children:e.jsx(G.ErrorMessage,{error:o})}):s.length===0?e.jsx("div",{className:`cedros-session-list cedros-session-list-empty ${r}`,children:e.jsx("p",{children:"No active sessions found."})}):e.jsxs("div",{className:`cedros-session-list ${r}`,children:[i&&e.jsxs("div",{className:"cedros-session-success",role:"status",children:[e.jsx(zo,{}),e.jsx("span",{children:"All other sessions have been revoked."})]}),e.jsx("ul",{className:"cedros-session-items",children:s.map(g=>e.jsx(Uo,{session:g},g.id))}),a&&p>0&&e.jsx("div",{className:"cedros-session-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-danger",onClick:f,disabled:n,children:n?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Signing out..."})]}):`Sign out of ${p} other device${p>1?"s":""}`})})]})}function Uo({session:s}){const t=Wo(s.userAgent),o=Oo(s.expiresAt);return e.jsxs("li",{className:`cedros-session-item ${s.isCurrent?"cedros-session-item-current":""}`,children:[e.jsx("div",{className:"cedros-session-item-icon",children:e.jsx(qo,{userAgent:s.userAgent})}),e.jsxs("div",{className:"cedros-session-item-info",children:[e.jsxs("div",{className:"cedros-session-item-main",children:[e.jsxs("span",{className:"cedros-session-item-device",children:[t.browser," on ",t.os]}),s.isCurrent&&e.jsx("span",{className:"cedros-session-current-badge",children:"Current session"})]}),e.jsxs("div",{className:"cedros-session-item-meta",children:[s.ipAddress&&e.jsxs("span",{className:"cedros-session-item-ip",children:["IP: ",s.ipAddress]}),e.jsxs("span",{className:"cedros-session-item-created",children:["Started ",_o(s.createdAt)]}),o&&e.jsx("span",{className:"cedros-session-expiring",children:"Expires soon"})]})]})]})}function Wo(s){if(!s)return{browser:"Unknown browser",os:"Unknown device"};let t="Unknown browser";s.includes("Chrome")&&!s.includes("Edg")?t="Chrome":s.includes("Safari")&&!s.includes("Chrome")?t="Safari":s.includes("Firefox")?t="Firefox":s.includes("Edg")&&(t="Edge");let o="Unknown device";return s.includes("Windows")?o="Windows":s.includes("Mac")?o="macOS":s.includes("Linux")?o="Linux":s.includes("iPhone")||s.includes("iPad")?o="iOS":s.includes("Android")&&(o="Android"),{browser:t,os:o}}function _o(s){const t=new Date(s),a=new Date().getTime()-t.getTime(),r=Math.floor(a/(1e3*60)),n=Math.floor(a/(1e3*60*60)),c=Math.floor(a/(1e3*60*60*24));return r<1?"just now":r<60?`${r} minute${r>1?"s":""} ago`:n<24?`${n} hour${n>1?"s":""} ago`:c<7?`${c} day${c>1?"s":""} ago`:t.toLocaleDateString(void 0,{year:"numeric",month:"short",day:"numeric"})}function Oo(s){const t=new Date(s),o=new Date,a=3600*1e3;return t.getTime()-o.getTime()<a}function qo({userAgent:s}){return s?.includes("iPhone")||s?.includes("iPad")||s?.includes("Android")?e.jsxs("svg",{className:"cedros-session-device-icon",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.jsx("circle",{cx:"12",cy:"18",r:"1",fill:"currentColor"})]}):e.jsxs("svg",{className:"cedros-session-device-icon",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[e.jsx("rect",{x:"2",y:"4",width:"20",height:"14",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.jsx("path",{d:"M8 21H16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.jsx("path",{d:"M12 18V21",stroke:"currentColor",strokeWidth:"1.5"})]})}function zo(){return e.jsx("svg",{className:"cedros-session-check",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M3 8L6 11L13 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}function dr({words:s,onConfirm:t,className:o=""}){const[a,r]=l.useState(!1),[n,c]=l.useState(!1),i=l.useRef(null),d=fo(s),h=l.useCallback(async()=>{try{await navigator.clipboard.writeText(s.join(" ")),r(!0),i.current!==null&&window.clearTimeout(i.current),i.current=window.setTimeout(()=>r(!1),2e3)}catch{}},[s]);l.useEffect(()=>()=>{i.current!==null&&(window.clearTimeout(i.current),i.current=null)},[]);const p=l.useCallback(()=>{n&&t()},[n,t]);return e.jsxs("div",{className:`cedros-recovery-phrase-display ${o}`,children:[e.jsxs("div",{className:"cedros-recovery-header",children:[e.jsx("h3",{className:"cedros-recovery-title",children:"Recovery Phrase"}),e.jsx("p",{className:"cedros-recovery-warning",children:"Write down these 12 words in order and store them securely. This is the only way to recover your wallet if you lose access."})]}),e.jsx("div",{className:"cedros-recovery-grid",children:d.map((f,g)=>e.jsx("div",{className:"cedros-word-group",children:f.map((w,m)=>{const u=g*4+m+1;return e.jsxs("div",{className:"cedros-word-item",children:[e.jsxs("span",{className:"cedros-word-number",children:[u,"."]}),e.jsx("span",{className:"cedros-word-text",children:w})]},u)})},g))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary cedros-copy-btn",onClick:h,children:a?"Copied!":"Copy to Clipboard"}),e.jsx("div",{className:"cedros-recovery-security",children:e.jsxs("div",{className:"cedros-warning-box",children:[e.jsx("svg",{className:"cedros-warning-icon",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M10 6v4m0 4h.01M19 10a9 9 0 11-18 0 9 9 0 0118 0z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})}),e.jsxs("div",{className:"cedros-warning-content",children:[e.jsx("strong",{children:"Security Warning"}),e.jsxs("ul",{children:[e.jsx("li",{children:"Never share this phrase with anyone"}),e.jsx("li",{children:"Store it offline in a secure location"}),e.jsx("li",{children:"Anyone with this phrase can access your wallet"}),e.jsx("li",{children:"Cedros cannot recover this phrase for you"})]})]})]})}),e.jsxs("div",{className:"cedros-recovery-confirm",children:[e.jsxs("label",{className:"cedros-checkbox-label",children:[e.jsx("input",{type:"checkbox",checked:n,onChange:f=>c(f.target.checked),className:"cedros-checkbox"}),e.jsx("span",{children:"I have written down and securely stored my recovery phrase"})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:p,disabled:!n,children:"Continue"})]})]})}function ur({onSubmit:s,onCancel:t,isSubmitting:o=!1,error:a,className:r=""}){const[n,c]=l.useState(Array(oe).fill("")),[i,d]=l.useState(null),[h,p]=l.useState([]),[f,g]=l.useState(null),w=l.useId(),m=l.useRef(null),u=l.useCallback((x,j)=>{const C=[...n];if(C[x]=j.toLowerCase().trim(),c(C),j.length>0){const N=mo(j,5);p(N)}else p([]);g(null)},[n]),y=l.useCallback(x=>{d(x),p([])},[]),A=l.useCallback(x=>{const j=n[x];j&&!Ue(j)&&g(`Word ${x+1} is not in the wordlist`),m.current!==null&&window.clearTimeout(m.current),m.current=window.setTimeout(()=>{i===x&&p([])},200)},[n,i]);l.useEffect(()=>()=>{m.current!==null&&(window.clearTimeout(m.current),m.current=null)},[]);const b=l.useCallback(x=>{if(i!==null){const j=[...n];j[i]=x,c(j),p([]),document.querySelector(`[data-word-index="${i+1}"]`)?.focus()}},[i,n]),v=l.useCallback(x=>{const j=x.clipboardData.getData("text"),C=go(j);C.length===oe&&(x.preventDefault(),c(C),g(null))},[]),k=l.useCallback(x=>{if(x.preventDefault(),n.filter(N=>!N).length>0){g(`Please enter all ${oe} words`);return}const C=n.map((N,P)=>({word:N,index:P+1})).filter(({word:N})=>!Ue(N));if(C.length>0){g(`Invalid words: ${C.map(N=>`#${N.index}`).join(", ")}`);return}if(!sr(n)){g("Invalid recovery phrase - please check your words");return}s(n)},[n,s]),S=a||f;return e.jsxs("form",{className:`cedros-recovery-phrase-input ${r}`,onSubmit:k,onPaste:v,children:[e.jsxs("div",{className:"cedros-recovery-input-header",children:[e.jsx("h3",{className:"cedros-recovery-input-title",children:"Enter Recovery Phrase"}),e.jsx("p",{className:"cedros-recovery-input-description",children:"Enter your 12-word recovery phrase. You can paste the entire phrase at once."})]}),e.jsx("div",{className:"cedros-word-inputs",children:Array.from({length:oe},(x,j)=>e.jsxs("div",{className:"cedros-word-input-wrapper",children:[e.jsxs("label",{className:"cedros-word-label",children:[j+1,"."]}),e.jsx("input",{type:"text",className:`cedros-word-input ${n[j]&&!Ue(n[j])?"cedros-word-invalid":n[j]&&Ue(n[j])?"cedros-word-valid":""}`,value:n[j],onChange:C=>u(j,C.target.value),onFocus:()=>y(j),onBlur:()=>A(j),"data-word-index":j,autoComplete:"off",autoCapitalize:"none",spellCheck:!1,disabled:o,"aria-label":`Word ${j+1}`})]},j))}),i!==null&&h.length>0&&e.jsx("div",{className:"cedros-suggestions",role:"listbox",id:`${w}-suggestions`,children:h.map(x=>e.jsx("button",{type:"button",className:"cedros-suggestion",onClick:()=>b(x),role:"option",children:x},x))}),S&&e.jsx("p",{className:"cedros-input-error",role:"alert",children:S}),e.jsxs("div",{className:"cedros-recovery-input-actions",children:[t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:t,disabled:o,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:o,children:o?"Recovering...":"Recover Wallet"})]})]})}function Vo({capabilities:s,className:t=""}){if(s.allSupported)return null;const o=I.getMissingCapabilitiesMessage(s),a=I.getBrowserSupportInfo();return e.jsxs("div",{className:`cedros-capability-warning ${t}`,role:"alert",children:[e.jsxs("div",{className:"cedros-warning-header",children:[e.jsx("svg",{className:"cedros-warning-icon",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:e.jsx("path",{d:"M12 9v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})}),e.jsx("h3",{className:"cedros-warning-title",children:"Wallet Feature Unavailable"})]}),e.jsx("p",{className:"cedros-warning-message",children:o}),e.jsxs("div",{className:"cedros-capability-details",children:[e.jsx("h4",{children:"Browser Compatibility"}),e.jsxs("p",{children:["Detected: ",a.browser," ",a.version,a.likelySupported?" (likely supported)":" (may not be supported)"]}),e.jsx("h4",{children:"Required Features"}),e.jsxs("ul",{className:"cedros-capability-list",children:[e.jsxs("li",{className:s.webCrypto?"cedros-cap-ok":"cedros-cap-missing",children:["Web Crypto API: ",s.webCrypto?"Available":"Missing"]}),e.jsxs("li",{className:s.aesGcm?"cedros-cap-ok":"cedros-cap-missing",children:["AES-GCM Encryption: ",s.aesGcm?"Available":"Missing"]}),e.jsxs("li",{className:s.hkdf?"cedros-cap-ok":"cedros-cap-missing",children:["HKDF Key Derivation: ",s.hkdf?"Available":"Missing"]}),e.jsxs("li",{className:s.webAuthn?"cedros-cap-ok":"cedros-cap-missing",children:["WebAuthn/Passkeys: ",s.webAuthn?"Available":"Missing"]}),e.jsxs("li",{className:s.webAuthnPrf?"cedros-cap-ok":"cedros-cap-missing",children:["WebAuthn PRF Extension: ",s.webAuthnPrf?"Available":"Missing"]}),e.jsxs("li",{className:s.argon2?"cedros-cap-ok":"cedros-cap-missing",children:["Argon2 Password Hashing: ",s.argon2?"Available":"Missing"]})]})]}),e.jsxs("div",{className:"cedros-capability-help",children:[e.jsx("h4",{children:"Recommended Browsers"}),e.jsxs("ul",{children:[e.jsx("li",{children:"Chrome 116+ on Windows, macOS, or Android"}),e.jsx("li",{children:"Safari 17+ on macOS or iOS"}),e.jsx("li",{children:"Edge 116+ on Windows"})]}),e.jsx("p",{className:"cedros-capability-note",children:"A platform authenticator (Touch ID, Face ID, or Windows Hello) is required."})]})]})}const Ho=["share_c_only","full_seed","none"];function Qo(s){return s&&Ho.includes(s)?s:"share_c_only"}const Ko={walletEnabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900,isLoading:!1,error:null,refetch:async()=>{}};function hr(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(null),[a,r]=l.useState(!!s),[n,c]=l.useState(null),i=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts}):null,[s]),d=l.useCallback(async()=>{if(i){r(!0),c(null);try{const h=await i.get("/discovery");h.wallet?o({enabled:h.wallet.enabled,recoveryMode:Qo(h.wallet.recoveryMode),unlockTtlSeconds:h.wallet.unlockTtlSeconds}):o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}catch(h){const p=h instanceof Error?h.message:"Failed to fetch wallet config";c(p),o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}finally{r(!1)}}},[i]);return l.useEffect(()=>{i&&d()},[i,d]),s?{walletEnabled:t?.enabled??!1,recoveryMode:t?.recoveryMode??"share_c_only",unlockTtlSeconds:t?.unlockTtlSeconds??900,isLoading:a,error:n,refetch:d}:Ko}function pr(){const{user:s}=T.useCedrosLogin(),{enroll:t}=I.useWalletMaterial(),{recoveryMode:o}=hr(),[a,r]=l.useState({step:"idle"}),[n,c]=l.useState(!1),i=l.useRef([]),d=l.useCallback(()=>{I.wipeAll(...i.current),i.current=[]},[]);l.useEffect(()=>()=>{d()},[d]);const h=l.useCallback(async(m,u,y,A)=>{r({step:"generating_seed"});const b=I.generateSeed();i.current.push(b),r({step:"splitting_shares"});const{shareA:v,shareB:k,shareC:S}=ie.splitSecret(b);i.current.push(v,k,S),r({step:"encrypting_shares"});const x=await I.aesGcmEncryptToBase64(v,I.toEncryptionKey(u)),j=ie.getPublicKeyFromSeed(b),C=ie.publicKeyToBase58(j);r({step:"uploading"});const N={solanaPubkey:C,shareAAuthMethod:m,shareACiphertext:x.ciphertext,shareANonce:x.nonce,shareB:I.uint8ArrayToBase64(k)};if(m==="password"){if(!y)throw new Error("KDF salt required for password method");N.shareAKdfSalt=I.uint8ArrayToBase64(y),N.shareAKdfParams=I.DEFAULT_KDF_PARAMS}if(m==="passkey"&&A&&(N.prfSalt=A),await t(N),o==="none")d(),r({step:"complete",solanaPubkey:C});else{const P=o==="full_seed"?ho(b):co(I.toShamirShare(S));r({step:"showing_recovery",recoveryPhrase:P,solanaPubkey:C})}},[t,o,d]),p=l.useCallback(async m=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const u=I.generateArgon2Salt(),y=await ie.argon2DeriveInWorker(m,u,I.DEFAULT_KDF_PARAMS);i.current.push(y),await h("password",y,u)}catch(u){r({step:"error",error:u instanceof Error?u.message:"Enrollment failed"})}finally{c(!1)}},[s,d,h]),f=l.useCallback(async()=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const m=I.generatePrfSalt(),u=I.uint8ArrayToBase64(m);r({step:"registering_passkey"});let y;try{const b=new TextEncoder().encode(s.id),v=s.name??s.email??"User",k=s.email??s.id;y=(await I.registerPasskeyWithPrf(b,k,v,m)).prfOutput}catch(b){if(b?.name!=="InvalidStateError")throw b;y=(await I.authenticateWithDiscoverablePrf(u)).prfOutput}i.current.push(y);const A=await I.deriveKeyFromPrf(y,m);i.current.push(A),await h("passkey",A,void 0,u)}catch(m){r({step:"error",error:m instanceof Error?m.message:"Enrollment failed"})}finally{c(!1)}},[s,d,h]),g=l.useCallback(()=>{const m=a.solanaPubkey;d(),r({step:"complete",solanaPubkey:m})},[a.solanaPubkey,d]),w=l.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startEnrollmentWithPassword:p,startEnrollmentWithPasskey:f,confirmRecoveryPhrase:g,cancel:w,isEnrolling:n}}function mr({onComplete:s,onCancel:t,className:o="",forceAuthMethod:a}){const{user:r}=T.useCedrosLogin(),{state:n,startEnrollmentWithPassword:c,startEnrollmentWithPasskey:i,confirmRecoveryPhrase:d,cancel:h,isEnrolling:p}=pr(),f=()=>a||"password",[g,w]=l.useState(f),[m,u]=l.useState(""),[y,A]=l.useState(""),[b,v]=l.useState(null);l.useEffect(()=>{w(f())},[r?.id,a]);const k=l.useCallback(async C=>{if(C.preventDefault(),m!==y){v("Passwords do not match");return}const N=Me.validatePassword(m);if(!N.isValid){const P=Object.values(N.errors)[0];v(P??"Password does not meet requirements");return}v(null),await c(m)},[m,y,c]),S=l.useCallback(async()=>{await i()},[i]),x=l.useCallback(()=>{d(),n.solanaPubkey&&s?.(n.solanaPubkey)},[d,n.solanaPubkey,s]),j=l.useCallback(()=>{h(),t?.()},[h,t]);return n.step==="generating_seed"||n.step==="splitting_shares"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsxs("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:[e.jsx("div",{className:"cedros-spinner","aria-hidden":"true"}),e.jsx("p",{children:"Generating secure wallet..."})]})}):n.step==="encrypting_shares"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsxs("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:[e.jsx("div",{className:"cedros-spinner","aria-hidden":"true"}),e.jsx("p",{children:"Encrypting wallet shares..."})]})}):n.step==="registering_passkey"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsx("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:e.jsxs("div",{className:"cedros-passkey-prompt",children:[e.jsxs("svg",{className:"cedros-passkey-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"8",y:"16",width:"32",height:"24",rx:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("circle",{cx:"24",cy:"28",r:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 32v4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}),e.jsx("h3",{children:"Authenticate with Passkey"}),e.jsx("p",{children:"Follow your browser's prompt to use your passkey."})]})})}):n.step==="uploading"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,"aria-busy":"true",children:e.jsxs("div",{className:"cedros-enrollment-progress",role:"status","aria-live":"polite",children:[e.jsx("div",{className:"cedros-spinner","aria-hidden":"true"}),e.jsx("p",{children:"Saving wallet..."})]})}):n.step==="showing_recovery"&&n.recoveryPhrase?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,children:e.jsx(dr,{words:n.recoveryPhrase,onConfirm:x})}):n.step==="complete"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,children:e.jsxs("div",{className:"cedros-enrollment-complete",children:[e.jsxs("svg",{className:"cedros-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M16 24l6 6 12-12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{children:"Wallet Created!"}),e.jsxs("p",{className:"cedros-pubkey",children:[e.jsx("strong",{children:"Address:"})," ",n.solanaPubkey]}),e.jsx("p",{children:"Your non-custodial Solana wallet is ready to use."})]})}):n.step==="error"?e.jsx("div",{className:`cedros-wallet-enrollment ${o}`,children:e.jsxs("div",{className:"cedros-enrollment-error",children:[e.jsxs("svg",{className:"cedros-error-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 16v12m0 6h.01",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}),e.jsx("h3",{children:"Enrollment Failed"}),e.jsx("p",{className:"cedros-error-message",children:n.error}),e.jsxs("div",{className:"cedros-error-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:j,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:()=>h(),children:"Try Again"})]})]})}):e.jsxs("div",{className:`cedros-wallet-enrollment ${o}`,children:[e.jsxs("div",{className:"cedros-enrollment-header",children:[e.jsx("h2",{children:"Create Wallet"}),e.jsxs("p",{children:["Secure your wallet with a ",g==="passkey"?"passkey":"password","."]})]}),!a&&e.jsxs("div",{className:"cedros-auth-method-selector",children:[e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"password",checked:g==="password",onChange:()=>w("password"),disabled:p}),e.jsx("span",{children:"Password"})]}),e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"passkey",checked:g==="passkey",onChange:()=>w("passkey"),disabled:p}),e.jsx("span",{children:"Passkey"})]})]}),g==="password"&&e.jsxs("form",{onSubmit:k,className:"cedros-enrollment-form",children:[e.jsx(K.PasswordInput,{label:"Password",value:m,onChange:C=>u(C.target.value),showStrengthMeter:!0,disabled:p,required:!0,minLength:8,placeholder:"Enter a strong password"}),e.jsx(K.PasswordInput,{label:"Confirm Password",value:y,onChange:C=>A(C.target.value),error:b??void 0,disabled:p,required:!0,minLength:8,placeholder:"Confirm your password"}),e.jsx("div",{className:"cedros-password-info",children:e.jsx("p",{children:"This password will be used to sign transactions."})}),e.jsxs("div",{className:"cedros-enrollment-actions",children:[t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:j,disabled:p,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:p||!m||!y,children:p?"Creating...":"Continue"})]})]}),g==="passkey"&&e.jsxs("div",{className:"cedros-enrollment-form",children:[e.jsxs("div",{className:"cedros-passkey-info",children:[e.jsxs("svg",{className:"cedros-passkey-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"8",y:"16",width:"32",height:"24",rx:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("circle",{cx:"24",cy:"28",r:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 32v4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]}),e.jsx("p",{children:"Use your passkey (Touch ID, Face ID, or Windows Hello) to secure your wallet."}),e.jsx("p",{children:"You'll use the same passkey to sign transactions."})]}),e.jsxs("div",{className:"cedros-enrollment-actions",children:[t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:j,disabled:p,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:S,disabled:p,children:p?"Creating...":"Use Passkey"})]})]})]})}function fr(){const{user:s}=T.useCedrosLogin(),{signTransaction:t}=I.useWalletMaterial(),[o,a]=l.useState(!1),[r,n]=l.useState(null),c=l.useCallback(async(d,h)=>{if(!s){const p="User not authenticated";throw n(p),new Error(p)}a(!0),n(null);try{const p={transaction:I.uint8ArrayToBase64(d),...h?{credential:I.toCredentialRequest(h)}:{}},f=await t(p);return I.base64ToUint8Array(f.signature)}catch(p){const f=p instanceof Error?p.message:"Signing failed";throw n(f),p}finally{a(!1)}},[s,t]),i=l.useCallback(()=>n(null),[]);return{signTransaction:c,isSigning:o,error:r,clearError:i}}function gr(){const{getMaterial:s}=I.useWalletMaterial(),[t,o]=l.useState(!1),[a,r]=l.useState(null),n=l.useCallback(async()=>{o(!0),r(null);try{const i=await s();if(!i)throw new Error("No wallet enrolled");if(i.shareAAuthMethod!=="passkey")throw new Error("Wallet is not configured for passkey authentication");if(!i.prfSalt)throw new Error("No PRF salt configured for wallet");const d=await I.authenticateWithDiscoverablePrf(i.prfSalt);try{return{type:"prfOutput",prfOutput:I.uint8ArrayToBase64(d.prfOutput)}}finally{d.prfOutput.fill(0)}}catch(i){const d=i instanceof Error?i.message:"Passkey authentication failed";return r(d),null}finally{o(!1)}},[s]),c=l.useCallback(()=>r(null),[]);return{getPasskeyCredential:n,isAuthenticating:t,error:a,clearError:c}}function wr({mode:s,isLoading:t=!1,error:o,onPrompt:a,onRetry:r,onCancel:n,title:c,description:i,className:d=""}){const h=l.useCallback(()=>{t||a?.()},[t,a]),p=l.useCallback(()=>{r?.()},[r]),f=s==="register"?"Set Up Passkey":"Verify with Passkey",g=s==="register"?"Create a passkey to securely encrypt your wallet on this device. You will use your fingerprint, face, or device PIN.":"Use your passkey to unlock your wallet. You will be prompted for biometric verification.";return e.jsxs("div",{className:`cedros-passkey-prompt ${d}`,children:[e.jsx("div",{className:"cedros-passkey-icon",children:t?e.jsx(Go,{}):o?e.jsx($o,{}):e.jsx(Yo,{})}),e.jsx("h3",{className:"cedros-passkey-title",children:c??f}),e.jsx("p",{className:"cedros-passkey-description",children:i??g}),o&&e.jsx("div",{className:"cedros-passkey-error",role:"alert",children:e.jsx("p",{children:o})}),e.jsx("div",{className:"cedros-passkey-actions",children:o?e.jsxs(e.Fragment,{children:[r&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:p,children:"Try Again"}),n&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:n,children:"Cancel"})]}):e.jsxs(e.Fragment,{children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:h,disabled:t,children:t?e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"cedros-button-spinner","aria-hidden":"true"}),"Waiting for passkey..."]}):s==="register"?"Create Passkey":"Use Passkey"}),n&&!t&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:n,children:"Cancel"})]})}),t&&e.jsxs("p",{className:"cedros-passkey-hint",children:["Follow the prompts on your device to ",s==="register"?"create":"verify"," your passkey."]})]})}function Yo(){return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4"}),e.jsx("path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88"}),e.jsx("path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02"}),e.jsx("path",{d:"M2 12a10 10 0 0 1 18-6"}),e.jsx("path",{d:"M2 16h.01"}),e.jsx("path",{d:"M21.8 16c.2-2 .131-5.354 0-6"}),e.jsx("path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2"}),e.jsx("path",{d:"M8.65 22c.21-.66.45-1.32.57-2"}),e.jsx("path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2"})]})}function Go(){return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",className:"cedros-spinner",children:[e.jsx("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",opacity:"0.25"}),e.jsx("path",{d:"M12 3a9 9 0 0 1 9 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function $o(){return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M12 8v4M12 16h.01"})]})}function yr({onUnlock:s,onCancel:t,showCancel:o=!0,authMethod:a,className:r=""}){T.useCedrosLogin();const{unlock:n,getMaterial:c,isLoading:i}=I.useWalletMaterial(),{getPasskeyCredential:d,isAuthenticating:h}=gr(),[p,f]=l.useState("idle"),[g,w]=l.useState(a??null),[m,u]=l.useState(""),[y,A]=l.useState(null);l.useEffect(()=>{a!==void 0&&w(a)},[a]);const b=g==="password",v=g==="passkey",k=l.useCallback(async()=>{if(f("credential"),A(null),!g)try{const L=await c();L?w(L.shareAAuthMethod):(A("No wallet enrolled"),f("error"))}catch(L){A(L instanceof Error?L.message:"Failed to get wallet info"),f("error")}},[g,c]),S=l.useCallback(async L=>{L.preventDefault(),A(null),f("unlocking");try{let E;if(b)E={type:"password",password:m};else throw new Error("Invalid auth method");await n(E),f("unlocked"),s?.()}catch(E){A(E instanceof Error?E.message:"Failed to unlock wallet"),f("error")}},[b,m,n,s]),x=l.useCallback(async()=>{A(null),f("unlocking");try{const L=await d();if(!L){f("credential");return}await n(L),f("unlocked"),s?.()}catch(L){A(L instanceof Error?L.message:"Failed to unlock wallet"),f("error")}},[d,n,s]),j=l.useCallback(()=>{u(""),f("idle"),A(null),t?.()},[t]),C=l.useCallback(()=>{u(""),f("credential"),A(null)},[]),N=i||h,P=()=>{switch(p){case"idle":return e.jsxs("div",{className:"cedros-wallet-unlock-idle",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(Jo,{})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Wallet Locked"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Unlock your wallet to sign transactions."}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:k,children:"Unlock Wallet"})]});case"credential":return b?e.jsxs("form",{className:"cedros-wallet-unlock-form",onSubmit:S,children:[e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Enter Password"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Enter your wallet password to unlock."}),e.jsx(K.PasswordInput,{label:"Password",value:m,onChange:L=>u(L.target.value),disabled:N,autoComplete:"current-password",error:y??void 0}),e.jsxs("div",{className:"cedros-wallet-unlock-actions",children:[e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:N||m.length===0,children:N?"Unlocking...":"Unlock"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:j,disabled:N,children:"Cancel"})]})]}):v?e.jsxs("div",{className:"cedros-wallet-unlock-passkey",children:[e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Verify with Passkey"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Use your passkey to unlock your wallet."}),e.jsx(wr,{mode:"authenticate",isLoading:N,error:y??void 0,onPrompt:x,onRetry:x,onCancel:o?j:void 0})]}):e.jsxs("div",{className:"cedros-wallet-unlock-loading",children:[e.jsx(V.LoadingSpinner,{size:"xl"}),e.jsx("p",{children:"Loading wallet info..."})]});case"unlocking":return e.jsxs("div",{className:"cedros-wallet-unlock-progress",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(V.LoadingSpinner,{size:"xl"})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Unlocking Wallet"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Verifying your credentials..."})]});case"unlocked":return e.jsxs("div",{className:"cedros-wallet-unlock-success",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(Xo,{})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Wallet Unlocked"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:"Your wallet is ready to sign transactions."})]});case"error":return e.jsxs("div",{className:"cedros-wallet-unlock-error",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(Zo,{})}),e.jsx("h3",{className:"cedros-wallet-unlock-title",children:"Unlock Failed"}),e.jsx("p",{className:"cedros-wallet-unlock-description",children:y??"Failed to unlock wallet. Please try again."}),e.jsxs("div",{className:"cedros-wallet-unlock-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:C,children:"Try Again"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:j,children:"Cancel"})]})]})}};return e.jsx("div",{className:`cedros-wallet-unlock ${r}`,children:P()})}function Jo(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"10",y:"22",width:"28",height:"20",rx:"4",stroke:"currentColor",strokeWidth:"2",fill:"var(--cedros-muted, #f3f4f6)"}),e.jsx("path",{d:"M16 22V16a8 8 0 1 1 16 0v6",stroke:"currentColor",strokeWidth:"2",fill:"none"}),e.jsx("circle",{cx:"24",cy:"32",r:"3",fill:"currentColor"})]})}function Xo(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"2",fill:"var(--cedros-success-light, #dcfce7)"}),e.jsx("path",{d:"M16 24l6 6 10-10",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]})}function Zo(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"2",fill:"var(--cedros-destructive-light, #fee2e2)"}),e.jsx("path",{d:"M24 16v10M24 30v2",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"3",strokeLinecap:"round"})]})}function br(){const{recover:s,getShareBForRecovery:t}=I.useWalletMaterial(),{recoveryMode:o}=hr(),[a,r]=l.useState({step:"idle"}),[n,c]=l.useState(!1),i=l.useRef([]),d=l.useCallback(()=>{I.wipeAll(...i.current),i.current=[]},[]);l.useEffect(()=>()=>{d()},[d]);const h=l.useCallback(async(f,g,w)=>{c(!0),d();try{if(r({step:"validating"}),!sr(f))throw new Error("Invalid recovery phrase. Please check your words.");let m;if(o==="share_c_only"){const C=uo(f);i.current.push(C);const N=I.uint8ArrayToBase64(C),P=await t({shareC:N}),L=I.base64ToUint8Array(P.shareB);i.current.push(L),m=ie.combineShares(I.toShamirShare(L),I.toShamirShare(C)),i.current.push(m)}else m=po(f),i.current.push(m);const u=ie.getPublicKeyFromSeed(m),y=ie.publicKeyToBase58(u),{shareA:A,shareB:b}=ie.splitSecret(m);i.current.push(A,b),r({step:"encrypting"});let v,k,S;if(g==="passkey"){const C=I.generatePrfSalt();S=I.uint8ArrayToBase64(C);const N=await I.authenticateWithDiscoverablePrf(S);i.current.push(N.prfOutput),v=await I.deriveKeyFromPrf(N.prfOutput,C),i.current.push(v)}else k=I.generateArgon2Salt(),v=await ie.argon2DeriveInWorker(w,k,I.DEFAULT_KDF_PARAMS),i.current.push(v);const x=await I.aesGcmEncryptToBase64(A,I.toEncryptionKey(v));r({step:"uploading"});const j={solanaPubkey:y,shareAAuthMethod:g,shareACiphertext:x.ciphertext,shareANonce:x.nonce,shareB:I.uint8ArrayToBase64(b)};g==="password"&&(j.shareAKdfSalt=I.uint8ArrayToBase64(k),j.shareAKdfParams=I.DEFAULT_KDF_PARAMS),g==="passkey"&&(j.prfSalt=S),await s(j),d(),r({step:"complete"})}catch(m){d(),r({step:"error",error:m instanceof Error?m.message:"Recovery failed"})}finally{c(!1)}},[s,t,o,d]),p=l.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startRecovery:h,cancel:p,isRecovering:n}}function Ar({onComplete:s,onCancel:t,className:o="",defaultAuthMethod:a="password"}){const{state:r,startRecovery:n,cancel:c,isRecovering:i}=br(),[d,h]=l.useState([]),[p,f]=l.useState(!1),[g,w]=l.useState(a),[m,u]=l.useState(""),[y,A]=l.useState(""),[b,v]=l.useState(null),k=l.useCallback(N=>{h(N),f(!0)},[]),S=l.useCallback(async N=>{if(N.preventDefault(),v(null),g!=="passkey"){if(m!==y){v("Passwords do not match");return}if(g==="password"&&m.length<8){v("Password must be at least 8 characters");return}}await n(d,g,m)},[d,g,m,y,n]),x=l.useCallback(()=>{c(),h([]),f(!1),u(""),A(""),t?.()},[c,t]),j=l.useCallback(()=>{f(!1),u(""),A("")},[]),C=l.useCallback(()=>{s?.()},[s]);return r.step==="validating"||r.step==="encrypting"||r.step==="uploading"?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-progress",children:[e.jsx("div",{className:"cedros-wallet-recovery-icon",children:e.jsx(en,{})}),e.jsxs("h3",{className:"cedros-wallet-recovery-title",children:[r.step==="validating"&&"Validating Recovery Phrase",r.step==="encrypting"&&"Encrypting Wallet",r.step==="uploading"&&"Saving to Server"]}),e.jsxs("p",{className:"cedros-wallet-recovery-description",children:[r.step==="validating"&&"Checking your recovery phrase...",r.step==="encrypting"&&"Securing your wallet with new encryption...",r.step==="uploading"&&"Uploading encrypted wallet data..."]})]})}):r.step==="complete"?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-success",children:[e.jsx("div",{className:"cedros-wallet-recovery-icon",children:e.jsx(sn,{})}),e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Wallet Recovered"}),e.jsxs("p",{className:"cedros-wallet-recovery-description",children:["Your wallet has been successfully recovered and secured with your new"," ",g==="passkey"?"passkey":"password","."]}),e.jsx("div",{className:"cedros-wallet-recovery-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:C,children:"Done"})})]})}):r.step==="error"?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-error",children:[e.jsx("div",{className:"cedros-wallet-recovery-icon",children:e.jsx(tn,{})}),e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Recovery Failed"}),e.jsx("p",{className:"cedros-wallet-recovery-description",children:r.error??"An error occurred during recovery. Please try again."}),e.jsx("div",{className:"cedros-wallet-recovery-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:x,children:"Start Over"})})]})}):p?e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("form",{className:"cedros-wallet-recovery-credential",onSubmit:S,children:[e.jsxs("div",{className:"cedros-wallet-recovery-header",children:[e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Set New Security"}),e.jsx("p",{className:"cedros-wallet-recovery-description",children:"Choose how to secure your recovered wallet."})]}),e.jsxs("div",{className:"cedros-auth-method-selector",children:[e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"password",checked:g==="password",onChange:()=>w("password"),disabled:i}),e.jsx("span",{children:"Password"})]}),e.jsxs("label",{className:"cedros-radio-label",children:[e.jsx("input",{type:"radio",name:"authMethod",value:"passkey",checked:g==="passkey",onChange:()=>w("passkey"),disabled:i}),e.jsx("span",{children:"Passkey"})]})]}),g==="password"&&e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"cedros-password-input",children:[e.jsx("label",{htmlFor:"recovery-password",className:"cedros-label",children:"New Password"}),e.jsx("input",{id:"recovery-password",type:"password",className:"cedros-input",value:m,onChange:N=>u(N.target.value),disabled:i,minLength:8,placeholder:"Enter a strong password"})]}),e.jsxs("div",{className:"cedros-password-input",children:[e.jsx("label",{htmlFor:"recovery-password-confirm",className:"cedros-label",children:"Confirm Password"}),e.jsx("input",{id:"recovery-password-confirm",type:"password",className:"cedros-input",value:y,onChange:N=>A(N.target.value),disabled:i,"aria-invalid":b?"true":void 0,placeholder:"Confirm your password"}),b&&e.jsx("p",{className:"cedros-input-error",role:"alert",children:b})]})]}),g==="passkey"&&e.jsxs("div",{className:"cedros-passkey-info",children:[e.jsx(rn,{}),e.jsx("p",{children:"Use your passkey (Touch ID, Face ID, or Windows Hello) to secure your wallet."})]}),e.jsxs("div",{className:"cedros-wallet-recovery-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:j,disabled:i,children:"Back"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:i||g!=="passkey"&&(m.length===0||y.length===0),children:i?"Recovering...":"Recover Wallet"})]})]})}):e.jsx("div",{className:`cedros-wallet-recovery ${o}`,children:e.jsxs("div",{className:"cedros-wallet-recovery-phrase",children:[e.jsxs("div",{className:"cedros-wallet-recovery-header",children:[e.jsx("h3",{className:"cedros-wallet-recovery-title",children:"Recover Your Wallet"}),e.jsx("p",{className:"cedros-wallet-recovery-description",children:"Enter your 12-word recovery phrase to restore your wallet."})]}),e.jsx(ur,{onSubmit:k,onCancel:x,isSubmitting:!1})]})})}function en(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",className:"cedros-spinner",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-muted, #e5e7eb)",strokeWidth:"3",fill:"none"}),e.jsx("path",{d:"M24 4a20 20 0 0 1 20 20",stroke:"var(--cedros-primary, #6366f1)",strokeWidth:"3",strokeLinecap:"round",fill:"none"})]})}function sn(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"2",fill:"var(--cedros-success-light, #dcfce7)"}),e.jsx("path",{d:"M16 24l6 6 10-10",stroke:"var(--cedros-success, #22c55e)",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]})}function tn(){return e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"20",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"2",fill:"var(--cedros-destructive-light, #fee2e2)"}),e.jsx("path",{d:"M24 16v10M24 30v2",stroke:"var(--cedros-destructive, #ef4444)",strokeWidth:"3",strokeLinecap:"round"})]})}function rn(){return e.jsxs("svg",{className:"cedros-passkey-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("rect",{x:"8",y:"16",width:"32",height:"24",rx:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("circle",{cx:"24",cy:"28",r:"4",stroke:"currentColor",strokeWidth:"2"}),e.jsx("path",{d:"M24 32v4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function xr({address:s,label:t="Wallet Address",showCopy:o=!0,showExplorerLink:a=!0,allowReveal:r=!0,className:n=""}){const c=T.useCedrosLoginOptional(),[i,d]=l.useState(!1),[h,p]=l.useState(null),[f,g]=l.useState(!1),w=l.useRef(null),m=c?.config.solana?.network??"mainnet-beta",u=l.useMemo(()=>{const v=`https://explorer.solana.com/address/${s}`;return m==="mainnet-beta"?v:`${v}?cluster=${encodeURIComponent(m)}`},[s,m]),y=r&&s.length>18,A=l.useMemo(()=>!y||f?s:`${s.slice(0,8)}...${s.slice(-8)}`,[s,y,f]),b=l.useCallback(async()=>{try{p(null),await navigator.clipboard.writeText(s),d(!0),w.current!==null&&window.clearTimeout(w.current),w.current=window.setTimeout(()=>{d(!1),w.current=null},2e3)}catch(v){d(!1),p(v instanceof Error?v.message:"Copy failed")}},[s]);return l.useEffect(()=>()=>{w.current!==null&&(window.clearTimeout(w.current),w.current=null)},[]),e.jsxs("div",{className:`cedros-wallet-address-row ${n}`,children:[e.jsxs("div",{className:"cedros-wallet-address-row-header",children:[e.jsx("span",{className:"cedros-wallet-status-pubkey-label",children:t}),e.jsxs("div",{className:"cedros-wallet-address-row-actions",children:[y&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-ghost",onClick:()=>g(v=>!v),"aria-label":f?"Hide full wallet address":"Show full wallet address",children:f?e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:[e.jsx("path",{d:"M3 3l18 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M10.7 10.7a3 3 0 0 0 4.24 4.24",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M9.88 5.09A10.94 10.94 0 0 1 12 5c5 0 9.27 3.11 11 7-0.55 1.23-1.32 2.33-2.27 3.25",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M6.61 6.61C4.4 7.9 2.74 9.8 1 12c1.73 3.89 6 7 11 7 1.14 0 2.25-0.16 3.3-0.46",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}):e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",children:[e.jsx("path",{d:"M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}),a&&e.jsx("a",{className:"cedros-button cedros-button-sm cedros-button-ghost",href:u,target:"_blank",rel:"noreferrer",children:"Explorer"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-outline",onClick:b,"aria-label":"Copy wallet address",children:i?"Copied":"Copy"})]})]}),e.jsx("code",{className:"cedros-wallet-status-pubkey-value",title:s,children:A}),h&&e.jsx("p",{className:"cedros-input-hint",role:"status",children:h})]})}function vr({status:s,publicKey:t,onLock:o,onEnroll:a,onUnlock:r,onRecover:n,showActions:c=!0,compact:i=!1,className:d=""}){const h=s!==void 0,p=I.useWallet(),f=h?s:p.status,g=h?t??null:p.solanaPubkey,w=h?null:p.error,m=h?()=>{}:p.refresh,u=h?()=>{}:p.clearError,y=on(f,w);return i?e.jsxs("div",{className:`cedros-wallet-status cedros-wallet-status-compact ${d}`,children:[e.jsx("span",{className:`cedros-wallet-status-dot cedros-wallet-status-${y.color}`,title:y.label}),e.jsx("span",{className:"cedros-wallet-status-label",children:y.label}),g&&e.jsx("span",{className:"cedros-wallet-status-pubkey",title:g,children:nn(g)})]}):e.jsxs("div",{className:`cedros-wallet-status ${d}`,children:[e.jsxs("div",{className:"cedros-wallet-status-header",children:[e.jsx("div",{className:`cedros-wallet-status-icon cedros-wallet-status-icon-${y.color}`,children:e.jsx(an,{status:f})}),e.jsxs("div",{className:"cedros-wallet-status-info",children:[e.jsx("h4",{className:"cedros-wallet-status-title",children:y.title}),e.jsx("p",{className:"cedros-wallet-status-description",children:y.description})]})]}),g&&e.jsx("div",{className:"cedros-wallet-status-pubkey-full",children:e.jsx(xr,{address:g})}),w&&e.jsxs("div",{className:"cedros-wallet-status-error-box",role:"alert",children:[e.jsx("p",{children:w}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-secondary",onClick:u,children:"Dismiss"})]}),c&&e.jsxs("div",{className:"cedros-wallet-status-actions",children:[f==="not_enrolled"&&a&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-sm",onClick:a,children:"Create Wallet"}),f==="enrolled_locked"&&r&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-sm",onClick:r,children:"Unlock Wallet"}),(f==="not_enrolled"||f==="error")&&n&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-sm",onClick:n,children:"Recover Wallet"}),f==="error"&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-sm",onClick:m,children:"Retry"})]})]})}function on(s,t){switch(s){case"loading":return{label:"Loading",title:"Checking Wallet",description:"Verifying wallet status...",color:"loading"};case"not_enrolled":return{label:"Not Set Up",title:"No Wallet",description:"Create a wallet to start using Solana.",color:"muted"};case"enrolled_locked":return{label:"Locked",title:"Wallet Locked",description:"Unlock your wallet to sign transactions.",color:"warning"};case"enrolled_unlocked":case"unlocked":return{label:"Ready",title:"Wallet Ready",description:"Your wallet is unlocked and ready to use.",color:"success"};case"error":default:return{label:"Error",title:"Wallet Error",description:t??"An error occurred with your wallet.",color:"error"}}}function nn(s){return s.length<=12?s:`${s.slice(0,4)}...${s.slice(-4)}`}function an({status:s}){switch(s){case"loading":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",className:"cedros-spinner",children:[e.jsx("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",opacity:"0.25"}),e.jsx("path",{d:"M12 3a9 9 0 0 1 9 9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]});case"not_enrolled":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M8 12h8M12 8v8"})]});case"enrolled_locked":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})]});case"enrolled_unlocked":case"unlocked":return e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:e.jsx("path",{d:"M20 6L9 17l-5-5"})});case"error":return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[e.jsx("path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"}),e.jsx("path",{d:"M12 9v4M12 17h.01"})]});default:return null}}function ln({className:s="",showActions:t=!0}){const o=I.useWallet(),[a,r]=l.useState("status"),n=l.useMemo(()=>{switch(a){case"enroll":return{title:"Create Wallet",description:"Set up your embedded wallet."};case"unlock":return{title:"Unlock Wallet",description:"Unlock to sign transactions."};case"recover_intro":case"recover":return{title:"Recover Wallet",description:"Restore access using your recovery phrase."};case"status":default:return null}},[a]),c=l.useCallback(()=>r("status"),[]),i=l.useCallback(async()=>{r("status"),await o.refresh()},[o]),d=l.useCallback(async()=>{r("status"),await o.refresh()},[o]),h=l.useCallback(async()=>{r("status"),await o.refresh()},[o]);return e.jsxs("div",{className:`cedros-wallet-manager ${s}`,children:[a!=="status"&&n&&e.jsxs("div",{className:"cedros-wallet-manager-header",children:[e.jsxs("div",{className:"cedros-wallet-manager-header-text",children:[e.jsx("h3",{className:"cedros-wallet-manager-title",children:n.title}),e.jsx("p",{className:"cedros-wallet-manager-subtitle",children:n.description})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-ghost",onClick:c,children:"Back"})]}),a==="status"&&e.jsx(vr,{onEnroll:()=>r("enroll"),onUnlock:()=>r("unlock"),onRecover:()=>r("recover_intro"),showActions:t}),a==="enroll"&&e.jsx(mr,{onComplete:()=>{i()},onCancel:c}),a==="unlock"&&e.jsx(yr,{onUnlock:()=>{d()},onCancel:c}),a==="recover_intro"&&e.jsx("div",{className:"cedros-wallet-manager-intro",children:e.jsxs("div",{className:"cedros-wallet-manager-intro-card",children:[e.jsx("h4",{className:"cedros-wallet-manager-intro-title",children:"Before you start"}),e.jsxs("ul",{className:"cedros-wallet-manager-intro-list",children:[e.jsx("li",{children:"You’ll need your 12-word recovery phrase."}),e.jsx("li",{children:"You’ll set a new password or passkey for this wallet."}),e.jsx("li",{children:"If you’re on a shared device, avoid copying the phrase into other apps."})]}),e.jsxs("div",{className:"cedros-wallet-manager-intro-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:()=>r("recover"),children:"Start recovery"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:c,children:"Cancel"})]})]})}),a==="recover"&&e.jsx(Ar,{onComplete:()=>{h()},onCancel:c})]})}function cn({showDescriptions:s=!0,className:t="",onSave:o}){const{settings:a,isLoading:r,isUpdating:n,error:c,fetchSettings:i,updateSettings:d}=Vt.useSystemSettings(),[h,p]=l.useState({}),[f,g]=l.useState(null),[w,m]=l.useState(!1);l.useEffect(()=>{i()},[i]),l.useEffect(()=>{if(w){const S=setTimeout(()=>m(!1),3e3);return()=>clearTimeout(S)}},[w]);const u=l.useCallback((S,x)=>{p(j=>({...j,[S]:x})),g(null),m(!1)},[]),y=l.useCallback(async()=>{const S=Object.entries(h).map(([x,j])=>({key:x,value:j}));if(S.length!==0)try{await d(S),p({}),g(null),m(!0),o?.()}catch(x){g(x instanceof Error?x.message:"Failed to save settings")}},[h,d,o]),A=l.useCallback(()=>{p({}),g(null),m(!1)},[]),b=Object.keys(h).length>0,v=Object.keys(h).length;if(r&&Object.keys(a).length===0)return e.jsxs("div",{className:`cedros-system-settings cedros-system-settings-loading ${t}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]});if(c)return e.jsx("div",{className:`cedros-system-settings ${t}`,children:e.jsx(G.ErrorMessage,{error:c.message})});const k=Object.keys(a).sort();return k.length===0?e.jsx("div",{className:`cedros-system-settings cedros-system-settings-empty ${t}`,children:e.jsx("p",{children:"No system settings found."})}):e.jsxs("div",{className:`cedros-system-settings ${t}`,children:[f&&e.jsx(G.ErrorMessage,{error:f}),w&&e.jsx("div",{className:"cedros-settings-success",children:"Settings saved successfully."}),k.map(S=>e.jsx(dn,{category:S,settings:a[S],edits:h,showDescription:s,onChange:u},S)),e.jsxs("div",{className:"cedros-system-settings-actions",children:[b&&e.jsxs("span",{className:"cedros-settings-change-count",children:[v," unsaved change",v!==1?"s":""]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:A,disabled:!b||n,children:"Reset"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:y,disabled:!b||n,children:n?e.jsx(V.LoadingSpinner,{size:"sm"}):"Save Changes"})]})]})}const ut=Object.keys(xe.SETTING_METADATA);function dn({category:s,settings:t,edits:o,showDescription:a,onChange:r}){const n=xe.CATEGORY_METADATA[s]||{label:s,description:"",icon:""},c=l.useMemo(()=>[...t].sort((i,d)=>{const h=ut.indexOf(i.key),p=ut.indexOf(d.key);return(h===-1?1/0:h)-(p===-1?1/0:p)}),[t]);return e.jsxs("section",{className:"cedros-settings-section",children:[e.jsxs("div",{className:"cedros-settings-section-header",children:[e.jsx("span",{className:"cedros-settings-section-icon",children:n.icon}),e.jsxs("div",{children:[e.jsx("h3",{className:"cedros-settings-section-title",children:n.label}),a&&n.description&&e.jsx("p",{className:"cedros-settings-section-description",children:n.description})]})]}),e.jsx(xe.SettingsSection,{settings:c,edits:o,onChange:r})]})}class un{client;constructor(t,o,a){this.client=new T.ApiClient({baseUrl:t,timeoutMs:o,retryAttempts:a})}async getStatus(){try{return await this.client.get("/setup/status")}catch(t){throw T.handleApiError(t,"Failed to check setup status")}}async createFirstAdmin(t){try{return await this.client.post("/setup/admin",t)}catch(o){throw T.handleApiError(o,"Failed to create admin account")}}}function Qs(){const{config:s}=T.useCedrosLogin(),[t,o]=l.useState(null),[a,r]=l.useState(!1),[n,c]=l.useState(!1),[i,d]=l.useState(null),h=l.useRef(0),p=l.useMemo(()=>new un(s.serverUrl,s.requestTimeout,s.retryAttempts),[s.serverUrl,s.requestTimeout,s.retryAttempts]),f=l.useRef(p);f.current=p;const g=l.useCallback(async()=>{r(!0),d(null);const m=++h.current;try{const u=await f.current.getStatus();if(m!==h.current)return;o(u)}catch(u){if(m!==h.current)return;d(u instanceof Error?u:new Error("Failed to check setup status"))}finally{m===h.current&&r(!1)}},[]),w=l.useCallback(async m=>{c(!0),d(null);try{const u=await f.current.createFirstAdmin(m);return await g(),u}catch(u){const y=u instanceof Error?u:new Error("Failed to create admin");throw d(y),y}finally{c(!1)}},[g]);return{status:t,isLoading:a,isCreating:n,error:i,checkStatus:g,createAdmin:w}}const hn=/^[^\s@]+@[^\s@]+\.[^\s@]+$/,ht=8;function pn(s){const t={};return s.email?hn.test(s.email)||(t.email="Invalid email format"):t.email="Email is required",s.password?s.password.length<ht&&(t.password=`Password must be at least ${ht} characters`):t.password="Password is required",s.confirmPassword?s.password!==s.confirmPassword&&(t.confirmPassword="Passwords do not match"):t.confirmPassword="Please confirm your password",t}function jr({onComplete:s,className:t=""}){const{status:o,isLoading:a,isCreating:r,error:n,checkStatus:c,createAdmin:i}=Qs(),[d,h]=l.useState({email:"",password:"",confirmPassword:"",name:"",orgName:""}),[p,f]=l.useState({}),[g,w]=l.useState(!1);l.useEffect(()=>{c()},[c]);const m=l.useCallback(y=>A=>{h(b=>({...b,[y]:A.target.value})),f(b=>({...b,[y]:void 0}))},[]),u=l.useCallback(async y=>{y.preventDefault();const A=pn(d);if(Object.keys(A).length>0){f(A);return}try{await i({email:d.email,password:d.password,name:d.name||void 0,orgName:d.orgName||void 0}),w(!0),s?.()}catch{}},[d,i,s]);return a?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__loading",children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{className:"cedros-setup__loading-text",children:"Checking setup status..."})]})}):o&&!o.needsSetup?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__complete",children:[e.jsx("div",{className:"cedros-setup__icon cedros-setup__icon--success",children:e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]})}),e.jsx("h2",{className:"cedros-setup__title",children:"Setup Complete"}),e.jsx("p",{className:"cedros-setup__text",children:"An admin account already exists. You can now log in."})]})}):g?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__complete",children:[e.jsx("div",{className:"cedros-setup__icon cedros-setup__icon--success",children:e.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.jsx("polyline",{points:"22 4 12 14.01 9 11.01"})]})}),e.jsx("h2",{className:"cedros-setup__title",children:"Admin Account Created"}),e.jsx("p",{className:"cedros-setup__text",children:"Your admin account has been created successfully. You can now log in with your credentials."})]})}):e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__container",children:[e.jsxs("div",{className:"cedros-setup__header",children:[e.jsx("div",{className:"cedros-setup__logo",children:e.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}),e.jsx("path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"})]})}),e.jsx("h1",{className:"cedros-setup__title",children:"Welcome to Cedros"}),e.jsx("p",{className:"cedros-setup__subtitle",children:"Let's set up your admin account to get started."})]}),e.jsxs("form",{className:"cedros-setup__form",onSubmit:u,children:[n&&e.jsx(G.ErrorMessage,{error:n.message}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsxs("label",{htmlFor:"setup-email",className:"cedros-setup__label",children:["Email Address ",e.jsx("span",{className:"cedros-setup__required",children:"*"})]}),e.jsx("input",{id:"setup-email",type:"email",className:`cedros-setup__input ${p.email?"cedros-setup__input--error":""}`,value:d.email,onChange:m("email"),placeholder:"admin@example.com",autoComplete:"email",autoFocus:!0,disabled:r}),p.email&&e.jsx("span",{className:"cedros-setup__error",children:p.email})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsx("label",{htmlFor:"setup-name",className:"cedros-setup__label",children:"Display Name"}),e.jsx("input",{id:"setup-name",type:"text",className:"cedros-setup__input",value:d.name,onChange:m("name"),placeholder:"Admin",autoComplete:"name",disabled:r})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsx("label",{htmlFor:"setup-org-name",className:"cedros-setup__label",children:"Organization Name"}),e.jsx("input",{id:"setup-org-name",type:"text",className:"cedros-setup__input",value:d.orgName,onChange:m("orgName"),placeholder:"My Organization",disabled:r})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsxs("label",{htmlFor:"setup-password",className:"cedros-setup__label",children:["Password ",e.jsx("span",{className:"cedros-setup__required",children:"*"})]}),e.jsx("input",{id:"setup-password",type:"password",className:`cedros-setup__input ${p.password?"cedros-setup__input--error":""}`,value:d.password,onChange:m("password"),placeholder:"At least 8 characters",autoComplete:"new-password",disabled:r}),p.password&&e.jsx("span",{className:"cedros-setup__error",children:p.password})]}),e.jsxs("div",{className:"cedros-setup__field",children:[e.jsxs("label",{htmlFor:"setup-confirm-password",className:"cedros-setup__label",children:["Confirm Password ",e.jsx("span",{className:"cedros-setup__required",children:"*"})]}),e.jsx("input",{id:"setup-confirm-password",type:"password",className:`cedros-setup__input ${p.confirmPassword?"cedros-setup__input--error":""}`,value:d.confirmPassword,onChange:m("confirmPassword"),placeholder:"Confirm your password",autoComplete:"new-password",disabled:r}),p.confirmPassword&&e.jsx("span",{className:"cedros-setup__error",children:p.confirmPassword})]}),e.jsx("button",{type:"submit",className:"cedros-setup__button",disabled:r,children:r?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Creating Account..."})]}):"Create Admin Account"})]}),e.jsxs("div",{className:"cedros-setup__footer",children:[e.jsx("p",{className:"cedros-setup__note",children:"This will be the first administrator account for your installation."}),o?.serverVersion&&e.jsxs("p",{className:"cedros-setup__version",children:["Server version: ",o.serverVersion]})]})]})})}const mn=["security","rate_limit"];function fn({className:s}){return e.jsx(qs.SettingsPageLayout,{title:"Security",description:"Configure CORS, cookies, sessions, JWT, and rate limiting settings.",categories:mn,className:s})}const pt=[{id:"email",label:"Email",category:"email"},{id:"webhooks",label:"Webhooks",category:"webhook"}];function gn({className:s}){const{settings:t,edits:o,isLoading:a,autosaveStatus:r,autosaveError:n,error:c,fetchSettings:i,handleChange:d,getEffectiveValue:h}=xe.useSettingsAutosave(),[p,f]=l.useState("email");l.useEffect(()=>{i()},[i]);const g=pt.find(k=>k.id===p),w=g?.category??"",u=(h("email_provider")||"custom")==="custom",y=h("email_smtp_host"),A=!u||y!=null&&y!=="",b=l.useMemo(()=>{const k=t[w]??[];if(p!=="email")return k;const S=u?Oe.ALL_EMAIL_FIELDS:Oe.SIMPLIFIED_EMAIL_FIELDS;return k.filter(x=>S.includes(x.key)).sort((x,j)=>S.indexOf(x.key)-S.indexOf(j.key))},[t,w,p,u]),v=(k,S)=>{if(d(k,S),k==="email_provider"&&S!=="custom"){const x=Oe.PROVIDER_SMTP_HOSTS[S];x&&(d("email_smtp_host",x),d("email_smtp_port","587"),d("email_smtp_tls","true"))}};return a&&Object.keys(t).length===0?e.jsxs("div",{className:`cedros-system-settings cedros-system-settings-loading ${s??""}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]}):c?e.jsx("div",{className:`cedros-system-settings ${s??""}`,children:e.jsx(G.ErrorMessage,{error:c.message})}):e.jsxs("div",{className:`cedros-system-settings ${s??""}`,children:[e.jsxs("div",{className:"cedros-settings-page-header",children:[e.jsxs("div",{className:"cedros-settings-page-header-content",children:[e.jsx("h2",{className:"cedros-settings-page-title",children:"Auth Messages"}),e.jsx("p",{className:"cedros-settings-page-description",children:"Configure email delivery for verification emails, password resets, and instant link login. Webhook notifications can be sent to Discord or Slack."})]}),e.jsx(xe.AutosaveStatus,{status:r,error:n})]}),p==="email"&&!A&&e.jsx("div",{className:"cedros-settings-warning-banner",children:"Email features (verification, password reset, instant link) are disabled until SMTP is configured. Select a provider or enter custom SMTP settings below."}),e.jsx("div",{className:"cedros-admin-tabs cedros-admin-tabs--line",children:pt.map(k=>e.jsx("button",{type:"button",className:`cedros-admin-tab ${p===k.id?"cedros-admin-tab-active":""}`,onClick:()=>f(k.id),"aria-selected":p===k.id,role:"tab",children:k.label},k.id))}),e.jsx("div",{className:"cedros-admin-tab-content",role:"tabpanel",children:b.length===0?e.jsx("div",{className:"cedros-system-settings-empty",children:e.jsxs("p",{children:["No settings found for ",g?.label??"this section","."]})}):e.jsx(xe.SettingsSection,{settings:b,edits:o,onChange:p==="email"?v:d})})]})}const ae={users:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}),e.jsx("circle",{cx:"9",cy:"7",r:"4"}),e.jsx("path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}),e.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),members:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}),e.jsx("circle",{cx:"9",cy:"7",r:"4"}),e.jsx("path",{d:"M22 21v-2a4 4 0 0 0-3-3.87"}),e.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),deposits:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("circle",{cx:"12",cy:"12",r:"10"}),e.jsx("path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"}),e.jsx("path",{d:"M12 18V6"})]}),withdrawals:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2"}),e.jsx("path",{d:"M9 22v-4h6v4"}),e.jsx("path",{d:"M8 6h.01"}),e.jsx("path",{d:"M16 6h.01"}),e.jsx("path",{d:"M12 6h.01"}),e.jsx("path",{d:"M12 10h.01"}),e.jsx("path",{d:"M12 14h.01"}),e.jsx("path",{d:"M16 10h.01"}),e.jsx("path",{d:"M16 14h.01"}),e.jsx("path",{d:"M8 10h.01"}),e.jsx("path",{d:"M8 14h.01"})]}),wallet:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"}),e.jsx("path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4"})]}),chevronRight:e.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsx("path",{d:"m9 18 6-6-6-6"})}),key:e.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:e.jsx("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"})}),mail:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{width:"20",height:"16",x:"2",y:"4",rx:"2"}),e.jsx("path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"})]}),coins:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("circle",{cx:"8",cy:"8",r:"6"}),e.jsx("path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18"}),e.jsx("path",{d:"M7 6h1v4"}),e.jsx("path",{d:"m16.71 13.88.7.71-2.82 2.82"})]}),server:e.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2"}),e.jsx("rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2"}),e.jsx("line",{x1:"6",x2:"6.01",y1:"6",y2:"6"}),e.jsx("line",{x1:"6",x2:"6.01",y1:"18",y2:"18"})]})},wn=[{id:"users",label:"Users",icon:ae.users},{id:"team",label:"Team",icon:ae.members},{id:"deposits",label:"Deposits",icon:ae.deposits,requiredFeature:"credits"},{id:"withdrawals",label:"Withdrawals",icon:ae.withdrawals,requiredFeature:"credits"},{id:"settings-auth",label:"Authentication",icon:ae.key,group:"Configuration"},{id:"settings-messaging",label:"Auth Messages",icon:ae.mail,group:"Configuration"},{id:"settings-wallet",label:"User Wallets",icon:ae.wallet,group:"Configuration"},{id:"settings-credits",label:"Credit System",icon:ae.coins,group:"Configuration",requiredFeature:"credits"},{id:"settings-server",label:"Auth Server",icon:ae.server,group:"Configuration"}];function yn({title:s="Dashboard",sections:t=["users","team","deposits","withdrawals","settings-wallet","settings-auth","settings-messaging","settings-credits","settings-server"],defaultSection:o="users",refreshInterval:a=0,pageSize:r=20,onSectionChange:n,onSettingsClick:c,onLogoutClick:i,className:d=""}){const[h,p]=l.useState(o),[f,g]=l.useState(!0),{user:w,logout:m}=T.useCedrosLogin(),{activeOrg:u,role:y,isLoading:A,fetchOrgs:b,hasPermission:v}=_s.useOrgs(),{status:k,isLoading:S,checkStatus:x}=Qs(),{features:j,isLoading:C}=te.useServerFeatures(),{canAccess:N}=te.useDashboardPermissions(),P=l.useCallback(D=>{p(D),n?.(D)},[n]),L=wn.filter(D=>!(!t.includes(D.id)||D.requiredFeature&&!j[D.requiredFeature]||!N(D.id))),E=L.find(D=>D.id===h),M=!E&&!C;return l.useEffect(()=>{b(),x()},[b,x]),l.useEffect(()=>{M&&L.length>0&&p("users")},[M,L.length]),!S&&k?.needsSetup?e.jsx("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--setup ${d}`,children:e.jsx(jr,{onComplete:()=>x()})}):(A||S||C)&&!u?e.jsxs("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--loading ${d}`,children:[e.jsx(V.LoadingSpinner,{}),e.jsx("span",{className:"cedros-dashboard__loading-text",children:"Loading..."})]}):h==="team"&&!u?e.jsx("div",{className:`cedros-admin cedros-dashboard ${d}`,children:e.jsx(G.ErrorMessage,{error:"No organization selected. Please select an organization first."})}):e.jsxs("div",{className:`cedros-admin cedros-dashboard ${d}`,children:[e.jsxs("aside",{className:"cedros-dashboard__sidebar",children:[e.jsx("div",{className:"cedros-dashboard__sidebar-header",children:e.jsxs("div",{className:"cedros-dashboard__logo",children:[ae.wallet,e.jsx("span",{className:"cedros-dashboard__logo-text",children:s})]})}),e.jsxs("nav",{className:"cedros-dashboard__nav",children:[e.jsxs("div",{className:"cedros-dashboard__nav-group",children:[e.jsx("span",{className:"cedros-dashboard__nav-label",children:"Menu"}),L.filter(D=>!D.group).map(D=>e.jsxs("button",{type:"button",className:`cedros-dashboard__nav-item ${h===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":h===D.id?"page":void 0,children:[e.jsx("span",{className:"cedros-dashboard__nav-icon",children:D.icon}),e.jsx("span",{className:"cedros-dashboard__nav-text",children:D.label})]},D.id))]}),L.some(D=>D.group==="Configuration")&&e.jsxs("div",{className:"cedros-dashboard__nav-group",children:[e.jsxs("button",{type:"button",className:"cedros-dashboard__nav-label cedros-dashboard__nav-label--collapsible",onClick:()=>g(!f),"aria-expanded":f,children:[e.jsx("span",{children:"Configuration"}),e.jsx("span",{className:`cedros-dashboard__nav-chevron ${f?"cedros-dashboard__nav-chevron--expanded":""}`,children:ae.chevronRight})]}),f&&L.filter(D=>D.group==="Configuration").map(D=>e.jsxs("button",{type:"button",className:`cedros-dashboard__nav-item ${h===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":h===D.id?"page":void 0,children:[e.jsx("span",{className:"cedros-dashboard__nav-icon",children:D.icon}),e.jsx("span",{className:"cedros-dashboard__nav-text",children:D.label})]},D.id))]})]}),w&&e.jsx("div",{className:"cedros-dashboard__sidebar-footer",children:e.jsx(ge.ProfileDropdown,{name:w.name,email:w.email,picture:w.picture,onSettings:c,onLogout:i??m})})]}),e.jsxs("main",{className:"cedros-dashboard__main",children:[e.jsx("header",{className:"cedros-dashboard__header",children:e.jsxs("div",{className:"cedros-dashboard__breadcrumb",children:[e.jsx("span",{className:"cedros-dashboard__breadcrumb-root",children:s}),e.jsx("span",{className:"cedros-dashboard__breadcrumb-sep",children:ae.chevronRight}),e.jsx("span",{className:"cedros-dashboard__breadcrumb-current",children:E?.label})]})}),e.jsxs("div",{className:"cedros-dashboard__content",children:[h==="users"&&e.jsx(bn,{pageSize:r,currentUserId:w?.id}),h==="team"&&u&&e.jsx(An,{orgId:u.id,currentUserId:w?.id,hasPermission:v,role:y}),h==="deposits"&&e.jsx(xn,{pageSize:r,refreshInterval:a}),h==="withdrawals"&&e.jsx(vn,{pageSize:r,refreshInterval:a}),h==="settings-auth"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Qt.AuthenticationSettings,{})}),h==="settings-wallet"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Kt.EmbeddedWalletSettings,{})}),h==="settings-messaging"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(gn,{})}),h==="settings-credits"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Os.CreditSystemSettings,{})}),h==="settings-server"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Yt.ServerSettings,{})})]})]})]})}function bn({pageSize:s,currentUserId:t}){const[o,a]=l.useState(null),{statsItems:r,isLoading:n,error:c,refresh:i}=Pe.useUsersStatsSummary();return o?e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Pe.AdminUserDetail,{userId:o.id,currentUserId:t,onBack:()=>a(null)})}):e.jsxs("div",{className:"cedros-dashboard__section",children:[e.jsx(Ht.StatsBar,{stats:r,isLoading:n,onRefresh:i}),c&&e.jsx("p",{className:"cedros-admin-error-inline",children:c}),e.jsx(Pe.AdminUserList,{pageSize:s,currentUserId:t,onUserClick:d=>a(d)})]})}function An({orgId:s,currentUserId:t,hasPermission:o,role:a}){const[r,n]=l.useState("members"),{members:c,isLoading:i,error:d,fetchMembers:h,updateMemberRole:p,removeMember:f}=te.useMembers(s),{invites:g,isLoading:w,error:m,fetchInvites:u,createInvite:y,cancelInvite:A,resendInvite:b}=te.useInvites(s);l.useEffect(()=>{h(),u()},[h,u]);const v=o("invite:create"),k=o("invite:cancel"),S=g.length,x=c.reduce((P,L)=>(P[L.role]=(P[L.role]??0)+1,P),{}),j=x.owner??0,C=x.admin??0,N=x.member??0;return e.jsxs("div",{className:"cedros-dashboard__team",children:[e.jsx(Ht.StatsBar,{stats:[{label:"Owners",value:j},{label:"Admins",value:C},{label:"Members",value:N},{label:"Pending Invites",value:S}]}),e.jsxs("div",{className:"cedros-admin-tabs cedros-admin-tabs--line",children:[e.jsx("button",{type:"button",className:`cedros-admin-tab ${r==="members"?"cedros-admin-tab-active":""}`,onClick:()=>n("members"),"aria-selected":r==="members",role:"tab",children:"Members"}),e.jsxs("button",{type:"button",className:`cedros-admin-tab ${r==="invites"?"cedros-admin-tab-active":""}`,onClick:()=>n("invites"),"aria-selected":r==="invites",role:"tab",children:["Pending Invites",S>0&&` (${S})`]}),a==="owner"&&e.jsx("button",{type:"button",className:`cedros-admin-tab ${r==="permissions"?"cedros-admin-tab-active":""}`,onClick:()=>n("permissions"),"aria-selected":r==="permissions",role:"tab",children:"Permissions"})]}),e.jsxs("div",{className:"cedros-admin-tab-content",role:"tabpanel",children:[r==="members"&&e.jsx(te.MemberList,{members:c,currentUserId:t,isLoading:i,error:d?.message,canManage:o("member:remove"),canChangeRoles:o("member:role_change"),onUpdateRole:p,onRemove:f}),r==="invites"&&e.jsxs("div",{className:"cedros-dashboard__invites",children:[v&&e.jsxs("div",{className:"cedros-dashboard__section",children:[e.jsx("div",{className:"cedros-dashboard__section-header",children:e.jsx("h3",{className:"cedros-dashboard__section-title",children:"Send Invitation"})}),e.jsx(te.InviteForm,{onSubmit:y,isLoading:w,error:m?.message})]}),e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(te.InviteList,{invites:g,isLoading:w,error:m?.message,canManage:k||v,onCancel:k?A:void 0,onResend:v?b:void 0})})]}),r==="permissions"&&a==="owner"&&e.jsx(te.PermissionsSection,{userRole:a})]})]})}function xn({pageSize:s,refreshInterval:t}){const[o,a]=l.useState("");return e.jsxs("div",{className:"cedros-dashboard__deposits",children:[e.jsx(ze.AdminDepositStats,{refreshInterval:t}),e.jsxs("div",{className:"cedros-dashboard__deposits-list",children:[e.jsx("div",{className:"cedros-dashboard__toolbar",children:e.jsxs("div",{className:"cedros-dashboard__filter",children:[e.jsx("label",{className:"cedros-dashboard__filter-label",htmlFor:"status-filter",children:"Status"}),e.jsxs("select",{id:"status-filter",className:"cedros-dashboard__select",value:o,onChange:r=>a(r.target.value),children:[e.jsx("option",{value:"",children:"All statuses"}),e.jsx("option",{value:"pending",children:"Pending"}),e.jsx("option",{value:"detected",children:"Detected"}),e.jsx("option",{value:"processing",children:"Processing"}),e.jsx("option",{value:"completed",children:"Completed"}),e.jsx("option",{value:"withdrawn",children:"Withdrawn"}),e.jsx("option",{value:"expired",children:"Expired"}),e.jsx("option",{value:"failed",children:"Failed"})]})]})}),e.jsx(ze.AdminDepositList,{statusFilter:o||void 0,pageSize:s,refreshInterval:t})]})]})}function vn({pageSize:s,refreshInterval:t}){return e.jsxs("div",{className:"cedros-dashboard__withdrawals",children:[e.jsx(fe.AdminWithdrawalStats,{refreshInterval:t}),e.jsx("p",{className:"cedros-dashboard__text-muted",children:"Track deposits through the withdrawal pipeline: privacy period, ready for processing, and completed."}),e.jsxs("div",{className:"cedros-dashboard__pipeline",children:[e.jsx(fe.AdminPrivacyPeriodDeposits,{pageSize:s,refreshInterval:t}),e.jsx(fe.AdminWithdrawalQueue,{pageSize:s,refreshInterval:t}),e.jsx(fe.AdminWithdrawalHistory,{pageSize:s,refreshInterval:t})]})]})}var Ae={},cs,mt;function jn(){return mt||(mt=1,cs=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),cs}var ds={},me={},ft;function we(){if(ft)return me;ft=1;let s;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return me.getSymbolSize=function(a){if(!a)throw new Error('"version" cannot be null or undefined');if(a<1||a>40)throw new Error('"version" should be in range from 1 to 40');return a*4+17},me.getSymbolTotalCodewords=function(a){return t[a]},me.getBCHDigit=function(o){let a=0;for(;o!==0;)a++,o>>>=1;return a},me.setToSJISFunction=function(a){if(typeof a!="function")throw new Error('"toSJISFunc" is not a valid function.');s=a},me.isKanjiModeEnabled=function(){return typeof s<"u"},me.toSJIS=function(a){return s(a)},me}var us={},gt;function Ks(){return gt||(gt=1,(function(s){s.L={bit:1},s.M={bit:0},s.Q={bit:3},s.H={bit:2};function t(o){if(typeof o!="string")throw new Error("Param is not a string");switch(o.toLowerCase()){case"l":case"low":return s.L;case"m":case"medium":return s.M;case"q":case"quartile":return s.Q;case"h":case"high":return s.H;default:throw new Error("Unknown EC Level: "+o)}}s.isValid=function(a){return a&&typeof a.bit<"u"&&a.bit>=0&&a.bit<4},s.from=function(a,r){if(s.isValid(a))return a;try{return t(a)}catch{return r}}})(us)),us}var hs,wt;function kn(){if(wt)return hs;wt=1;function s(){this.buffer=[],this.length=0}return s.prototype={get:function(t){const o=Math.floor(t/8);return(this.buffer[o]>>>7-t%8&1)===1},put:function(t,o){for(let a=0;a<o;a++)this.putBit((t>>>o-a-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const o=Math.floor(this.length/8);this.buffer.length<=o&&this.buffer.push(0),t&&(this.buffer[o]|=128>>>this.length%8),this.length++}},hs=s,hs}var ps,yt;function Nn(){if(yt)return ps;yt=1;function s(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return s.prototype.set=function(t,o,a,r){const n=t*this.size+o;this.data[n]=a,r&&(this.reservedBit[n]=!0)},s.prototype.get=function(t,o){return this.data[t*this.size+o]},s.prototype.xor=function(t,o,a){this.data[t*this.size+o]^=a},s.prototype.isReserved=function(t,o){return this.reservedBit[t*this.size+o]},ps=s,ps}var ms={},bt;function Cn(){return bt||(bt=1,(function(s){const t=we().getSymbolSize;s.getRowColCoords=function(a){if(a===1)return[];const r=Math.floor(a/7)+2,n=t(a),c=n===145?26:Math.ceil((n-13)/(2*r-2))*2,i=[n-7];for(let d=1;d<r-1;d++)i[d]=i[d-1]-c;return i.push(6),i.reverse()},s.getPositions=function(a){const r=[],n=s.getRowColCoords(a),c=n.length;for(let i=0;i<c;i++)for(let d=0;d<c;d++)i===0&&d===0||i===0&&d===c-1||i===c-1&&d===0||r.push([n[i],n[d]]);return r}})(ms)),ms}var fs={},At;function Sn(){if(At)return fs;At=1;const s=we().getSymbolSize,t=7;return fs.getPositions=function(a){const r=s(a);return[[0,0],[r-t,0],[0,r-t]]},fs}var gs={},xt;function En(){return xt||(xt=1,(function(s){s.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const t={N1:3,N2:3,N3:40,N4:10};s.isValid=function(r){return r!=null&&r!==""&&!isNaN(r)&&r>=0&&r<=7},s.from=function(r){return s.isValid(r)?parseInt(r,10):void 0},s.getPenaltyN1=function(r){const n=r.size;let c=0,i=0,d=0,h=null,p=null;for(let f=0;f<n;f++){i=d=0,h=p=null;for(let g=0;g<n;g++){let w=r.get(f,g);w===h?i++:(i>=5&&(c+=t.N1+(i-5)),h=w,i=1),w=r.get(g,f),w===p?d++:(d>=5&&(c+=t.N1+(d-5)),p=w,d=1)}i>=5&&(c+=t.N1+(i-5)),d>=5&&(c+=t.N1+(d-5))}return c},s.getPenaltyN2=function(r){const n=r.size;let c=0;for(let i=0;i<n-1;i++)for(let d=0;d<n-1;d++){const h=r.get(i,d)+r.get(i,d+1)+r.get(i+1,d)+r.get(i+1,d+1);(h===4||h===0)&&c++}return c*t.N2},s.getPenaltyN3=function(r){const n=r.size;let c=0,i=0,d=0;for(let h=0;h<n;h++){i=d=0;for(let p=0;p<n;p++)i=i<<1&2047|r.get(h,p),p>=10&&(i===1488||i===93)&&c++,d=d<<1&2047|r.get(p,h),p>=10&&(d===1488||d===93)&&c++}return c*t.N3},s.getPenaltyN4=function(r){let n=0;const c=r.data.length;for(let d=0;d<c;d++)n+=r.data[d];return Math.abs(Math.ceil(n*100/c/5)-10)*t.N4};function o(a,r,n){switch(a){case s.Patterns.PATTERN000:return(r+n)%2===0;case s.Patterns.PATTERN001:return r%2===0;case s.Patterns.PATTERN010:return n%3===0;case s.Patterns.PATTERN011:return(r+n)%3===0;case s.Patterns.PATTERN100:return(Math.floor(r/2)+Math.floor(n/3))%2===0;case s.Patterns.PATTERN101:return r*n%2+r*n%3===0;case s.Patterns.PATTERN110:return(r*n%2+r*n%3)%2===0;case s.Patterns.PATTERN111:return(r*n%3+(r+n)%2)%2===0;default:throw new Error("bad maskPattern:"+a)}}s.applyMask=function(r,n){const c=n.size;for(let i=0;i<c;i++)for(let d=0;d<c;d++)n.isReserved(d,i)||n.xor(d,i,o(r,d,i))},s.getBestMask=function(r,n){const c=Object.keys(s.Patterns).length;let i=0,d=1/0;for(let h=0;h<c;h++){n(h),s.applyMask(h,r);const p=s.getPenaltyN1(r)+s.getPenaltyN2(r)+s.getPenaltyN3(r)+s.getPenaltyN4(r);s.applyMask(h,r),p<d&&(d=p,i=h)}return i}})(gs)),gs}var We={},vt;function kr(){if(vt)return We;vt=1;const s=Ks(),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],o=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return We.getBlocksCount=function(r,n){switch(n){case s.L:return t[(r-1)*4+0];case s.M:return t[(r-1)*4+1];case s.Q:return t[(r-1)*4+2];case s.H:return t[(r-1)*4+3];default:return}},We.getTotalCodewordsCount=function(r,n){switch(n){case s.L:return o[(r-1)*4+0];case s.M:return o[(r-1)*4+1];case s.Q:return o[(r-1)*4+2];case s.H:return o[(r-1)*4+3];default:return}},We}var ws={},Le={},jt;function Ln(){if(jt)return Le;jt=1;const s=new Uint8Array(512),t=new Uint8Array(256);return(function(){let a=1;for(let r=0;r<255;r++)s[r]=a,t[a]=r,a<<=1,a&256&&(a^=285);for(let r=255;r<512;r++)s[r]=s[r-255]})(),Le.log=function(a){if(a<1)throw new Error("log("+a+")");return t[a]},Le.exp=function(a){return s[a]},Le.mul=function(a,r){return a===0||r===0?0:s[t[a]+t[r]]},Le}var kt;function Pn(){return kt||(kt=1,(function(s){const t=Ln();s.mul=function(a,r){const n=new Uint8Array(a.length+r.length-1);for(let c=0;c<a.length;c++)for(let i=0;i<r.length;i++)n[c+i]^=t.mul(a[c],r[i]);return n},s.mod=function(a,r){let n=new Uint8Array(a);for(;n.length-r.length>=0;){const c=n[0];for(let d=0;d<r.length;d++)n[d]^=t.mul(r[d],c);let i=0;for(;i<n.length&&n[i]===0;)i++;n=n.slice(i)}return n},s.generateECPolynomial=function(a){let r=new Uint8Array([1]);for(let n=0;n<a;n++)r=s.mul(r,new Uint8Array([1,t.exp(n)]));return r}})(ws)),ws}var ys,Nt;function Mn(){if(Nt)return ys;Nt=1;const s=Pn();function t(o){this.genPoly=void 0,this.degree=o,this.degree&&this.initialize(this.degree)}return t.prototype.initialize=function(a){this.degree=a,this.genPoly=s.generateECPolynomial(this.degree)},t.prototype.encode=function(a){if(!this.genPoly)throw new Error("Encoder not initialized");const r=new Uint8Array(a.length+this.degree);r.set(a);const n=s.mod(r,this.genPoly),c=this.degree-n.length;if(c>0){const i=new Uint8Array(this.degree);return i.set(n,c),i}return n},ys=t,ys}var bs={},As={},xs={},Ct;function Nr(){return Ct||(Ct=1,xs.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),xs}var de={},St;function Cr(){if(St)return de;St=1;const s="[0-9]+",t="[A-Z $%*+\\-./:]+";let o="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";o=o.replace(/u/g,"\\u");const a="(?:(?![A-Z0-9 $%*+\\-./:]|"+o+`)(?:.|[\r
2050
+ ]))+`;de.KANJI=new RegExp(o,"g"),de.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),de.BYTE=new RegExp(a,"g"),de.NUMERIC=new RegExp(s,"g"),de.ALPHANUMERIC=new RegExp(t,"g");const r=new RegExp("^"+o+"$"),n=new RegExp("^"+s+"$"),c=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return de.testKanji=function(d){return r.test(d)},de.testNumeric=function(d){return n.test(d)},de.testAlphanumeric=function(d){return c.test(d)},de}var Et;function ye(){return Et||(Et=1,(function(s){const t=Nr(),o=Cr();s.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},s.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},s.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},s.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},s.MIXED={bit:-1},s.getCharCountIndicator=function(n,c){if(!n.ccBits)throw new Error("Invalid mode: "+n);if(!t.isValid(c))throw new Error("Invalid version: "+c);return c>=1&&c<10?n.ccBits[0]:c<27?n.ccBits[1]:n.ccBits[2]},s.getBestModeForData=function(n){return o.testNumeric(n)?s.NUMERIC:o.testAlphanumeric(n)?s.ALPHANUMERIC:o.testKanji(n)?s.KANJI:s.BYTE},s.toString=function(n){if(n&&n.id)return n.id;throw new Error("Invalid mode")},s.isValid=function(n){return n&&n.bit&&n.ccBits};function a(r){if(typeof r!="string")throw new Error("Param is not a string");switch(r.toLowerCase()){case"numeric":return s.NUMERIC;case"alphanumeric":return s.ALPHANUMERIC;case"kanji":return s.KANJI;case"byte":return s.BYTE;default:throw new Error("Unknown mode: "+r)}}s.from=function(n,c){if(s.isValid(n))return n;try{return a(n)}catch{return c}}})(As)),As}var Lt;function Tn(){return Lt||(Lt=1,(function(s){const t=we(),o=kr(),a=Ks(),r=ye(),n=Nr(),c=7973,i=t.getBCHDigit(c);function d(g,w,m){for(let u=1;u<=40;u++)if(w<=s.getCapacity(u,m,g))return u}function h(g,w){return r.getCharCountIndicator(g,w)+4}function p(g,w){let m=0;return g.forEach(function(u){const y=h(u.mode,w);m+=y+u.getBitsLength()}),m}function f(g,w){for(let m=1;m<=40;m++)if(p(g,m)<=s.getCapacity(m,w,r.MIXED))return m}s.from=function(w,m){return n.isValid(w)?parseInt(w,10):m},s.getCapacity=function(w,m,u){if(!n.isValid(w))throw new Error("Invalid QR Code version");typeof u>"u"&&(u=r.BYTE);const y=t.getSymbolTotalCodewords(w),A=o.getTotalCodewordsCount(w,m),b=(y-A)*8;if(u===r.MIXED)return b;const v=b-h(u,w);switch(u){case r.NUMERIC:return Math.floor(v/10*3);case r.ALPHANUMERIC:return Math.floor(v/11*2);case r.KANJI:return Math.floor(v/13);case r.BYTE:default:return Math.floor(v/8)}},s.getBestVersionForData=function(w,m){let u;const y=a.from(m,a.M);if(Array.isArray(w)){if(w.length>1)return f(w,y);if(w.length===0)return 1;u=w[0]}else u=w;return d(u.mode,u.getLength(),y)},s.getEncodedBits=function(w){if(!n.isValid(w)||w<7)throw new Error("Invalid QR Code version");let m=w<<12;for(;t.getBCHDigit(m)-i>=0;)m^=c<<t.getBCHDigit(m)-i;return w<<12|m}})(bs)),bs}var vs={},Pt;function Bn(){if(Pt)return vs;Pt=1;const s=we(),t=1335,o=21522,a=s.getBCHDigit(t);return vs.getEncodedBits=function(n,c){const i=n.bit<<3|c;let d=i<<10;for(;s.getBCHDigit(d)-a>=0;)d^=t<<s.getBCHDigit(d)-a;return(i<<10|d)^o},vs}var js={},ks,Mt;function Rn(){if(Mt)return ks;Mt=1;const s=ye();function t(o){this.mode=s.NUMERIC,this.data=o.toString()}return t.getBitsLength=function(a){return 10*Math.floor(a/3)+(a%3?a%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(a){let r,n,c;for(r=0;r+3<=this.data.length;r+=3)n=this.data.substr(r,3),c=parseInt(n,10),a.put(c,10);const i=this.data.length-r;i>0&&(n=this.data.substr(r),c=parseInt(n,10),a.put(c,i*3+1))},ks=t,ks}var Ns,Tt;function Dn(){if(Tt)return Ns;Tt=1;const s=ye(),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function o(a){this.mode=s.ALPHANUMERIC,this.data=a}return o.getBitsLength=function(r){return 11*Math.floor(r/2)+6*(r%2)},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(r){let n;for(n=0;n+2<=this.data.length;n+=2){let c=t.indexOf(this.data[n])*45;c+=t.indexOf(this.data[n+1]),r.put(c,11)}this.data.length%2&&r.put(t.indexOf(this.data[n]),6)},Ns=o,Ns}var Cs,Bt;function In(){if(Bt)return Cs;Bt=1;const s=ye();function t(o){this.mode=s.BYTE,typeof o=="string"?this.data=new TextEncoder().encode(o):this.data=new Uint8Array(o)}return t.getBitsLength=function(a){return a*8},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(o){for(let a=0,r=this.data.length;a<r;a++)o.put(this.data[a],8)},Cs=t,Cs}var Ss,Rt;function Fn(){if(Rt)return Ss;Rt=1;const s=ye(),t=we();function o(a){this.mode=s.KANJI,this.data=a}return o.getBitsLength=function(r){return r*13},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(a){let r;for(r=0;r<this.data.length;r++){let n=t.toSJIS(this.data[r]);if(n>=33088&&n<=40956)n-=33088;else if(n>=57408&&n<=60351)n-=49472;else throw new Error("Invalid SJIS character: "+this.data[r]+`
2051
+ Make sure your charset is UTF-8`);n=(n>>>8&255)*192+(n&255),a.put(n,13)}},Ss=o,Ss}var Es={exports:{}},Dt;function Un(){return Dt||(Dt=1,(function(s){var t={single_source_shortest_paths:function(o,a,r){var n={},c={};c[a]=0;var i=t.PriorityQueue.make();i.push(a,0);for(var d,h,p,f,g,w,m,u,y;!i.empty();){d=i.pop(),h=d.value,f=d.cost,g=o[h]||{};for(p in g)g.hasOwnProperty(p)&&(w=g[p],m=f+w,u=c[p],y=typeof c[p]>"u",(y||u>m)&&(c[p]=m,i.push(p,m),n[p]=h))}if(typeof r<"u"&&typeof c[r]>"u"){var A=["Could not find a path from ",a," to ",r,"."].join("");throw new Error(A)}return n},extract_shortest_path_from_predecessor_list:function(o,a){for(var r=[],n=a;n;)r.push(n),o[n],n=o[n];return r.reverse(),r},find_path:function(o,a,r){var n=t.single_source_shortest_paths(o,a,r);return t.extract_shortest_path_from_predecessor_list(n,r)},PriorityQueue:{make:function(o){var a=t.PriorityQueue,r={},n;o=o||{};for(n in a)a.hasOwnProperty(n)&&(r[n]=a[n]);return r.queue=[],r.sorter=o.sorter||a.default_sorter,r},default_sorter:function(o,a){return o.cost-a.cost},push:function(o,a){var r={value:o,cost:a};this.queue.push(r),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};s.exports=t})(Es)),Es.exports}var It;function Wn(){return It||(It=1,(function(s){const t=ye(),o=Rn(),a=Dn(),r=In(),n=Fn(),c=Cr(),i=we(),d=Un();function h(A){return unescape(encodeURIComponent(A)).length}function p(A,b,v){const k=[];let S;for(;(S=A.exec(v))!==null;)k.push({data:S[0],index:S.index,mode:b,length:S[0].length});return k}function f(A){const b=p(c.NUMERIC,t.NUMERIC,A),v=p(c.ALPHANUMERIC,t.ALPHANUMERIC,A);let k,S;return i.isKanjiModeEnabled()?(k=p(c.BYTE,t.BYTE,A),S=p(c.KANJI,t.KANJI,A)):(k=p(c.BYTE_KANJI,t.BYTE,A),S=[]),b.concat(v,k,S).sort(function(j,C){return j.index-C.index}).map(function(j){return{data:j.data,mode:j.mode,length:j.length}})}function g(A,b){switch(b){case t.NUMERIC:return o.getBitsLength(A);case t.ALPHANUMERIC:return a.getBitsLength(A);case t.KANJI:return n.getBitsLength(A);case t.BYTE:return r.getBitsLength(A)}}function w(A){return A.reduce(function(b,v){const k=b.length-1>=0?b[b.length-1]:null;return k&&k.mode===v.mode?(b[b.length-1].data+=v.data,b):(b.push(v),b)},[])}function m(A){const b=[];for(let v=0;v<A.length;v++){const k=A[v];switch(k.mode){case t.NUMERIC:b.push([k,{data:k.data,mode:t.ALPHANUMERIC,length:k.length},{data:k.data,mode:t.BYTE,length:k.length}]);break;case t.ALPHANUMERIC:b.push([k,{data:k.data,mode:t.BYTE,length:k.length}]);break;case t.KANJI:b.push([k,{data:k.data,mode:t.BYTE,length:h(k.data)}]);break;case t.BYTE:b.push([{data:k.data,mode:t.BYTE,length:h(k.data)}])}}return b}function u(A,b){const v={},k={start:{}};let S=["start"];for(let x=0;x<A.length;x++){const j=A[x],C=[];for(let N=0;N<j.length;N++){const P=j[N],L=""+x+N;C.push(L),v[L]={node:P,lastCount:0},k[L]={};for(let E=0;E<S.length;E++){const M=S[E];v[M]&&v[M].node.mode===P.mode?(k[M][L]=g(v[M].lastCount+P.length,P.mode)-g(v[M].lastCount,P.mode),v[M].lastCount+=P.length):(v[M]&&(v[M].lastCount=P.length),k[M][L]=g(P.length,P.mode)+4+t.getCharCountIndicator(P.mode,b))}}S=C}for(let x=0;x<S.length;x++)k[S[x]].end=0;return{map:k,table:v}}function y(A,b){let v;const k=t.getBestModeForData(A);if(v=t.from(b,k),v!==t.BYTE&&v.bit<k.bit)throw new Error('"'+A+'" cannot be encoded with mode '+t.toString(v)+`.
2052
+ Suggested mode is: `+t.toString(k));switch(v===t.KANJI&&!i.isKanjiModeEnabled()&&(v=t.BYTE),v){case t.NUMERIC:return new o(A);case t.ALPHANUMERIC:return new a(A);case t.KANJI:return new n(A);case t.BYTE:return new r(A)}}s.fromArray=function(b){return b.reduce(function(v,k){return typeof k=="string"?v.push(y(k,null)):k.data&&v.push(y(k.data,k.mode)),v},[])},s.fromString=function(b,v){const k=f(b,i.isKanjiModeEnabled()),S=m(k),x=u(S,v),j=d.find_path(x.map,"start","end"),C=[];for(let N=1;N<j.length-1;N++)C.push(x.table[j[N]].node);return s.fromArray(w(C))},s.rawSplit=function(b){return s.fromArray(f(b,i.isKanjiModeEnabled()))}})(js)),js}var Ft;function _n(){if(Ft)return ds;Ft=1;const s=we(),t=Ks(),o=kn(),a=Nn(),r=Cn(),n=Sn(),c=En(),i=kr(),d=Mn(),h=Tn(),p=Bn(),f=ye(),g=Wn();function w(x,j){const C=x.size,N=n.getPositions(j);for(let P=0;P<N.length;P++){const L=N[P][0],E=N[P][1];for(let M=-1;M<=7;M++)if(!(L+M<=-1||C<=L+M))for(let B=-1;B<=7;B++)E+B<=-1||C<=E+B||(M>=0&&M<=6&&(B===0||B===6)||B>=0&&B<=6&&(M===0||M===6)||M>=2&&M<=4&&B>=2&&B<=4?x.set(L+M,E+B,!0,!0):x.set(L+M,E+B,!1,!0))}}function m(x){const j=x.size;for(let C=8;C<j-8;C++){const N=C%2===0;x.set(C,6,N,!0),x.set(6,C,N,!0)}}function u(x,j){const C=r.getPositions(j);for(let N=0;N<C.length;N++){const P=C[N][0],L=C[N][1];for(let E=-2;E<=2;E++)for(let M=-2;M<=2;M++)E===-2||E===2||M===-2||M===2||E===0&&M===0?x.set(P+E,L+M,!0,!0):x.set(P+E,L+M,!1,!0)}}function y(x,j){const C=x.size,N=h.getEncodedBits(j);let P,L,E;for(let M=0;M<18;M++)P=Math.floor(M/3),L=M%3+C-8-3,E=(N>>M&1)===1,x.set(P,L,E,!0),x.set(L,P,E,!0)}function A(x,j,C){const N=x.size,P=p.getEncodedBits(j,C);let L,E;for(L=0;L<15;L++)E=(P>>L&1)===1,L<6?x.set(L,8,E,!0):L<8?x.set(L+1,8,E,!0):x.set(N-15+L,8,E,!0),L<8?x.set(8,N-L-1,E,!0):L<9?x.set(8,15-L-1+1,E,!0):x.set(8,15-L-1,E,!0);x.set(N-8,8,1,!0)}function b(x,j){const C=x.size;let N=-1,P=C-1,L=7,E=0;for(let M=C-1;M>0;M-=2)for(M===6&&M--;;){for(let B=0;B<2;B++)if(!x.isReserved(P,M-B)){let D=!1;E<j.length&&(D=(j[E]>>>L&1)===1),x.set(P,M-B,D),L--,L===-1&&(E++,L=7)}if(P+=N,P<0||C<=P){P-=N,N=-N;break}}}function v(x,j,C){const N=new o;C.forEach(function(B){N.put(B.mode.bit,4),N.put(B.getLength(),f.getCharCountIndicator(B.mode,x)),B.write(N)});const P=s.getSymbolTotalCodewords(x),L=i.getTotalCodewordsCount(x,j),E=(P-L)*8;for(N.getLengthInBits()+4<=E&&N.put(0,4);N.getLengthInBits()%8!==0;)N.putBit(0);const M=(E-N.getLengthInBits())/8;for(let B=0;B<M;B++)N.put(B%2?17:236,8);return k(N,x,j)}function k(x,j,C){const N=s.getSymbolTotalCodewords(j),P=i.getTotalCodewordsCount(j,C),L=N-P,E=i.getBlocksCount(j,C),M=N%E,B=E-M,D=Math.floor(N/E),$=Math.floor(L/E),le=$+1,J=D-$,q=new d(J);let R=0;const F=new Array(E),z=new Array(E);let X=0;const ee=new Uint8Array(x.buffer);for(let Q=0;Q<E;Q++){const ne=Q<B?$:le;F[Q]=ee.slice(R,R+ne),z[Q]=q.encode(F[Q]),R+=ne,X=Math.max(X,ne)}const ue=new Uint8Array(N);let ce=0,_,W;for(_=0;_<X;_++)for(W=0;W<E;W++)_<F[W].length&&(ue[ce++]=F[W][_]);for(_=0;_<J;_++)for(W=0;W<E;W++)ue[ce++]=z[W][_];return ue}function S(x,j,C,N){let P;if(Array.isArray(x))P=g.fromArray(x);else if(typeof x=="string"){let D=j;if(!D){const $=g.rawSplit(x);D=h.getBestVersionForData($,C)}P=g.fromString(x,D||40)}else throw new Error("Invalid data");const L=h.getBestVersionForData(P,C);if(!L)throw new Error("The amount of data is too big to be stored in a QR Code");if(!j)j=L;else if(j<L)throw new Error(`
2053
2053
  The chosen QR Code version cannot contain this amount of data.
2054
2054
  Minimum version required to store current data is: `+L+`.
2055
- `);const E=j(k,S,P),M=s.getSymbolSize(k),B=new a(M);return w(B,k),g(B),u(B,k),x(B,S,0),k>=7&&y(B,k),b(B,E),isNaN(N)&&(N=c.getBestMask(B,x.bind(null,B,S))),c.applyMask(N,B),x(B,S,N),{modules:B,version:k,errorCorrectionLevel:S,maskPattern:N,segments:P}}return cs.create=function(k,S){if(typeof k>"u"||k==="")throw new Error("No input text");let N=t.M,P,L;return typeof S<"u"&&(N=t.from(S.errorCorrectionLevel,t.M),P=h.from(S.version),L=c.from(S.maskPattern),S.toSJISFunc&&s.setToSJISFunction(S.toSJISFunc)),C(k,P,N,L)},cs}var Es={},Ls={},Ft;function Cr(){return Ft||(Ft=1,(function(s){function t(o){if(typeof o=="number"&&(o=o.toString()),typeof o!="string")throw new Error("Color should be defined as hex string");let a=o.slice().replace("#","").split("");if(a.length<3||a.length===5||a.length>8)throw new Error("Invalid hex color: "+o);(a.length===3||a.length===4)&&(a=Array.prototype.concat.apply([],a.map(function(n){return[n,n]}))),a.length===6&&a.push("F","F");const r=parseInt(a.join(""),16);return{r:r>>24&255,g:r>>16&255,b:r>>8&255,a:r&255,hex:"#"+a.slice(0,6).join("")}}s.getOptions=function(a){a||(a={}),a.color||(a.color={});const r=typeof a.margin>"u"||a.margin===null||a.margin<0?4:a.margin,n=a.width&&a.width>=21?a.width:void 0,c=a.scale||4;return{width:n,scale:n?4:c,margin:r,color:{dark:t(a.color.dark||"#000000ff"),light:t(a.color.light||"#ffffffff")},type:a.type,rendererOpts:a.rendererOpts||{}}},s.getScale=function(a,r){return r.width&&r.width>=a+r.margin*2?r.width/(a+r.margin*2):r.scale},s.getImageWidth=function(a,r){const n=s.getScale(a,r);return Math.floor((a+r.margin*2)*n)},s.qrToImageData=function(a,r,n){const c=r.modules.size,i=r.modules.data,d=s.getScale(c,n),h=Math.floor((c+n.margin*2)*d),p=n.margin*d,m=[n.color.light,n.color.dark];for(let f=0;f<h;f++)for(let w=0;w<h;w++){let g=(f*h+w)*4,u=n.color.light;if(f>=p&&w>=p&&f<h-p&&w<h-p){const y=Math.floor((f-p)/d),x=Math.floor((w-p)/d);u=m[i[y*c+x]?1:0]}a[g++]=u.r,a[g++]=u.g,a[g++]=u.b,a[g]=u.a}}})(Ls)),Ls}var Ut;function On(){return Ut||(Ut=1,(function(s){const t=Cr();function o(r,n,c){r.clearRect(0,0,n.width,n.height),n.style||(n.style={}),n.height=c,n.width=c,n.style.height=c+"px",n.style.width=c+"px"}function a(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}s.render=function(n,c,i){let d=i,h=c;typeof d>"u"&&(!c||!c.getContext)&&(d=c,c=void 0),c||(h=a()),d=t.getOptions(d);const p=t.getImageWidth(n.modules.size,d),m=h.getContext("2d"),f=m.createImageData(p,p);return t.qrToImageData(f.data,n,d),o(m,h,p),m.putImageData(f,0,0),h},s.renderToDataURL=function(n,c,i){let d=i;typeof d>"u"&&(!c||!c.getContext)&&(d=c,c=void 0),d||(d={});const h=s.render(n,c,d),p=d.type||"image/png",m=d.rendererOpts||{};return h.toDataURL(p,m.quality)}})(Es)),Es}var Ps={},Wt;function qn(){if(Wt)return Ps;Wt=1;const s=Cr();function t(r,n){const c=r.a/255,i=n+'="'+r.hex+'"';return c<1?i+" "+n+'-opacity="'+c.toFixed(2).slice(1)+'"':i}function o(r,n,c){let i=r+n;return typeof c<"u"&&(i+=" "+c),i}function a(r,n,c){let i="",d=0,h=!1,p=0;for(let m=0;m<r.length;m++){const f=Math.floor(m%n),w=Math.floor(m/n);!f&&!h&&(h=!0),r[m]?(p++,m>0&&f>0&&r[m-1]||(i+=h?o("M",f+c,.5+w+c):o("m",d,0),d=0,h=!1),f+1<n&&r[m+1]||(i+=o("h",p),p=0)):d++}return i}return Ps.render=function(n,c,i){const d=s.getOptions(c),h=n.modules.size,p=n.modules.data,m=h+d.margin*2,f=d.color.light.a?"<path "+t(d.color.light,"fill")+' d="M0 0h'+m+"v"+m+'H0z"/>':"",w="<path "+t(d.color.dark,"stroke")+' d="'+a(p,h,d.margin)+'"/>',g='viewBox="0 0 '+m+" "+m+'"',y='<svg xmlns="http://www.w3.org/2000/svg" '+(d.width?'width="'+d.width+'" height="'+d.width+'" ':"")+g+' shape-rendering="crispEdges">'+f+w+`</svg>
2056
- `;return typeof i=="function"&&i(null,y),y},Ps}var _t;function zn(){if(_t)return Ae;_t=1;const s=jn(),t=_n(),o=On(),a=qn();function r(n,c,i,d,h){const p=[].slice.call(arguments,1),m=p.length,f=typeof p[m-1]=="function";if(!f&&!s())throw new Error("Callback required as last argument");if(f){if(m<2)throw new Error("Too few arguments provided");m===2?(h=i,i=c,c=d=void 0):m===3&&(c.getContext&&typeof h>"u"?(h=d,d=void 0):(h=d,d=i,i=c,c=void 0))}else{if(m<1)throw new Error("Too few arguments provided");return m===1?(i=c,c=d=void 0):m===2&&!c.getContext&&(d=i,i=c,c=void 0),new Promise(function(w,g){try{const u=t.create(i,d);w(n(u,c,d))}catch(u){g(u)}})}try{const w=t.create(i,d);h(null,n(w,c,d))}catch(w){h(w)}}return Ae.create=t.create,Ae.toCanvas=r.bind(null,o.render),Ae.toDataURL=r.bind(null,o.renderToDataURL),Ae.toString=r.bind(null,function(n,c,i){return a.render(n,i)}),Ae}var Vn=zn();const Hn=ie.getDefaultExportFromCjs(Vn);function Qn({value:s,size:t=200,alt:o="QR code",className:a=""}){const r=l.useRef(null),[n,c]=l.useState(null);return l.useEffect(()=>{!r.current||!s||Hn.toCanvas(r.current,s,{width:t,margin:2,color:{dark:"#000000",light:"#ffffff"},errorCorrectionLevel:"M"}).then(()=>{c(null)}).catch(i=>{c(i instanceof Error?i.message:"Failed to generate QR code")})},[s,t]),n?e.jsx("div",{className:`cedros-qr-error ${a}`,style:{width:t,height:t},role:"img","aria-label":o,children:e.jsx("p",{children:"Failed to generate QR code"})}):e.jsx("canvas",{ref:r,className:`cedros-totp-qr-image ${a}`,role:"img","aria-label":o,style:{borderRadius:"0.5rem"}})}function Ks(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState(null),[r,n]=l.useState("idle"),[c,i]=l.useState(null),[d,h]=l.useState(!1),[p,m]=l.useState(null),f=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts,getAccessToken:t?.getAccessToken}),[s.serverUrl,s.requestTimeout,s.retryAttempts,t]),w=l.useCallback(async()=>{h(!0),m(null);try{const v=await f.get("/mfa/status");return a(v),v}catch(v){const C=T.handleApiError(v,"Failed to get TOTP status");throw m(C),C}finally{h(!1)}},[f]),g=l.useCallback(async()=>{h(!0),m(null),n("loading");try{const v=await f.post("/mfa/setup",{});return i(v),n("setup"),v}catch(v){const C=T.handleApiError(v,"Failed to start TOTP setup");throw m(C),n("error"),C}finally{h(!1)}},[f]),u=l.useCallback(async v=>{if(!/^\d{6}$/.test(v)){const C={code:"VALIDATION_ERROR",message:"Please enter a 6-digit code"};throw m(C),C}h(!0),m(null),n("verifying");try{await f.post("/mfa/enable",{code:v}),n("success");try{const C=await f.get("/mfa/status");a(C)}catch{a({enabled:!0,recoveryCodesRemaining:0})}}catch(C){const A=T.handleApiError(C,"Invalid verification code");throw m(A),n("error"),A}finally{h(!1)}},[f]),y=l.useCallback(async v=>{if(!v){const C={code:"VALIDATION_ERROR",message:"Please enter your password"};throw m(C),C}h(!0),m(null);try{await f.post("/mfa/disable",{password:v}),a({enabled:!1,recoveryCodesRemaining:0}),i(null),n("idle")}catch(C){const A=T.handleApiError(C,"Failed to disable TOTP");throw m(A),A}finally{h(!1)}},[f]),x=l.useCallback(async v=>{if(!/^\d{6}$/.test(v)){const C={code:"VALIDATION_ERROR",message:"Please enter a 6-digit code"};throw m(C),C}h(!0),m(null);try{return await f.post("/mfa/recovery-codes/regenerate",{code:v})}catch(C){const A=T.handleApiError(C,"Failed to regenerate recovery codes");throw m(A),A}finally{h(!1)}},[f]),b=l.useCallback(()=>m(null),[]),j=l.useCallback(()=>{m(null),i(null),n("idle"),h(!1)},[]);return{status:o,setupState:r,setupData:c,isLoading:d,error:p,getStatus:w,beginSetup:g,enableTotp:u,disableTotp:y,regenerateBackupCodes:x,clearError:b,reset:j}}function Sr({onSuccess:s,onCancel:t,className:o=""}){const{setupState:a,setupData:r,isLoading:n,error:c,beginSetup:i,enableTotp:d,clearError:h,reset:p}=Ks(),[m,f]=l.useState("qr"),[w,g]=l.useState(""),[u,y]=l.useState(!1),[x,b]=l.useState(!1),j=l.useRef(null);l.useEffect(()=>{a==="idle"&&i().catch(()=>{})},[a,i]),l.useEffect(()=>{a==="success"&&s?.()},[a,s]);const v=async()=>{r?.secret&&(await navigator.clipboard.writeText(r.secret),y(!0),j.current!==null&&window.clearTimeout(j.current),j.current=window.setTimeout(()=>y(!1),2e3))},C=async()=>{if(r?.recoveryCodes){const S=r.recoveryCodes.join(`
2057
- `);await navigator.clipboard.writeText(S)}},A=async()=>{try{await d(w)}catch{g("")}},k=()=>{p(),t?.()};return l.useEffect(()=>()=>{j.current!==null&&(window.clearTimeout(j.current),j.current=null)},[]),a==="loading"||a==="idle"&&n?e.jsx("div",{className:`cedros-totp-setup ${o}`,children:e.jsx("div",{className:"cedros-totp-loading",children:e.jsx(V.LoadingSpinner,{size:"lg",label:"Setting up two-factor authentication"})})}):a==="error"&&!r?e.jsxs("div",{className:`cedros-totp-setup ${o}`,children:[e.jsx(G.ErrorMessage,{error:c,onDismiss:h}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:k,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>i(),children:"Try again"})]})]}):a==="success"?e.jsx("div",{className:`cedros-totp-setup ${o}`,children:e.jsxs("div",{className:"cedros-totp-success",children:[e.jsxs("svg",{className:"cedros-totp-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"22",stroke:"var(--cedros-success)",strokeWidth:"2"}),e.jsx("path",{d:"M14 24l7 7 13-13",stroke:"var(--cedros-success)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{className:"cedros-totp-title",children:"Two-factor authentication enabled"}),e.jsx("p",{className:"cedros-totp-description",children:"Your account is now protected with an additional layer of security."})]})}):r?e.jsxs("div",{className:`cedros-totp-setup ${o}`,children:[m==="qr"&&e.jsxs("div",{className:"cedros-totp-step",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Scan QR code"}),e.jsx("p",{className:"cedros-totp-description",children:"Use your authenticator app to scan this QR code."}),e.jsx("div",{className:"cedros-totp-qr",children:e.jsx(Qn,{value:r.otpauthUri,size:200,alt:"QR code for authenticator app"})}),e.jsxs("div",{className:"cedros-totp-manual",children:[e.jsx("p",{className:"cedros-totp-manual-label",children:"Or enter this code manually:"}),e.jsxs("div",{className:"cedros-totp-secret",children:[e.jsx("code",{className:"cedros-totp-secret-code",children:r.secret}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:v,"aria-label":"Copy secret",children:u?"Copied!":"Copy"})]})]}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:k,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>f("backup"),children:"Continue"})]})]}),m==="backup"&&e.jsxs("div",{className:"cedros-totp-step",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Save recovery codes"}),e.jsx("p",{className:"cedros-totp-description",children:"Save these codes in a secure place. You can use them to access your account if you lose your authenticator device."}),e.jsx("div",{className:"cedros-totp-backup-codes",children:r.recoveryCodes.map((S,N)=>e.jsx("code",{className:"cedros-totp-backup-code",children:S},N))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md cedros-button-full",onClick:C,children:"Copy all codes"}),e.jsxs("label",{className:"cedros-checkbox-label cedros-totp-confirm",children:[e.jsx("input",{type:"checkbox",className:"cedros-checkbox",checked:x,onChange:S=>b(S.target.checked)}),e.jsx("span",{className:"cedros-checkbox-text",children:"I have saved these recovery codes"})]}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>f("qr"),children:"Back"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>f("verify"),disabled:!x,children:"Continue"})]})]}),m==="verify"&&e.jsxs("div",{className:"cedros-totp-step",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Verify setup"}),e.jsx("p",{className:"cedros-totp-description",children:"Enter the 6-digit code from your authenticator app to complete setup."}),e.jsx(K.OtpInput,{value:w,onChange:g,onComplete:A,disabled:n,error:c?.message,autoFocus:!0}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>f("backup"),disabled:n,children:"Back"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:A,disabled:n||w.length!==6,children:n?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Verifying..."})]}):"Enable 2FA"})]})]})]}):null}function Kn({onStatusChange:s,className:t=""}){const{status:o,isLoading:a,error:r,getStatus:n,disableTotp:c,regenerateBackupCodes:i,clearError:d}=Ks(),[h,p]=l.useState("status"),[m,f]=l.useState(""),[w,g]=l.useState(""),[u,y]=l.useState(null),[x,b]=l.useState(!1),[j,v]=l.useState(null);l.useEffect(()=>{n().catch(()=>{})},[n]);const C=l.useCallback(()=>{p("status"),s?.(!0)},[s]),A=async()=>{b(!0),v(null);try{await c(m),p("status"),f(""),s?.(!1)}catch(N){v(N instanceof Error?N.message:"Failed to disable 2FA"),f("")}finally{b(!1)}},k=async()=>{b(!0),v(null);try{const N=await i(w);y(N.recoveryCodes),g("")}catch(N){v(N instanceof Error?N.message:"Failed to regenerate codes"),g("")}finally{b(!1)}},S=async()=>{u&&await navigator.clipboard.writeText(u.join(`
2058
- `))};return a&&!o?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsx("div",{className:"cedros-totp-loading",children:e.jsx(V.LoadingSpinner,{size:"md",label:"Loading security settings"})})}):r&&!o?e.jsxs("div",{className:`cedros-totp-settings ${t}`,children:[e.jsx(G.ErrorMessage,{error:r,onDismiss:d}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>n(),children:"Retry"})]}):h==="setup"?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsx(Sr,{onSuccess:C,onCancel:()=>p("status")})}):h==="disable"?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Disable two-factor authentication"}),e.jsx("p",{className:"cedros-totp-description cedros-totp-warning",children:"This will make your account less secure. Enter your password to confirm."}),j&&e.jsx("div",{className:"cedros-totp-error",children:e.jsx(G.ErrorMessage,{error:{code:"UNKNOWN_ERROR",message:j},onDismiss:()=>v(null)})}),e.jsx("div",{className:"cedros-totp-verify-input",children:e.jsx(K.PasswordInput,{label:"Password",placeholder:"Enter your password",value:m,onChange:N=>f(N.target.value),disabled:x,autoFocus:!0})}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>{p("status"),f(""),v(null)},disabled:x,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-destructive cedros-button-md",onClick:A,disabled:x||m.length===0,children:x?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Disabling..."})]}):"Disable 2FA"})]})]})}):h==="regenerate"?u?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsx("h3",{className:"cedros-totp-title",children:"New recovery codes"}),e.jsx("p",{className:"cedros-totp-description",children:"Save these codes in a secure place. Your old codes are no longer valid."}),e.jsx("div",{className:"cedros-totp-backup-codes",children:u.map((N,P)=>e.jsx("code",{className:"cedros-totp-backup-code",children:N},P))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md cedros-button-full",onClick:S,children:"Copy all codes"}),e.jsx("div",{className:"cedros-totp-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>{p("status"),y(null)},children:"Done"})})]})}):e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Regenerate recovery codes"}),e.jsx("p",{className:"cedros-totp-description",children:"This will invalidate all existing recovery codes. Enter your authenticator code to confirm."}),j&&e.jsx("div",{className:"cedros-totp-error",children:e.jsx(G.ErrorMessage,{error:{code:"UNKNOWN_ERROR",message:j},onDismiss:()=>v(null)})}),e.jsx("div",{className:"cedros-totp-verify-input",children:e.jsx(K.OtpInput,{value:w,onChange:g,onComplete:k,disabled:x,autoFocus:!0})}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>{p("status"),g(""),v(null)},disabled:x,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:k,disabled:x||w.length!==6,children:x?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Regenerating..."})]}):"Regenerate codes"})]})]})}):e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsxs("div",{className:"cedros-totp-status-header",children:[e.jsxs("div",{className:"cedros-totp-status-info",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Two-factor authentication"}),e.jsx("p",{className:"cedros-totp-description",children:"Add an extra layer of security to your account by requiring a verification code from your authenticator app when signing in."})]}),e.jsx("div",{className:`cedros-totp-badge ${o?.enabled?"cedros-totp-badge-enabled":"cedros-totp-badge-disabled"}`,children:o?.enabled?"Enabled":"Disabled"})]}),o?.enabled?e.jsxs("div",{className:"cedros-totp-enabled-actions",children:[e.jsxs("div",{className:"cedros-totp-description",style:{marginTop:"0.25rem"},children:["Recovery codes remaining: ",e.jsx("strong",{children:o.recoveryCodesRemaining})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>p("regenerate"),children:"Regenerate recovery codes"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-destructive-outline cedros-button-md",onClick:()=>p("disable"),children:"Disable 2FA"})]}):e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>p("setup"),children:"Enable two-factor authentication"})]})})}class Yn{client;constructor(t,o,a,r){this.client=new T.ApiClient({baseUrl:t,timeoutMs:o,retryAttempts:a,getAccessToken:r})}async changePassword(t){try{return await this.client.post("/auth/change-password",t)}catch(o){throw T.handleApiError(o,"Failed to change password")}}async updateProfile(t){try{return await this.client.patch("/auth/me",t)}catch(o){throw T.handleApiError(o,"Failed to update profile")}}}function Er(){const{config:s,authState:t,_internal:o}=T.useCedrosLogin(),[a,r]=l.useState(!1),[n,c]=l.useState(null),i=l.useMemo(()=>new Yn(s.serverUrl,s.requestTimeout,s.retryAttempts,o?.getAccessToken),[s.serverUrl,s.requestTimeout,s.retryAttempts,o]),d=l.useCallback(()=>{c(null)},[]),h=l.useCallback(async m=>{if(t!=="authenticated")throw new Error("Must be authenticated to update profile");r(!0),c(null);try{return await i.updateProfile(m)}catch(f){const w=f instanceof Error?f:new Error("Failed to update profile");throw c(w),w}finally{r(!1)}},[t,i]),p=l.useCallback(async m=>{if(t!=="authenticated")throw new Error("Must be authenticated to change password");r(!0),c(null);try{await i.changePassword(m)}catch(f){const w=f instanceof Error?f:new Error("Failed to change password");throw c(w),w}finally{r(!1)}},[t,i]);return{isLoading:a,error:n,updateProfile:h,changePassword:p,clearError:d}}function Gn({onPasswordChange:s,onClose:t,className:o=""}){const{user:a}=I.useAuth(),{isLoading:r,error:n,changePassword:c,clearError:i}=Er(),[d,h]=l.useState("main"),[p,m]=l.useState(""),[f,w]=l.useState(""),[g,u]=l.useState(""),[y,x]=l.useState(null),[b,j]=l.useState(null),v=Le.validatePassword(f),C=f===g,A=p.length>0&&f.length>0&&g.length>0&&v.isValid&&C,k=l.useCallback(async()=>{if(A){x(null),j(null);try{await c({currentPassword:p,newPassword:f}),m(""),w(""),u(""),j("Password changed successfully. Other sessions have been logged out."),s?.(),setTimeout(()=>{h("main"),j(null)},2e3)}catch(P){x(P instanceof Error?P.message:"Failed to change password")}}},[A,p,f,c,s]),S=l.useCallback(()=>{h("main"),m(""),w(""),u(""),x(null),i()},[i]),N=()=>a?.name?a.name.split(" ").map(P=>P[0]).join("").toUpperCase().slice(0,2):a?.email?a.email[0].toUpperCase():"?";return d==="change-password"?e.jsx("div",{className:`cedros-profile-settings ${o}`,children:e.jsxs("div",{className:"cedros-profile-panel",children:[e.jsx("h3",{className:"cedros-profile-title",children:"Change password"}),e.jsx("p",{className:"cedros-profile-description",children:"Enter your current password and choose a new one. This will log you out of other devices."}),(y||n)&&e.jsx("div",{className:"cedros-profile-error",children:e.jsx(G.ErrorMessage,{error:{code:"UNKNOWN_ERROR",message:y||n?.message||""},onDismiss:()=>{x(null),i()}})}),b&&e.jsxs("div",{className:"cedros-profile-success",children:[e.jsx("span",{className:"cedros-profile-success-icon",children:"✓"}),b]}),e.jsxs("div",{className:"cedros-profile-form",children:[e.jsx("div",{className:"cedros-profile-field",children:e.jsx(K.PasswordInput,{label:"Current password",placeholder:"Enter your current password",value:p,onChange:P=>m(P.target.value),disabled:r,autoFocus:!0})}),e.jsx("div",{className:"cedros-profile-field",children:e.jsx(K.PasswordInput,{label:"New password",placeholder:"Enter new password",value:f,onChange:P=>w(P.target.value),disabled:r,showStrengthMeter:!0})}),e.jsx("div",{className:"cedros-profile-field",children:e.jsx(K.PasswordInput,{label:"Confirm new password",placeholder:"Confirm new password",value:g,onChange:P=>u(P.target.value),disabled:r,error:g.length>0&&!C?"Passwords do not match":void 0})})]}),e.jsxs("div",{className:"cedros-profile-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:S,disabled:r,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:k,disabled:r||!A,children:r?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Changing..."})]}):"Change password"})]})]})}):e.jsx("div",{className:`cedros-profile-settings ${o}`,children:e.jsxs("div",{className:"cedros-profile-panel",children:[e.jsxs("div",{className:"cedros-profile-header",children:[e.jsx("div",{className:"cedros-profile-avatar-container",children:a?.picture?e.jsx("img",{src:a.picture,alt:a.name||"Profile",className:"cedros-profile-avatar"}):e.jsx("div",{className:"cedros-profile-avatar cedros-profile-avatar-fallback",children:N()})}),e.jsxs("div",{className:"cedros-profile-info",children:[e.jsx("h3",{className:"cedros-profile-name",children:a?.name||"User"}),e.jsx("p",{className:"cedros-profile-email",children:a?.email})]})]}),e.jsxs("div",{className:"cedros-profile-section",children:[e.jsx("h4",{className:"cedros-profile-section-title",children:"Account"}),e.jsx("div",{className:"cedros-profile-row",children:e.jsxs("div",{className:"cedros-profile-row-content",children:[e.jsx("span",{className:"cedros-profile-row-label",children:"Email"}),e.jsx("span",{className:"cedros-profile-row-value",children:a?.email||"Not set"})]})}),e.jsxs("div",{className:"cedros-profile-row",children:[e.jsxs("div",{className:"cedros-profile-row-content",children:[e.jsx("span",{className:"cedros-profile-row-label",children:"Password"}),e.jsx("span",{className:"cedros-profile-row-value",children:"••••••••"})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-sm",onClick:()=>h("change-password"),children:"Change"})]})]}),t&&e.jsx("div",{className:"cedros-profile-footer",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:t,children:"Close"})})]})})}function Lr(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),n=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),c=l.useCallback(()=>{r(null)},[]),i=l.useCallback(async g=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");if(!Number.isInteger(g)||g<=0){const u=new Error(`Invalid deposit amount: ${g}. Must be a positive integer (lamports).`);throw r(u.message),u}o(!0),r(null);try{return await n.post("/deposit",{amount_lamports:g})}catch(u){const y=T.handleApiError(u,"Failed to execute deposit");throw r(y.message),y}finally{o(!1)}},[n]),d=l.useCallback(async g=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.get(`/deposit/status/${encodeURIComponent(g)}`)}catch(u){const y=T.handleApiError(u,"Failed to get deposit status");throw r(y.message),y}finally{o(!1)}},[n]),h=l.useCallback(async()=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.get("/deposit/config")}catch(g){const u=T.handleApiError(g,"Failed to get deposit config");throw r(u.message),u}finally{o(!1)}},[n]),p=l.useCallback(async g=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{const u=new URLSearchParams;g?.limit!==void 0&&u.set("limit",String(g.limit)),g?.offset!==void 0&&u.set("offset",String(g.offset));const y=u.toString(),x=y?`/deposits?${y}`:"/deposits";return await n.get(x)}catch(u){const y=T.handleApiError(u,"Failed to list deposits");throw r(y.message),y}finally{o(!1)}},[n]),m=l.useCallback(async g=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{const u=new URLSearchParams({input_mint:g.inputMint,amount:String(g.amount),taker:g.taker});return await n.get(`/deposit/quote?${u}`)}catch(u){const y=T.handleApiError(u,"Failed to get deposit quote");throw r(y.message),y}finally{o(!1)}},[n]),f=l.useCallback(async g=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.post("/deposit/public",g)}catch(u){const y=T.handleApiError(u,"Failed to execute public deposit");throw r(y.message),y}finally{o(!1)}},[n]),w=l.useCallback(async g=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.post("/deposit/micro",g)}catch(u){const y=T.handleApiError(u,"Failed to execute micro deposit");throw r(y.message),y}finally{o(!1)}},[n]);return{deposit:i,getQuote:m,publicDeposit:f,microDeposit:w,getStatus:d,getConfig:h,listDeposits:p,isLoading:t,error:a,clearError:c}}function Ys({tokens:s,selectedToken:t,onSelect:o,openSignal:a,placeholder:r="Select token",disabled:n=!1,className:c="",searchable:i=!0}){const[d,h]=l.useState(!1),[p,m]=l.useState(""),f=l.useRef(null),w=l.useRef(null),g=l.useMemo(()=>{if(!p.trim())return s;const b=p.toLowerCase();return s.filter(j=>j.symbol.toLowerCase().includes(b)||j.name.toLowerCase().includes(b)||j.mint.toLowerCase().includes(b))},[s,p]);l.useEffect(()=>{const b=j=>{f.current&&!f.current.contains(j.target)&&(h(!1),m(""))};if(d)return document.addEventListener("mousedown",b),()=>document.removeEventListener("mousedown",b)},[d]),l.useEffect(()=>{d&&i&&w.current&&w.current.focus()},[d,i]),l.useEffect(()=>{a===void 0||n||(h(!0),m(""))},[a,n]);const u=l.useCallback(()=>{n||(h(b=>!b),d&&m(""))},[n,d]),y=l.useCallback(b=>{o(b),h(!1),m("")},[o]),x=l.useCallback(b=>{b.key==="Escape"?(h(!1),m("")):b.key==="Enter"&&g.length===1&&y(g[0])},[g,y]);return e.jsxs("div",{ref:f,className:`cedros-token-selector ${d?"cedros-token-selector-open":""} ${n?"cedros-token-selector-disabled":""} ${c}`,onKeyDown:x,children:[e.jsxs("button",{type:"button",className:"cedros-token-selector-trigger",onClick:u,disabled:n,"aria-haspopup":"listbox","aria-expanded":d,children:[t?e.jsxs("span",{className:"cedros-token-selector-selected",children:[t.logoUrl&&e.jsx("img",{src:t.logoUrl,alt:t.symbol,className:"cedros-token-icon",onError:b=>{b.target.style.display="none"}}),e.jsx("span",{className:"cedros-token-symbol",children:t.symbol})]}):e.jsx("span",{className:"cedros-token-selector-placeholder",children:r}),e.jsx("span",{className:"cedros-token-selector-arrow",children:d?"▲":"▼"})]}),d&&e.jsxs("div",{className:"cedros-token-selector-dropdown",role:"listbox",children:[i&&e.jsx("div",{className:"cedros-token-search",children:e.jsx("input",{ref:w,type:"text",value:p,onChange:b=>m(b.target.value),placeholder:"Search tokens...",className:"cedros-token-search-input"})}),e.jsx("div",{className:"cedros-token-list",children:g.length===0?e.jsx("div",{className:"cedros-token-empty",children:"No tokens found"}):e.jsx(e.Fragment,{children:g.map(b=>e.jsxs("button",{type:"button",className:`cedros-token-option ${t?.mint===b.mint?"cedros-token-option-selected":""}`,onClick:()=>y(b),role:"option","aria-selected":t?.mint===b.mint,children:[b.logoUrl&&e.jsx("img",{src:b.logoUrl,alt:b.symbol,className:"cedros-token-icon",onError:j=>{j.target.style.display="none"}}),e.jsxs("span",{className:"cedros-token-info",children:[e.jsx("span",{className:"cedros-token-symbol",children:b.symbol}),e.jsx("span",{className:"cedros-token-name",children:b.name})]}),t?.mint===b.mint&&e.jsx("span",{className:"cedros-token-check",children:"✓"})]},b.mint))})})]})]})}function Xe(s,t){return t.privateDepositsEnabled&&s>=t.privateMinUsd?"private":s>=t.publicMinUsd?"public":"sol_micro"}const Gs="data:image/webp;base64,UklGRkACAABXRUJQVlA4IDQCAACQDQCdASo8ADwAPjEWiUMiISEUBFQgAwSgB4Z/TeLt3XMAoQH23eph0gPMB+sn+M9tvngOsA9ADwgPg3/cH9sfZciikEBuA1AB+nf+84CUkAVvA2x4xvyobR+mBaYhjUv/ewHb4hTqOnP38rzsxZX2inOSciAA/v7uqvqGdpWcjjrfMDFaNHumTog38t3yor0kbjn631VsX61cAC749wWuAX74u/f/hpeDFqS/ci8E1g94wk9UVs7BHqtv7f/M9iT1u5ITJV0Gv6tE/CW5j/nVR6yExJ6JoDRDOWQ8zVpWH92r3Lnbnc4WJpOchbRT3H5rv//6PP+F//4ehLUlR/4tkRUKZu/yOa26+sywmY+Xc1X2lXMcUv7+eQ7+FBE7bhKc7htieBfH4eR134AVaILL7PWA2FjzAjfaP1Lgirqoq/ZooE8jVD/b4g3J3O3/TG/4ajHe6clnAI/4NdwrnHX0P/quBU03HqSsQ0qsEMAuhrH/jn+YtDzmjm8q/cGJ44qvi24Hn+G1kxz2XP2S/Gp7ri5cMlo+muuwBjyNJnnEcTt/5cRdYS2cbEBZtpINWj3PuC1EOsd/8cTepSpxODcJHLzktfC1PHW3Pgoh3J5PHjW3TCQ1Wlu/wP8e8OPfNm48BODGChioj3ezblqrOBV+cI+hLi7ReJdvBF/4jY+/Un0asuWnrA6kRNpgOeO8wyl4Ryhkrff+9R1SpyPYP+5T3EuWWLZaCn0bGzyk97S3VAAAAAA=",$n=1e4,Ye=1e3,Pr=3;function Jn(s){return Number.isFinite(s)?`$${Math.round(s)}`:"$0"}function Xn(s,t){switch(s){case"private":return{label:"Private",detail:"Private transaction, instant credit",note:null};case"public":return{label:"Public",detail:"Visible on-chain, instant credit",note:null};case"sol_micro":return{label:"SOL Only",detail:`SOL only under ${Jn(t.solMicroMaxUsd)}`,note:"Small deposits must be sent in SOL and are visible on-chain. Increase the amount to use tokens."}}}function $s(s,t,o){return Math.min(Math.max(s,t),o)}function Zn(s,t){if(t<=0)return 0;const o=$s(s/t,0,1);return Math.round(Math.pow(o,1/Pr)*Ye)}function ea(s,t){const o=$s(s/Ye,0,1);return t*Math.pow(o,Pr)}function Mr(s){return s<10?.01:s<100?1:s<500?5:s<1e3?10:s<5e3?25:50}function sa(s){return s<1?2:0}function Ot(s){const t=Mr(s),o=Math.round(s/t)*t,a=sa(t);return Number(o.toFixed(a))}function Js({config:s,valueUsd:t,onChange:o,maxUsd:a=$n,disabled:r=!1,className:n=""}){const c=$s(Number.isFinite(t)?t:0,0,a),i=l.useMemo(()=>Xe(c,s),[c,s]),d=Xn(i,s),h=Zn(c,a),p=h/Ye*100;return e.jsxs("div",{className:`cedros-tiered-slider ${n}`,children:[e.jsxs("div",{className:"cedros-tiered-slider-input-row",children:[e.jsxs("div",{className:"cedros-tiered-slider-input",children:[e.jsx("span",{className:"cedros-tiered-slider-currency",children:"$"}),e.jsx("input",{type:"number",value:c||"",onChange:m=>o(Ot(parseFloat(m.target.value)||0)),placeholder:"Enter amount",disabled:r,min:0,step:Mr(c),className:"cedros-deposit-flow-input cedros-tiered-slider-input-field","aria-label":"Deposit amount"})]}),e.jsxs("div",{className:"cedros-tiered-slider-tier",children:[e.jsxs("span",{className:`cedros-tiered-slider-badge cedros-tiered-slider-badge-${i}`,children:[i==="sol_micro"&&e.jsx("img",{src:Gs,alt:"SOL",className:"cedros-tiered-slider-badge-icon"}),d.label]}),e.jsx("span",{className:"cedros-tiered-slider-tier-detail",children:d.detail})]})]}),e.jsx("input",{type:"range",min:0,max:Ye,step:1,value:h,onChange:m=>o(Ot(ea(parseFloat(m.target.value),a))),className:"cedros-tiered-slider-range",style:{background:`linear-gradient(to right, var(--cedros-primary) 0%, var(--cedros-primary) ${p}%, var(--cedros-border) ${p}%, var(--cedros-border) 100%)`},disabled:r,"aria-label":"Deposit amount slider"}),d.note&&e.jsx("div",{className:"cedros-tiered-slider-note",children:d.note})]})}function ta(s){return s.companyFeePercent>0||s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_swap"||s.feePolicy==="user_pays_privacy"}function ra(s,t,o){const{feePolicy:a,privacyFeePercent:r,swapFeePercent:n,companyFeePercent:c}=s;let i=c;return o||(a==="user_pays_all"?(i+=n,t&&(i+=r)):a==="user_pays_privacy"&&t?i+=r:a==="user_pays_swap"&&(i+=n)),i}const _e=1e9,ve={mint:"So11111111111111111111111111111111111111112",symbol:"SOL",name:"Solana",decimals:9,logoUrl:Gs},je={mint:"other",symbol:"OTHER",name:"Other",decimals:6},Tr=1e4;function oa(s,t){const o=t<s.publicMinUsd,a=t>=s.privateMinUsd,r=[],n=!o&&a&&(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_privacy")&&(s.privacyFeeFixedLamports>0||s.privacyFeePercent>0),c=!o&&(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_swap")&&(s.swapFeeFixedLamports>0||s.swapFeePercent>0),i=s.companyFeeFixedLamports>0||s.companyFeePercent>0;if(n){const d=s.privacyFeeFixedLamports/_e,h=s.privacyFeePercent,p=d*s.solPriceUsd,m=t*(h/100);r.push({label:"Privacy",solAmount:d,percent:h,usdAmount:p+m})}if(c){const d=s.swapFeeFixedLamports/_e,h=s.swapFeePercent,p=d*s.solPriceUsd,m=t*(h/100);r.push({label:"Swap",solAmount:d,percent:h,usdAmount:p+m})}if(i){const d=s.companyFeeFixedLamports/_e,h=s.companyFeePercent,p=d*s.solPriceUsd,m=t*(h/100);r.push({label:"Service",solAmount:d,percent:h,usdAmount:p+m})}return r}function Br(s,t,o){const a=oa(s,t),r=o<.01?.01:o;if(a.length===0)return`Total: $${r.toFixed(2)}`;const n=a.reduce((g,u)=>g+u.solAmount,0),c=a.reduce((g,u)=>g+u.percent,0),i={fee:7,sol:8,rate:7,usd:8},d=g=>{const u=g.label.padEnd(i.fee),y=g.solAmount.toFixed(4).padStart(6).padEnd(i.sol),x=(g.percent.toFixed(2)+"%").padStart(5).padEnd(i.rate),b=("$"+Math.max(g.usdAmount,.01).toFixed(2)).padEnd(i.usd);return`${u} │ ${y} │ ${x} │ ${b}`},h=`${"Fee".padEnd(i.fee)} │ ${"SOL".padEnd(i.sol)} │ ${"+ Rate".padEnd(i.rate)} │ ${"= Total".padEnd(i.usd)}`,p=`${"─".repeat(i.fee)}─┼─${"─".repeat(i.sol)}─┼─${"─".repeat(i.rate)}─┼─${"─".repeat(i.usd)}`,m=("$"+r.toFixed(2)).padEnd(i.usd),f=`${"TOTAL".padEnd(i.fee)} │ ${n.toFixed(4).padStart(6).padEnd(i.sol)} │ ${(c.toFixed(2)+"%").padStart(5).padEnd(i.rate)} │ ${m}`;return[h,p,...a.map(d),p,f].join(`
2059
- `)}function na(s){const t=[],o=s.privacyFeeFixedLamports>0||s.privacyFeePercent>0,a=s.swapFeeFixedLamports>0||s.swapFeePercent>0,r=s.companyFeeFixedLamports>0||s.companyFeePercent>0;return o&&t.push("Privacy Cash fee"),a&&t.push("swap fee"),r&&t.push("company service fee"),t.length===0?"No processing fees apply to deposits.":"A small fee may apply. We'll show exact totals before you confirm."}function Ze(s,t){if(t<=0)return 0;const o=t<s.publicMinUsd,a=t>=s.privateMinUsd,r=ra(s,a,o);let n=s.companyFeeFixedLamports;o||(a&&(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_privacy")&&(n+=s.privacyFeeFixedLamports),(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_swap")&&(n+=s.swapFeeFixedLamports));const c=n/_e*s.solPriceUsd,i=t*(r/100);return c+i}function Rr(s,t,o){return s==="sol"?"SOL":s==="single-token"?t.symbol:o.some(r=>r.symbol==="USDC")?"SOL or USDC":"SOL or supported tokens"}function qt(s){return s.map(t=>t.trim()).filter(Boolean)}const Dr=new Set(["USDC","USDT","USD1","PYUSD","USDH","CASH"]);function Ir(s,t,o){if(Dr.has(s.symbol))return 1;const a=t.tokenPrices?.[s.symbol];if(a&&a>0)return a;if(s.symbol==="SOL")return t.solPriceUsd||null;const r=o?.[s.symbol];return r&&r>0?r:null}function Fr(s,t){const o=Dr.has(t)?2:4;return s.toFixed(o)}function aa({config:s,currencyMode:t,depositMethod:o,tokens:a=[],defaultToken:r,minAmount:n,maxAmount:c=1e4,onSuccess:i,onError:d,onCancel:h,onUnlockRequired:p,onAuthorize:m,className:f="",showStepIndicator:w=!0,pollInterval:g=5e3,demoMode:u=!1,demoAutoConfirmMs:y,tokenPriceUsd:x,showExplainer:b=!1,siteName:j,explainerConfig:v}){const{deposit:C,getStatus:A,error:k,clearError:S}=Lr(),N=I.useWallet(),P=qt(s.quickActionTokens),L=qt(s.customTokenSymbols),E=l.useMemo(()=>{const U=s.customTokens??[];if(U.length===0)return a;const O=new Set(a.map(Y=>Y.symbol)),H=[...a];for(const Y of U)O.has(Y.symbol)||(H.push({mint:Y.mint,symbol:Y.symbol,name:Y.symbol,decimals:Y.decimals,logoUrl:Y.logoUrl}),O.add(Y.symbol));return H},[a,s.customTokens]),M=l.useMemo(()=>{if(L.length===0)return E;const U=E.filter(O=>L.includes(O.symbol));return U.length>0?U:E},[E,L]),B=s.privateDepositsEnabled,D=o?o==="sign"&&!B?"receive":o:B&&N.hasExternalWallet?"sign":"receive",$=P[0]?E.find(U=>U.symbol===P[0]):void 0,le=t==="sol"?ve:t==="single-token"?$??E.find(U=>U.symbol==="USDC")??E[0]??ve:r??$??E.find(U=>U.symbol==="USDC")??E.find(U=>U.symbol!=="SOL")??E[0]??ve,J=l.useCallback(()=>b?"explainer":"unlock",[b]),[q,R]=l.useState(J),[F,z]=l.useState(le),[X,ee]=l.useState(""),[ue,ce]=l.useState(null),[_,W]=l.useState(null),[Q,ne]=l.useState(null),[pe,st]=l.useState(null),[es,Ne]=l.useState(!1),[Or,ss]=l.useState(!1),[Pe,tt]=l.useState(null);l.useEffect(()=>{R(J()),z(le),ee(""),ce(null),W(null),ne(null),st(null),Ne(!1),ss(!1),tt(null),S()},[t,D,le,S,J]);const qr=n??s.privateMinSol,zr=c,Me=parseFloat(X),rt=N.status==="enrolled_locked"||N.status==="enrolled_unlocked"||N.status==="unlocked",ts=rt&&N.isUnlocked,rs=rt&&!N.isUnlocked,ot=l.useCallback(()=>{let H=D==="sign"?[{key:"unlock",label:"Authorize"},{key:"confirm",label:"Send"},{key:"signing",label:"Signing"},{key:"success",label:"Complete"}]:[{key:"unlock",label:"Authorize"},{key:"show-address",label:"Send"},{key:"waiting",label:"Confirming"},{key:"success",label:"Complete"}];return b&&(H=[{key:"explainer",label:"Info"},...H]),H},[D,b])(),Vr=ot.findIndex(U=>U.key===q),nt=l.useCallback(U=>{z(U)},[]),Hr=l.useCallback(async U=>{if(!m){R(D==="sign"?"confirm":"show-address");return}ss(!0),W(null);try{const H=await m(U,D==="sign"?Me:null,F);ne(H.sessionId),st(H.depositAddress),R(D==="sign"?"confirm":"show-address")}catch(O){const H=O instanceof Error?O:new Error("Authorization failed");W(H.message)}finally{ss(!1)}},[m,D,Me,F]),Qr=l.useCallback(async(U,O)=>{S(),W(null),R("signing");const H=U??Me,Y=O??F;if(!u){if(rs&&p){p(),R("confirm");return}if(!ts){W("Wallet not ready"),R("error");return}}try{const re=Math.floor(H*Math.pow(10,Y.decimals));if(u){await new Promise(Re=>setTimeout(Re,1500));const Be={token:t==="sol"?null:Y,amount:H,amountSmallestUnit:re,txSignature:`demo-tx-${Date.now()}`,sessionId:Q||`demo-session-${Date.now()}`,response:{sessionId:Q||`demo-session-${Date.now()}`,txSignature:`demo-tx-${Date.now()}`,amountLamports:re,message:"Demo deposit successful",withdrawalAvailableAt:new Date(Date.now()+1440*60*1e3).toISOString()},method:"sign"};ce(Be),R("success"),i?.(Be);return}const se=await C(re),Te={token:t==="sol"?null:Y,amount:H,amountSmallestUnit:re,txSignature:se.txSignature,sessionId:se.sessionId,response:se,method:"sign"};ce(Te),R("success"),i?.(Te)}catch(re){const se=re instanceof Error?re:new Error("Deposit failed");W(se.message),R("error"),d?.(se)}},[C,Me,F,t,u,Q,ts,rs,p,i,d,S]),Kr=l.useCallback(()=>{R("waiting")},[]),os=l.useCallback(async()=>{const U=pe||N.solanaPubkey;if(U)try{await navigator.clipboard.writeText(U),Ne(!0),setTimeout(()=>Ne(!1),2e3)}catch{const O=document.createElement("textarea");O.value=U,document.body.appendChild(O),O.select(),document.execCommand("copy"),document.body.removeChild(O),Ne(!0),setTimeout(()=>Ne(!1),2e3)}},[pe,N.solanaPubkey]);l.useEffect(()=>{if(!(q==="confirm"||q==="show-address"||q==="waiting")||!Q||u)return;let O=!1,H=0;const Y=360,re=async()=>{if(!(O||H>=Y)){H++;try{const se=await A(Q);if(se.status==="completed"||se.status==="detected"){const Te=se.amountLamports?se.amountLamports/Math.pow(10,F.decimals):0,Be=se.amountLamports||0,Re={token:t==="sol"?null:F,amount:Te,amountSmallestUnit:Be,txSignature:se.txSignature||"",sessionId:Q,response:se,method:"receive",depositAddress:N.solanaPubkey??void 0};ce(Re),R("success"),i?.(Re);return}}catch{}O||setTimeout(re,g)}};return re(),()=>{O=!0}},[q,Q,u,A,F,t,N.solanaPubkey,i,g]),l.useEffect(()=>{if(!u||!y||q!=="waiting"||D!=="receive"||!pe)return;const U=window.setTimeout(()=>{const O=Pe??s.privateMinUsd,H=F.symbol==="SOL"&&s.solPriceUsd>0?O/s.solPriceUsd:O,Y=Math.floor(H*Math.pow(10,F.decimals)),re={token:t==="sol"?null:F,amount:H,amountSmallestUnit:Y,txSignature:`demo-tx-${Date.now()}`,sessionId:Q||`demo-session-${Date.now()}`,response:{sessionId:Q||`demo-session-${Date.now()}`,txSignature:`demo-tx-${Date.now()}`,amountLamports:Y,message:"Demo deposit detected",withdrawalAvailableAt:new Date(Date.now()+1440*60*1e3).toISOString()},method:"receive",depositAddress:pe??void 0};ce(re),R("success"),i?.(re)},y);return()=>window.clearTimeout(U)},[u,y,q,D,pe,Pe,s,F,t,Q,i]);const Yr=l.useCallback(()=>{R(J()),ee(""),ce(null),W(null),S()},[J,S]);return s.enabled?e.jsxs("div",{className:`cedros-deposit-flow ${f}`,children:[w&&q!=="error"&&e.jsx("div",{className:"cedros-deposit-flow-steps",children:ot.map((U,O)=>{const H=Vr>=O,Y=U.key===q;return e.jsxs("div",{className:`cedros-deposit-flow-step-item ${H?"step-active":""}`,children:[e.jsx("div",{className:`cedros-deposit-flow-step-circle ${H?"active":""} ${Y?"current":""}`,children:O+1}),e.jsx("span",{className:`cedros-deposit-flow-step-label ${H?"active":""}`,children:U.label})]},U.key)})}),e.jsxs("div",{className:"cedros-deposit-flow-content",children:[q==="explainer"&&e.jsx(ia,{siteName:j,config:v,depositConfig:s,currencyMode:t,token:F,tokens:M,onContinue:()=>R("unlock"),onCancel:h}),q==="unlock"&&e.jsx(la,{token:F,tokens:M,currencyMode:t,depositMethod:D,isAuthorizing:Or,error:_,onAuthorize:Hr,onBack:b?()=>R("explainer"):void 0,onCancel:h}),q==="confirm"&&D==="sign"&&e.jsx(ca,{token:F,tokens:E,quickActionSymbols:P,customTokenSymbols:L,currencyMode:t,minAmount:qr,maxAmount:zr,depositAddress:pe||N.solanaPubkey,walletReady:ts||u,needsUnlock:rs&&!u,copied:es,isListening:!!Q&&!u,config:s,onCopy:os,onTokenSelect:nt,onUnlockRequired:p,onConfirm:(U,O)=>Qr(U,O),onBack:()=>R("unlock"),onCancel:h}),q==="signing"&&e.jsx(da,{depositAddress:N.solanaPubkey}),q==="show-address"&&e.jsx(ua,{token:F,tokens:E,quickActionSymbols:P,customTokenSymbols:L,tokenPriceUsd:x,currencyMode:t,depositAddress:pe||N.solanaPubkey,copied:es,isListening:!!Q&&!u,config:s,onCopy:os,onTokenSelect:nt,onAmountChange:tt,onSent:Kr,onBack:()=>R("unlock"),onCancel:h}),q==="waiting"&&e.jsx(ha,{token:F,depositAddress:pe||N.solanaPubkey,copied:es,feeLine:Pe?`Fees: $${Math.max(Ze(s,Pe),.01).toFixed(2)} total`:"Fees: calculated after deposit",onCopy:os}),q==="success"&&ue&&e.jsx(pa,{result:ue,config:s,onNewDeposit:Yr}),q==="error"&&e.jsx(ma,{error:_||k||"An error occurred",onRetry:()=>R("confirm"),onCancel:h})]})]}):e.jsx("div",{className:`cedros-deposit-flow cedros-deposit-flow-disabled ${f}`,children:e.jsx("p",{children:"Deposits are not currently available."})})}function ia({siteName:s,config:t,depositConfig:o,currencyMode:a,token:r,tokens:n,onContinue:c,onCancel:i}){const d=t?.title??"How Deposits Work",h=t?.exchangeName??"Coinbase",p=Fs.sanitizeExternalUrl(t?.exchangeUrl)??"https://www.coinbase.com",m=t?.showExchangeSuggestion!==!1,f=Rr(a,r,n),w=s?`${s} uses the Solana blockchain to process secure, private payments.`:"This site uses the Solana blockchain to process secure, private payments.",g=t?.body??w,u=ta(o),y=na(o);return e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:d}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:g}),e.jsxs("div",{className:"cedros-deposit-flow-explainer-content",children:[e.jsxs("div",{className:"cedros-deposit-flow-explainer-item",children:[e.jsx("span",{className:"cedros-deposit-flow-explainer-icon cedros-deposit-flow-icon-shield"}),e.jsxs("div",{children:[e.jsx("strong",{children:"Private & Secure"}),e.jsx("p",{children:"Your deposits are protected by cryptographic privacy technology."})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-explainer-item",children:[e.jsx("span",{className:"cedros-deposit-flow-explainer-icon cedros-deposit-flow-icon-bolt"}),e.jsxs("div",{children:[e.jsx("strong",{children:"Fast Transactions"}),e.jsx("p",{children:"Solana transactions confirm in seconds, not minutes."})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-explainer-item",children:[e.jsx("span",{className:"cedros-deposit-flow-explainer-icon cedros-deposit-flow-icon-coin"}),e.jsxs("div",{children:[e.jsx("strong",{children:u?"Transparent Fees":"Low Fees"}),e.jsx("p",{children:y})]})]})]}),m&&e.jsx("div",{className:"cedros-deposit-flow-explainer-exchange",children:e.jsxs("p",{className:"cedros-deposit-flow-explainer-exchange-text",children:[e.jsx("strong",{children:"New to Solana?"})," You can purchase ",f," using your credit card at"," ",e.jsx("a",{href:p,target:"_blank",rel:"noopener noreferrer",children:h}),", then send it here to fund your account."]})}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[i&&e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:i,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:c,children:"Continue"})]})]})}function la({token:s,tokens:t,currencyMode:o,depositMethod:a,isAuthorizing:r,error:n,onAuthorize:c,onBack:i}){const[d,h]=l.useState(""),p=Rr(o,s,t),m=f=>{f.preventDefault(),d.trim()&&c(d)};return e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Authorize Deposit"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:a==="sign"?o==="multi-token"?"Enter your password to authorize a deposit. This allows us to process your withdrawal when the privacy period ends.":`Enter your password to authorize a ${p} deposit. This allows us to process your withdrawal when the privacy period ends.`:o==="multi-token"?"Enter your password to get your deposit address. Any supported token sent to this address will be credited to your account.":`Enter your password to get your deposit address. Any ${p} sent to this address will be credited to your account.`}),e.jsxs("form",{onSubmit:m,children:[e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",htmlFor:"deposit-password",children:"Password"}),e.jsx("input",{id:"deposit-password",type:"password",value:d,onChange:f=>h(f.target.value),className:"cedros-deposit-flow-input",placeholder:"Enter your password",disabled:r,autoComplete:"current-password"})]}),n&&e.jsx("p",{className:"cedros-deposit-flow-error",children:n}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:i,disabled:r,children:"Back"}),e.jsx("button",{type:"submit",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",disabled:!d.trim()||r,children:r?"Authorizing...":"Continue"})]})]})]})}function ca({token:s,tokens:t,quickActionSymbols:o,customTokenSymbols:a,currencyMode:r,minAmount:n,maxAmount:c,depositAddress:i,walletReady:d,needsUnlock:h,copied:p,isListening:m,config:f,onCopy:w,onTokenSelect:g,onUnlockRequired:u,onConfirm:y,onBack:x}){const[b,j]=l.useState(f.privateMinUsd),[v,C]=l.useState(!1),[A,k]=l.useState(!1),[S,N]=l.useState(0),[P,L]=l.useState(null),M=Xe(b,f)==="sol_micro",B=s.symbol===je.symbol,D=l.useMemo(()=>{const _=a.length===0?t:t.filter(ne=>a.includes(ne.symbol)),W=_.length>0?_:t;return W.some(ne=>ne.symbol===je.symbol)?W:[...W,je]},[t,a]),$=Ze(f,b),le=$<.01?.01:$,J=B?"Fees: calculated after deposit":`Fees: $${le.toFixed(2)} total`,q=B?"":Br(f,b,$),R=Ir(M?ve:s,f),F=R?b/R:s.symbol==="SOL"&&f.solPriceUsd>0?b/f.solPriceUsd:b,z=F?Fr(F,M?"SOL":s.symbol):null,ee=b-$<=0&&b>0,ue=!B&&b>0&&!ee&&F>=n&&F<=c;l.useEffect(()=>{if(r==="multi-token")if(M&&s.symbol!=="SOL"){L(s);const _=t.find(W=>W.symbol==="SOL");_&&g(_)}else!M&&P&&s.symbol==="SOL"&&(g(P),L(null))},[M,s.symbol,r,t,g,P,s]);const ce=()=>{ue&&y(F,s)};return e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Choose Amount"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Set how much you want to deposit. Higher tiers unlock privacy."}),r==="multi-token"&&!M&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Token"}),e.jsxs("div",{className:"cedros-deposit-flow-token-quick",children:[o.map(_=>{const W=t.find(ne=>ne.symbol===_),Q=s.symbol===_;return e.jsxs("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${Q?"is-active":""}`,onClick:()=>{W&&(C(!1),g(W))},disabled:!W,children:[W?.logoUrl&&e.jsx("img",{className:"cedros-deposit-flow-token-quick-icon",src:W.logoUrl,alt:`${_} logo`}),_]},_)}),e.jsx("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${v?"is-active":""}`,onClick:()=>{C(!0),N(_=>_+1)},children:"Custom"})]}),v&&e.jsx("div",{className:"cedros-deposit-flow-token-custom",children:e.jsx(Ys,{tokens:D,selectedToken:s,onSelect:g,openSignal:S})})]}),e.jsx("div",{className:"cedros-deposit-flow-field",children:e.jsx(Js,{config:f,valueUsd:b,onChange:j,maxUsd:Tr})}),e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:B?"Sign to send tokens to this address":`Sign to send ${z??"--"} ${M?"SOL":s.symbol} to this address`}),e.jsxs("div",{className:"cedros-deposit-flow-address-box",children:[e.jsx("code",{className:"cedros-deposit-flow-address",children:i||"Loading..."}),e.jsxs("div",{className:"cedros-deposit-flow-address-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-icon",onClick:w,title:"Copy address",disabled:!i,children:p?"✓":"⧉"}),i&&e.jsx("a",{className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-link cedros-deposit-flow-copy-icon",href:`https://orbmarkets.io/account/${i}`,target:"_blank",rel:"noopener noreferrer",title:"View on Orb Markets",children:"↗"})]})]}),p&&e.jsx("p",{className:"cedros-deposit-flow-copied-msg",children:"Copied!"})]}),ee&&e.jsx("div",{className:"cedros-deposit-flow-warning",children:e.jsx("p",{children:"Deposit amount is less than the fees. Increase the amount to proceed."})}),e.jsxs("div",{className:"cedros-deposit-flow-info-stack",children:[e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Send only on the Solana network."})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsxs("span",{children:[J,e.jsx("button",{type:"button",className:`cedros-deposit-flow-fee-info ${A?"is-open":""}`,"data-tooltip":q,"aria-label":`Fee breakdown: ${q.replaceAll(`
2060
- `,", ")}`,"aria-expanded":A,onClick:_=>{_.stopPropagation(),k(W=>!W)},onBlur:()=>k(!1),onKeyDown:_=>{_.key==="Escape"&&k(!1)},children:"i"})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Credits appear after network confirmation."})]})]}),m&&e.jsx("div",{className:"cedros-deposit-flow-info-banner",children:"Listening for incoming transfers. We will confirm automatically."}),h&&e.jsxs("div",{className:"cedros-deposit-flow-warning",children:[e.jsx("p",{children:"Your wallet is locked. Unlock it to continue."}),u&&e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:u,children:"Unlock Wallet"})]}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:x,children:"Back"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:ce,disabled:!ue||!d||!i,children:"Deposit"})]})]})}function da({depositAddress:s}){return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-spinner"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Signing Transfer"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Approve the transfer in your wallet extension..."}),s&&e.jsxs("p",{className:"cedros-deposit-flow-signing-dest",children:["Sending to:"," ",e.jsxs("code",{children:[s.slice(0,6),"...",s.slice(-4)]})]})]})}function ua({token:s,tokens:t,quickActionSymbols:o,customTokenSymbols:a,tokenPriceUsd:r,currencyMode:n,depositAddress:c,copied:i,isListening:d,config:h,onCopy:p,onTokenSelect:m,onAmountChange:f,onSent:w,onBack:g}){const[u,y]=l.useState(h.privateMinUsd),[x,b]=l.useState(!1),[j,v]=l.useState(!1),[C,A]=l.useState(0),[k,S]=l.useState(null),P=Xe(u,h)==="sol_micro",L=s.symbol===je.symbol,E=l.useMemo(()=>{const F=a.length===0?t:t.filter(ee=>a.includes(ee.symbol)),z=F.length>0?F:t;return z.some(ee=>ee.symbol===je.symbol)?z:[...z,je]},[t,a]),M=Ze(h,u),B=M<.01?.01:M,D=L?"Fees: calculated after deposit":`Fees: $${B.toFixed(2)} total`,$=L?"":Br(h,u,M),le=L||u>0,J=Ir(P?ve:s,h,r),q=J?u/J:null,R=q?Fr(q,s.symbol):null;return l.useEffect(()=>{if(n==="multi-token")if(P&&s.symbol!=="SOL"){S(s);const F=t.find(z=>z.symbol==="SOL");F&&m(F)}else!P&&k&&s.symbol==="SOL"&&(m(k),S(null))},[P,s.symbol,n,t,m,k,s]),l.useEffect(()=>{f(u)},[u,f]),c?e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Send Deposit"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Send funds to your deposit address. We'll confirm automatically."}),n==="multi-token"&&!P&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Token"}),e.jsxs("div",{className:"cedros-deposit-flow-token-quick",children:[o.map(F=>{const z=t.find(ee=>ee.symbol===F),X=s.symbol===F;return e.jsxs("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${X?"is-active":""}`,onClick:()=>{z&&(b(!1),m(z))},disabled:!z,children:[z?.logoUrl&&e.jsx("img",{className:"cedros-deposit-flow-token-quick-icon",src:z.logoUrl,alt:`${F} logo`}),F]},F)}),e.jsx("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${x?"is-active":""}`,onClick:()=>{b(!0),A(F=>F+1)},children:"Custom"})]}),x&&e.jsx("div",{className:"cedros-deposit-flow-token-custom",children:e.jsx(Ys,{tokens:E,selectedToken:s,onSelect:m,openSignal:C})})]}),!L&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Deposit Amount"}),e.jsx(Js,{config:h,valueUsd:u,onChange:y,maxUsd:Tr})]}),L&&e.jsx("div",{className:"cedros-deposit-flow-note",children:"Send any token you want. We'll detect the deposit, swap it, and credit your balance automatically."}),e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:L?"Send any token to this address":`Send ${R??"--"} ${P?"SOL":s.symbol} to this address`}),e.jsxs("div",{className:"cedros-deposit-flow-address-box",children:[e.jsx("code",{className:"cedros-deposit-flow-address",children:c}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-copy-btn",onClick:p,title:"Copy address",children:i?"✓":"📋"})]}),i&&e.jsx("p",{className:"cedros-deposit-flow-copied-msg",children:"Copied!"})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-stack",children:[e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Send only on the Solana network."})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsxs("span",{children:[D,!L&&e.jsx("button",{type:"button",className:`cedros-deposit-flow-fee-info ${j?"is-open":""}`,"data-tooltip":$,"aria-label":`Fee breakdown: ${$.replaceAll(`
2061
- `,", ")}`,"aria-expanded":j,onClick:F=>{F.stopPropagation(),v(z=>!z)},onBlur:()=>v(!1),onKeyDown:F=>{F.key==="Escape"&&v(!1)},children:"i"})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Credits appear after confirmation (typically ~30s)."})]})]}),d&&e.jsx("div",{className:"cedros-deposit-flow-info-banner",children:"Listening for your deposit. We'll notify you when it arrives."}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:g,children:"Back"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:w,disabled:!le,children:"I've Sent It"})]})]}):e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-error-icon",children:"!"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Wallet Not Ready"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Your embedded wallet is not set up. Please complete wallet enrollment first."})]})}function ha({token:s,depositAddress:t,copied:o,feeLine:a,onCopy:r}){return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-spinner"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Waiting for Deposit"}),e.jsxs("p",{className:"cedros-deposit-flow-step-desc",children:["Looking for incoming ",e.jsx("strong",{children:s.symbol})," deposits..."]}),e.jsxs("div",{className:"cedros-deposit-flow-waiting-info",children:[e.jsx("p",{className:"cedros-deposit-flow-waiting-text",children:"Once your transaction is confirmed on the Solana network, your account will be credited automatically. This usually takes 20-30 seconds."}),t&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Deposit address"}),e.jsxs("div",{className:"cedros-deposit-flow-address-box",children:[e.jsxs("code",{className:"cedros-deposit-flow-address",children:[t.slice(0,6),"...",t.slice(-6)]}),e.jsxs("div",{className:"cedros-deposit-flow-address-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-icon",onClick:r,title:"Copy address",children:o?"✓":"⧉"}),e.jsx("a",{className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-link cedros-deposit-flow-copy-icon",href:`https://orbmarkets.io/account/${t}`,target:"_blank",rel:"noopener noreferrer",title:"View on Orb Markets",children:"↗"})]})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-stack",children:[e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Send only on the Solana network."})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:a})]})]})]})]})}function pa({result:s,config:t,onNewDeposit:o}){const a=s.token??ve,r=a.symbol==="SOL"&&t.solPriceUsd>0?s.amount*t.solPriceUsd:s.amount,n=Ze(t,r),c=Math.max(r-n,0),i=n<.01?.01:n;return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-success-icon",children:"✓"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Deposit Successful!"}),e.jsxs("p",{className:"cedros-deposit-flow-step-desc",children:["Your deposit of ",s.amount.toLocaleString()," ",a.symbol," has been received."]}),e.jsxs("div",{className:"cedros-deposit-flow-summary",children:[e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Transaction"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value cedros-deposit-flow-tx",children:[e.jsxs("a",{href:`https://orbmarkets.io/tx/${s.txSignature}`,target:"_blank",rel:"noopener noreferrer",children:[s.txSignature.slice(0,8),"...",s.txSignature.slice(-8)]}),e.jsx("a",{className:"cedros-deposit-flow-tx-action",href:`https://orbmarkets.io/tx/${s.txSignature}`,target:"_blank",rel:"noopener noreferrer","aria-label":"View transaction on Orb Markets",title:"View transaction",children:"↗"})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Deposit Amount"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value",children:["$",r.toFixed(2)]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Total Fees"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value cedros-deposit-flow-fee",children:["-$",i.toFixed(2)]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Credits Added"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value cedros-deposit-flow-credit",children:["+$",c.toFixed(2)]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Available"}),e.jsx("span",{className:"cedros-deposit-flow-summary-value",children:"Immediately"})]})]}),e.jsx("div",{className:"cedros-deposit-flow-actions",children:e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:o,children:"Make Another Deposit"})})]})}function ma({error:s,onRetry:t,onCancel:o}){return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-error-icon",children:"✕"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Deposit Failed"}),e.jsx("p",{className:"cedros-deposit-flow-error-message",children:s}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[o&&e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:o,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:t,children:"Try Again"})]})]})}const fa="data:image/webp;base64,UklGRmIEAABXRUJQVlA4WAoAAAAIAAAAOwAAOwAAVlA4IIIDAADwDwCdASo8ADwAPm0qkUWkIqGWDVeYQAbEtgBOmZMBu+H816ov3b8R8R2g2FXtxdyh5s3+A60v0APLi9ktgGB/LZjWNAXqgpE6jfW0NF+P4xEhH2L7M+26iGwrTjjcQegyCZqxs+ifvZANjWd279diqZNKUrgOTVtjJGtW4IVtRhMECd5aWVgAAP7nDv3UY/8f1l//xTP/FM/8NU8c9g//sC3+bX/1HZXsNsM57VKG2LVf1a0KdncWO8uPo/Oh79m9ZqjJZwXfPXuvwkK+WDOl6+N8C2Ux6no/V/zkoucKK/JZek7MR5sS8TknXB+6BuVDXou9Rx4aUea2q2IzvLvFIujjKsVYLMab7j9zo48fhgm9YOtjmWuS0WZ4c+6ta0mr3xF4fcdAIFf6oXRSlqovOX0HUiMV//hXwSX1cfP5cLj8c7OTyT/4ce4olJARV95GoY8oF+2uU0blGul3ItlG7c2Hl2/uC6s2WZc7Zukwojx6ed8t97bZ68N1uzCLzPlG7BuYS17F19e0wXnc6vEl3q7ft0K7OEl7r8mY6Kh+Nt/5V/Lp68mFBjLem1JjvC371+lKwez4KCdXwNo2Z04FqyzGpFutY6YQ/r5Tfu7Oi+oNfN0R/W+D4aj1nqHhlqYJzpx2NK4mj0gJIXmX8EArelSQI8mV4Ux9MRPwC2PuZhLTjQZv+Vl4p0D8bSB+Z0rek3hS6G1r80fW3cn767Pz/bXanjVmm34wt1nQPqdJObrZ7vv2NWcEuQKj9d+V6DzeDrq0CtGNcanEB5MY9agi1E6BprEScTdfPXjBeMnPbpD+QO6P7IW4UZ9etCCHtX++S/fl5Iz5RzUr10ojRMw//35C0yTjSEhbe884dPwor64n//KByjUFEGsCPAAXPJp1+O+SiKfUaODq6ncjKayTHXjoXgM7XP1z4sBhIKJZJRiM7vGC/+v/Sk8/jbgZLZDAVz1vLou93y7Yd8hxcWM/BesxgWgeKvl8fjE/Ud8tQKp4425hWh66lzzwxa4J3ctA4/E50wX/eoBOgq0B7+7S6FK4wvPHSNgfh+vwSWIJsJLt/3yjBeb41RRyMDMZqFQTZPEdFpXp48ExEyDayZ6objbjTHoS5WQDnDQpRyqMNKfvd41nhEPdb/hxpzXeTIjWmfHHCT+CQYWXDqLehCh1cRyeYOBwsSlSw5PiquAbsgAARVhJRroAAABFeGlmAABJSSoACAAAAAYAEgEDAAEAAAABAAAAGgEFAAEAAABWAAAAGwEFAAEAAABeAAAAKAEDAAEAAAACAAAAEwIDAAEAAAABAAAAaYcEAAEAAABmAAAAAAAAAEgAAAABAAAASAAAAAEAAAAGAACQBwAEAAAAMDIxMAGRBwAEAAAAAQIDAACgBwAEAAAAMDEwMAGgAwABAAAA//8AAAKgBAABAAAAPAAAAAOgBAABAAAAPAAAAAAAAAA=",ga="data:image/webp;base64,UklGRtgCAABXRUJQVlA4WAoAAAAIAAAAOwAAOwAAVlA4IPgBAABQCwCdASo8ADwAPm0wk0ekIqGhKBQMqIANiWkADPF3uV2D8VcQGk1mg+P36i9SLnZvYAQxszEWYzEwX1RVkqG/4BGbJgMSHqhKDFsjWsGfPPrvfef11goNmCDDlBJHVVD+8gAA/vu4q03kl+E7FpjtZ2gc8pQ619Hjv9NywoRZ6az43C1wcrRr/lWzJlJhLWMHN0MkVl1ueAf6Hn8StVzeUfMBXOKkgfe2msx7QWR5PnHW/5c6/35yrtWnrURc2q6UYlGin+v8C2dQqexkW6rX2EEijTI9eEQ46PWH3/59fM2AlMvvR2abaRk5XX7V1triQncRxvMfz5YmYDN+PY/ikcZUNaiFucKoUq5riv0eKCezuFNHecE11ojwJqWRSTWpalkz5autXp6vFS+FT1tWUsB/fs1CCOZxaA1vR1grOEaiuKe1RYm7e05psWtqbXLVmm1bA8Ly9PFkVdCbc6hR3UuBBsFGnVeGOUeMn2onnfvYhBMcM9YPxGdQkwZLXOk1VuQSTk01Shf3fZrFyRlFauftFdPYhKXwqrr+meav1P+KLKBVosqmHnFFfgExsQ/rOf3TSd+mOqQfJA+cF+HojNU7nmM3uDkoCBi+//Gqp+gPNNW8M4LFrol8rxE+7WsjqMgfwv1f+Nr25RtG1Wa/KkniRCAAAABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",wa="data:image/webp;base64,UklGRhYJAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSGICAAABkJz9nzon3/nNJGnBXRvBI0sDkR7slpRBaMDl5LByx7cEyBWHtWd+8/uiK/95uEfEBKBnFwRwk6Wjm89PW2Tj9OWNo7VxASQ4DDoIML9fbdLYpbFR21tykDAY8ZCLT9okqZrsD0uqJNl5sj6CIAPwDmdqRlNlz6o0vroE5/vlPObv0kyN/dVE3pmHd31xgt0P1MgBauTHLYjrg2DoClM0DtRi4kmA6ylgrMq2cuDaZm0CoQePyTqVhVTWJ+G7EozXqSyosj4K6cIhVBhZ2MjyMNy/BFcZWeDIE8g/PLaoLLRyF/4vgrlPTMVK/DQH+cPjGpUFV17/i6BEZeGVF+Dh4F/kUYGDR4nKDBPX4AX381Deh2C1Q8vB2F4CDqnMUrkPlPMpY+obLQ/j9+k1GjNNLB0z5hJ5fD0f5Y2XTLkkPn9Hy8X4vsGMW/xvt3JqvKflYnz3nCmXxJc3qLlEXj9mzOe4xJSLcW36Oy0P47cplKl5KMvAfj6HwFKbloOxswrBfWoOyvsQjzWmPErwcKhQi6d84eHgcSGPEgSA4Dq1aMpr8PjL3CemYiV+moP8AY9darGUW/D4u+CEsUiRVyH4p8NwmbE4kZUA9y8IRuvUoijr4xB06zFZpxZDWZ+ER/cBEzW2dXDaZnUMAb06hBOmaIOxmHhlCILenWDrI6MOIio/7kIc+uk85u+SSftkasZ78/AOffYOl17RqNqbqtFqZ+A8+i8BI+tPOiRNNdkfllSNZPvJRYEXDDQI3NJerUFjl8ZmbX8ekIBBuyCAjK8d3Xh52iBbp89vHl2ecIAEh54BVlA4IMwFAADQGwCdASo8ADwAPm0qkkYkIiGhLhtqqIANiWwAqSdaNo+beZFT37f+J9yXOd2J6HfQh5gH6edIDzAfst6vXoO9AD/Lf4DrAP2V9gDzY/+57F39p/3/7k+0RmjvYp/meic9ieyvJnZVfquF/a23ZOCHGT/sfDDjQ89zOL9Gewd+s3Vh/b32Gf28Ejb5ttLg9hoDiFb2tMW81eZU9Z1LHfdRSCsRMzHz0WT4BNgUakGf9oJtrGtVJFxHJfxAatIxnW1qjDi9i3DQtJp9pVNKlMoJEWdPKv3KaaFSlhd/aMGiir9CPcex5QAA+fpjxA6zfUamE3wS2zWwLVrt/fXA5+Wvx9j5SID0zuEHU2LisPUxvtRuIUwNrsUis8zy+IMpzft+ZSg+9gdx9e6+ZvPmtj4OByz5qo26J3rXhPy8LBXSpuPb+f+mP4CoTvYDhzQXh/SIGj8Ez1+W5MJ/Tkdw09wPCs3JuR3yoqO63FH/j81xW5Abr7tCdwfXwv3CXDtOcHwUqPCd1aiU2uT6XwgdnYqYygEXGKFx8nmaUvqSn9p8HmIA9dVTOoEnqYFjrNfWY034N2vjohd16cxnkP4PYvHkIOWa/FEUug7/qbJ/GFLPxNh6y9eQ//MzzXbcPwsT2chWXPBXNVF1S9dxv5NUuEueiw2kdebblQuvUSRLN+zx3VyT2lOzWBUqrzsTmeOlxjVcTA83H99r35O4X7WXNq7HExiWXxrdM/Ih4CvPJaEHPxUE/i6WIz6+VGq4RB3sBKl3P4M7/DLWAwCnwcpX228XezqQ4cS2tttWxLTc9cPd1ofek9qF9lpB8RvakdPnj2PruFA9W3iKbNdmgnb+mIpohHuUR73KdDDOHbyfAiOjPzzqomnIU3jcSt7LKOB/Op97sCk0yd18mVG3prs351B+xmCE2Zd3RFKL+mpMz5qcuAFAfRyodbggdgmFGkEGQ33VryYFl/upr31FGdI52sqzuxd7jZIsqCcznUH/gu+xaBw7wla49EmFNf+Ss+91i9Hsys0FS//Ktru1xWgkeEweX77y6Oot5tHQsDxgy0sAI85V7FmlpiiWXQdM12MGfCBfyRM+N23SjOdReeSILYCgsM3r33/54X+lfDVNj427MvbDFtKccqazlQ+iKqC//MvYwqyiJPL1ZbVoCEP774fKZA3D3qvsVPGlp9LPchpTs4mTJugt8qXl82RwXQCDNZXnbEois53E35hkRr+IJhndoRo1o2sZDoTgykbeOKiynPH03+BcUQ8zmxTmiVlHQym/LL3kRREnUlxs2zPPGb2E+Rpdib+LxOvFSmj9RfTZoYIJnrqNnBIXV2lt7xeZ0srf98JymJxrtr8lx69oSNZIReDddL+3iiUjh6lm7EcYuclqBaKp8q68geo7H1EvKy4nSRx5Q+uz4l/ypo2hVdwi9l+BHjZZmJ7lXkpNTRJ0gZpzquzN2vh/MZQALV6FZ6q4aofA9AJy1DVLdNjV8n6s9eFA5pazxwhLW4tgWMciGf5x6G7HqFPTL1ZL3l447zLGUkqAXjkeVaNmxZ2oNKIuTy6JDc0Z61Z2dgbsg6HwCX1/ux5sk82WsnNIO4CTnWKI1aCtQZaEsBf6hIl9n7VBsgZGIcPpqn7P4mbyf3EbfdfQ32qlawLuAxmDlwRsVsPkw7j4aKbvIBykNcsVXv0/X6UXXaAtw3feJnTwDak2qY6QpMLE9e7PJeuQQ8FXpqI5HoR82kd+DOwGH5F3OpuWsmEt8v7WQG8q1LMkg6vrl3I8047zMl1Yq0VwotbrsKJocsHgsbs/PGOO9v2s8U0Sju/71XRtG5skcy2msae3wixjlGR4i6ZfldMehQD1zf/FbWN9hnHfpq1Fh8+PSA9AzUi33qli8ixISbH+tw7CcumxvegMk88HMNZlVdnIEzIfyHrSdZ2S98yX2OYZw0+JyaBbQxI0fOr6KpuMD6FVGLrdN9dgOTgOPQgAAEVYSUa6AAAARXhpZgAASUkqAAgAAAAGABIBAwABAAAAAQAAABoBBQABAAAAVgAAABsBBQABAAAAXgAAACgBAwABAAAAAgAAABMCAwABAAAAAQAAAGmHBAABAAAAZgAAAAAAAABIAAAAAQAAAEgAAAABAAAABgAAkAcABAAAADAyMTABkQcABAAAAAECAwAAoAcABAAAADAxMDABoAMAAQAAAP//AAACoAQAAQAAADwAAAADoAQAAQAAADwAAAAAAAAA",ya="data:image/webp;base64,UklGRo4EAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSA4CAAABkGXb2to2V9/v6D1Jmd5CQ5GXPYXAJMrtPOJMoMzMzDgIPYY5+vVds6T/m0BEOGzAtm1IBlR2d8kXUMyaADjeuHr9V7qj3E5/XrvaOA5AHCqzFgHTFz9tUTmEyq1PF6cBqVWDOLjkwS6VPsu8KqnaewRU7j5KIjipgFiQfCf1IGch8wMlv9QhcWk4nLlL9Z4l6b3y7hmUvGQkmF1nnrMC85zrc5CozDUQtwamisNSDCmxjL5jpqxMzfhutFCCY3+5110CaI9/jhVIcPg/DxiIB/x/eKgijLxkRobTyxFEw7zVm0NqcYg5LNAzKD3n4QbmyRVqWCiXJyD9uN7z0Ha9Dw4N5gzOnHU4IMJ7egt8HuYWasIJnlg46fkYgul9qgWU+9PA2Z7b2FngnR3e49Qm1QbKzVPNnltZ8wozK2S8et0SN34wt0LOnynVCsp02xI7tKSqqXYsV7ZtD/lpeaEfNyw/k9evWuKK7XfQ9ruP9/RW/s74t872N1bw2MY8n0Acmlb/KQ04AJ8t5PkeEbpDnbmR2/5392FiOfRFlCuTkIGsMh/aPBeGZFLBYuiM1IIUZLOD0NnMNBMWZdE/4bLo32MQ0wxcJnsvhcnerRhSLvPPhcj8s5DIsmtU6Tj1L1U6zvcEElfrVlHyqGy3epC4om5Vsg3OlO50UQ2V6Qa65LWf6TZ1J/11faBLlpgAVlA4IJgBAADwCQCdASo8ADwAPm0ylEckIyIhKAoAgA2JaQATzh4OcBkEByVmbl5z9gD9U/+J2APQgLaX4twLu19/UVxAWN1IKXE4cIqJBhoyQ0yDYn61m3zk6T7FMg0AAP78+EMvGgC8jLXmcbbmqvufKjG8Tv1M9Krl47vOW74O/Rapv2DgXbg9iK6PrRQG/9d9+rF/ESxzbszVFn3GThrMBmsklj/LPWDQ0pKzG7EyjQL6p6gfUwMze+wPhzJpn8tMqlUVgq6/QSUVcgG+ztsi73rA3vl3n4baeF1INsbuosTXtnsotVYuTii6rscx9OUTvevYcPNvcL9MPhyWeCQw0qynnGtzCIw+oFRN0+TN1mqXkFyk/rFBcH+FHiI6s9XX5EWCKn5vTRt/0RbS687PiXPFC5Zk/Gk4+538IYi+HZDjvlQQWOH/vddfYTerQ5QqWJt1YuaZNThQ2u+/DtXfZPRy1iWWLR9SKFFtlGrqBKWF5nPRPWWMNA3OssvUtvCNBLBA4cn1whzy+SpbgLvnaepxiykjKsU/MhzgAABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",ba="data:image/webp;base64,UklGRqwEAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSL8BAAABkGvbtmlLc5997yvbmW19gBnbDm2kjF5UmW3bthXZVZFdZ+81r+87Z1XlEaHIbSNlMstwos4XUBSTLAFQo/u01Zdf/yLDDze3zB/YwADJEoOoJAKg7oTdH4SF+XxiZlMgSESzwAJdVn2iUJzzOUMiLhQKf+/va2FtBLMBuu1zpHcsincUXhtoTKLsCTVX/KF3wrLhPLm/OWzZtjQWfZ7RhYyAC/lxMowpSzJYJAyFkZDQc21FBMUT7BqGjpHxf3m+XlEPUHE/f3vGgPzmw4awRUaTexkyJhwfNShctVgZXyJDXq4CUyjNy6Y4fVOBIkAPR2GcOE7Jm2NQ/RE9YzXht3a5VYvlOX0xF0fy+tp/ozBuQg6DzZYb6Bi7ed4rB5Mp/1Co4cNhLUo1StLxDIDqrynUoRswiF6nFnIxsDpnZ5WBW0GFZ1qZ8HfLDk5txHHsGDpSa6B0cXZEa+DsTr1M+P4qPdXwjynU4+1/a7oN3Sm6G+meSd27oHsHde++7puj+tYpv7G6b7vun6L7l6n+oZp/t7JmUNUqqhpJV5upakJVLaqqgVW1t6rmV401NGMc1djqH4rpIseSfyPFkgAAVlA4IAQCAABQDACdASo8ADwAPm0yk0akIyGhJgzogA2JaQAThroHvLxu+aPf5G2BYxv+B6XHzx6GPon/o+qz/tOAA/TM82gR0vnExWoiQRM36jlg2UIvwCSqySErzuguz9EP2x/7hsNazr91aIworWI7AAD+/TZ+6Ipl444OdT+2wU0Ov+T8oJuVP/vUbT/w1Jsv6Awnl6rvF/xetfOPt3gTQZZi0Y/AOx563J7CJkqTR/fc/n34zyeKzR80fhfv4ef+Hjhz/CX5aQo+58zg/FdE+7bLoophGfG0szI513EH+q+Gc73H1PFdJYf7CF8v5dhr3tMwEVX5Ji2ZxejK8xrf/E6nVXqlA4DrYNRP09InHc+fEqO/fH8xr+rMf4y1F9TOnwVffZblLoTP6lot0m/sh7sTiDQr0mIA8TiHoOffGDG6KzV+B3239udfhzD740gkRi/m53abX0Ku3vAgadgFFqL0vk8M/4aI+cI+0fbLW17mWGeMu21wSRRQiv5iNgGKR3vEGXAItcLDft1uUzWAfbe1X3zK/ymT7bA/76PB6UUknm+Y5MM4osurUXU/k7P38pN/3slnGfpFzjl4c3USY4mH9ZCJYUuC/kGEnq/yRPalPdODNFvW6s8MiQeQejYNRY0LsJ0WXkK8vXiDmihCivYAOPoSovesL7on+WAArDNM/BcQSQvCYABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",Aa="data:image/webp;base64,UklGRnIIAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSK4BAAABkHPbtrE9+z73/RTbqWw7Lf+BbbNKbTudbZe2qy+VbVv3PmeHj05G6ohg4LaRounNMtN1voB42ABA5R7TNlx5+O7du9e3Tiwb0b4EgFyAOCQM1Z16+DWFUZC7m3uVB2zKQGBhe+77RGHonJffCL1zQuHDxQ1hrEmTatDjHIXOC2MgzpNf1tVJkWgsGhyihI7JIE74aUYp2ITFAoz9QO+ZAs7zanvkEilKbIkMJS5ANwoJmrCodYVOmBqh5zIEJjZc9xods4A4rrPGxGitrJSU71yNyH4Myl7JTEl+5zzYSH9nlkrxHBzxWUzLVEnhh+YI/gq3+UphpvA8m/s7/wg9M4bjFNg/0vplrxQ+rQEDg/xihmT23jxYJZ8UPq8OA5z77Wt405FDR4poSMjiAJhPRxUIu8D+UVonOhfNPEVHPM9juFacwo+1V6kJQ3Y9Sa8ljhPuUvRk4UdNWU9ST3b9n0W3iG5DumdS9y7o3kHVu6/75ii/dbpvrO7brvtPUf2X6f5DVf/dmpxBmauociRVbqbKCXW5qCoHVuXempxf1dZQtXFUbat/yKZTtSUBVlA4INwFAABwGgCdASo8ADwAPm0qj0WkIqEZ+zYAQAbEtgBOmZoZF+E8zGoP3X8VbcdLvma8t+jH0E+YB+ofSA8wH7VdQv0AP75/iOsG9ADy3/Y5/b/91fgI/Y7MOesb0e/q+TUR1vt7VO6mwG0imO70GM5/0P7BX6qelv7EP209lz9oDRea09ZR+SjhX7sBu/ZS7tG917rPgI3Q7XsB7luy2hAg/95C2Z1L362OH1oFziDY/K5gWoSytSAtiKvA/jW1MehBzdLzJfszPPBvGa15IYwIVRTjO2Hz5ZS9HjLMehwAAP64SgjD3qeg6NRe/Ok+iFhrG3pgglCfbam3yBaDUH36sUiQx0PB1ZZyOHq0ky+f97h6tJMvo0p9LkfXecWOFJ8J5G7yRPuL4tzGLT09QulTJw42xp2hd+lMgIa51XoHx/iftn8B2D3k92H5jOQr+uIXFHHK5FpcTG+qGEF+np0LiQa+vdW7/+ZzOLVRf7jR5X3ANPt93Ng92DW7NflVr6kMr88O/v2ZNb0vtgao2Am/R3CDKiNq89f86CT6r2L2g1oTui7H3E1yhSPQpEOz01I3fhfiMMv4weqKuoedxn/xLg5uzHa6Gte4C/dQYkG3ZFSy4CXQtRjftBrjX/Oj+HpSUPDsv0wPW+ml5NbBKDCj2f3SD8TVMf2ZfHrOkR602RVk2UmKC+H0Y9iK6k98vsgPINtz0II8X7Mj2nJkTC6IMLuQ8dNTUq9VXOnhXrdhNZoaH94ePo6baBl3hTGFAnD3/b+gR/vtbqV7wktuX6fpnjeTBe/Drp6z3neeANj/aX4CsU9w67nwYOjZhueCjxaDKUnNjLPjI1e0BoTbcOzOQ0wHJHZJ+Pt608StBu4HiJ8NjH46fnvXL3yiMoSvkAuwCE1AakA+eU1u3unyjl1/MnZQmbp8fzfsfrFesehLPcIkYdCiZ+52QbmINNTjEsvjuBuZRubBE+Laihppsxoo4efGIo0xkw0etu1+yzvkqp88w3pBq0mRl13gnnc+2zl6SmhwgmNFbz+F8qAqmdfJL8iaNSGEWlPlpczDDe62GBZMlBhQmq/XCn/1b+VazHvJXkoIFDF+wktMg+rKfLyfTlXdK0cs+Kn8h+rjMakkf3WLo1TftMLn+O+x/Gat+BGstJrM1xvCSSnHQY+NV4B4gRqyZ55gRNnqN/0lWrATOcHUaGXpkTIM/yxFjxcePcSFo+t2aJ5lShtVukETzRxaIXgRkpROeWQHWpTHOaexmXOzF0b833qJSoXMk2zB/uMrgDzKd7d3ohUz8Ra08WYKlAuMQD08bF4+jUepEspqPLoYLQ73TfmL+1LwKxyTV3gEu6WnxBPWPLnYIGYN9U47ZNlB+NgHgYtKTyii6060RAG+wN32WUVFxCZw0HMHnHFgwxD34L/anlpS7mOrjKgyuGYhFC7iHqTQHuoAO1ekBHV+rndnbETKfa1F7LxNLYq+dmJyytmQrJUCGjelorI1m/TMQNiFVrY4FCI1Gl2W1JsZsw9zA+Bh3JmjkC0H5/0JV6JotNMatJIZ4v5PqwJe3r8xd+FNS3ynccdu+xtVdc27qwVdoomciZD5oXYey9KAFSAKO594sBKZNWUJTLXnt0BJbdF8FkQYvg3DQajYY2p+ixd5Ag7o92gw0pVVDDOP+WQxiEmKqgWJyTBsnsBk2Bxi2Unsv8S/4PmE8Hy/vy+Mij+aTAKZvg716IHfHX0/JMeFfmAnsZ39Q0qkfdPtq6+CxbGZ7wKDsK/8l/MVGuyd6faJFt5wyoOXuNrr3JC9EoBmjcOzkVw/6RNP49poZ1xzsX3q7B4HGfI/XSfRQq3HeZ2j12d0E3gCAube4oExaT1sx/v8F+f61QOsGdSaqM2im6qOGkSRkrRQ7L8hvS8vEYJeVkAbFvX5ov7e/egYYNToMHj651c5/rCVYtB9Ned6GvGN8R0x3t7+lsf8+ofhHRzpyvwxd6c5pREZVOKnXzplhJ61mki4JmAAAABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",xa="data:image/svg+xml,%3csvg%20width='88'%20height='88'%20viewBox='0%200%2088%2088'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='88'%20height='88'%20fill='url(%23paint0_linear_170_79)'/%3e%3crect%20x='25.6665'%20y='25.6667'%20width='11'%20height='36.6667'%20rx='1.83333'%20fill='white'/%3e%3crect%20x='51.3335'%20y='25.6667'%20width='11'%20height='36.6667'%20rx='1.83333'%20fill='white'/%3e%3crect%20x='29.3335'%20y='40.3333'%20width='29.3333'%20height='7.33333'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_170_79'%20x1='-75.3077'%20y1='-55'%20x2='146.302'%20y2='148.167'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF00FF'/%3e%3cstop%20offset='0.531673'%20stop-color='%237A84FF'/%3e%3cstop%20offset='1'%20stop-color='%2305FAFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",va="data:image/webp;base64,UklGRh4HAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSNwBAAABkFxbexpJnyR3z8y+ajXMkAnjnnOgbUUxEAHjkpldWQwzFUn6v3PGVNI/AUQEA7dt49gN3PXavTlfQDeNAeyqg4PL5buRyOhteXlwcJWtHU8qzUIBs+30g7/s4N8Hp7cZFAtpDc7Bbr8xplB8iFJBYvBC4fjGdgvnElqdwc6XFPGRnQxehC93wjgzbxRYf1UYA+dkiJSrG1DMV6zDoW+MkQmMkd8Owdl5AsvOM3gm0geeXwY7R/Tu0EcmM3re6cF2Rr/kTJiBMmPZh+2q/wtm4ozD9qrB0tucMhunvL0Upg1n6JmRnmda4HCckVkZeRyuMWjjF0peCD9vhK3jAgMzM/BCDQ576225m/bCwcA+qzS/PLUwDrsr1ZDdcAa3KtWQWzDYPKZoQDjeDJyoVEdOAPf0cA/Lf1F0IPy1fG8VWmXvgF4LnoOLDFoIvPiaUQuRr99pNr8dUZEj0YToQnfjreaQd7oL6T6Tuu+C7juo++6rfnOUv3W631jNb7v+P8U+1ZDAZxZG9R+q/e+GxcbPuRcRftkIq+pVVD2Srjdr94TDnJ6w7MGqedFhH1bVA6t67zk9/3ctzw+YAhvSc431KExyjjNHQ2zLcTRzq/8op0vKJd+OREbvUnJJAFZQOCBaBAAA8BUAnQEqPAA8AD5tMJRHJCMiISgb+1CADYlsAJ0zIUCfxfmY2f+0b2AbztDnPeKX0qPMp+wHrDehz0AP7J/o+tP9ADy3f23+C79yPYA/aqK9mONrQbuszbsEyALJNTfg+Z6NjG2v+ETCuvlr1q6QUqEiAMUndG/WwfnjJIOTfOBS4W1w0HjOJa1XQ2K33n2b07EOjOBapwKzyoA2erTBTnEKlFjllBy68GBjZ+UKnlzN/f5ibbb4gAD+i9OsnW0xUnmTpyhVasIKzTu0BsXnfBm4rHJqGMFJBUgTESDXEPcNjAeaHP8ck9qdNBH4L/h53tXgHeZttc7c4lwTa6U4Lziz8qUoy8ce0IMc5TFElawGj16tME0GzSSbUqgH7/tYA6huPsWM2z3GjP8b9y7paRbINxwYRtuE90I6QVsNrEkbhL1YfwxRXnuobOfSe3KFVamrvsOqwTCMqlNfjsR3pyoiZ+lYt3+AH6x4ZVNltbYI5KiVhgCu1isooK324ldloH3zhlefYKEwTCYfNjbeH5UiL7JSev+t/C+ftc3TkAHcsvrLCU6n5pYYY2Yr1kRq+r6XVzI6iXuA/TqwMk6xq1PmdzHOwKavncLjWJrk0uU/5E5WKqXM0tgl5s3pduHjb5aiAt0ikEisMyYwnIhDiSemPRdGON4RlwSb3OEpZjhuZqoyen4Sw/fULewt3hAZizeiPZx1o9LS3M/4r3v/M6/o5925VJcmxAf/yjsyjCz0mV+6NuIeWp8shrFaIGgeduVJoZ0Kys1WjSLuFg9QvF5LlkOZ2k7WrzSu4ucsUOS/X4wnQvB0RCnR1PCsU4NDdLfxvQITUgGIuVTJ7LR73PHzZam/Z21oy3euiU55ffITekwjR4SgVoPvhxbdBSyVePf/twm62pSK9IfgPGN+ttubhQub1ooVZymdQCrS3goEs6dlnl/6TVfkgxFyBfAORkZafeu/Va2vIgUBNUQd48W8oPiMFjx+SAKx1qm2IwCLnuhJGf9M4nCzu7oo43f+nBeT07IjB+FpFKRGFNvlpLEXhPclSgFkqeU1W2eNqW2zShCWkQkgfE1HAoNX3z+CQcRQJq+HkC2nSjFdFYT8UNYNS6lYcyVWzEnOos1qpsNRxnLqY2Dl5CCT3Yeg/qT8chfF9ZadFvzNTEIDlARoN//7IU23MtuLdpsAjsiGfBHuR7y4lemYPdD/9Cuff9Qn/r/xlhmB5x2Y9Z1yME3aANAb5+u3lYz01zUlWwakKVmv9fhaeu/YzQ7BXLlcb+cbaIF5t/COmObnt20zaTfjad542f7p7f2Xea134nvyPYS+EAgjM+GufHvl9tXCrrRbH0pn7kH2XEGx9VbO4mY54+QZa5kPr0j3AOEtKd7SJWjlg5TQfgIuB6KoLGainSwF+pPdiCmzEzAOa1eFwn//2VdDMeq42/bKH8U4orewhLh60ci/S0BRBuItNMc+v1+vxl0YyS5it4AAAEVYSUa6AAAARXhpZgAASUkqAAgAAAAGABIBAwABAAAAAQAAABoBBQABAAAAVgAAABsBBQABAAAAXgAAACgBAwABAAAAAgAAABMCAwABAAAAAQAAAGmHBAABAAAAZgAAAAAAAABIAAAAAQAAAEgAAAABAAAABgAAkAcABAAAADAyMTABkQcABAAAAAECAwAAoAcABAAAADAxMDABoAMAAQAAAP//AAACoAQAAQAAADwAAAADoAQAAQAAADwAAAAAAAAA",ja="data:image/svg+xml,%3csvg%20width='868'%20height='868'%20viewBox='0%200%20868%20868'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='434'%20cy='434'%20r='434'%20fill='%231B262D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M234.563%20184H640.697C650.387%20184%20659.339%20189.164%20664.172%20197.542L782.495%20402.657C788.631%20413.294%20786.808%20426.72%20778.056%20435.346L452.368%20756.327C441.818%20766.724%20424.846%20766.724%20414.296%20756.327L89.0484%20435.78C80.0927%20426.954%2078.4157%20413.136%2085.0013%20402.433L211.48%20196.884C216.405%20188.879%20225.146%20184%20234.563%20184ZM588.257%20275.577V333.129H472.567V373.032C553.82%20377.296%20614.782%20394.81%20615.234%20415.802L615.231%20459.563C614.779%20480.556%20553.82%20498.069%20472.567%20502.333V600.259H395.746V502.333C314.492%20498.069%20253.531%20480.555%20253.078%20459.563L253.081%20415.802C253.533%20394.81%20314.492%20377.296%20395.746%20373.032V333.129H280.055V275.577H588.257ZM434.156%20472.268C520.868%20472.268%20593.345%20457.459%20611.082%20437.683C596.041%20420.912%20541.636%20407.713%20472.567%20404.089V445.867C460.187%20446.516%20447.336%20446.858%20434.156%20446.858C420.976%20446.858%20408.125%20446.516%20395.746%20445.867V404.089C326.676%20407.713%20272.271%20420.912%20257.23%20437.683C274.968%20457.459%20347.444%20472.268%20434.156%20472.268Z'%20fill='%23009393'/%3e%3c/svg%3e",Ur=[{mint:"So11111111111111111111111111111111111111112",symbol:"SOL",name:"Solana",decimals:9,logoUrl:Gs},{mint:"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",symbol:"USDC",name:"Circle USD",decimals:6,logoUrl:Aa},{mint:"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",symbol:"USDT",name:"Tether USD",decimals:6,logoUrl:ja},{mint:"HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr",symbol:"EURC",name:"Circle Euro",decimals:6,logoUrl:wa},{mint:"USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB",symbol:"USD1",name:"WLFI USD",decimals:6,logoUrl:va},{mint:"2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo",symbol:"PYUSD",name:"PayPal USD",decimals:6,logoUrl:ba},{mint:"USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX",symbol:"USDH",name:"Hubble USD",decimals:6,logoUrl:xa},{mint:"CASHVDm2wsJXfhj6VWxb7GiMdoLc17Du7paH4bNr5woT",symbol:"CASH",name:"Stripe USD",decimals:6,logoUrl:ga},{mint:"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",symbol:"BONK",name:"Bonk",decimals:5,logoUrl:fa},{mint:"oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp",symbol:"ORE",name:"Ore",decimals:11,logoUrl:ya}];function Xs(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),n=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),c=l.useCallback(()=>{r(null)},[]),i=l.useCallback(async()=>{if(!n)throw new Error("useCredits must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.get("/credits/balance/sol")}catch(p){const m=T.handleApiError(p,"Failed to fetch credit balance");throw r(m.message),m}finally{o(!1)}},[n]),d=l.useCallback(async()=>{if(!n)throw new Error("useCredits must be used within a CedrosLoginProvider");o(!0),r(null);try{return(await n.get("/credits/balance")).balances}catch(p){const m=T.handleApiError(p,"Failed to fetch credit balances");throw r(m.message),m}finally{o(!1)}},[n]),h=l.useCallback(async p=>{if(!n)throw new Error("useCredits must be used within a CedrosLoginProvider");o(!0),r(null);try{const m=new URLSearchParams;p?.currency&&m.set("currency",p.currency),p?.limit&&m.set("limit",p.limit.toString()),p?.offset&&m.set("offset",p.offset.toString());const f=m.toString(),w=f?`/credits/history?${f}`:"/credits/history";return await n.get(w)}catch(m){const f=T.handleApiError(m,"Failed to fetch transaction history");throw r(f.message),f}finally{o(!1)}},[n]);return{getBalance:i,getAllBalances:d,getHistory:h,isLoading:t,error:a,clearError:c}}function ka({showAllCurrencies:s=!1,refreshInterval:t=0,compact:o=!1,className:a="",onLoad:r}){const{getBalance:n,getAllBalances:c,isLoading:i,error:d,clearError:h}=Xs(),[p,m]=l.useState([]),[f,w]=l.useState(null),g=l.useCallback(async()=>{try{if(s){const u=await c();m(u),r?.(u)}else{const u=await n();m([u]),r?.([u])}w(null)}catch(u){w(u instanceof Error?u.message:"Failed to load balance")}},[s,n,c,r]);if(l.useEffect(()=>{g()},[g]),l.useEffect(()=>{if(t<=0)return;const u=setInterval(g,t);return()=>clearInterval(u)},[t,g]),f||d)return e.jsxs("div",{className:`cedros-credit-balance cedros-credit-balance-error ${a}`,children:[e.jsx("p",{className:"cedros-credit-error",children:f||d}),e.jsx("button",{type:"button",className:"cedros-credit-retry",onClick:()=>{h(),w(null),g()},children:"Retry"})]});if(i&&p.length===0)return e.jsxs("div",{className:`cedros-credit-balance cedros-credit-balance-loading ${a}`,children:[e.jsx("span",{className:"cedros-credit-loading-indicator"}),e.jsx("span",{className:"cedros-credit-loading-text",children:"Loading balance..."})]});if(o){const u=p[0];return e.jsxs("div",{className:`cedros-credit-balance cedros-credit-balance-compact ${a}`,children:[u?e.jsx("span",{className:"cedros-credit-value",title:`${u.balanceLamports} lamports`,children:u.display}):e.jsx("span",{className:"cedros-credit-value cedros-credit-value-zero",children:"0.0000 SOL"}),i&&e.jsx("span",{className:"cedros-credit-refresh-indicator",title:"Refreshing..."})]})}return e.jsxs("div",{className:`cedros-credit-balance ${a}`,children:[e.jsxs("div",{className:"cedros-credit-header",children:[e.jsx("h4",{className:"cedros-credit-title",children:"Credit Balance"}),e.jsx("button",{type:"button",className:"cedros-credit-refresh",onClick:g,disabled:i,title:"Refresh balance",children:i?"...":"↻"})]}),p.length===0?e.jsxs("div",{className:"cedros-credit-empty",children:[e.jsx("p",{className:"cedros-credit-empty-message",children:"No credit balance yet."}),e.jsx("p",{className:"cedros-credit-empty-hint",children:"Make a deposit to get started."})]}):e.jsx("div",{className:"cedros-credit-list",children:p.map(u=>e.jsxs("div",{className:"cedros-credit-item",children:[e.jsx("span",{className:"cedros-credit-currency",children:u.currency}),e.jsx("span",{className:"cedros-credit-amount",children:u.display})]},u.currency))})]})}const Ms=[{key:"all",label:"All",txTypes:null},{key:"deposits",label:"Deposits",txTypes:["deposit"]},{key:"usage",label:"Usage",txTypes:["spend","usage","charge"]},{key:"adjustments",label:"Adjustments",txTypes:["refund","adjustment","bonus","credit"]}];function Na(s,t){const o=s<0,a=Math.abs(s),r=t.toUpperCase()==="SOL",c=a/Math.pow(10,r?9:6),i=o?"-":"+";return r?`${i}${c.toFixed(4)} SOL`:`${i}$${c.toFixed(2)}`}function Ca(s){const t=new Date(s),o=new Date,a=o.getTime()-t.getTime(),r=Math.floor(a/(1e3*60*60*24));if(r===0){const n=Math.floor(a/36e5);if(n===0){const c=Math.floor(a/6e4);return c<1?"Just now":`${c}m ago`}return`${n}h ago`}return r===1?"Yesterday":r<7?`${r}d ago`:t.toLocaleDateString(void 0,{month:"short",day:"numeric",year:t.getFullYear()!==o.getFullYear()?"numeric":void 0})}function Sa(s){return s?{deposit:"Deposit",spend:"Usage",usage:"Usage",charge:"Charge",refund:"Refund",adjustment:"Adjustment",bonus:"Bonus",credit:"Credit"}[s.toLowerCase()]||s:"Transaction"}function Ea(s,t){const o=(s||"").toLowerCase();return o==="deposit"?"↓":o==="spend"||o==="usage"||o==="charge"?"↑":o==="refund"?"←":o==="bonus"||o==="credit"?"★":t?"+":"−"}function La({defaultTab:s="all",pageSize:t=10,refreshInterval:o=0,className:a="",onLoad:r,onTransactionClick:n}){const{getHistory:c,isLoading:i,error:d,clearError:h}=Xs(),[p,m]=l.useState(s),[f,w]=l.useState([]),[g,u]=l.useState(0),[y,x]=l.useState(0),[b,j]=l.useState(null),v=Ms.find(E=>E.key===p)||Ms[0],C=l.useMemo(()=>v.txTypes===null?f:f.filter(E=>{const M=E.txType||"";return v.txTypes.some(B=>M.toLowerCase().includes(B.toLowerCase()))}),[f,v.txTypes]),A=l.useCallback(async()=>{try{const E=await c({limit:t*3,offset:y});w(E.transactions),u(E.total),r?.(E),j(null)}catch(E){j(E instanceof Error?E.message:"Failed to load history")}},[t,y,c,r]);l.useEffect(()=>{x(0)},[p]),l.useEffect(()=>{A()},[A]),l.useEffect(()=>{if(o<=0)return;const E=setInterval(A,o);return()=>clearInterval(E)},[o,A]);const k=Math.ceil(g/t),S=Math.floor(y/t)+1,N=E=>{const M=(E-1)*t;x(Math.max(0,Math.min(M,Math.max(0,g-1))))},P=E=>{m(E)};if(b||d)return e.jsxs("div",{className:`cedros-tx-history cedros-tx-history-error ${a}`,children:[e.jsx("p",{className:"cedros-tx-error",children:b||d}),e.jsx("button",{type:"button",className:"cedros-tx-retry",onClick:()=>{h(),j(null),A()},children:"Retry"})]});if(i&&f.length===0)return e.jsxs("div",{className:`cedros-tx-history cedros-tx-history-loading ${a}`,children:[e.jsx("span",{className:"cedros-tx-loading-indicator"}),e.jsx("span",{className:"cedros-tx-loading-text",children:"Loading transactions..."})]});const L=E=>E.txTypes===null?f.length:f.filter(M=>{const B=M.txType||"";return E.txTypes.some(D=>B.toLowerCase().includes(D.toLowerCase()))}).length;return e.jsxs("div",{className:`cedros-tx-history ${a}`,children:[e.jsxs("div",{className:"cedros-tx-header",children:[e.jsx("h4",{className:"cedros-tx-title",children:"Transaction History"}),e.jsx("button",{type:"button",className:"cedros-tx-refresh",onClick:A,disabled:i,title:"Refresh",children:i?"...":"↻"})]}),e.jsx("div",{className:"cedros-tx-tabs",children:Ms.map(E=>{const M=L(E),B=p===E.key;return e.jsxs("button",{type:"button",className:`cedros-tx-tab ${B?"cedros-tx-tab-active":""}`,onClick:()=>P(E.key),children:[E.label,M>0&&e.jsx("span",{className:"cedros-tx-tab-count",children:M})]},E.key)})}),C.length===0?e.jsxs("div",{className:"cedros-tx-empty",children:[e.jsx("p",{className:"cedros-tx-empty-message",children:p==="all"?"No transactions yet.":`No ${v.label.toLowerCase()} found.`}),p==="all"&&e.jsx("p",{className:"cedros-tx-empty-hint",children:"Make a deposit to get started."})]}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"cedros-tx-list",children:C.slice(0,t).map(E=>{const M=E.amountLamports>=0;return e.jsxs("div",{className:`cedros-tx-item ${M?"cedros-tx-item-positive":"cedros-tx-item-negative"}`,onClick:()=>n?.(E),onKeyDown:B=>{(B.key==="Enter"||B.key===" ")&&(B.preventDefault(),n?.(E))},role:n?"button":void 0,tabIndex:n?0:void 0,children:[e.jsx("div",{className:`cedros-tx-icon ${M?"cedros-tx-icon-positive":"cedros-tx-icon-negative"}`,children:Ea(E.txType,M)}),e.jsxs("div",{className:"cedros-tx-content",children:[e.jsxs("div",{className:"cedros-tx-row-main",children:[e.jsx("span",{className:"cedros-tx-type",children:Sa(E.txType)}),e.jsx("span",{className:`cedros-tx-amount ${M?"cedros-tx-amount-positive":"cedros-tx-amount-negative"}`,children:Na(E.amountLamports,E.currency)})]}),e.jsxs("div",{className:"cedros-tx-row-details",children:[e.jsx("span",{className:"cedros-tx-description",children:E.description}),e.jsx("span",{className:"cedros-tx-date",children:Ca(E.createdAt)})]})]})]},E.id)})}),k>1&&e.jsxs("div",{className:"cedros-tx-pagination",children:[e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>N(S-1),disabled:S<=1,children:"Previous"}),e.jsxs("span",{className:"cedros-tx-page-info",children:["Page ",S," of ",k]}),e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>N(S+1),disabled:S>=k,children:"Next"})]})]})]})}function Zs(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),[n,c]=l.useState(null),i=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),d=l.useCallback(()=>{r(null)},[]),h=l.useCallback(async()=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");try{return await i.get("/wallet/withdraw/balances")}catch(w){const g=T.handleApiError(w,"Failed to fetch wallet balances");throw r(g.message),g}},[i]),p=l.useCallback(async(w,g)=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");o(!0),r(null);try{const u=await i.post("/wallet/withdraw/sol",{destination:w,amount_lamports:g});return c(u),u}catch(u){const y=T.handleApiError(u,"Failed to withdraw SOL");throw r(y.message),y}finally{o(!1)}},[i]),m=l.useCallback(async(w,g,u)=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");o(!0),r(null);try{const y=await i.post("/wallet/withdraw/spl",{destination:w,token_mint:g,amount:u});return c(y),y}catch(y){const x=T.handleApiError(y,"Failed to withdraw token");throw r(x.message),x}finally{o(!1)}},[i]),f=l.useCallback(async(w=10,g=0)=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");try{const u=Math.max(1,Math.min(100,Math.trunc(w))),y=Math.max(0,Math.trunc(g)),x=new URLSearchParams({limit:String(u),offset:String(y)});return await i.get(`/wallet/withdraw/history?${x}`)}catch(u){const y=T.handleApiError(u,"Failed to fetch withdrawal history");throw r(y.message),y}},[i]);return{withdrawSol:p,withdrawSpl:m,getBalances:h,getHistory:f,isSubmitting:t,error:a,clearError:d,lastResult:n}}const Ts="So11111111111111111111111111111111111111112",Pa={EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v:"USDC",Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB:"USDT",HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr:"EURC",USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB:"USD1","2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo":"PYUSD",USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX:"USDH",CASHVDm2wsJXfhj6VWxb7GiMdoLc17Du7paH4bNr5woT:"CASH",DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263:"BONK",oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp:"ORE"};function Ma(s){return s.length<32||s.length>50?!1:/^[1-9A-HJ-NP-Za-km-z]+$/.test(s)}function Bs(s){return s.length<=16?s:`${s.slice(0,6)}...${s.slice(-6)}`}function Ue(s,t){return(Number(s)/Math.pow(10,t)).toLocaleString(void 0,{minimumFractionDigits:2,maximumFractionDigits:Math.min(t,6)})}function Ta({onSuccess:s,onError:t,onCancel:o,className:a=""}){const r=T.useCedrosLoginOptional(),{withdrawSol:n,withdrawSpl:c,getBalances:i,isSubmitting:d,error:h,clearError:p}=Zs(),[m,f]=l.useState("loading"),[w,g]=l.useState([]),[u,y]=l.useState(null),[x,b]=l.useState(""),[j,v]=l.useState(""),[C,A]=l.useState(null),[k,S]=l.useState(null),[N,P]=l.useState(null),L=r?.config.solana?.network??"mainnet-beta",E=l.useMemo(()=>{if(!C?.txSignature)return"";const R=`https://explorer.solana.com/tx/${C.txSignature}`;return L==="mainnet-beta"?R:`${R}?cluster=${encodeURIComponent(L)}`},[C,L]),M=l.useMemo(()=>{if(!u||!j)return"0";const R=parseFloat(j);return isNaN(R)||R<=0?"0":Math.floor(R*Math.pow(10,u.decimals)).toString()},[j,u]);l.useEffect(()=>{if(!r)return;let R=!1;return(async()=>{try{const F=await i();if(R)return;const z=[];F.solLamports>0&&z.push({symbol:"SOL",mint:Ts,decimals:9,rawBalance:String(F.solLamports),displayBalance:Ue(String(F.solLamports),9)});for(const X of F.tokens){const ee=Pa[X.mint]??Bs(X.mint);z.push({symbol:ee,mint:X.mint,decimals:X.decimals,rawBalance:X.amount,displayBalance:Ue(X.amount,X.decimals)})}g(z),f((z.length>0,"select"))}catch{R||(P("Failed to load wallet balances"),f("select"))}})(),()=>{R=!0}},[r,i]);const B=l.useCallback(R=>{y(R),f("form"),p(),S(null),v("")},[p]),D=l.useCallback(()=>{if(!u)return;const R=Number(u.rawBalance)/Math.pow(10,u.decimals);u.mint===Ts?v(String(Math.max(0,R-.01))):v(String(R))},[u]),$=l.useCallback(()=>{if(S(null),!x.trim()){S("Destination address is required");return}if(!Ma(x.trim())){S("Invalid Solana address");return}if(!j||parseFloat(j)<=0||isNaN(parseFloat(j))){S("Please enter a valid amount");return}if(M==="0"){S("Amount is too small");return}f("confirm")},[x,j,M]),le=l.useCallback(async()=>{if(u){f("processing"),p();try{let R;u.mint===Ts?R=await n(x.trim(),Number(M)):R=await c(x.trim(),u.mint,M),A(R),f("success"),s?.(R)}catch(R){f("confirm"),t?.(R instanceof Error?R:new Error(String(R)))}}},[u,x,M,n,c,p,s,t]),J=l.useCallback(()=>{p(),S(null),m==="form"?(f("select"),y(null),v(""),b("")):m==="confirm"&&f("form")},[m,p]),q=l.useCallback(()=>{f("select"),y(null),b(""),v(""),A(null),p(),S(null)},[p]);return r?e.jsxs("div",{className:`cedros-withdrawal ${a}`,children:[m==="loading"&&e.jsxs("div",{className:"cedros-withdrawal-processing",children:[e.jsx(V.LoadingSpinner,{}),e.jsx("p",{className:"cedros-withdrawal-processing-text",children:"Loading wallet balances..."})]}),m==="select"&&e.jsxs("div",{className:"cedros-withdrawal-select",children:[e.jsxs("div",{className:"cedros-withdrawal-header",children:[e.jsx("h3",{className:"cedros-withdrawal-title",children:"Withdraw"}),e.jsx("p",{className:"cedros-withdrawal-subtitle",children:"Select a token to withdraw"})]}),N&&e.jsx(G.ErrorMessage,{error:N}),w.length===0&&!N&&e.jsx("p",{className:"cedros-withdrawal-empty",children:"No tokens found in your wallet."}),e.jsx("div",{className:"cedros-withdrawal-tokens",children:w.map(R=>e.jsxs("button",{type:"button",className:"cedros-withdrawal-token-pill",onClick:()=>B(R),children:[e.jsx("span",{className:"cedros-withdrawal-token-symbol",children:R.symbol}),e.jsx("span",{className:"cedros-withdrawal-token-balance",children:R.displayBalance})]},R.mint))}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-withdrawal-cancel",onClick:o,children:"Cancel"})]}),m==="form"&&u&&e.jsxs("div",{className:"cedros-withdrawal-form",children:[e.jsxs("div",{className:"cedros-withdrawal-header",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:J,children:"Back"}),e.jsxs("h3",{className:"cedros-withdrawal-title",children:["Withdraw ",u.symbol]})]}),e.jsxs("div",{className:"cedros-withdrawal-balance-hint",children:["Balance: ",u.displayBalance," ",u.symbol]}),e.jsxs("div",{className:"cedros-withdrawal-field",children:[e.jsx("label",{className:"cedros-label",htmlFor:"cedros-withdrawal-destination",children:"Destination Address"}),e.jsx("input",{id:"cedros-withdrawal-destination",type:"text",className:"cedros-input",placeholder:"Solana address (base58)",value:x,onChange:R=>b(R.target.value),autoComplete:"off",spellCheck:!1})]}),e.jsxs("div",{className:"cedros-withdrawal-field",children:[e.jsxs("label",{className:"cedros-label",htmlFor:"cedros-withdrawal-amount",children:["Amount (",u.symbol,")"]}),e.jsxs("div",{className:"cedros-withdrawal-amount-row",children:[e.jsx("input",{id:"cedros-withdrawal-amount",type:"number",className:"cedros-input",placeholder:"0.00",value:j,onChange:R=>v(R.target.value),min:"0",step:"any"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:D,children:"Max"})]})]}),(k||h)&&e.jsx(G.ErrorMessage,{error:k||h||""}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-withdrawal-submit",onClick:$,children:"Review Withdrawal"})]}),m==="confirm"&&u&&e.jsxs("div",{className:"cedros-withdrawal-confirm",children:[e.jsxs("div",{className:"cedros-withdrawal-header",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:J,disabled:d,children:"Back"}),e.jsx("h3",{className:"cedros-withdrawal-title",children:"Confirm Withdrawal"})]}),e.jsxs("div",{className:"cedros-withdrawal-summary",children:[e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Token"}),e.jsx("span",{className:"cedros-withdrawal-summary-value",children:u.symbol})]}),e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Amount"}),e.jsxs("span",{className:"cedros-withdrawal-summary-value",children:[Ue(M,u.decimals)," ",u.symbol]})]}),e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Destination"}),e.jsx("span",{className:"cedros-withdrawal-summary-value",title:x,children:Bs(x)})]}),e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Est. Fee"}),e.jsx("span",{className:"cedros-withdrawal-summary-value",children:"~0.000005 SOL"})]})]}),h&&e.jsx(G.ErrorMessage,{error:h}),e.jsxs("div",{className:"cedros-withdrawal-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline",onClick:J,disabled:d,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:le,disabled:d,children:d?"Sending...":"Confirm & Send"})]})]}),m==="processing"&&e.jsxs("div",{className:"cedros-withdrawal-processing",children:[e.jsx(V.LoadingSpinner,{}),e.jsxs("p",{className:"cedros-withdrawal-processing-text",children:["Sending ",u?.symbol,"..."]})]}),m==="success"&&C&&e.jsxs("div",{className:"cedros-withdrawal-success",children:[e.jsx("div",{className:"cedros-withdrawal-success-icon",children:"✓"}),e.jsx("h3",{className:"cedros-withdrawal-title",children:"Withdrawal Complete"}),e.jsxs("p",{className:"cedros-withdrawal-subtitle",children:[Ue(M,u?.decimals??9)," ",u?.symbol," ","sent"]}),e.jsxs("div",{className:"cedros-withdrawal-tx",children:[e.jsx("span",{className:"cedros-withdrawal-tx-label",children:"Transaction"}),e.jsx("a",{className:"cedros-withdrawal-tx-link",href:E,target:"_blank",rel:"noreferrer",children:Bs(C.txSignature)})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-withdrawal-done",onClick:q,children:"Done"})]})]}):null}function Ba(s,t){if(s==="sol")return"SOL";if(!t)return"SPL";const o=Ur.find(a=>a.mint===t);return o?o.symbol:`${t.slice(0,4)}...${t.slice(-4)}`}function Ra(s){return s.length<=12?s:`${s.slice(0,4)}...${s.slice(-4)}`}function Da(s){const t=new Date(s),o=new Date,a=o.getTime()-t.getTime(),r=Math.floor(a/(1e3*60*60*24));if(r===0){const n=Math.floor(a/36e5);if(n===0){const c=Math.floor(a/6e4);return c<1?"Just now":`${c}m ago`}return`${n}h ago`}return r===1?"Yesterday":r<7?`${r}d ago`:t.toLocaleDateString(void 0,{month:"short",day:"numeric",year:t.getFullYear()!==o.getFullYear()?"numeric":void 0})}function Ia({pageSize:s=10,className:t="",onTransactionClick:o,explorerUrl:a="https://solscan.io"}){const{getHistory:r,error:n,clearError:c}=Zs(),[i,d]=l.useState([]),[h,p]=l.useState(0),[m,f]=l.useState(0),[w,g]=l.useState(!1),[u,y]=l.useState(null),x=l.useCallback(async()=>{g(!0);try{const C=await r(s,m);d(C.items),p(C.total),y(null)}catch(C){y(C instanceof Error?C.message:"Failed to load withdrawal history")}finally{g(!1)}},[s,m,r]);l.useEffect(()=>{x()},[x]);const b=Math.ceil(h/s),j=Math.floor(m/s)+1,v=C=>{const A=(C-1)*s;f(Math.max(0,Math.min(A,Math.max(0,h-1))))};return u||n?e.jsxs("div",{className:`cedros-withdrawal-history cedros-withdrawal-history-error ${t}`,children:[e.jsx("p",{className:"cedros-withdrawal-error",children:u||n}),e.jsx("button",{type:"button",className:"cedros-withdrawal-retry",onClick:()=>{c(),y(null),x()},children:"Retry"})]}):w&&i.length===0?e.jsxs("div",{className:`cedros-withdrawal-history cedros-withdrawal-history-loading ${t}`,children:[e.jsx("span",{className:"cedros-tx-loading-indicator"}),e.jsx("span",{className:"cedros-tx-loading-text",children:"Loading withdrawal history..."})]}):e.jsxs("div",{className:`cedros-withdrawal-history ${t}`,children:[e.jsxs("div",{className:"cedros-tx-header",children:[e.jsx("h4",{className:"cedros-tx-title",children:"Withdrawal History"}),e.jsx("button",{type:"button",className:"cedros-tx-refresh",onClick:x,disabled:w,title:"Refresh",children:w?"...":"↻"})]}),i.length===0?e.jsx("div",{className:"cedros-tx-empty",children:e.jsx("p",{className:"cedros-tx-empty-message",children:"No withdrawal history yet."})}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"cedros-tx-list",children:i.map(C=>{const A=Ba(C.tokenType,C.tokenMint);return e.jsxs("div",{className:"cedros-tx-item cedros-tx-item-negative",onClick:()=>o?.(C),onKeyDown:k=>{(k.key==="Enter"||k.key===" ")&&(k.preventDefault(),o?.(C))},role:o?"button":void 0,tabIndex:o?0:void 0,children:[e.jsx("div",{className:"cedros-tx-icon cedros-tx-icon-negative",children:"↑"}),e.jsxs("div",{className:"cedros-tx-content",children:[e.jsxs("div",{className:"cedros-tx-row-main",children:[e.jsxs("span",{className:"cedros-tx-type",children:[A," Withdrawal"]}),e.jsxs("span",{className:"cedros-tx-amount cedros-tx-amount-negative",children:[C.amount," ",A==="SOL"?"lamports":""]})]}),e.jsxs("div",{className:"cedros-tx-row-details",children:[e.jsxs("span",{className:"cedros-tx-description",children:["To"," ",e.jsx("a",{href:`${a}/account/${C.destination}`,target:"_blank",rel:"noopener noreferrer",onClick:k=>k.stopPropagation(),children:Ra(C.destination)})," · ",e.jsx("a",{href:`${a}/tx/${C.txSignature}`,target:"_blank",rel:"noopener noreferrer",onClick:k=>k.stopPropagation(),children:"tx"})]}),e.jsx("span",{className:"cedros-tx-date",children:Da(C.createdAt)})]})]})]},C.id)})}),b>1&&e.jsxs("div",{className:"cedros-tx-pagination",children:[e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>v(j-1),disabled:j<=1,children:"Previous"}),e.jsxs("span",{className:"cedros-tx-page-info",children:["Page ",j," of ",b]}),e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>v(j+1),disabled:j>=b,children:"Next"})]})]})]})}function Fa({brandLogo:s,brandName:t,title:o="Welcome back",subtitle:a="Login with your Apple or Google account",termsText:r,onSuccess:n,defaultTab:c="login",children:i,className:d=""}){return e.jsxs("div",{className:`cedros-full-page-layout ${d}`,children:[(s||t)&&e.jsxs("div",{className:"cedros-brand-header",children:[s,t&&e.jsx("span",{className:"cedros-brand-name",children:t})]}),e.jsxs("div",{className:"cedros-full-page-card",children:[e.jsxs("div",{className:"cedros-full-page-header",children:[e.jsx("h1",{className:"cedros-full-page-title",children:o}),a&&e.jsx("p",{className:"cedros-full-page-subtitle",children:a})]}),i??e.jsx(Je,{defaultTab:c,onSuccess:n})]}),r&&e.jsx("p",{className:"cedros-terms-footer",children:r})]})}function Ua({brandName:s="Your Brand",brandLogo:t,tagline:o="Your tagline goes here. Make it compelling.",title:a="Sign in",subtitle:r="Enter your credentials to access your account",onSuccess:n,defaultTab:c="login",children:i,className:d=""}){return e.jsxs("div",{className:`cedros-split-page-layout ${d}`,children:[e.jsx("div",{className:"cedros-split-page-brand",children:e.jsxs("div",{className:"cedros-split-page-brand-content",children:[t??e.jsx("div",{className:"cedros-split-page-logo",children:s.charAt(0).toUpperCase()}),e.jsx("h1",{className:"cedros-split-page-brand-name",children:s}),o&&e.jsx("p",{className:"cedros-split-page-tagline",children:o})]})}),e.jsx("div",{className:"cedros-split-page-form",children:e.jsxs("div",{className:"cedros-split-page-form-content",children:[e.jsx("h2",{className:"cedros-split-page-title",children:a}),r&&e.jsx("p",{className:"cedros-split-page-subtitle",children:r}),i??e.jsx(Je,{defaultTab:c,onSuccess:n})]})})]})}class Wa{client;constructor(t,o,a,r){this.client=new T.ApiClient({baseUrl:t,timeoutMs:o,retryAttempts:a,getAccessToken:r})}async listSessions(){try{return(await this.client.get("/sessions")).sessions}catch(t){throw T.handleApiError(t,"Failed to list sessions")}}async revokeAllSessions(){try{return await this.client.delete("/sessions")}catch(t){throw T.handleApiError(t,"Failed to revoke sessions")}}}function _a(){const{config:s,authState:t,_internal:o}=T.useCedrosLogin(),[a,r]=l.useState([]),[n,c]=l.useState(!1),[i,d]=l.useState(null),h=l.useMemo(()=>new Wa(s.serverUrl,s.requestTimeout,s.retryAttempts,o?.getAccessToken),[s.serverUrl,s.requestTimeout,s.retryAttempts,o]),p=l.useCallback(async()=>{if(t!=="authenticated"){r([]);return}c(!0),d(null);try{const w=await h.listSessions();r(w)}catch(w){d(w)}finally{c(!1)}},[t,h]);l.useEffect(()=>{t==="authenticated"?p():r([])},[t,p]);const m=l.useCallback(async()=>{c(!0),d(null);try{const w=await h.revokeAllSessions();return await p(),w}catch(w){throw d(w),w}finally{c(!1)}},[h,p]),f=l.useMemo(()=>a.filter(w=>!w.isCurrent).length,[a]);return{sessions:a,isLoading:n,error:i,fetchSessions:p,revokeAllSessions:m,otherSessionCount:f}}function Oa(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState({allowed:!1,reason:void 0,isLoading:!1,error:null}),r=l.useMemo(()=>new Ws.OrgApiClient(s.serverUrl,s.requestTimeout,s.retryAttempts,t?.getAccessToken),[s.serverUrl,s.requestTimeout,s.retryAttempts,t]),n=l.useCallback(async d=>{a(h=>({...h,isLoading:!0,error:null}));try{const h=await r.authorize(d),p={allowed:h.allowed,reason:h.reason,isLoading:!1,error:null};return a(p),p}catch(h){const p={allowed:!1,reason:void 0,isLoading:!1,error:h};return a(p),p}},[r]),c=l.useCallback(async d=>(await n(d)).allowed,[n]),i=l.useCallback(()=>{a({allowed:!1,reason:void 0,isLoading:!1,error:null})},[]);return{authorize:c,lastCheck:o,clearCheck:i,checkAuthorization:n}}function qa(){const{listAllWallets:s,createDerivedWallet:t,deleteDerivedWallet:o}=I.useWalletMaterial(),[a,r]=l.useState([]),[n,c]=l.useState(!1),[i,d]=l.useState(null),h=l.useCallback(async()=>{c(!0),d(null);try{const w=await s();r(w.wallets)}catch(w){const g=w instanceof Error?w.message:"Failed to list wallets";d(g)}finally{c(!1)}},[s]),p=l.useCallback(async w=>{c(!0),d(null);try{const g=await t({label:w});return await h(),g}catch(g){const u=g instanceof Error?g.message:"Failed to create wallet";throw d(u),g}finally{c(!1)}},[t,h]),m=l.useCallback(async w=>{c(!0),d(null);try{await o(w),await h()}catch(g){const u=g instanceof Error?g.message:"Failed to delete wallet";throw d(u),g}finally{c(!1)}},[o,h]),f=l.useCallback(()=>d(null),[]);return{wallets:a,isLoading:n,createWallet:p,deleteWallet:m,refresh:h,error:i,clearError:f}}function za(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),[n,c]=l.useState(null),i=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),d=l.useCallback(async()=>{if(!i)throw new Error("usePendingRecovery must be used within a CedrosLoginProvider");o(!0),r(null);try{const m=await i.get("/wallet/pending-recovery");c(m)}catch(m){const f=T.handleApiError(m,"Failed to fetch pending recovery");throw r(f.message),f}finally{o(!1)}},[i]),h=l.useCallback(async()=>{if(!i)throw new Error("usePendingRecovery must be used within a CedrosLoginProvider");o(!0),r(null);try{const m={confirmed:!0};await i.post("/wallet/acknowledge-recovery",m),c(null)}catch(m){const f=T.handleApiError(m,"Failed to acknowledge recovery");throw r(f.message),f}finally{o(!1)}},[i]),p=l.useCallback(()=>r(null),[]);return l.useEffect(()=>{i&&s?.authState==="authenticated"&&d().catch(()=>{})},[i,s?.authState,d]),{hasPendingRecovery:n?.hasPendingRecovery??!1,recoveryType:n?.recoveryType??null,recoveryPhrase:n?.recoveryPhrase??null,expiresAt:n?.expiresAt?new Date(n.expiresAt):null,fetchPendingRecovery:d,acknowledgeRecovery:h,isLoading:t,error:a,clearError:p}}function Va(s={}){const{onExternalSign:t}=s,{solanaPubkey:o,hasExternalWallet:a,status:r,isUnlocked:n}=I.useWallet(),{signTransaction:c,isSigning:i,error:d,clearError:h}=mr(),p=l.useMemo(()=>a&&t?"external":r==="enrolled_locked"||r==="enrolled_unlocked"?"sss":"none",[a,t,r]),m=p!=="none",f=r==="enrolled_locked"||r==="enrolled_unlocked";return{signTransaction:l.useCallback(async(g,u)=>{if(p==="external"){if(!t)throw new Error("External wallet signing callback not provided");return t(g)}if(p==="sss"){if(!u&&!n)throw new Error("Credential required for signing. Unlock wallet first or provide credential.");return u?c(g,u):c(g)}throw new Error("No signing method available. Enroll a wallet first.")},[p,t,n,c]),signingMethod:p,canSign:m,isSigning:i,publicKey:o,hasExternalWallet:a,hasSssWallet:f,isSssUnlocked:n,error:d,clearError:h}}const et=l.createContext(null),Ge={auth:{email:"Email",password:"Password",confirmPassword:"Confirm Password",name:"Name",optional:"(optional)",createPassword:"Create a password",confirmYourPassword:"Confirm your password",emailPlaceholder:"you@example.com",namePlaceholder:"Your name"},buttons:{signIn:"Sign in",signUp:"Sign up",signOut:"Sign out",createAccount:"Create account",continueWithGoogle:"Continue with Google",continueWithSolana:"Connect Wallet",forgotPassword:"Forgot password?",resetPassword:"Reset password",sendVerification:"Send verification email"},messages:{signingIn:"Signing in...",signingUp:"Signing up...",creatingAccount:"Creating account...",connectingWallet:"Connecting wallet...",verifyingSignature:"Verifying signature...",passwordsDoNotMatch:"Passwords do not match",alreadyHaveAccount:"Already have an account?",dontHaveAccount:"Don't have an account?",orContinueWith:"Or continue with"},errors:{invalidCredentials:"Invalid email or password",emailExists:"An account with this email already exists",invalidEmail:"Please enter a valid email address",weakPassword:"Password does not meet requirements",networkError:"Network error. Please try again.",unknownError:"An error occurred. Please try again.",walletNotFound:"No wallet found. Please install a Solana wallet.",signatureRejected:"Signature request was rejected",challengeExpired:"Challenge expired. Please try again."},passwordValidation:{minLength:"At least 10 characters",uppercase:"At least 1 uppercase letter",lowercase:"At least 1 lowercase letter",number:"At least 1 number",special:"At least 1 special character",weak:"Weak",fair:"Fair",good:"Good",strong:"Strong"}};function Wr(s,t){return _r(s,t)}function _r(s,t){const o={...s};for(const a in t)if(Object.prototype.hasOwnProperty.call(t,a)){const r=s[a],n=t[a];typeof r=="object"&&r!==null&&typeof n=="object"&&n!==null?o[a]=_r(r,n):n!==void 0&&(o[a]=n)}return o}function Ha({children:s,locale:t="en",translations:o}){const a=l.useMemo(()=>({t:o?Wr(Ge,o):Ge,locale:t}),[o,t]);return e.jsx(et.Provider,{value:a,children:s})}function Qa(){return l.useContext(et)?.t??Ge}function Ka(){return l.useContext(et)?.locale??"en"}exports.CedrosLoginProvider=I.CedrosLoginProvider;exports.getEmbeddedWalletInfo=I.getEmbeddedWalletInfo;exports.isEmbeddedWalletAvailable=I.isEmbeddedWalletAvailable;exports.useAuth=I.useAuth;exports.useWallet=I.useWallet;exports.useWalletMaterial=I.useWalletMaterial;exports.useAuthState=T.useAuthState;exports.useAuthUI=T.useAuthUI;exports.useCedrosLogin=T.useCedrosLogin;exports.LoadingSpinner=V.LoadingSpinner;exports.EmailLoginForm=K.EmailLoginForm;exports.EmailRegisterForm=K.EmailRegisterForm;exports.OtpInput=K.OtpInput;exports.PasswordInput=K.PasswordInput;exports.TotpVerify=K.TotpVerify;exports.useEmailAuth=K.useEmailAuth;exports.useInstantLink=K.useInstantLink;exports.useTotpVerify=K.useTotpVerify;exports.validatePassword=Le.validatePassword;exports.ErrorMessage=G.ErrorMessage;exports.GoogleLoginButton=Us.GoogleLoginButton;exports.useGoogleAuth=Us.useGoogleAuth;exports.SolanaLoginButton=$e.SolanaLoginButton;exports.registerMobileWallet=$e.registerMobileWallet;exports.useSolanaAuth=$e.useSolanaAuth;exports.InviteForm=te.InviteForm;exports.InviteList=te.InviteList;exports.MemberList=te.MemberList;exports.useInvites=te.useInvites;exports.useMembers=te.useMembers;exports.useServerFeatures=te.useServerFeatures;exports.useSystemSettings=zt.useSystemSettings;exports.useOrgs=Ws.useOrgs;exports.AdminDepositList=Oe.AdminDepositList;exports.AdminDepositStats=Oe.AdminDepositStats;exports.AdminPrivacyPeriodDeposits=fe.AdminPrivacyPeriodDeposits;exports.AdminWithdrawalHistory=fe.AdminWithdrawalHistory;exports.AdminWithdrawalQueue=fe.AdminWithdrawalQueue;exports.AdminWithdrawalStats=fe.AdminWithdrawalStats;exports.AdminUserList=Ee.AdminUserList;exports.useAdminUsers=Ee.useAdminUsers;exports.AdminIcons=ge.Icons;exports.AdminShell=ge.AdminShell;exports.CEDROS_LOGIN_SECTION_IDS=ge.CEDROS_LOGIN_SECTION_IDS;exports.ProfileDropdown=ge.ProfileDropdown;exports.cedrosLoginPlugin=ge.cedrosLoginPlugin;exports.loginPlugin=ge.cedrosLoginPlugin;exports.useAdminShell=ge.useAdminShell;exports.AuthenticationSettings=Ht.AuthenticationSettings;exports.EmbeddedWalletSettings=Qt.EmbeddedWalletSettings;exports.EmailSettings=We.EmailSettings;exports.CreditSystemSettings=_s.CreditSystemSettings;exports.PrivacyCashSettings=_s.CreditSystemSettings;exports.ServerSettings=Kt.ServerSettings;exports.useAdminDeposits=Gr.useAdminDeposits;exports.SettingsPageLayout=Os.SettingsPageLayout;exports.WebhookSettings=Os.WebhookSettings;exports.AppleLoginButton=or;exports.CapabilityWarning=Vo;exports.CedrosAdminDashboard=yn;exports.CreditBalance=ka;exports.DepositFlow=aa;exports.ErrorBoundary=lr;exports.ForgotPasswordForm=sr;exports.FullPageLayout=Fa;exports.History=La;exports.I18nProvider=Ha;exports.LoginButton=go;exports.LoginForm=Je;exports.LoginModal=ko;exports.OrgSelector=Co;exports.OrgSwitcher=Do;exports.PasskeyLoginButton=ir;exports.PasskeyPrompt=gr;exports.RecoveryPhraseDisplay=cr;exports.RecoveryPhraseInput=dr;exports.ResetPasswordForm=No;exports.SUPPORTED_TOKENS=Ur;exports.SecuritySettings=fn;exports.SessionList=Fo;exports.SetupWizard=vr;exports.SplitPageLayout=Ua;exports.SystemSettings=cn;exports.TieredAmountSlider=Js;exports.TokenSelector=Ys;exports.TotpSettings=Kn;exports.TotpSetup=Sr;exports.UserProfileSettings=Gn;exports.WalletAddressRow=Ar;exports.WalletEnrollment=pr;exports.WalletManager=ln;exports.WalletRecovery=br;exports.WalletStatus=xr;exports.WalletUnlock=wr;exports.WithdrawalFlow=Ta;exports.WithdrawalHistory=Ia;exports.defaultTranslations=Ge;exports.getTierForAmount=Xe;exports.mergeTranslations=Wr;exports.useAppleAuth=tr;exports.useAuthorize=Oa;exports.useCredits=Xs;exports.useDeposit=Lr;exports.useLocale=Ka;exports.usePasskeySigning=fr;exports.usePasswordReset=Vs;exports.usePendingRecovery=za;exports.useProfile=Er;exports.useSessions=_a;exports.useSetup=Hs;exports.useTotp=Ks;exports.useTransactionSigning=Va;exports.useTranslations=Qa;exports.useWalletEnrollment=hr;exports.useWalletRecovery=yr;exports.useWalletSigning=mr;exports.useWallets=qa;exports.useWebAuthn=ar;exports.useWithdrawal=Zs;
2055
+ `);const E=v(j,C,P),M=s.getSymbolSize(j),B=new a(M);return w(B,j),m(B),u(B,j),A(B,C,0),j>=7&&y(B,j),b(B,E),isNaN(N)&&(N=c.getBestMask(B,A.bind(null,B,C))),c.applyMask(N,B),A(B,C,N),{modules:B,version:j,errorCorrectionLevel:C,maskPattern:N,segments:P}}return ds.create=function(j,C){if(typeof j>"u"||j==="")throw new Error("No input text");let N=t.M,P,L;return typeof C<"u"&&(N=t.from(C.errorCorrectionLevel,t.M),P=h.from(C.version),L=c.from(C.maskPattern),C.toSJISFunc&&s.setToSJISFunction(C.toSJISFunc)),S(j,P,N,L)},ds}var Ls={},Ps={},Ut;function Sr(){return Ut||(Ut=1,(function(s){function t(o){if(typeof o=="number"&&(o=o.toString()),typeof o!="string")throw new Error("Color should be defined as hex string");let a=o.slice().replace("#","").split("");if(a.length<3||a.length===5||a.length>8)throw new Error("Invalid hex color: "+o);(a.length===3||a.length===4)&&(a=Array.prototype.concat.apply([],a.map(function(n){return[n,n]}))),a.length===6&&a.push("F","F");const r=parseInt(a.join(""),16);return{r:r>>24&255,g:r>>16&255,b:r>>8&255,a:r&255,hex:"#"+a.slice(0,6).join("")}}s.getOptions=function(a){a||(a={}),a.color||(a.color={});const r=typeof a.margin>"u"||a.margin===null||a.margin<0?4:a.margin,n=a.width&&a.width>=21?a.width:void 0,c=a.scale||4;return{width:n,scale:n?4:c,margin:r,color:{dark:t(a.color.dark||"#000000ff"),light:t(a.color.light||"#ffffffff")},type:a.type,rendererOpts:a.rendererOpts||{}}},s.getScale=function(a,r){return r.width&&r.width>=a+r.margin*2?r.width/(a+r.margin*2):r.scale},s.getImageWidth=function(a,r){const n=s.getScale(a,r);return Math.floor((a+r.margin*2)*n)},s.qrToImageData=function(a,r,n){const c=r.modules.size,i=r.modules.data,d=s.getScale(c,n),h=Math.floor((c+n.margin*2)*d),p=n.margin*d,f=[n.color.light,n.color.dark];for(let g=0;g<h;g++)for(let w=0;w<h;w++){let m=(g*h+w)*4,u=n.color.light;if(g>=p&&w>=p&&g<h-p&&w<h-p){const y=Math.floor((g-p)/d),A=Math.floor((w-p)/d);u=f[i[y*c+A]?1:0]}a[m++]=u.r,a[m++]=u.g,a[m++]=u.b,a[m]=u.a}}})(Ps)),Ps}var Wt;function On(){return Wt||(Wt=1,(function(s){const t=Sr();function o(r,n,c){r.clearRect(0,0,n.width,n.height),n.style||(n.style={}),n.height=c,n.width=c,n.style.height=c+"px",n.style.width=c+"px"}function a(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}s.render=function(n,c,i){let d=i,h=c;typeof d>"u"&&(!c||!c.getContext)&&(d=c,c=void 0),c||(h=a()),d=t.getOptions(d);const p=t.getImageWidth(n.modules.size,d),f=h.getContext("2d"),g=f.createImageData(p,p);return t.qrToImageData(g.data,n,d),o(f,h,p),f.putImageData(g,0,0),h},s.renderToDataURL=function(n,c,i){let d=i;typeof d>"u"&&(!c||!c.getContext)&&(d=c,c=void 0),d||(d={});const h=s.render(n,c,d),p=d.type||"image/png",f=d.rendererOpts||{};return h.toDataURL(p,f.quality)}})(Ls)),Ls}var Ms={},_t;function qn(){if(_t)return Ms;_t=1;const s=Sr();function t(r,n){const c=r.a/255,i=n+'="'+r.hex+'"';return c<1?i+" "+n+'-opacity="'+c.toFixed(2).slice(1)+'"':i}function o(r,n,c){let i=r+n;return typeof c<"u"&&(i+=" "+c),i}function a(r,n,c){let i="",d=0,h=!1,p=0;for(let f=0;f<r.length;f++){const g=Math.floor(f%n),w=Math.floor(f/n);!g&&!h&&(h=!0),r[f]?(p++,f>0&&g>0&&r[f-1]||(i+=h?o("M",g+c,.5+w+c):o("m",d,0),d=0,h=!1),g+1<n&&r[f+1]||(i+=o("h",p),p=0)):d++}return i}return Ms.render=function(n,c,i){const d=s.getOptions(c),h=n.modules.size,p=n.modules.data,f=h+d.margin*2,g=d.color.light.a?"<path "+t(d.color.light,"fill")+' d="M0 0h'+f+"v"+f+'H0z"/>':"",w="<path "+t(d.color.dark,"stroke")+' d="'+a(p,h,d.margin)+'"/>',m='viewBox="0 0 '+f+" "+f+'"',y='<svg xmlns="http://www.w3.org/2000/svg" '+(d.width?'width="'+d.width+'" height="'+d.width+'" ':"")+m+' shape-rendering="crispEdges">'+g+w+`</svg>
2056
+ `;return typeof i=="function"&&i(null,y),y},Ms}var Ot;function zn(){if(Ot)return Ae;Ot=1;const s=jn(),t=_n(),o=On(),a=qn();function r(n,c,i,d,h){const p=[].slice.call(arguments,1),f=p.length,g=typeof p[f-1]=="function";if(!g&&!s())throw new Error("Callback required as last argument");if(g){if(f<2)throw new Error("Too few arguments provided");f===2?(h=i,i=c,c=d=void 0):f===3&&(c.getContext&&typeof h>"u"?(h=d,d=void 0):(h=d,d=i,i=c,c=void 0))}else{if(f<1)throw new Error("Too few arguments provided");return f===1?(i=c,c=d=void 0):f===2&&!c.getContext&&(d=i,i=c,c=void 0),new Promise(function(w,m){try{const u=t.create(i,d);w(n(u,c,d))}catch(u){m(u)}})}try{const w=t.create(i,d);h(null,n(w,c,d))}catch(w){h(w)}}return Ae.create=t.create,Ae.toCanvas=r.bind(null,o.render),Ae.toDataURL=r.bind(null,o.renderToDataURL),Ae.toString=r.bind(null,function(n,c,i){return a.render(n,i)}),Ae}var Vn=zn();const Hn=ie.getDefaultExportFromCjs(Vn);function Qn({value:s,size:t=200,alt:o="QR code",className:a=""}){const r=l.useRef(null),[n,c]=l.useState(null);return l.useEffect(()=>{!r.current||!s||Hn.toCanvas(r.current,s,{width:t,margin:2,color:{dark:"#000000",light:"#ffffff"},errorCorrectionLevel:"M"}).then(()=>{c(null)}).catch(i=>{c(i instanceof Error?i.message:"Failed to generate QR code")})},[s,t]),n?e.jsx("div",{className:`cedros-qr-error ${a}`,style:{width:t,height:t},role:"img","aria-label":o,children:e.jsx("p",{children:"Failed to generate QR code"})}):e.jsx("canvas",{ref:r,className:`cedros-totp-qr-image ${a}`,role:"img","aria-label":o,style:{borderRadius:"0.5rem"}})}function Ys(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState(null),[r,n]=l.useState("idle"),[c,i]=l.useState(null),[d,h]=l.useState(!1),[p,f]=l.useState(null),g=l.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts,getAccessToken:t?.getAccessToken}),[s.serverUrl,s.requestTimeout,s.retryAttempts,t]),w=l.useCallback(async()=>{h(!0),f(null);try{const k=await g.get("/mfa/status");return a(k),k}catch(k){const S=T.handleApiError(k,"Failed to get TOTP status");throw f(S),S}finally{h(!1)}},[g]),m=l.useCallback(async()=>{h(!0),f(null),n("loading");try{const k=await g.post("/mfa/setup",{});return i(k),n("setup"),k}catch(k){const S=T.handleApiError(k,"Failed to start TOTP setup");throw f(S),n("error"),S}finally{h(!1)}},[g]),u=l.useCallback(async k=>{if(!/^\d{6}$/.test(k)){const S={code:"VALIDATION_ERROR",message:"Please enter a 6-digit code"};throw f(S),S}h(!0),f(null),n("verifying");try{await g.post("/mfa/enable",{code:k}),n("success");try{const S=await g.get("/mfa/status");a(S)}catch{a({enabled:!0,recoveryCodesRemaining:0})}}catch(S){const x=T.handleApiError(S,"Invalid verification code");throw f(x),n("error"),x}finally{h(!1)}},[g]),y=l.useCallback(async k=>{if(!k){const S={code:"VALIDATION_ERROR",message:"Please enter your password"};throw f(S),S}h(!0),f(null);try{await g.post("/mfa/disable",{password:k}),a({enabled:!1,recoveryCodesRemaining:0}),i(null),n("idle")}catch(S){const x=T.handleApiError(S,"Failed to disable TOTP");throw f(x),x}finally{h(!1)}},[g]),A=l.useCallback(async k=>{if(!/^\d{6}$/.test(k)){const S={code:"VALIDATION_ERROR",message:"Please enter a 6-digit code"};throw f(S),S}h(!0),f(null);try{return await g.post("/mfa/recovery-codes/regenerate",{code:k})}catch(S){const x=T.handleApiError(S,"Failed to regenerate recovery codes");throw f(x),x}finally{h(!1)}},[g]),b=l.useCallback(()=>f(null),[]),v=l.useCallback(()=>{f(null),i(null),n("idle"),h(!1)},[]);return{status:o,setupState:r,setupData:c,isLoading:d,error:p,getStatus:w,beginSetup:m,enableTotp:u,disableTotp:y,regenerateBackupCodes:A,clearError:b,reset:v}}function Er({onSuccess:s,onCancel:t,className:o=""}){const{setupState:a,setupData:r,isLoading:n,error:c,beginSetup:i,enableTotp:d,clearError:h,reset:p}=Ys(),[f,g]=l.useState("qr"),[w,m]=l.useState(""),[u,y]=l.useState(!1),[A,b]=l.useState(!1),v=l.useRef(null);l.useEffect(()=>{a==="idle"&&i().catch(()=>{})},[a,i]),l.useEffect(()=>{a==="success"&&s?.()},[a,s]);const k=async()=>{r?.secret&&(await navigator.clipboard.writeText(r.secret),y(!0),v.current!==null&&window.clearTimeout(v.current),v.current=window.setTimeout(()=>y(!1),2e3))},S=async()=>{if(r?.recoveryCodes){const C=r.recoveryCodes.join(`
2057
+ `);await navigator.clipboard.writeText(C)}},x=async()=>{try{await d(w)}catch{m("")}},j=()=>{p(),t?.()};return l.useEffect(()=>()=>{v.current!==null&&(window.clearTimeout(v.current),v.current=null)},[]),a==="loading"||a==="idle"&&n?e.jsx("div",{className:`cedros-totp-setup ${o}`,children:e.jsx("div",{className:"cedros-totp-loading",children:e.jsx(V.LoadingSpinner,{size:"lg",label:"Setting up two-factor authentication"})})}):a==="error"&&!r?e.jsxs("div",{className:`cedros-totp-setup ${o}`,children:[e.jsx(G.ErrorMessage,{error:c,onDismiss:h}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:j,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>i(),children:"Try again"})]})]}):a==="success"?e.jsx("div",{className:`cedros-totp-setup ${o}`,children:e.jsxs("div",{className:"cedros-totp-success",children:[e.jsxs("svg",{className:"cedros-totp-success-icon",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none","aria-hidden":"true",children:[e.jsx("circle",{cx:"24",cy:"24",r:"22",stroke:"var(--cedros-success)",strokeWidth:"2"}),e.jsx("path",{d:"M14 24l7 7 13-13",stroke:"var(--cedros-success)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}),e.jsx("h3",{className:"cedros-totp-title",children:"Two-factor authentication enabled"}),e.jsx("p",{className:"cedros-totp-description",children:"Your account is now protected with an additional layer of security."})]})}):r?e.jsxs("div",{className:`cedros-totp-setup ${o}`,children:[f==="qr"&&e.jsxs("div",{className:"cedros-totp-step",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Scan QR code"}),e.jsx("p",{className:"cedros-totp-description",children:"Use your authenticator app to scan this QR code."}),e.jsx("div",{className:"cedros-totp-qr",children:e.jsx(Qn,{value:r.otpauthUri,size:200,alt:"QR code for authenticator app"})}),e.jsxs("div",{className:"cedros-totp-manual",children:[e.jsx("p",{className:"cedros-totp-manual-label",children:"Or enter this code manually:"}),e.jsxs("div",{className:"cedros-totp-secret",children:[e.jsx("code",{className:"cedros-totp-secret-code",children:r.secret}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:k,"aria-label":"Copy secret",children:u?"Copied!":"Copy"})]})]}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:j,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>g("backup"),children:"Continue"})]})]}),f==="backup"&&e.jsxs("div",{className:"cedros-totp-step",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Save recovery codes"}),e.jsx("p",{className:"cedros-totp-description",children:"Save these codes in a secure place. You can use them to access your account if you lose your authenticator device."}),e.jsx("div",{className:"cedros-totp-backup-codes",children:r.recoveryCodes.map((C,N)=>e.jsx("code",{className:"cedros-totp-backup-code",children:C},N))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md cedros-button-full",onClick:S,children:"Copy all codes"}),e.jsxs("label",{className:"cedros-checkbox-label cedros-totp-confirm",children:[e.jsx("input",{type:"checkbox",className:"cedros-checkbox",checked:A,onChange:C=>b(C.target.checked)}),e.jsx("span",{className:"cedros-checkbox-text",children:"I have saved these recovery codes"})]}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>g("qr"),children:"Back"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>g("verify"),disabled:!A,children:"Continue"})]})]}),f==="verify"&&e.jsxs("div",{className:"cedros-totp-step",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Verify setup"}),e.jsx("p",{className:"cedros-totp-description",children:"Enter the 6-digit code from your authenticator app to complete setup."}),e.jsx(K.OtpInput,{value:w,onChange:m,onComplete:x,disabled:n,error:c?.message,autoFocus:!0}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>g("backup"),disabled:n,children:"Back"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:x,disabled:n||w.length!==6,children:n?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Verifying..."})]}):"Enable 2FA"})]})]})]}):null}function Kn({onStatusChange:s,className:t=""}){const{status:o,isLoading:a,error:r,getStatus:n,disableTotp:c,regenerateBackupCodes:i,clearError:d}=Ys(),[h,p]=l.useState("status"),[f,g]=l.useState(""),[w,m]=l.useState(""),[u,y]=l.useState(null),[A,b]=l.useState(!1),[v,k]=l.useState(null);l.useEffect(()=>{n().catch(()=>{})},[n]);const S=l.useCallback(()=>{p("status"),s?.(!0)},[s]),x=async()=>{b(!0),k(null);try{await c(f),p("status"),g(""),s?.(!1)}catch(N){k(N instanceof Error?N.message:"Failed to disable 2FA"),g("")}finally{b(!1)}},j=async()=>{b(!0),k(null);try{const N=await i(w);y(N.recoveryCodes),m("")}catch(N){k(N instanceof Error?N.message:"Failed to regenerate codes"),m("")}finally{b(!1)}},C=async()=>{u&&await navigator.clipboard.writeText(u.join(`
2058
+ `))};return a&&!o?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsx("div",{className:"cedros-totp-loading",children:e.jsx(V.LoadingSpinner,{size:"md",label:"Loading security settings"})})}):r&&!o?e.jsxs("div",{className:`cedros-totp-settings ${t}`,children:[e.jsx(G.ErrorMessage,{error:r,onDismiss:d}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>n(),children:"Retry"})]}):h==="setup"?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsx(Er,{onSuccess:S,onCancel:()=>p("status")})}):h==="disable"?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Disable two-factor authentication"}),e.jsx("p",{className:"cedros-totp-description cedros-totp-warning",children:"This will make your account less secure. Enter your password to confirm."}),v&&e.jsx("div",{className:"cedros-totp-error",children:e.jsx(G.ErrorMessage,{error:{code:"UNKNOWN_ERROR",message:v},onDismiss:()=>k(null)})}),e.jsx("div",{className:"cedros-totp-verify-input",children:e.jsx(K.PasswordInput,{label:"Password",placeholder:"Enter your password",value:f,onChange:N=>g(N.target.value),disabled:A,autoFocus:!0})}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>{p("status"),g(""),k(null)},disabled:A,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-destructive cedros-button-md",onClick:x,disabled:A||f.length===0,children:A?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Disabling..."})]}):"Disable 2FA"})]})]})}):h==="regenerate"?u?e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsx("h3",{className:"cedros-totp-title",children:"New recovery codes"}),e.jsx("p",{className:"cedros-totp-description",children:"Save these codes in a secure place. Your old codes are no longer valid."}),e.jsx("div",{className:"cedros-totp-backup-codes",children:u.map((N,P)=>e.jsx("code",{className:"cedros-totp-backup-code",children:N},P))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md cedros-button-full",onClick:C,children:"Copy all codes"}),e.jsx("div",{className:"cedros-totp-actions",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>{p("status"),y(null)},children:"Done"})})]})}):e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Regenerate recovery codes"}),e.jsx("p",{className:"cedros-totp-description",children:"This will invalidate all existing recovery codes. Enter your authenticator code to confirm."}),v&&e.jsx("div",{className:"cedros-totp-error",children:e.jsx(G.ErrorMessage,{error:{code:"UNKNOWN_ERROR",message:v},onDismiss:()=>k(null)})}),e.jsx("div",{className:"cedros-totp-verify-input",children:e.jsx(K.OtpInput,{value:w,onChange:m,onComplete:j,disabled:A,autoFocus:!0})}),e.jsxs("div",{className:"cedros-totp-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>{p("status"),m(""),k(null)},disabled:A,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:j,disabled:A||w.length!==6,children:A?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Regenerating..."})]}):"Regenerate codes"})]})]})}):e.jsx("div",{className:`cedros-totp-settings ${t}`,children:e.jsxs("div",{className:"cedros-totp-panel",children:[e.jsxs("div",{className:"cedros-totp-status-header",children:[e.jsxs("div",{className:"cedros-totp-status-info",children:[e.jsx("h3",{className:"cedros-totp-title",children:"Two-factor authentication"}),e.jsx("p",{className:"cedros-totp-description",children:"Add an extra layer of security to your account by requiring a verification code from your authenticator app when signing in."})]}),e.jsx("div",{className:`cedros-totp-badge ${o?.enabled?"cedros-totp-badge-enabled":"cedros-totp-badge-disabled"}`,children:o?.enabled?"Enabled":"Disabled"})]}),o?.enabled?e.jsxs("div",{className:"cedros-totp-enabled-actions",children:[e.jsxs("div",{className:"cedros-totp-description",style:{marginTop:"0.25rem"},children:["Recovery codes remaining: ",e.jsx("strong",{children:o.recoveryCodesRemaining})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:()=>p("regenerate"),children:"Regenerate recovery codes"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-destructive-outline cedros-button-md",onClick:()=>p("disable"),children:"Disable 2FA"})]}):e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:()=>p("setup"),children:"Enable two-factor authentication"})]})})}class Yn{client;constructor(t,o,a,r){this.client=new T.ApiClient({baseUrl:t,timeoutMs:o,retryAttempts:a,getAccessToken:r})}async changePassword(t){try{return await this.client.post("/auth/change-password",t)}catch(o){throw T.handleApiError(o,"Failed to change password")}}async updateProfile(t){try{return await this.client.patch("/auth/me",t)}catch(o){throw T.handleApiError(o,"Failed to update profile")}}}function Lr(){const{config:s,authState:t,_internal:o}=T.useCedrosLogin(),[a,r]=l.useState(!1),[n,c]=l.useState(null),i=l.useMemo(()=>new Yn(s.serverUrl,s.requestTimeout,s.retryAttempts,o?.getAccessToken),[s.serverUrl,s.requestTimeout,s.retryAttempts,o]),d=l.useCallback(()=>{c(null)},[]),h=l.useCallback(async f=>{if(t!=="authenticated")throw new Error("Must be authenticated to update profile");r(!0),c(null);try{return await i.updateProfile(f)}catch(g){const w=g instanceof Error?g:new Error("Failed to update profile");throw c(w),w}finally{r(!1)}},[t,i]),p=l.useCallback(async f=>{if(t!=="authenticated")throw new Error("Must be authenticated to change password");r(!0),c(null);try{await i.changePassword(f)}catch(g){const w=g instanceof Error?g:new Error("Failed to change password");throw c(w),w}finally{r(!1)}},[t,i]);return{isLoading:a,error:n,updateProfile:h,changePassword:p,clearError:d}}function Gn({onPasswordChange:s,onClose:t,className:o=""}){const{user:a}=I.useAuth(),{isLoading:r,error:n,changePassword:c,clearError:i}=Lr(),[d,h]=l.useState("main"),[p,f]=l.useState(""),[g,w]=l.useState(""),[m,u]=l.useState(""),[y,A]=l.useState(null),[b,v]=l.useState(null),k=Me.validatePassword(g),S=g===m,x=p.length>0&&g.length>0&&m.length>0&&k.isValid&&S,j=l.useCallback(async()=>{if(x){A(null),v(null);try{await c({currentPassword:p,newPassword:g}),f(""),w(""),u(""),v("Password changed successfully. Other sessions have been logged out."),s?.(),setTimeout(()=>{h("main"),v(null)},2e3)}catch(P){A(P instanceof Error?P.message:"Failed to change password")}}},[x,p,g,c,s]),C=l.useCallback(()=>{h("main"),f(""),w(""),u(""),A(null),i()},[i]),N=()=>a?.name?a.name.split(" ").map(P=>P[0]).join("").toUpperCase().slice(0,2):a?.email?a.email[0].toUpperCase():"?";return d==="change-password"?e.jsx("div",{className:`cedros-profile-settings ${o}`,children:e.jsxs("div",{className:"cedros-profile-panel",children:[e.jsx("h3",{className:"cedros-profile-title",children:"Change password"}),e.jsx("p",{className:"cedros-profile-description",children:"Enter your current password and choose a new one. This will log you out of other devices."}),(y||n)&&e.jsx("div",{className:"cedros-profile-error",children:e.jsx(G.ErrorMessage,{error:{code:"UNKNOWN_ERROR",message:y||n?.message||""},onDismiss:()=>{A(null),i()}})}),b&&e.jsxs("div",{className:"cedros-profile-success",children:[e.jsx("span",{className:"cedros-profile-success-icon",children:"✓"}),b]}),e.jsxs("div",{className:"cedros-profile-form",children:[e.jsx("div",{className:"cedros-profile-field",children:e.jsx(K.PasswordInput,{label:"Current password",placeholder:"Enter your current password",value:p,onChange:P=>f(P.target.value),disabled:r,autoFocus:!0})}),e.jsx("div",{className:"cedros-profile-field",children:e.jsx(K.PasswordInput,{label:"New password",placeholder:"Enter new password",value:g,onChange:P=>w(P.target.value),disabled:r,showStrengthMeter:!0})}),e.jsx("div",{className:"cedros-profile-field",children:e.jsx(K.PasswordInput,{label:"Confirm new password",placeholder:"Confirm new password",value:m,onChange:P=>u(P.target.value),disabled:r,error:m.length>0&&!S?"Passwords do not match":void 0})})]}),e.jsxs("div",{className:"cedros-profile-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:C,disabled:r,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-button-md",onClick:j,disabled:r||!x,children:r?e.jsxs(e.Fragment,{children:[e.jsx(V.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Changing..."})]}):"Change password"})]})]})}):e.jsx("div",{className:`cedros-profile-settings ${o}`,children:e.jsxs("div",{className:"cedros-profile-panel",children:[e.jsxs("div",{className:"cedros-profile-header",children:[e.jsx("div",{className:"cedros-profile-avatar-container",children:a?.picture?e.jsx("img",{src:a.picture,alt:a.name||"Profile",className:"cedros-profile-avatar"}):e.jsx("div",{className:"cedros-profile-avatar cedros-profile-avatar-fallback",children:N()})}),e.jsxs("div",{className:"cedros-profile-info",children:[e.jsx("h3",{className:"cedros-profile-name",children:a?.name||"User"}),e.jsx("p",{className:"cedros-profile-email",children:a?.email})]})]}),e.jsxs("div",{className:"cedros-profile-section",children:[e.jsx("h4",{className:"cedros-profile-section-title",children:"Account"}),e.jsx("div",{className:"cedros-profile-row",children:e.jsxs("div",{className:"cedros-profile-row-content",children:[e.jsx("span",{className:"cedros-profile-row-label",children:"Email"}),e.jsx("span",{className:"cedros-profile-row-value",children:a?.email||"Not set"})]})}),e.jsxs("div",{className:"cedros-profile-row",children:[e.jsxs("div",{className:"cedros-profile-row-content",children:[e.jsx("span",{className:"cedros-profile-row-label",children:"Password"}),e.jsx("span",{className:"cedros-profile-row-value",children:"••••••••"})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-sm",onClick:()=>h("change-password"),children:"Change"})]})]}),t&&e.jsx("div",{className:"cedros-profile-footer",children:e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-button-md",onClick:t,children:"Close"})})]})})}function Pr(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),n=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),c=l.useCallback(()=>{r(null)},[]),i=l.useCallback(async m=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");if(!Number.isInteger(m)||m<=0){const u=new Error(`Invalid deposit amount: ${m}. Must be a positive integer (lamports).`);throw r(u.message),u}o(!0),r(null);try{return await n.post("/deposit",{amount_lamports:m})}catch(u){const y=T.handleApiError(u,"Failed to execute deposit");throw r(y.message),y}finally{o(!1)}},[n]),d=l.useCallback(async m=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.get(`/deposit/status/${encodeURIComponent(m)}`)}catch(u){const y=T.handleApiError(u,"Failed to get deposit status");throw r(y.message),y}finally{o(!1)}},[n]),h=l.useCallback(async()=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.get("/deposit/config")}catch(m){const u=T.handleApiError(m,"Failed to get deposit config");throw r(u.message),u}finally{o(!1)}},[n]),p=l.useCallback(async m=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{const u=new URLSearchParams;m?.limit!==void 0&&u.set("limit",String(m.limit)),m?.offset!==void 0&&u.set("offset",String(m.offset));const y=u.toString(),A=y?`/deposits?${y}`:"/deposits";return await n.get(A)}catch(u){const y=T.handleApiError(u,"Failed to list deposits");throw r(y.message),y}finally{o(!1)}},[n]),f=l.useCallback(async m=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{const u=new URLSearchParams({input_mint:m.inputMint,amount:String(m.amount),taker:m.taker});return await n.get(`/deposit/quote?${u}`)}catch(u){const y=T.handleApiError(u,"Failed to get deposit quote");throw r(y.message),y}finally{o(!1)}},[n]),g=l.useCallback(async m=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.post("/deposit/public",m)}catch(u){const y=T.handleApiError(u,"Failed to execute public deposit");throw r(y.message),y}finally{o(!1)}},[n]),w=l.useCallback(async m=>{if(!n)throw new Error("useDeposit must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.post("/deposit/micro",m)}catch(u){const y=T.handleApiError(u,"Failed to execute micro deposit");throw r(y.message),y}finally{o(!1)}},[n]);return{deposit:i,getQuote:f,publicDeposit:g,microDeposit:w,getStatus:d,getConfig:h,listDeposits:p,isLoading:t,error:a,clearError:c}}function Gs({tokens:s,selectedToken:t,onSelect:o,openSignal:a,placeholder:r="Select token",disabled:n=!1,className:c="",searchable:i=!0}){const[d,h]=l.useState(!1),[p,f]=l.useState(""),g=l.useRef(null),w=l.useRef(null),m=l.useMemo(()=>{if(!p.trim())return s;const b=p.toLowerCase();return s.filter(v=>v.symbol.toLowerCase().includes(b)||v.name.toLowerCase().includes(b)||v.mint.toLowerCase().includes(b))},[s,p]);l.useEffect(()=>{const b=v=>{g.current&&!g.current.contains(v.target)&&(h(!1),f(""))};if(d)return document.addEventListener("mousedown",b),()=>document.removeEventListener("mousedown",b)},[d]),l.useEffect(()=>{d&&i&&w.current&&w.current.focus()},[d,i]),l.useEffect(()=>{a===void 0||n||(h(!0),f(""))},[a,n]);const u=l.useCallback(()=>{n||(h(b=>!b),d&&f(""))},[n,d]),y=l.useCallback(b=>{o(b),h(!1),f("")},[o]),A=l.useCallback(b=>{b.key==="Escape"?(h(!1),f("")):b.key==="Enter"&&m.length===1&&y(m[0])},[m,y]);return e.jsxs("div",{ref:g,className:`cedros-token-selector ${d?"cedros-token-selector-open":""} ${n?"cedros-token-selector-disabled":""} ${c}`,onKeyDown:A,children:[e.jsxs("button",{type:"button",className:"cedros-token-selector-trigger",onClick:u,disabled:n,"aria-haspopup":"listbox","aria-expanded":d,children:[t?e.jsxs("span",{className:"cedros-token-selector-selected",children:[t.logoUrl&&e.jsx("img",{src:t.logoUrl,alt:t.symbol,className:"cedros-token-icon",onError:b=>{b.target.style.display="none"}}),e.jsx("span",{className:"cedros-token-symbol",children:t.symbol})]}):e.jsx("span",{className:"cedros-token-selector-placeholder",children:r}),e.jsx("span",{className:"cedros-token-selector-arrow",children:d?"▲":"▼"})]}),d&&e.jsxs("div",{className:"cedros-token-selector-dropdown",role:"listbox",children:[i&&e.jsx("div",{className:"cedros-token-search",children:e.jsx("input",{ref:w,type:"text",value:p,onChange:b=>f(b.target.value),placeholder:"Search tokens...",className:"cedros-token-search-input"})}),e.jsx("div",{className:"cedros-token-list",children:m.length===0?e.jsx("div",{className:"cedros-token-empty",children:"No tokens found"}):e.jsx(e.Fragment,{children:m.map(b=>e.jsxs("button",{type:"button",className:`cedros-token-option ${t?.mint===b.mint?"cedros-token-option-selected":""}`,onClick:()=>y(b),role:"option","aria-selected":t?.mint===b.mint,children:[b.logoUrl&&e.jsx("img",{src:b.logoUrl,alt:b.symbol,className:"cedros-token-icon",onError:v=>{v.target.style.display="none"}}),e.jsxs("span",{className:"cedros-token-info",children:[e.jsx("span",{className:"cedros-token-symbol",children:b.symbol}),e.jsx("span",{className:"cedros-token-name",children:b.name})]}),t?.mint===b.mint&&e.jsx("span",{className:"cedros-token-check",children:"✓"})]},b.mint))})})]})]})}function es(s,t){return t.privateDepositsEnabled&&s>=t.privateMinUsd?"private":s>=t.publicMinUsd?"public":"sol_micro"}const $s="data:image/webp;base64,UklGRkACAABXRUJQVlA4IDQCAACQDQCdASo8ADwAPjEWiUMiISEUBFQgAwSgB4Z/TeLt3XMAoQH23eph0gPMB+sn+M9tvngOsA9ADwgPg3/cH9sfZciikEBuA1AB+nf+84CUkAVvA2x4xvyobR+mBaYhjUv/ewHb4hTqOnP38rzsxZX2inOSciAA/v7uqvqGdpWcjjrfMDFaNHumTog38t3yor0kbjn631VsX61cAC749wWuAX74u/f/hpeDFqS/ci8E1g94wk9UVs7BHqtv7f/M9iT1u5ITJV0Gv6tE/CW5j/nVR6yExJ6JoDRDOWQ8zVpWH92r3Lnbnc4WJpOchbRT3H5rv//6PP+F//4ehLUlR/4tkRUKZu/yOa26+sywmY+Xc1X2lXMcUv7+eQ7+FBE7bhKc7htieBfH4eR134AVaILL7PWA2FjzAjfaP1Lgirqoq/ZooE8jVD/b4g3J3O3/TG/4ajHe6clnAI/4NdwrnHX0P/quBU03HqSsQ0qsEMAuhrH/jn+YtDzmjm8q/cGJ44qvi24Hn+G1kxz2XP2S/Gp7ri5cMlo+muuwBjyNJnnEcTt/5cRdYS2cbEBZtpINWj3PuC1EOsd/8cTepSpxODcJHLzktfC1PHW3Pgoh3J5PHjW3TCQ1Wlu/wP8e8OPfNm48BODGChioj3ezblqrOBV+cI+hLi7ReJdvBF/4jY+/Un0asuWnrA6kRNpgOeO8wyl4Ryhkrff+9R1SpyPYP+5T3EuWWLZaCn0bGzyk97S3VAAAAAA=",$n=1e4,$e=1e3,Mr=3;function Jn(s){return Number.isFinite(s)?`$${Math.round(s)}`:"$0"}function Xn(s,t){switch(s){case"private":return{label:"Private",detail:"Private transaction, instant credit",note:null};case"public":return{label:"Public",detail:"Visible on-chain, instant credit",note:null};case"sol_micro":return{label:"SOL Only",detail:`SOL only under ${Jn(t.solMicroMaxUsd)}`,note:"Small deposits must be sent in SOL and are visible on-chain. Increase the amount to use tokens."}}}function Js(s,t,o){return Math.min(Math.max(s,t),o)}function Zn(s,t){if(t<=0)return 0;const o=Js(s/t,0,1);return Math.round(Math.pow(o,1/Mr)*$e)}function ea(s,t){const o=Js(s/$e,0,1);return t*Math.pow(o,Mr)}function Tr(s){return s<10?.01:s<100?1:s<500?5:s<1e3?10:s<5e3?25:50}function sa(s){return s<1?2:0}function qt(s){const t=Tr(s),o=Math.round(s/t)*t,a=sa(t);return Number(o.toFixed(a))}function Xs({config:s,valueUsd:t,onChange:o,maxUsd:a=$n,disabled:r=!1,className:n=""}){const c=Js(Number.isFinite(t)?t:0,0,a),i=l.useMemo(()=>es(c,s),[c,s]),d=Xn(i,s),h=Zn(c,a),p=h/$e*100;return e.jsxs("div",{className:`cedros-tiered-slider ${n}`,children:[e.jsxs("div",{className:"cedros-tiered-slider-input-row",children:[e.jsxs("div",{className:"cedros-tiered-slider-input",children:[e.jsx("span",{className:"cedros-tiered-slider-currency",children:"$"}),e.jsx("input",{type:"number",value:c||"",onChange:f=>o(qt(parseFloat(f.target.value)||0)),placeholder:"Enter amount",disabled:r,min:0,step:Tr(c),className:"cedros-deposit-flow-input cedros-tiered-slider-input-field","aria-label":"Deposit amount"})]}),e.jsxs("div",{className:"cedros-tiered-slider-tier",children:[e.jsxs("span",{className:`cedros-tiered-slider-badge cedros-tiered-slider-badge-${i}`,children:[i==="sol_micro"&&e.jsx("img",{src:$s,alt:"SOL",className:"cedros-tiered-slider-badge-icon"}),d.label]}),e.jsx("span",{className:"cedros-tiered-slider-tier-detail",children:d.detail})]})]}),e.jsx("input",{type:"range",min:0,max:$e,step:1,value:h,onChange:f=>o(qt(ea(parseFloat(f.target.value),a))),className:"cedros-tiered-slider-range",style:{background:`linear-gradient(to right, var(--cedros-primary) 0%, var(--cedros-primary) ${p}%, var(--cedros-border) ${p}%, var(--cedros-border) 100%)`},disabled:r,"aria-label":"Deposit amount slider"}),d.note&&e.jsx("div",{className:"cedros-tiered-slider-note",children:d.note})]})}function ta(s){return s.companyFeePercent>0||s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_swap"||s.feePolicy==="user_pays_privacy"}function ra(s,t,o){const{feePolicy:a,privacyFeePercent:r,swapFeePercent:n,companyFeePercent:c}=s;let i=c;return o||(a==="user_pays_all"?(i+=n,t&&(i+=r)):a==="user_pays_privacy"&&t?i+=r:a==="user_pays_swap"&&(i+=n)),i}const qe=1e9,ve={mint:"So11111111111111111111111111111111111111112",symbol:"SOL",name:"Solana",decimals:9,logoUrl:$s},je={mint:"other",symbol:"OTHER",name:"Other",decimals:6},Br=1e4;function oa(s,t){const o=t<s.publicMinUsd,a=t>=s.privateMinUsd,r=[],n=!o&&a&&(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_privacy")&&(s.privacyFeeFixedLamports>0||s.privacyFeePercent>0),c=!o&&(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_swap")&&(s.swapFeeFixedLamports>0||s.swapFeePercent>0),i=s.companyFeeFixedLamports>0||s.companyFeePercent>0;if(n){const d=s.privacyFeeFixedLamports/qe,h=s.privacyFeePercent,p=d*s.solPriceUsd,f=t*(h/100);r.push({label:"Privacy",solAmount:d,percent:h,usdAmount:p+f})}if(c){const d=s.swapFeeFixedLamports/qe,h=s.swapFeePercent,p=d*s.solPriceUsd,f=t*(h/100);r.push({label:"Swap",solAmount:d,percent:h,usdAmount:p+f})}if(i){const d=s.companyFeeFixedLamports/qe,h=s.companyFeePercent,p=d*s.solPriceUsd,f=t*(h/100);r.push({label:"Service",solAmount:d,percent:h,usdAmount:p+f})}return r}function Rr(s,t,o){const a=oa(s,t),r=o<.01?.01:o;if(a.length===0)return`Total: $${r.toFixed(2)}`;const n=a.reduce((m,u)=>m+u.solAmount,0),c=a.reduce((m,u)=>m+u.percent,0),i={fee:7,sol:8,rate:7,usd:8},d=m=>{const u=m.label.padEnd(i.fee),y=m.solAmount.toFixed(4).padStart(6).padEnd(i.sol),A=(m.percent.toFixed(2)+"%").padStart(5).padEnd(i.rate),b=("$"+Math.max(m.usdAmount,.01).toFixed(2)).padEnd(i.usd);return`${u} │ ${y} │ ${A} │ ${b}`},h=`${"Fee".padEnd(i.fee)} │ ${"SOL".padEnd(i.sol)} │ ${"+ Rate".padEnd(i.rate)} │ ${"= Total".padEnd(i.usd)}`,p=`${"─".repeat(i.fee)}─┼─${"─".repeat(i.sol)}─┼─${"─".repeat(i.rate)}─┼─${"─".repeat(i.usd)}`,f=("$"+r.toFixed(2)).padEnd(i.usd),g=`${"TOTAL".padEnd(i.fee)} │ ${n.toFixed(4).padStart(6).padEnd(i.sol)} │ ${(c.toFixed(2)+"%").padStart(5).padEnd(i.rate)} │ ${f}`;return[h,p,...a.map(d),p,g].join(`
2059
+ `)}function na(s){const t=[],o=s.privacyFeeFixedLamports>0||s.privacyFeePercent>0,a=s.swapFeeFixedLamports>0||s.swapFeePercent>0,r=s.companyFeeFixedLamports>0||s.companyFeePercent>0;return o&&t.push("Privacy Cash fee"),a&&t.push("swap fee"),r&&t.push("company service fee"),t.length===0?"No processing fees apply to deposits.":"A small fee may apply. We'll show exact totals before you confirm."}function ss(s,t){if(t<=0)return 0;const o=t<s.publicMinUsd,a=t>=s.privateMinUsd,r=ra(s,a,o);let n=s.companyFeeFixedLamports;o||(a&&(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_privacy")&&(n+=s.privacyFeeFixedLamports),(s.feePolicy==="user_pays_all"||s.feePolicy==="user_pays_swap")&&(n+=s.swapFeeFixedLamports));const c=n/qe*s.solPriceUsd,i=t*(r/100);return c+i}function Dr(s,t,o){return s==="sol"?"SOL":s==="single-token"?t.symbol:o.some(r=>r.symbol==="USDC")?"SOL or USDC":"SOL or supported tokens"}function zt(s){return s.map(t=>t.trim()).filter(Boolean)}const Ir=new Set(["USDC","USDT","USD1","PYUSD","USDH","CASH"]);function Fr(s,t,o){if(Ir.has(s.symbol))return 1;const a=t.tokenPrices?.[s.symbol];if(a&&a>0)return a;if(s.symbol==="SOL")return t.solPriceUsd||null;const r=o?.[s.symbol];return r&&r>0?r:null}function Ur(s,t){const o=Ir.has(t)?2:4;return s.toFixed(o)}function aa({config:s,currencyMode:t,depositMethod:o,tokens:a=[],defaultToken:r,minAmount:n,maxAmount:c=1e4,onSuccess:i,onError:d,onCancel:h,onUnlockRequired:p,onAuthorize:f,className:g="",showStepIndicator:w=!0,pollInterval:m=5e3,demoMode:u=!1,demoAutoConfirmMs:y,tokenPriceUsd:A,showExplainer:b=!1,siteName:v,explainerConfig:k}){const{deposit:S,getStatus:x,error:j,clearError:C}=Pr(),N=I.useWallet(),P=zt(s.quickActionTokens),L=zt(s.customTokenSymbols),E=l.useMemo(()=>{const U=s.customTokens??[];if(U.length===0)return a;const O=new Set(a.map(Y=>Y.symbol)),H=[...a];for(const Y of U)O.has(Y.symbol)||(H.push({mint:Y.mint,symbol:Y.symbol,name:Y.symbol,decimals:Y.decimals,logoUrl:Y.logoUrl}),O.add(Y.symbol));return H},[a,s.customTokens]),M=l.useMemo(()=>{if(L.length===0)return E;const U=E.filter(O=>L.includes(O.symbol));return U.length>0?U:E},[E,L]),B=s.privateDepositsEnabled,D=o?o==="sign"&&!B?"receive":o:B&&N.hasExternalWallet?"sign":"receive",$=P[0]?E.find(U=>U.symbol===P[0]):void 0,le=t==="sol"?ve:t==="single-token"?$??E.find(U=>U.symbol==="USDC")??E[0]??ve:r??$??E.find(U=>U.symbol==="USDC")??E.find(U=>U.symbol!=="SOL")??E[0]??ve,J=l.useCallback(()=>b?"explainer":"unlock",[b]),[q,R]=l.useState(J),[F,z]=l.useState(le),[X,ee]=l.useState(""),[ue,ce]=l.useState(null),[_,W]=l.useState(null),[Q,ne]=l.useState(null),[pe,tt]=l.useState(null),[ts,Ne]=l.useState(!1),[qr,rs]=l.useState(!1),[Te,rt]=l.useState(null);l.useEffect(()=>{R(J()),z(le),ee(""),ce(null),W(null),ne(null),tt(null),Ne(!1),rs(!1),rt(null),C()},[t,D,le,C,J]);const zr=n??s.privateMinSol,Vr=c,Be=parseFloat(X),ot=N.status==="enrolled_locked"||N.status==="enrolled_unlocked"||N.status==="unlocked",os=ot&&N.isUnlocked,ns=ot&&!N.isUnlocked,nt=l.useCallback(()=>{let H=D==="sign"?[{key:"unlock",label:"Authorize"},{key:"confirm",label:"Send"},{key:"signing",label:"Signing"},{key:"success",label:"Complete"}]:[{key:"unlock",label:"Authorize"},{key:"show-address",label:"Send"},{key:"waiting",label:"Confirming"},{key:"success",label:"Complete"}];return b&&(H=[{key:"explainer",label:"Info"},...H]),H},[D,b])(),Hr=nt.findIndex(U=>U.key===q),at=l.useCallback(U=>{z(U)},[]),Qr=l.useCallback(async U=>{if(!f){R(D==="sign"?"confirm":"show-address");return}rs(!0),W(null);try{const H=await f(U,D==="sign"?Be:null,F);ne(H.sessionId),tt(H.depositAddress),R(D==="sign"?"confirm":"show-address")}catch(O){const H=O instanceof Error?O:new Error("Authorization failed");W(H.message)}finally{rs(!1)}},[f,D,Be,F]),Kr=l.useCallback(async(U,O)=>{C(),W(null),R("signing");const H=U??Be,Y=O??F;if(!u){if(ns&&p){p(),R("confirm");return}if(!os){W("Wallet not ready"),R("error");return}}try{const re=Math.floor(H*Math.pow(10,Y.decimals));if(u){await new Promise(Ie=>setTimeout(Ie,1500));const De={token:t==="sol"?null:Y,amount:H,amountSmallestUnit:re,txSignature:`demo-tx-${Date.now()}`,sessionId:Q||`demo-session-${Date.now()}`,response:{sessionId:Q||`demo-session-${Date.now()}`,txSignature:`demo-tx-${Date.now()}`,amountLamports:re,message:"Demo deposit successful",withdrawalAvailableAt:new Date(Date.now()+1440*60*1e3).toISOString()},method:"sign"};ce(De),R("success"),i?.(De);return}const se=await S(re),Re={token:t==="sol"?null:Y,amount:H,amountSmallestUnit:re,txSignature:se.txSignature,sessionId:se.sessionId,response:se,method:"sign"};ce(Re),R("success"),i?.(Re)}catch(re){const se=re instanceof Error?re:new Error("Deposit failed");W(se.message),R("error"),d?.(se)}},[S,Be,F,t,u,Q,os,ns,p,i,d,C]),Yr=l.useCallback(()=>{R("waiting")},[]),as=l.useCallback(async()=>{const U=pe||N.solanaPubkey;if(U)try{await navigator.clipboard.writeText(U),Ne(!0),setTimeout(()=>Ne(!1),2e3)}catch{const O=document.createElement("textarea");O.value=U,document.body.appendChild(O),O.select(),document.execCommand("copy"),document.body.removeChild(O),Ne(!0),setTimeout(()=>Ne(!1),2e3)}},[pe,N.solanaPubkey]);l.useEffect(()=>{if(!(q==="confirm"||q==="show-address"||q==="waiting")||!Q||u)return;let O=!1,H=0;const Y=360,re=async()=>{if(!(O||H>=Y)){H++;try{const se=await x(Q);if(se.status==="completed"||se.status==="detected"){const Re=se.amountLamports?se.amountLamports/Math.pow(10,F.decimals):0,De=se.amountLamports||0,Ie={token:t==="sol"?null:F,amount:Re,amountSmallestUnit:De,txSignature:se.txSignature||"",sessionId:Q,response:se,method:"receive",depositAddress:N.solanaPubkey??void 0};ce(Ie),R("success"),i?.(Ie);return}}catch{}O||setTimeout(re,m)}};return re(),()=>{O=!0}},[q,Q,u,x,F,t,N.solanaPubkey,i,m]),l.useEffect(()=>{if(!u||!y||q!=="waiting"||D!=="receive"||!pe)return;const U=window.setTimeout(()=>{const O=Te??s.privateMinUsd,H=F.symbol==="SOL"&&s.solPriceUsd>0?O/s.solPriceUsd:O,Y=Math.floor(H*Math.pow(10,F.decimals)),re={token:t==="sol"?null:F,amount:H,amountSmallestUnit:Y,txSignature:`demo-tx-${Date.now()}`,sessionId:Q||`demo-session-${Date.now()}`,response:{sessionId:Q||`demo-session-${Date.now()}`,txSignature:`demo-tx-${Date.now()}`,amountLamports:Y,message:"Demo deposit detected",withdrawalAvailableAt:new Date(Date.now()+1440*60*1e3).toISOString()},method:"receive",depositAddress:pe??void 0};ce(re),R("success"),i?.(re)},y);return()=>window.clearTimeout(U)},[u,y,q,D,pe,Te,s,F,t,Q,i]);const Gr=l.useCallback(()=>{R(J()),ee(""),ce(null),W(null),C()},[J,C]);return s.enabled?e.jsxs("div",{className:`cedros-deposit-flow ${g}`,children:[w&&q!=="error"&&e.jsx("div",{className:"cedros-deposit-flow-steps",children:nt.map((U,O)=>{const H=Hr>=O,Y=U.key===q;return e.jsxs("div",{className:`cedros-deposit-flow-step-item ${H?"step-active":""}`,children:[e.jsx("div",{className:`cedros-deposit-flow-step-circle ${H?"active":""} ${Y?"current":""}`,children:O+1}),e.jsx("span",{className:`cedros-deposit-flow-step-label ${H?"active":""}`,children:U.label})]},U.key)})}),e.jsxs("div",{className:"cedros-deposit-flow-content",children:[q==="explainer"&&e.jsx(ia,{siteName:v,config:k,depositConfig:s,currencyMode:t,token:F,tokens:M,onContinue:()=>R("unlock"),onCancel:h}),q==="unlock"&&e.jsx(la,{token:F,tokens:M,currencyMode:t,depositMethod:D,isAuthorizing:qr,error:_,onAuthorize:Qr,onBack:b?()=>R("explainer"):void 0,onCancel:h}),q==="confirm"&&D==="sign"&&e.jsx(ca,{token:F,tokens:E,quickActionSymbols:P,customTokenSymbols:L,currencyMode:t,minAmount:zr,maxAmount:Vr,depositAddress:pe||N.solanaPubkey,walletReady:os||u,needsUnlock:ns&&!u,copied:ts,isListening:!!Q&&!u,config:s,onCopy:as,onTokenSelect:at,onUnlockRequired:p,onConfirm:(U,O)=>Kr(U,O),onBack:()=>R("unlock"),onCancel:h}),q==="signing"&&e.jsx(da,{depositAddress:N.solanaPubkey}),q==="show-address"&&e.jsx(ua,{token:F,tokens:E,quickActionSymbols:P,customTokenSymbols:L,tokenPriceUsd:A,currencyMode:t,depositAddress:pe||N.solanaPubkey,copied:ts,isListening:!!Q&&!u,config:s,onCopy:as,onTokenSelect:at,onAmountChange:rt,onSent:Yr,onBack:()=>R("unlock"),onCancel:h}),q==="waiting"&&e.jsx(ha,{token:F,depositAddress:pe||N.solanaPubkey,copied:ts,feeLine:Te?`Fees: $${Math.max(ss(s,Te),.01).toFixed(2)} total`:"Fees: calculated after deposit",onCopy:as}),q==="success"&&ue&&e.jsx(pa,{result:ue,config:s,onNewDeposit:Gr}),q==="error"&&e.jsx(ma,{error:_||j||"An error occurred",onRetry:()=>R("confirm"),onCancel:h})]})]}):e.jsx("div",{className:`cedros-deposit-flow cedros-deposit-flow-disabled ${g}`,children:e.jsx("p",{children:"Deposits are not currently available."})})}function ia({siteName:s,config:t,depositConfig:o,currencyMode:a,token:r,tokens:n,onContinue:c,onCancel:i}){const d=t?.title??"How Deposits Work",h=t?.exchangeName??"Coinbase",p=Us.sanitizeExternalUrl(t?.exchangeUrl)??"https://www.coinbase.com",f=t?.showExchangeSuggestion!==!1,g=Dr(a,r,n),w=s?`${s} uses the Solana blockchain to process secure, private payments.`:"This site uses the Solana blockchain to process secure, private payments.",m=t?.body??w,u=ta(o),y=na(o);return e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:d}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:m}),e.jsxs("div",{className:"cedros-deposit-flow-explainer-content",children:[e.jsxs("div",{className:"cedros-deposit-flow-explainer-item",children:[e.jsx("span",{className:"cedros-deposit-flow-explainer-icon cedros-deposit-flow-icon-shield"}),e.jsxs("div",{children:[e.jsx("strong",{children:"Private & Secure"}),e.jsx("p",{children:"Your deposits are protected by cryptographic privacy technology."})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-explainer-item",children:[e.jsx("span",{className:"cedros-deposit-flow-explainer-icon cedros-deposit-flow-icon-bolt"}),e.jsxs("div",{children:[e.jsx("strong",{children:"Fast Transactions"}),e.jsx("p",{children:"Solana transactions confirm in seconds, not minutes."})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-explainer-item",children:[e.jsx("span",{className:"cedros-deposit-flow-explainer-icon cedros-deposit-flow-icon-coin"}),e.jsxs("div",{children:[e.jsx("strong",{children:u?"Transparent Fees":"Low Fees"}),e.jsx("p",{children:y})]})]})]}),f&&e.jsx("div",{className:"cedros-deposit-flow-explainer-exchange",children:e.jsxs("p",{className:"cedros-deposit-flow-explainer-exchange-text",children:[e.jsx("strong",{children:"New to Solana?"})," You can purchase ",g," using your credit card at"," ",e.jsx("a",{href:p,target:"_blank",rel:"noopener noreferrer",children:h}),", then send it here to fund your account."]})}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[i&&e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:i,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:c,children:"Continue"})]})]})}function la({token:s,tokens:t,currencyMode:o,depositMethod:a,isAuthorizing:r,error:n,onAuthorize:c,onBack:i}){const[d,h]=l.useState(""),p=Dr(o,s,t),f=g=>{g.preventDefault(),d.trim()&&c(d)};return e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Authorize Deposit"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:a==="sign"?o==="multi-token"?"Enter your password to authorize a deposit. This allows us to process your withdrawal when the privacy period ends.":`Enter your password to authorize a ${p} deposit. This allows us to process your withdrawal when the privacy period ends.`:o==="multi-token"?"Enter your password to get your deposit address. Any supported token sent to this address will be credited to your account.":`Enter your password to get your deposit address. Any ${p} sent to this address will be credited to your account.`}),e.jsxs("form",{onSubmit:f,children:[e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",htmlFor:"deposit-password",children:"Password"}),e.jsx("input",{id:"deposit-password",type:"password",value:d,onChange:g=>h(g.target.value),className:"cedros-deposit-flow-input",placeholder:"Enter your password",disabled:r,autoComplete:"current-password"})]}),n&&e.jsx("p",{className:"cedros-deposit-flow-error",children:n}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:i,disabled:r,children:"Back"}),e.jsx("button",{type:"submit",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",disabled:!d.trim()||r,children:r?"Authorizing...":"Continue"})]})]})]})}function ca({token:s,tokens:t,quickActionSymbols:o,customTokenSymbols:a,currencyMode:r,minAmount:n,maxAmount:c,depositAddress:i,walletReady:d,needsUnlock:h,copied:p,isListening:f,config:g,onCopy:w,onTokenSelect:m,onUnlockRequired:u,onConfirm:y,onBack:A}){const[b,v]=l.useState(g.privateMinUsd),[k,S]=l.useState(!1),[x,j]=l.useState(!1),[C,N]=l.useState(0),[P,L]=l.useState(null),M=es(b,g)==="sol_micro",B=s.symbol===je.symbol,D=l.useMemo(()=>{const _=a.length===0?t:t.filter(ne=>a.includes(ne.symbol)),W=_.length>0?_:t;return W.some(ne=>ne.symbol===je.symbol)?W:[...W,je]},[t,a]),$=ss(g,b),le=$<.01?.01:$,J=B?"Fees: calculated after deposit":`Fees: $${le.toFixed(2)} total`,q=B?"":Rr(g,b,$),R=Fr(M?ve:s,g),F=R?b/R:s.symbol==="SOL"&&g.solPriceUsd>0?b/g.solPriceUsd:b,z=F?Ur(F,M?"SOL":s.symbol):null,ee=b-$<=0&&b>0,ue=!B&&b>0&&!ee&&F>=n&&F<=c;l.useEffect(()=>{if(r==="multi-token")if(M&&s.symbol!=="SOL"){L(s);const _=t.find(W=>W.symbol==="SOL");_&&m(_)}else!M&&P&&s.symbol==="SOL"&&(m(P),L(null))},[M,s.symbol,r,t,m,P,s]);const ce=()=>{ue&&y(F,s)};return e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Choose Amount"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Set how much you want to deposit. Higher tiers unlock privacy."}),r==="multi-token"&&!M&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Token"}),e.jsxs("div",{className:"cedros-deposit-flow-token-quick",children:[o.map(_=>{const W=t.find(ne=>ne.symbol===_),Q=s.symbol===_;return e.jsxs("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${Q?"is-active":""}`,onClick:()=>{W&&(S(!1),m(W))},disabled:!W,children:[W?.logoUrl&&e.jsx("img",{className:"cedros-deposit-flow-token-quick-icon",src:W.logoUrl,alt:`${_} logo`}),_]},_)}),e.jsx("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${k?"is-active":""}`,onClick:()=>{S(!0),N(_=>_+1)},children:"Custom"})]}),k&&e.jsx("div",{className:"cedros-deposit-flow-token-custom",children:e.jsx(Gs,{tokens:D,selectedToken:s,onSelect:m,openSignal:C})})]}),e.jsx("div",{className:"cedros-deposit-flow-field",children:e.jsx(Xs,{config:g,valueUsd:b,onChange:v,maxUsd:Br})}),e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:B?"Sign to send tokens to this address":`Sign to send ${z??"--"} ${M?"SOL":s.symbol} to this address`}),e.jsxs("div",{className:"cedros-deposit-flow-address-box",children:[e.jsx("code",{className:"cedros-deposit-flow-address",children:i||"Loading..."}),e.jsxs("div",{className:"cedros-deposit-flow-address-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-icon",onClick:w,title:"Copy address",disabled:!i,children:p?"✓":"⧉"}),i&&e.jsx("a",{className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-link cedros-deposit-flow-copy-icon",href:`https://orbmarkets.io/account/${i}`,target:"_blank",rel:"noopener noreferrer",title:"View on Orb Markets",children:"↗"})]})]}),p&&e.jsx("p",{className:"cedros-deposit-flow-copied-msg",children:"Copied!"})]}),ee&&e.jsx("div",{className:"cedros-deposit-flow-warning",children:e.jsx("p",{children:"Deposit amount is less than the fees. Increase the amount to proceed."})}),e.jsxs("div",{className:"cedros-deposit-flow-info-stack",children:[e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Send only on the Solana network."})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsxs("span",{children:[J,e.jsx("button",{type:"button",className:`cedros-deposit-flow-fee-info ${x?"is-open":""}`,"data-tooltip":q,"aria-label":`Fee breakdown: ${q.replaceAll(`
2060
+ `,", ")}`,"aria-expanded":x,onClick:_=>{_.stopPropagation(),j(W=>!W)},onBlur:()=>j(!1),onKeyDown:_=>{_.key==="Escape"&&j(!1)},children:"i"})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Credits appear after network confirmation."})]})]}),f&&e.jsx("div",{className:"cedros-deposit-flow-info-banner",children:"Listening for incoming transfers. We will confirm automatically."}),h&&e.jsxs("div",{className:"cedros-deposit-flow-warning",children:[e.jsx("p",{children:"Your wallet is locked. Unlock it to continue."}),u&&e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:u,children:"Unlock Wallet"})]}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:A,children:"Back"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:ce,disabled:!ue||!d||!i,children:"Deposit"})]})]})}function da({depositAddress:s}){return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-spinner"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Signing Transfer"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Approve the transfer in your wallet extension..."}),s&&e.jsxs("p",{className:"cedros-deposit-flow-signing-dest",children:["Sending to:"," ",e.jsxs("code",{children:[s.slice(0,6),"...",s.slice(-4)]})]})]})}function ua({token:s,tokens:t,quickActionSymbols:o,customTokenSymbols:a,tokenPriceUsd:r,currencyMode:n,depositAddress:c,copied:i,isListening:d,config:h,onCopy:p,onTokenSelect:f,onAmountChange:g,onSent:w,onBack:m}){const[u,y]=l.useState(h.privateMinUsd),[A,b]=l.useState(!1),[v,k]=l.useState(!1),[S,x]=l.useState(0),[j,C]=l.useState(null),P=es(u,h)==="sol_micro",L=s.symbol===je.symbol,E=l.useMemo(()=>{const F=a.length===0?t:t.filter(ee=>a.includes(ee.symbol)),z=F.length>0?F:t;return z.some(ee=>ee.symbol===je.symbol)?z:[...z,je]},[t,a]),M=ss(h,u),B=M<.01?.01:M,D=L?"Fees: calculated after deposit":`Fees: $${B.toFixed(2)} total`,$=L?"":Rr(h,u,M),le=L||u>0,J=Fr(P?ve:s,h,r),q=J?u/J:null,R=q?Ur(q,s.symbol):null;return l.useEffect(()=>{if(n==="multi-token")if(P&&s.symbol!=="SOL"){C(s);const F=t.find(z=>z.symbol==="SOL");F&&f(F)}else!P&&j&&s.symbol==="SOL"&&(f(j),C(null))},[P,s.symbol,n,t,f,j,s]),l.useEffect(()=>{g(u)},[u,g]),c?e.jsxs("div",{className:"cedros-deposit-flow-step",children:[e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Send Deposit"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Send funds to your deposit address. We'll confirm automatically."}),n==="multi-token"&&!P&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Token"}),e.jsxs("div",{className:"cedros-deposit-flow-token-quick",children:[o.map(F=>{const z=t.find(ee=>ee.symbol===F),X=s.symbol===F;return e.jsxs("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${X?"is-active":""}`,onClick:()=>{z&&(b(!1),f(z))},disabled:!z,children:[z?.logoUrl&&e.jsx("img",{className:"cedros-deposit-flow-token-quick-icon",src:z.logoUrl,alt:`${F} logo`}),F]},F)}),e.jsx("button",{type:"button",className:`cedros-deposit-flow-token-quick-btn ${A?"is-active":""}`,onClick:()=>{b(!0),x(F=>F+1)},children:"Custom"})]}),A&&e.jsx("div",{className:"cedros-deposit-flow-token-custom",children:e.jsx(Gs,{tokens:E,selectedToken:s,onSelect:f,openSignal:S})})]}),!L&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Deposit Amount"}),e.jsx(Xs,{config:h,valueUsd:u,onChange:y,maxUsd:Br})]}),L&&e.jsx("div",{className:"cedros-deposit-flow-note",children:"Send any token you want. We'll detect the deposit, swap it, and credit your balance automatically."}),e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:L?"Send any token to this address":`Send ${R??"--"} ${P?"SOL":s.symbol} to this address`}),e.jsxs("div",{className:"cedros-deposit-flow-address-box",children:[e.jsx("code",{className:"cedros-deposit-flow-address",children:c}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-copy-btn",onClick:p,title:"Copy address",children:i?"✓":"📋"})]}),i&&e.jsx("p",{className:"cedros-deposit-flow-copied-msg",children:"Copied!"})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-stack",children:[e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Send only on the Solana network."})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsxs("span",{children:[D,!L&&e.jsx("button",{type:"button",className:`cedros-deposit-flow-fee-info ${v?"is-open":""}`,"data-tooltip":$,"aria-label":`Fee breakdown: ${$.replaceAll(`
2061
+ `,", ")}`,"aria-expanded":v,onClick:F=>{F.stopPropagation(),k(z=>!z)},onBlur:()=>k(!1),onKeyDown:F=>{F.key==="Escape"&&k(!1)},children:"i"})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Credits appear after confirmation (typically ~30s)."})]})]}),d&&e.jsx("div",{className:"cedros-deposit-flow-info-banner",children:"Listening for your deposit. We'll notify you when it arrives."}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:m,children:"Back"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:w,disabled:!le,children:"I've Sent It"})]})]}):e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-error-icon",children:"!"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Wallet Not Ready"}),e.jsx("p",{className:"cedros-deposit-flow-step-desc",children:"Your embedded wallet is not set up. Please complete wallet enrollment first."})]})}function ha({token:s,depositAddress:t,copied:o,feeLine:a,onCopy:r}){return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-spinner"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Waiting for Deposit"}),e.jsxs("p",{className:"cedros-deposit-flow-step-desc",children:["Looking for incoming ",e.jsx("strong",{children:s.symbol})," deposits..."]}),e.jsxs("div",{className:"cedros-deposit-flow-waiting-info",children:[e.jsx("p",{className:"cedros-deposit-flow-waiting-text",children:"Once your transaction is confirmed on the Solana network, your account will be credited automatically. This usually takes 20-30 seconds."}),t&&e.jsxs("div",{className:"cedros-deposit-flow-field",children:[e.jsx("label",{className:"cedros-deposit-flow-label",children:"Deposit address"}),e.jsxs("div",{className:"cedros-deposit-flow-address-box",children:[e.jsxs("code",{className:"cedros-deposit-flow-address",children:[t.slice(0,6),"...",t.slice(-6)]}),e.jsxs("div",{className:"cedros-deposit-flow-address-actions",children:[e.jsx("button",{type:"button",className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-icon",onClick:r,title:"Copy address",children:o?"✓":"⧉"}),e.jsx("a",{className:"cedros-deposit-flow-copy-btn cedros-deposit-flow-copy-link cedros-deposit-flow-copy-icon",href:`https://orbmarkets.io/account/${t}`,target:"_blank",rel:"noopener noreferrer",title:"View on Orb Markets",children:"↗"})]})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-stack",children:[e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:"Send only on the Solana network."})]}),e.jsxs("div",{className:"cedros-deposit-flow-info-item",children:[e.jsx("span",{className:"cedros-deposit-flow-info-dot"}),e.jsx("span",{children:a})]})]})]})]})}function pa({result:s,config:t,onNewDeposit:o}){const a=s.token??ve,r=a.symbol==="SOL"&&t.solPriceUsd>0?s.amount*t.solPriceUsd:s.amount,n=ss(t,r),c=Math.max(r-n,0),i=n<.01?.01:n;return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-success-icon",children:"✓"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Deposit Successful!"}),e.jsxs("p",{className:"cedros-deposit-flow-step-desc",children:["Your deposit of ",s.amount.toLocaleString()," ",a.symbol," has been received."]}),e.jsxs("div",{className:"cedros-deposit-flow-summary",children:[e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Transaction"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value cedros-deposit-flow-tx",children:[e.jsxs("a",{href:`https://orbmarkets.io/tx/${s.txSignature}`,target:"_blank",rel:"noopener noreferrer",children:[s.txSignature.slice(0,8),"...",s.txSignature.slice(-8)]}),e.jsx("a",{className:"cedros-deposit-flow-tx-action",href:`https://orbmarkets.io/tx/${s.txSignature}`,target:"_blank",rel:"noopener noreferrer","aria-label":"View transaction on Orb Markets",title:"View transaction",children:"↗"})]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Deposit Amount"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value",children:["$",r.toFixed(2)]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Total Fees"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value cedros-deposit-flow-fee",children:["-$",i.toFixed(2)]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Credits Added"}),e.jsxs("span",{className:"cedros-deposit-flow-summary-value cedros-deposit-flow-credit",children:["+$",c.toFixed(2)]})]}),e.jsxs("div",{className:"cedros-deposit-flow-summary-row",children:[e.jsx("span",{className:"cedros-deposit-flow-summary-label",children:"Available"}),e.jsx("span",{className:"cedros-deposit-flow-summary-value",children:"Immediately"})]})]}),e.jsx("div",{className:"cedros-deposit-flow-actions",children:e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:o,children:"Make Another Deposit"})})]})}function ma({error:s,onRetry:t,onCancel:o}){return e.jsxs("div",{className:"cedros-deposit-flow-step cedros-deposit-flow-step-centered",children:[e.jsx("div",{className:"cedros-deposit-flow-error-icon",children:"✕"}),e.jsx("h4",{className:"cedros-deposit-flow-step-title",children:"Deposit Failed"}),e.jsx("p",{className:"cedros-deposit-flow-error-message",children:s}),e.jsxs("div",{className:"cedros-deposit-flow-actions",children:[o&&e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-secondary",onClick:o,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-deposit-flow-button cedros-deposit-flow-button-primary",onClick:t,children:"Try Again"})]})]})}const fa="data:image/webp;base64,UklGRmIEAABXRUJQVlA4WAoAAAAIAAAAOwAAOwAAVlA4IIIDAADwDwCdASo8ADwAPm0qkUWkIqGWDVeYQAbEtgBOmZMBu+H816ov3b8R8R2g2FXtxdyh5s3+A60v0APLi9ktgGB/LZjWNAXqgpE6jfW0NF+P4xEhH2L7M+26iGwrTjjcQegyCZqxs+ifvZANjWd279diqZNKUrgOTVtjJGtW4IVtRhMECd5aWVgAAP7nDv3UY/8f1l//xTP/FM/8NU8c9g//sC3+bX/1HZXsNsM57VKG2LVf1a0KdncWO8uPo/Oh79m9ZqjJZwXfPXuvwkK+WDOl6+N8C2Ux6no/V/zkoucKK/JZek7MR5sS8TknXB+6BuVDXou9Rx4aUea2q2IzvLvFIujjKsVYLMab7j9zo48fhgm9YOtjmWuS0WZ4c+6ta0mr3xF4fcdAIFf6oXRSlqovOX0HUiMV//hXwSX1cfP5cLj8c7OTyT/4ce4olJARV95GoY8oF+2uU0blGul3ItlG7c2Hl2/uC6s2WZc7Zukwojx6ed8t97bZ68N1uzCLzPlG7BuYS17F19e0wXnc6vEl3q7ft0K7OEl7r8mY6Kh+Nt/5V/Lp68mFBjLem1JjvC371+lKwez4KCdXwNo2Z04FqyzGpFutY6YQ/r5Tfu7Oi+oNfN0R/W+D4aj1nqHhlqYJzpx2NK4mj0gJIXmX8EArelSQI8mV4Ux9MRPwC2PuZhLTjQZv+Vl4p0D8bSB+Z0rek3hS6G1r80fW3cn767Pz/bXanjVmm34wt1nQPqdJObrZ7vv2NWcEuQKj9d+V6DzeDrq0CtGNcanEB5MY9agi1E6BprEScTdfPXjBeMnPbpD+QO6P7IW4UZ9etCCHtX++S/fl5Iz5RzUr10ojRMw//35C0yTjSEhbe884dPwor64n//KByjUFEGsCPAAXPJp1+O+SiKfUaODq6ncjKayTHXjoXgM7XP1z4sBhIKJZJRiM7vGC/+v/Sk8/jbgZLZDAVz1vLou93y7Yd8hxcWM/BesxgWgeKvl8fjE/Ud8tQKp4425hWh66lzzwxa4J3ctA4/E50wX/eoBOgq0B7+7S6FK4wvPHSNgfh+vwSWIJsJLt/3yjBeb41RRyMDMZqFQTZPEdFpXp48ExEyDayZ6objbjTHoS5WQDnDQpRyqMNKfvd41nhEPdb/hxpzXeTIjWmfHHCT+CQYWXDqLehCh1cRyeYOBwsSlSw5PiquAbsgAARVhJRroAAABFeGlmAABJSSoACAAAAAYAEgEDAAEAAAABAAAAGgEFAAEAAABWAAAAGwEFAAEAAABeAAAAKAEDAAEAAAACAAAAEwIDAAEAAAABAAAAaYcEAAEAAABmAAAAAAAAAEgAAAABAAAASAAAAAEAAAAGAACQBwAEAAAAMDIxMAGRBwAEAAAAAQIDAACgBwAEAAAAMDEwMAGgAwABAAAA//8AAAKgBAABAAAAPAAAAAOgBAABAAAAPAAAAAAAAAA=",ga="data:image/webp;base64,UklGRtgCAABXRUJQVlA4WAoAAAAIAAAAOwAAOwAAVlA4IPgBAABQCwCdASo8ADwAPm0wk0ekIqGhKBQMqIANiWkADPF3uV2D8VcQGk1mg+P36i9SLnZvYAQxszEWYzEwX1RVkqG/4BGbJgMSHqhKDFsjWsGfPPrvfef11goNmCDDlBJHVVD+8gAA/vu4q03kl+E7FpjtZ2gc8pQ619Hjv9NywoRZ6az43C1wcrRr/lWzJlJhLWMHN0MkVl1ueAf6Hn8StVzeUfMBXOKkgfe2msx7QWR5PnHW/5c6/35yrtWnrURc2q6UYlGin+v8C2dQqexkW6rX2EEijTI9eEQ46PWH3/59fM2AlMvvR2abaRk5XX7V1triQncRxvMfz5YmYDN+PY/ikcZUNaiFucKoUq5riv0eKCezuFNHecE11ojwJqWRSTWpalkz5autXp6vFS+FT1tWUsB/fs1CCOZxaA1vR1grOEaiuKe1RYm7e05psWtqbXLVmm1bA8Ly9PFkVdCbc6hR3UuBBsFGnVeGOUeMn2onnfvYhBMcM9YPxGdQkwZLXOk1VuQSTk01Shf3fZrFyRlFauftFdPYhKXwqrr+meav1P+KLKBVosqmHnFFfgExsQ/rOf3TSd+mOqQfJA+cF+HojNU7nmM3uDkoCBi+//Gqp+gPNNW8M4LFrol8rxE+7WsjqMgfwv1f+Nr25RtG1Wa/KkniRCAAAABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",wa="data:image/webp;base64,UklGRhYJAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSGICAAABkJz9nzon3/nNJGnBXRvBI0sDkR7slpRBaMDl5LByx7cEyBWHtWd+8/uiK/95uEfEBKBnFwRwk6Wjm89PW2Tj9OWNo7VxASQ4DDoIML9fbdLYpbFR21tykDAY8ZCLT9okqZrsD0uqJNl5sj6CIAPwDmdqRlNlz6o0vroE5/vlPObv0kyN/dVE3pmHd31xgt0P1MgBauTHLYjrg2DoClM0DtRi4kmA6ylgrMq2cuDaZm0CoQePyTqVhVTWJ+G7EozXqSyosj4K6cIhVBhZ2MjyMNy/BFcZWeDIE8g/PLaoLLRyF/4vgrlPTMVK/DQH+cPjGpUFV17/i6BEZeGVF+Dh4F/kUYGDR4nKDBPX4AX381Deh2C1Q8vB2F4CDqnMUrkPlPMpY+obLQ/j9+k1GjNNLB0z5hJ5fD0f5Y2XTLkkPn9Hy8X4vsGMW/xvt3JqvKflYnz3nCmXxJc3qLlEXj9mzOe4xJSLcW36Oy0P47cplKl5KMvAfj6HwFKbloOxswrBfWoOyvsQjzWmPErwcKhQi6d84eHgcSGPEgSA4Dq1aMpr8PjL3CemYiV+moP8AY9darGUW/D4u+CEsUiRVyH4p8NwmbE4kZUA9y8IRuvUoijr4xB06zFZpxZDWZ+ER/cBEzW2dXDaZnUMAb06hBOmaIOxmHhlCILenWDrI6MOIio/7kIc+uk85u+SSftkasZ78/AOffYOl17RqNqbqtFqZ+A8+i8BI+tPOiRNNdkfllSNZPvJRYEXDDQI3NJerUFjl8ZmbX8ekIBBuyCAjK8d3Xh52iBbp89vHl2ecIAEh54BVlA4IMwFAADQGwCdASo8ADwAPm0qkkYkIiGhLhtqqIANiWwAqSdaNo+beZFT37f+J9yXOd2J6HfQh5gH6edIDzAfst6vXoO9AD/Lf4DrAP2V9gDzY/+57F39p/3/7k+0RmjvYp/meic9ieyvJnZVfquF/a23ZOCHGT/sfDDjQ89zOL9Gewd+s3Vh/b32Gf28Ejb5ttLg9hoDiFb2tMW81eZU9Z1LHfdRSCsRMzHz0WT4BNgUakGf9oJtrGtVJFxHJfxAatIxnW1qjDi9i3DQtJp9pVNKlMoJEWdPKv3KaaFSlhd/aMGiir9CPcex5QAA+fpjxA6zfUamE3wS2zWwLVrt/fXA5+Wvx9j5SID0zuEHU2LisPUxvtRuIUwNrsUis8zy+IMpzft+ZSg+9gdx9e6+ZvPmtj4OByz5qo26J3rXhPy8LBXSpuPb+f+mP4CoTvYDhzQXh/SIGj8Ez1+W5MJ/Tkdw09wPCs3JuR3yoqO63FH/j81xW5Abr7tCdwfXwv3CXDtOcHwUqPCd1aiU2uT6XwgdnYqYygEXGKFx8nmaUvqSn9p8HmIA9dVTOoEnqYFjrNfWY034N2vjohd16cxnkP4PYvHkIOWa/FEUug7/qbJ/GFLPxNh6y9eQ//MzzXbcPwsT2chWXPBXNVF1S9dxv5NUuEueiw2kdebblQuvUSRLN+zx3VyT2lOzWBUqrzsTmeOlxjVcTA83H99r35O4X7WXNq7HExiWXxrdM/Ih4CvPJaEHPxUE/i6WIz6+VGq4RB3sBKl3P4M7/DLWAwCnwcpX228XezqQ4cS2tttWxLTc9cPd1ofek9qF9lpB8RvakdPnj2PruFA9W3iKbNdmgnb+mIpohHuUR73KdDDOHbyfAiOjPzzqomnIU3jcSt7LKOB/Op97sCk0yd18mVG3prs351B+xmCE2Zd3RFKL+mpMz5qcuAFAfRyodbggdgmFGkEGQ33VryYFl/upr31FGdI52sqzuxd7jZIsqCcznUH/gu+xaBw7wla49EmFNf+Ss+91i9Hsys0FS//Ktru1xWgkeEweX77y6Oot5tHQsDxgy0sAI85V7FmlpiiWXQdM12MGfCBfyRM+N23SjOdReeSILYCgsM3r33/54X+lfDVNj427MvbDFtKccqazlQ+iKqC//MvYwqyiJPL1ZbVoCEP774fKZA3D3qvsVPGlp9LPchpTs4mTJugt8qXl82RwXQCDNZXnbEois53E35hkRr+IJhndoRo1o2sZDoTgykbeOKiynPH03+BcUQ8zmxTmiVlHQym/LL3kRREnUlxs2zPPGb2E+Rpdib+LxOvFSmj9RfTZoYIJnrqNnBIXV2lt7xeZ0srf98JymJxrtr8lx69oSNZIReDddL+3iiUjh6lm7EcYuclqBaKp8q68geo7H1EvKy4nSRx5Q+uz4l/ypo2hVdwi9l+BHjZZmJ7lXkpNTRJ0gZpzquzN2vh/MZQALV6FZ6q4aofA9AJy1DVLdNjV8n6s9eFA5pazxwhLW4tgWMciGf5x6G7HqFPTL1ZL3l447zLGUkqAXjkeVaNmxZ2oNKIuTy6JDc0Z61Z2dgbsg6HwCX1/ux5sk82WsnNIO4CTnWKI1aCtQZaEsBf6hIl9n7VBsgZGIcPpqn7P4mbyf3EbfdfQ32qlawLuAxmDlwRsVsPkw7j4aKbvIBykNcsVXv0/X6UXXaAtw3feJnTwDak2qY6QpMLE9e7PJeuQQ8FXpqI5HoR82kd+DOwGH5F3OpuWsmEt8v7WQG8q1LMkg6vrl3I8047zMl1Yq0VwotbrsKJocsHgsbs/PGOO9v2s8U0Sju/71XRtG5skcy2msae3wixjlGR4i6ZfldMehQD1zf/FbWN9hnHfpq1Fh8+PSA9AzUi33qli8ixISbH+tw7CcumxvegMk88HMNZlVdnIEzIfyHrSdZ2S98yX2OYZw0+JyaBbQxI0fOr6KpuMD6FVGLrdN9dgOTgOPQgAAEVYSUa6AAAARXhpZgAASUkqAAgAAAAGABIBAwABAAAAAQAAABoBBQABAAAAVgAAABsBBQABAAAAXgAAACgBAwABAAAAAgAAABMCAwABAAAAAQAAAGmHBAABAAAAZgAAAAAAAABIAAAAAQAAAEgAAAABAAAABgAAkAcABAAAADAyMTABkQcABAAAAAECAwAAoAcABAAAADAxMDABoAMAAQAAAP//AAACoAQAAQAAADwAAAADoAQAAQAAADwAAAAAAAAA",ya="data:image/webp;base64,UklGRo4EAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSA4CAAABkGXb2to2V9/v6D1Jmd5CQ5GXPYXAJMrtPOJMoMzMzDgIPYY5+vVds6T/m0BEOGzAtm1IBlR2d8kXUMyaADjeuHr9V7qj3E5/XrvaOA5AHCqzFgHTFz9tUTmEyq1PF6cBqVWDOLjkwS6VPsu8KqnaewRU7j5KIjipgFiQfCf1IGch8wMlv9QhcWk4nLlL9Z4l6b3y7hmUvGQkmF1nnrMC85zrc5CozDUQtwamisNSDCmxjL5jpqxMzfhutFCCY3+5110CaI9/jhVIcPg/DxiIB/x/eKgijLxkRobTyxFEw7zVm0NqcYg5LNAzKD3n4QbmyRVqWCiXJyD9uN7z0Ha9Dw4N5gzOnHU4IMJ7egt8HuYWasIJnlg46fkYgul9qgWU+9PA2Z7b2FngnR3e49Qm1QbKzVPNnltZ8wozK2S8et0SN34wt0LOnynVCsp02xI7tKSqqXYsV7ZtD/lpeaEfNyw/k9evWuKK7XfQ9ruP9/RW/s74t872N1bw2MY8n0Acmlb/KQ04AJ8t5PkeEbpDnbmR2/5392FiOfRFlCuTkIGsMh/aPBeGZFLBYuiM1IIUZLOD0NnMNBMWZdE/4bLo32MQ0wxcJnsvhcnerRhSLvPPhcj8s5DIsmtU6Tj1L1U6zvcEElfrVlHyqGy3epC4om5Vsg3OlO50UQ2V6Qa65LWf6TZ1J/11faBLlpgAVlA4IJgBAADwCQCdASo8ADwAPm0ylEckIyIhKAoAgA2JaQATzh4OcBkEByVmbl5z9gD9U/+J2APQgLaX4twLu19/UVxAWN1IKXE4cIqJBhoyQ0yDYn61m3zk6T7FMg0AAP78+EMvGgC8jLXmcbbmqvufKjG8Tv1M9Krl47vOW74O/Rapv2DgXbg9iK6PrRQG/9d9+rF/ESxzbszVFn3GThrMBmsklj/LPWDQ0pKzG7EyjQL6p6gfUwMze+wPhzJpn8tMqlUVgq6/QSUVcgG+ztsi73rA3vl3n4baeF1INsbuosTXtnsotVYuTii6rscx9OUTvevYcPNvcL9MPhyWeCQw0qynnGtzCIw+oFRN0+TN1mqXkFyk/rFBcH+FHiI6s9XX5EWCKn5vTRt/0RbS687PiXPFC5Zk/Gk4+538IYi+HZDjvlQQWOH/vddfYTerQ5QqWJt1YuaZNThQ2u+/DtXfZPRy1iWWLR9SKFFtlGrqBKWF5nPRPWWMNA3OssvUtvCNBLBA4cn1whzy+SpbgLvnaepxiykjKsU/MhzgAABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",ba="data:image/webp;base64,UklGRqwEAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSL8BAAABkGvbtmlLc5997yvbmW19gBnbDm2kjF5UmW3bthXZVZFdZ+81r+87Z1XlEaHIbSNlMstwos4XUBSTLAFQo/u01Zdf/yLDDze3zB/YwADJEoOoJAKg7oTdH4SF+XxiZlMgSESzwAJdVn2iUJzzOUMiLhQKf+/va2FtBLMBuu1zpHcsincUXhtoTKLsCTVX/KF3wrLhPLm/OWzZtjQWfZ7RhYyAC/lxMowpSzJYJAyFkZDQc21FBMUT7BqGjpHxf3m+XlEPUHE/f3vGgPzmw4awRUaTexkyJhwfNShctVgZXyJDXq4CUyjNy6Y4fVOBIkAPR2GcOE7Jm2NQ/RE9YzXht3a5VYvlOX0xF0fy+tp/ozBuQg6DzZYb6Bi7ed4rB5Mp/1Co4cNhLUo1StLxDIDqrynUoRswiF6nFnIxsDpnZ5WBW0GFZ1qZ8HfLDk5txHHsGDpSa6B0cXZEa+DsTr1M+P4qPdXwjynU4+1/a7oN3Sm6G+meSd27oHsHde++7puj+tYpv7G6b7vun6L7l6n+oZp/t7JmUNUqqhpJV5upakJVLaqqgVW1t6rmV401NGMc1djqH4rpIseSfyPFkgAAVlA4IAQCAABQDACdASo8ADwAPm0yk0akIyGhJgzogA2JaQAThroHvLxu+aPf5G2BYxv+B6XHzx6GPon/o+qz/tOAA/TM82gR0vnExWoiQRM36jlg2UIvwCSqySErzuguz9EP2x/7hsNazr91aIworWI7AAD+/TZ+6Ipl444OdT+2wU0Ov+T8oJuVP/vUbT/w1Jsv6Awnl6rvF/xetfOPt3gTQZZi0Y/AOx563J7CJkqTR/fc/n34zyeKzR80fhfv4ef+Hjhz/CX5aQo+58zg/FdE+7bLoophGfG0szI513EH+q+Gc73H1PFdJYf7CF8v5dhr3tMwEVX5Ji2ZxejK8xrf/E6nVXqlA4DrYNRP09InHc+fEqO/fH8xr+rMf4y1F9TOnwVffZblLoTP6lot0m/sh7sTiDQr0mIA8TiHoOffGDG6KzV+B3239udfhzD740gkRi/m53abX0Ku3vAgadgFFqL0vk8M/4aI+cI+0fbLW17mWGeMu21wSRRQiv5iNgGKR3vEGXAItcLDft1uUzWAfbe1X3zK/ymT7bA/76PB6UUknm+Y5MM4osurUXU/k7P38pN/3slnGfpFzjl4c3USY4mH9ZCJYUuC/kGEnq/yRPalPdODNFvW6s8MiQeQejYNRY0LsJ0WXkK8vXiDmihCivYAOPoSovesL7on+WAArDNM/BcQSQvCYABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",Aa="data:image/webp;base64,UklGRnIIAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSK4BAAABkHPbtrE9+z73/RTbqWw7Lf+BbbNKbTudbZe2qy+VbVv3PmeHj05G6ohg4LaRounNMtN1voB42ABA5R7TNlx5+O7du9e3Tiwb0b4EgFyAOCQM1Z16+DWFUZC7m3uVB2zKQGBhe+77RGHonJffCL1zQuHDxQ1hrEmTatDjHIXOC2MgzpNf1tVJkWgsGhyihI7JIE74aUYp2ITFAoz9QO+ZAs7zanvkEilKbIkMJS5ANwoJmrCodYVOmBqh5zIEJjZc9xods4A4rrPGxGitrJSU71yNyH4Myl7JTEl+5zzYSH9nlkrxHBzxWUzLVEnhh+YI/gq3+UphpvA8m/s7/wg9M4bjFNg/0vplrxQ+rQEDg/xihmT23jxYJZ8UPq8OA5z77Wt405FDR4poSMjiAJhPRxUIu8D+UVonOhfNPEVHPM9juFacwo+1V6kJQ3Y9Sa8ljhPuUvRk4UdNWU9ST3b9n0W3iG5DumdS9y7o3kHVu6/75ii/dbpvrO7brvtPUf2X6f5DVf/dmpxBmauociRVbqbKCXW5qCoHVuXempxf1dZQtXFUbat/yKZTtSUBVlA4INwFAABwGgCdASo8ADwAPm0qj0WkIqEZ+zYAQAbEtgBOmZoZF+E8zGoP3X8VbcdLvma8t+jH0E+YB+ofSA8wH7VdQv0AP75/iOsG9ADy3/Y5/b/91fgI/Y7MOesb0e/q+TUR1vt7VO6mwG0imO70GM5/0P7BX6qelv7EP209lz9oDRea09ZR+SjhX7sBu/ZS7tG917rPgI3Q7XsB7luy2hAg/95C2Z1L362OH1oFziDY/K5gWoSytSAtiKvA/jW1MehBzdLzJfszPPBvGa15IYwIVRTjO2Hz5ZS9HjLMehwAAP64SgjD3qeg6NRe/Ok+iFhrG3pgglCfbam3yBaDUH36sUiQx0PB1ZZyOHq0ky+f97h6tJMvo0p9LkfXecWOFJ8J5G7yRPuL4tzGLT09QulTJw42xp2hd+lMgIa51XoHx/iftn8B2D3k92H5jOQr+uIXFHHK5FpcTG+qGEF+np0LiQa+vdW7/+ZzOLVRf7jR5X3ANPt93Ng92DW7NflVr6kMr88O/v2ZNb0vtgao2Am/R3CDKiNq89f86CT6r2L2g1oTui7H3E1yhSPQpEOz01I3fhfiMMv4weqKuoedxn/xLg5uzHa6Gte4C/dQYkG3ZFSy4CXQtRjftBrjX/Oj+HpSUPDsv0wPW+ml5NbBKDCj2f3SD8TVMf2ZfHrOkR602RVk2UmKC+H0Y9iK6k98vsgPINtz0II8X7Mj2nJkTC6IMLuQ8dNTUq9VXOnhXrdhNZoaH94ePo6baBl3hTGFAnD3/b+gR/vtbqV7wktuX6fpnjeTBe/Drp6z3neeANj/aX4CsU9w67nwYOjZhueCjxaDKUnNjLPjI1e0BoTbcOzOQ0wHJHZJ+Pt608StBu4HiJ8NjH46fnvXL3yiMoSvkAuwCE1AakA+eU1u3unyjl1/MnZQmbp8fzfsfrFesehLPcIkYdCiZ+52QbmINNTjEsvjuBuZRubBE+Laihppsxoo4efGIo0xkw0etu1+yzvkqp88w3pBq0mRl13gnnc+2zl6SmhwgmNFbz+F8qAqmdfJL8iaNSGEWlPlpczDDe62GBZMlBhQmq/XCn/1b+VazHvJXkoIFDF+wktMg+rKfLyfTlXdK0cs+Kn8h+rjMakkf3WLo1TftMLn+O+x/Gat+BGstJrM1xvCSSnHQY+NV4B4gRqyZ55gRNnqN/0lWrATOcHUaGXpkTIM/yxFjxcePcSFo+t2aJ5lShtVukETzRxaIXgRkpROeWQHWpTHOaexmXOzF0b833qJSoXMk2zB/uMrgDzKd7d3ohUz8Ra08WYKlAuMQD08bF4+jUepEspqPLoYLQ73TfmL+1LwKxyTV3gEu6WnxBPWPLnYIGYN9U47ZNlB+NgHgYtKTyii6060RAG+wN32WUVFxCZw0HMHnHFgwxD34L/anlpS7mOrjKgyuGYhFC7iHqTQHuoAO1ekBHV+rndnbETKfa1F7LxNLYq+dmJyytmQrJUCGjelorI1m/TMQNiFVrY4FCI1Gl2W1JsZsw9zA+Bh3JmjkC0H5/0JV6JotNMatJIZ4v5PqwJe3r8xd+FNS3ynccdu+xtVdc27qwVdoomciZD5oXYey9KAFSAKO594sBKZNWUJTLXnt0BJbdF8FkQYvg3DQajYY2p+ixd5Ag7o92gw0pVVDDOP+WQxiEmKqgWJyTBsnsBk2Bxi2Unsv8S/4PmE8Hy/vy+Mij+aTAKZvg716IHfHX0/JMeFfmAnsZ39Q0qkfdPtq6+CxbGZ7wKDsK/8l/MVGuyd6faJFt5wyoOXuNrr3JC9EoBmjcOzkVw/6RNP49poZ1xzsX3q7B4HGfI/XSfRQq3HeZ2j12d0E3gCAube4oExaT1sx/v8F+f61QOsGdSaqM2im6qOGkSRkrRQ7L8hvS8vEYJeVkAbFvX5ov7e/egYYNToMHj651c5/rCVYtB9Ned6GvGN8R0x3t7+lsf8+ofhHRzpyvwxd6c5pREZVOKnXzplhJ61mki4JmAAAABFWElGugAAAEV4aWYAAElJKgAIAAAABgASAQMAAQAAAAEAAAAaAQUAAQAAAFYAAAAbAQUAAQAAAF4AAAAoAQMAAQAAAAIAAAATAgMAAQAAAAEAAABphwQAAQAAAGYAAAAAAAAASAAAAAEAAABIAAAAAQAAAAYAAJAHAAQAAAAwMjEwAZEHAAQAAAABAgMAAKAHAAQAAAAwMTAwAaADAAEAAAD//wAAAqAEAAEAAAA8AAAAA6AEAAEAAAA8AAAAAAAAAA==",xa="data:image/svg+xml,%3csvg%20width='88'%20height='88'%20viewBox='0%200%2088%2088'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='88'%20height='88'%20fill='url(%23paint0_linear_170_79)'/%3e%3crect%20x='25.6665'%20y='25.6667'%20width='11'%20height='36.6667'%20rx='1.83333'%20fill='white'/%3e%3crect%20x='51.3335'%20y='25.6667'%20width='11'%20height='36.6667'%20rx='1.83333'%20fill='white'/%3e%3crect%20x='29.3335'%20y='40.3333'%20width='29.3333'%20height='7.33333'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_170_79'%20x1='-75.3077'%20y1='-55'%20x2='146.302'%20y2='148.167'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF00FF'/%3e%3cstop%20offset='0.531673'%20stop-color='%237A84FF'/%3e%3cstop%20offset='1'%20stop-color='%2305FAFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",va="data:image/webp;base64,UklGRh4HAABXRUJQVlA4WAoAAAAYAAAAOwAAOwAAQUxQSNwBAAABkFxbexpJnyR3z8y+ajXMkAnjnnOgbUUxEAHjkpldWQwzFUn6v3PGVNI/AUQEA7dt49gN3PXavTlfQDeNAeyqg4PL5buRyOhteXlwcJWtHU8qzUIBs+30g7/s4N8Hp7cZFAtpDc7Bbr8xplB8iFJBYvBC4fjGdgvnElqdwc6XFPGRnQxehC93wjgzbxRYf1UYA+dkiJSrG1DMV6zDoW+MkQmMkd8Owdl5AsvOM3gm0geeXwY7R/Tu0EcmM3re6cF2Rr/kTJiBMmPZh+2q/wtm4ozD9qrB0tucMhunvL0Upg1n6JmRnmda4HCckVkZeRyuMWjjF0peCD9vhK3jAgMzM/BCDQ576225m/bCwcA+qzS/PLUwDrsr1ZDdcAa3KtWQWzDYPKZoQDjeDJyoVEdOAPf0cA/Lf1F0IPy1fG8VWmXvgF4LnoOLDFoIvPiaUQuRr99pNr8dUZEj0YToQnfjreaQd7oL6T6Tuu+C7juo++6rfnOUv3W631jNb7v+P8U+1ZDAZxZG9R+q/e+GxcbPuRcRftkIq+pVVD2Srjdr94TDnJ6w7MGqedFhH1bVA6t67zk9/3ctzw+YAhvSc431KExyjjNHQ2zLcTRzq/8op0vKJd+OREbvUnJJAFZQOCBaBAAA8BUAnQEqPAA8AD5tMJRHJCMiISgb+1CADYlsAJ0zIUCfxfmY2f+0b2AbztDnPeKX0qPMp+wHrDehz0AP7J/o+tP9ADy3f23+C79yPYA/aqK9mONrQbuszbsEyALJNTfg+Z6NjG2v+ETCuvlr1q6QUqEiAMUndG/WwfnjJIOTfOBS4W1w0HjOJa1XQ2K33n2b07EOjOBapwKzyoA2erTBTnEKlFjllBy68GBjZ+UKnlzN/f5ibbb4gAD+i9OsnW0xUnmTpyhVasIKzTu0BsXnfBm4rHJqGMFJBUgTESDXEPcNjAeaHP8ck9qdNBH4L/h53tXgHeZttc7c4lwTa6U4Lziz8qUoy8ce0IMc5TFElawGj16tME0GzSSbUqgH7/tYA6huPsWM2z3GjP8b9y7paRbINxwYRtuE90I6QVsNrEkbhL1YfwxRXnuobOfSe3KFVamrvsOqwTCMqlNfjsR3pyoiZ+lYt3+AH6x4ZVNltbYI5KiVhgCu1isooK324ldloH3zhlefYKEwTCYfNjbeH5UiL7JSev+t/C+ftc3TkAHcsvrLCU6n5pYYY2Yr1kRq+r6XVzI6iXuA/TqwMk6xq1PmdzHOwKavncLjWJrk0uU/5E5WKqXM0tgl5s3pduHjb5aiAt0ikEisMyYwnIhDiSemPRdGON4RlwSb3OEpZjhuZqoyen4Sw/fULewt3hAZizeiPZx1o9LS3M/4r3v/M6/o5925VJcmxAf/yjsyjCz0mV+6NuIeWp8shrFaIGgeduVJoZ0Kys1WjSLuFg9QvF5LlkOZ2k7WrzSu4ucsUOS/X4wnQvB0RCnR1PCsU4NDdLfxvQITUgGIuVTJ7LR73PHzZam/Z21oy3euiU55ffITekwjR4SgVoPvhxbdBSyVePf/twm62pSK9IfgPGN+ttubhQub1ooVZymdQCrS3goEs6dlnl/6TVfkgxFyBfAORkZafeu/Va2vIgUBNUQd48W8oPiMFjx+SAKx1qm2IwCLnuhJGf9M4nCzu7oo43f+nBeT07IjB+FpFKRGFNvlpLEXhPclSgFkqeU1W2eNqW2zShCWkQkgfE1HAoNX3z+CQcRQJq+HkC2nSjFdFYT8UNYNS6lYcyVWzEnOos1qpsNRxnLqY2Dl5CCT3Yeg/qT8chfF9ZadFvzNTEIDlARoN//7IU23MtuLdpsAjsiGfBHuR7y4lemYPdD/9Cuff9Qn/r/xlhmB5x2Y9Z1yME3aANAb5+u3lYz01zUlWwakKVmv9fhaeu/YzQ7BXLlcb+cbaIF5t/COmObnt20zaTfjad542f7p7f2Xea134nvyPYS+EAgjM+GufHvl9tXCrrRbH0pn7kH2XEGx9VbO4mY54+QZa5kPr0j3AOEtKd7SJWjlg5TQfgIuB6KoLGainSwF+pPdiCmzEzAOa1eFwn//2VdDMeq42/bKH8U4orewhLh60ci/S0BRBuItNMc+v1+vxl0YyS5it4AAAEVYSUa6AAAARXhpZgAASUkqAAgAAAAGABIBAwABAAAAAQAAABoBBQABAAAAVgAAABsBBQABAAAAXgAAACgBAwABAAAAAgAAABMCAwABAAAAAQAAAGmHBAABAAAAZgAAAAAAAABIAAAAAQAAAEgAAAABAAAABgAAkAcABAAAADAyMTABkQcABAAAAAECAwAAoAcABAAAADAxMDABoAMAAQAAAP//AAACoAQAAQAAADwAAAADoAQAAQAAADwAAAAAAAAA",ja="data:image/svg+xml,%3csvg%20width='868'%20height='868'%20viewBox='0%200%20868%20868'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='434'%20cy='434'%20r='434'%20fill='%231B262D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M234.563%20184H640.697C650.387%20184%20659.339%20189.164%20664.172%20197.542L782.495%20402.657C788.631%20413.294%20786.808%20426.72%20778.056%20435.346L452.368%20756.327C441.818%20766.724%20424.846%20766.724%20414.296%20756.327L89.0484%20435.78C80.0927%20426.954%2078.4157%20413.136%2085.0013%20402.433L211.48%20196.884C216.405%20188.879%20225.146%20184%20234.563%20184ZM588.257%20275.577V333.129H472.567V373.032C553.82%20377.296%20614.782%20394.81%20615.234%20415.802L615.231%20459.563C614.779%20480.556%20553.82%20498.069%20472.567%20502.333V600.259H395.746V502.333C314.492%20498.069%20253.531%20480.555%20253.078%20459.563L253.081%20415.802C253.533%20394.81%20314.492%20377.296%20395.746%20373.032V333.129H280.055V275.577H588.257ZM434.156%20472.268C520.868%20472.268%20593.345%20457.459%20611.082%20437.683C596.041%20420.912%20541.636%20407.713%20472.567%20404.089V445.867C460.187%20446.516%20447.336%20446.858%20434.156%20446.858C420.976%20446.858%20408.125%20446.516%20395.746%20445.867V404.089C326.676%20407.713%20272.271%20420.912%20257.23%20437.683C274.968%20457.459%20347.444%20472.268%20434.156%20472.268Z'%20fill='%23009393'/%3e%3c/svg%3e",Wr=[{mint:"So11111111111111111111111111111111111111112",symbol:"SOL",name:"Solana",decimals:9,logoUrl:$s},{mint:"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",symbol:"USDC",name:"Circle USD",decimals:6,logoUrl:Aa},{mint:"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",symbol:"USDT",name:"Tether USD",decimals:6,logoUrl:ja},{mint:"HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr",symbol:"EURC",name:"Circle Euro",decimals:6,logoUrl:wa},{mint:"USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB",symbol:"USD1",name:"WLFI USD",decimals:6,logoUrl:va},{mint:"2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo",symbol:"PYUSD",name:"PayPal USD",decimals:6,logoUrl:ba},{mint:"USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX",symbol:"USDH",name:"Hubble USD",decimals:6,logoUrl:xa},{mint:"CASHVDm2wsJXfhj6VWxb7GiMdoLc17Du7paH4bNr5woT",symbol:"CASH",name:"Stripe USD",decimals:6,logoUrl:ga},{mint:"DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",symbol:"BONK",name:"Bonk",decimals:5,logoUrl:fa},{mint:"oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp",symbol:"ORE",name:"Ore",decimals:11,logoUrl:ya}];function Zs(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),n=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),c=l.useCallback(()=>{r(null)},[]),i=l.useCallback(async()=>{if(!n)throw new Error("useCredits must be used within a CedrosLoginProvider");o(!0),r(null);try{return await n.get("/credits/balance/sol")}catch(p){const f=T.handleApiError(p,"Failed to fetch credit balance");throw r(f.message),f}finally{o(!1)}},[n]),d=l.useCallback(async()=>{if(!n)throw new Error("useCredits must be used within a CedrosLoginProvider");o(!0),r(null);try{return(await n.get("/credits/balance")).balances}catch(p){const f=T.handleApiError(p,"Failed to fetch credit balances");throw r(f.message),f}finally{o(!1)}},[n]),h=l.useCallback(async p=>{if(!n)throw new Error("useCredits must be used within a CedrosLoginProvider");o(!0),r(null);try{const f=new URLSearchParams;p?.currency&&f.set("currency",p.currency),p?.limit&&f.set("limit",p.limit.toString()),p?.offset&&f.set("offset",p.offset.toString());const g=f.toString(),w=g?`/credits/history?${g}`:"/credits/history";return await n.get(w)}catch(f){const g=T.handleApiError(f,"Failed to fetch transaction history");throw r(g.message),g}finally{o(!1)}},[n]);return{getBalance:i,getAllBalances:d,getHistory:h,isLoading:t,error:a,clearError:c}}function ka({showAllCurrencies:s=!1,refreshInterval:t=0,compact:o=!1,className:a="",onLoad:r}){const{getBalance:n,getAllBalances:c,isLoading:i,error:d,clearError:h}=Zs(),[p,f]=l.useState([]),[g,w]=l.useState(null),m=l.useCallback(async()=>{try{if(s){const u=await c();f(u),r?.(u)}else{const u=await n();f([u]),r?.([u])}w(null)}catch(u){w(u instanceof Error?u.message:"Failed to load balance")}},[s,n,c,r]);if(l.useEffect(()=>{m()},[m]),l.useEffect(()=>{if(t<=0)return;const u=setInterval(m,t);return()=>clearInterval(u)},[t,m]),g||d)return e.jsxs("div",{className:`cedros-credit-balance cedros-credit-balance-error ${a}`,children:[e.jsx("p",{className:"cedros-credit-error",children:g||d}),e.jsx("button",{type:"button",className:"cedros-credit-retry",onClick:()=>{h(),w(null),m()},children:"Retry"})]});if(i&&p.length===0)return e.jsxs("div",{className:`cedros-credit-balance cedros-credit-balance-loading ${a}`,children:[e.jsx("span",{className:"cedros-credit-loading-indicator"}),e.jsx("span",{className:"cedros-credit-loading-text",children:"Loading balance..."})]});if(o){const u=p[0];return e.jsxs("div",{className:`cedros-credit-balance cedros-credit-balance-compact ${a}`,children:[u?e.jsx("span",{className:"cedros-credit-value",title:`${u.balanceLamports} lamports`,children:u.display}):e.jsx("span",{className:"cedros-credit-value cedros-credit-value-zero",children:"0.0000 SOL"}),i&&e.jsx("span",{className:"cedros-credit-refresh-indicator",title:"Refreshing..."})]})}return e.jsxs("div",{className:`cedros-credit-balance ${a}`,children:[e.jsxs("div",{className:"cedros-credit-header",children:[e.jsx("h4",{className:"cedros-credit-title",children:"Credit Balance"}),e.jsx("button",{type:"button",className:"cedros-credit-refresh",onClick:m,disabled:i,title:"Refresh balance",children:i?"...":"↻"})]}),p.length===0?e.jsxs("div",{className:"cedros-credit-empty",children:[e.jsx("p",{className:"cedros-credit-empty-message",children:"No credit balance yet."}),e.jsx("p",{className:"cedros-credit-empty-hint",children:"Make a deposit to get started."})]}):e.jsx("div",{className:"cedros-credit-list",children:p.map(u=>e.jsxs("div",{className:"cedros-credit-item",children:[e.jsx("span",{className:"cedros-credit-currency",children:u.currency}),e.jsx("span",{className:"cedros-credit-amount",children:u.display})]},u.currency))})]})}const Ts=[{key:"all",label:"All",txTypes:null},{key:"deposits",label:"Deposits",txTypes:["deposit"]},{key:"usage",label:"Usage",txTypes:["spend","usage","charge"]},{key:"adjustments",label:"Adjustments",txTypes:["refund","adjustment","bonus","credit"]}];function Na(s,t){const o=s<0,a=Math.abs(s),r=t.toUpperCase()==="SOL",c=a/Math.pow(10,r?9:6),i=o?"-":"+";return r?`${i}${c.toFixed(4)} SOL`:`${i}$${c.toFixed(2)}`}function Ca(s){const t=new Date(s),o=new Date,a=o.getTime()-t.getTime(),r=Math.floor(a/(1e3*60*60*24));if(r===0){const n=Math.floor(a/36e5);if(n===0){const c=Math.floor(a/6e4);return c<1?"Just now":`${c}m ago`}return`${n}h ago`}return r===1?"Yesterday":r<7?`${r}d ago`:t.toLocaleDateString(void 0,{month:"short",day:"numeric",year:t.getFullYear()!==o.getFullYear()?"numeric":void 0})}function Sa(s){return s?{deposit:"Deposit",spend:"Usage",usage:"Usage",charge:"Charge",refund:"Refund",adjustment:"Adjustment",bonus:"Bonus",credit:"Credit"}[s.toLowerCase()]||s:"Transaction"}function Ea(s,t){const o=(s||"").toLowerCase();return o==="deposit"?"↓":o==="spend"||o==="usage"||o==="charge"?"↑":o==="refund"?"←":o==="bonus"||o==="credit"?"★":t?"+":"−"}function La({defaultTab:s="all",pageSize:t=10,refreshInterval:o=0,className:a="",onLoad:r,onTransactionClick:n}){const{getHistory:c,isLoading:i,error:d,clearError:h}=Zs(),[p,f]=l.useState(s),[g,w]=l.useState([]),[m,u]=l.useState(0),[y,A]=l.useState(0),[b,v]=l.useState(null),k=Ts.find(E=>E.key===p)||Ts[0],S=l.useMemo(()=>k.txTypes===null?g:g.filter(E=>{const M=E.txType||"";return k.txTypes.some(B=>M.toLowerCase().includes(B.toLowerCase()))}),[g,k.txTypes]),x=l.useCallback(async()=>{try{const E=await c({limit:t*3,offset:y});w(E.transactions),u(E.total),r?.(E),v(null)}catch(E){v(E instanceof Error?E.message:"Failed to load history")}},[t,y,c,r]);l.useEffect(()=>{A(0)},[p]),l.useEffect(()=>{x()},[x]),l.useEffect(()=>{if(o<=0)return;const E=setInterval(x,o);return()=>clearInterval(E)},[o,x]);const j=Math.ceil(m/t),C=Math.floor(y/t)+1,N=E=>{const M=(E-1)*t;A(Math.max(0,Math.min(M,Math.max(0,m-1))))},P=E=>{f(E)};if(b||d)return e.jsxs("div",{className:`cedros-tx-history cedros-tx-history-error ${a}`,children:[e.jsx("p",{className:"cedros-tx-error",children:b||d}),e.jsx("button",{type:"button",className:"cedros-tx-retry",onClick:()=>{h(),v(null),x()},children:"Retry"})]});if(i&&g.length===0)return e.jsxs("div",{className:`cedros-tx-history cedros-tx-history-loading ${a}`,children:[e.jsx("span",{className:"cedros-tx-loading-indicator"}),e.jsx("span",{className:"cedros-tx-loading-text",children:"Loading transactions..."})]});const L=E=>E.txTypes===null?g.length:g.filter(M=>{const B=M.txType||"";return E.txTypes.some(D=>B.toLowerCase().includes(D.toLowerCase()))}).length;return e.jsxs("div",{className:`cedros-tx-history ${a}`,children:[e.jsxs("div",{className:"cedros-tx-header",children:[e.jsx("h4",{className:"cedros-tx-title",children:"Transaction History"}),e.jsx("button",{type:"button",className:"cedros-tx-refresh",onClick:x,disabled:i,title:"Refresh",children:i?"...":"↻"})]}),e.jsx("div",{className:"cedros-tx-tabs",children:Ts.map(E=>{const M=L(E),B=p===E.key;return e.jsxs("button",{type:"button",className:`cedros-tx-tab ${B?"cedros-tx-tab-active":""}`,onClick:()=>P(E.key),children:[E.label,M>0&&e.jsx("span",{className:"cedros-tx-tab-count",children:M})]},E.key)})}),S.length===0?e.jsxs("div",{className:"cedros-tx-empty",children:[e.jsx("p",{className:"cedros-tx-empty-message",children:p==="all"?"No transactions yet.":`No ${k.label.toLowerCase()} found.`}),p==="all"&&e.jsx("p",{className:"cedros-tx-empty-hint",children:"Make a deposit to get started."})]}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"cedros-tx-list",children:S.slice(0,t).map(E=>{const M=E.amountLamports>=0;return e.jsxs("div",{className:`cedros-tx-item ${M?"cedros-tx-item-positive":"cedros-tx-item-negative"}`,onClick:()=>n?.(E),onKeyDown:B=>{(B.key==="Enter"||B.key===" ")&&(B.preventDefault(),n?.(E))},role:n?"button":void 0,tabIndex:n?0:void 0,children:[e.jsx("div",{className:`cedros-tx-icon ${M?"cedros-tx-icon-positive":"cedros-tx-icon-negative"}`,children:Ea(E.txType,M)}),e.jsxs("div",{className:"cedros-tx-content",children:[e.jsxs("div",{className:"cedros-tx-row-main",children:[e.jsx("span",{className:"cedros-tx-type",children:Sa(E.txType)}),e.jsx("span",{className:`cedros-tx-amount ${M?"cedros-tx-amount-positive":"cedros-tx-amount-negative"}`,children:Na(E.amountLamports,E.currency)})]}),e.jsxs("div",{className:"cedros-tx-row-details",children:[e.jsx("span",{className:"cedros-tx-description",children:E.description}),e.jsx("span",{className:"cedros-tx-date",children:Ca(E.createdAt)})]})]})]},E.id)})}),j>1&&e.jsxs("div",{className:"cedros-tx-pagination",children:[e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>N(C-1),disabled:C<=1,children:"Previous"}),e.jsxs("span",{className:"cedros-tx-page-info",children:["Page ",C," of ",j]}),e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>N(C+1),disabled:C>=j,children:"Next"})]})]})]})}function et(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),[n,c]=l.useState(null),i=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),d=l.useCallback(()=>{r(null)},[]),h=l.useCallback(async()=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");try{return await i.get("/wallet/withdraw/balances")}catch(w){const m=T.handleApiError(w,"Failed to fetch wallet balances");throw r(m.message),m}},[i]),p=l.useCallback(async(w,m)=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");o(!0),r(null);try{const u=await i.post("/wallet/withdraw/sol",{destination:w,amount_lamports:m});return c(u),u}catch(u){const y=T.handleApiError(u,"Failed to withdraw SOL");throw r(y.message),y}finally{o(!1)}},[i]),f=l.useCallback(async(w,m,u)=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");o(!0),r(null);try{const y=await i.post("/wallet/withdraw/spl",{destination:w,token_mint:m,amount:u});return c(y),y}catch(y){const A=T.handleApiError(y,"Failed to withdraw token");throw r(A.message),A}finally{o(!1)}},[i]),g=l.useCallback(async(w=10,m=0)=>{if(!i)throw new Error("useWithdrawal must be used within a CedrosLoginProvider");try{const u=Math.max(1,Math.min(100,Math.trunc(w))),y=Math.max(0,Math.trunc(m)),A=new URLSearchParams({limit:String(u),offset:String(y)});return await i.get(`/wallet/withdraw/history?${A}`)}catch(u){const y=T.handleApiError(u,"Failed to fetch withdrawal history");throw r(y.message),y}},[i]);return{withdrawSol:p,withdrawSpl:f,getBalances:h,getHistory:g,isSubmitting:t,error:a,clearError:d,lastResult:n}}const Bs="So11111111111111111111111111111111111111112",Pa={EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v:"USDC",Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB:"USDT",HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr:"EURC",USD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB:"USD1","2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo":"PYUSD",USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX:"USDH",CASHVDm2wsJXfhj6VWxb7GiMdoLc17Du7paH4bNr5woT:"CASH",DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263:"BONK",oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp:"ORE"};function Ma(s){return s.length<32||s.length>50?!1:/^[1-9A-HJ-NP-Za-km-z]+$/.test(s)}function Rs(s){return s.length<=16?s:`${s.slice(0,6)}...${s.slice(-6)}`}function _e(s,t){return(Number(s)/Math.pow(10,t)).toLocaleString(void 0,{minimumFractionDigits:2,maximumFractionDigits:Math.min(t,6)})}function Ta({onSuccess:s,onError:t,onCancel:o,className:a=""}){const r=T.useCedrosLoginOptional(),{withdrawSol:n,withdrawSpl:c,getBalances:i,isSubmitting:d,error:h,clearError:p}=et(),[f,g]=l.useState("loading"),[w,m]=l.useState([]),[u,y]=l.useState(null),[A,b]=l.useState(""),[v,k]=l.useState(""),[S,x]=l.useState(null),[j,C]=l.useState(null),[N,P]=l.useState(null),L=r?.config.solana?.network??"mainnet-beta",E=l.useMemo(()=>{if(!S?.txSignature)return"";const R=`https://explorer.solana.com/tx/${S.txSignature}`;return L==="mainnet-beta"?R:`${R}?cluster=${encodeURIComponent(L)}`},[S,L]),M=l.useMemo(()=>{if(!u||!v)return"0";const R=parseFloat(v);return isNaN(R)||R<=0?"0":Math.floor(R*Math.pow(10,u.decimals)).toString()},[v,u]);l.useEffect(()=>{if(!r)return;let R=!1;return(async()=>{try{const F=await i();if(R)return;const z=[];F.solLamports>0&&z.push({symbol:"SOL",mint:Bs,decimals:9,rawBalance:String(F.solLamports),displayBalance:_e(String(F.solLamports),9)});for(const X of F.tokens){const ee=Pa[X.mint]??Rs(X.mint);z.push({symbol:ee,mint:X.mint,decimals:X.decimals,rawBalance:X.amount,displayBalance:_e(X.amount,X.decimals)})}m(z),g((z.length>0,"select"))}catch{R||(P("Failed to load wallet balances"),g("select"))}})(),()=>{R=!0}},[r,i]);const B=l.useCallback(R=>{y(R),g("form"),p(),C(null),k("")},[p]),D=l.useCallback(()=>{if(!u)return;const R=Number(u.rawBalance)/Math.pow(10,u.decimals);u.mint===Bs?k(String(Math.max(0,R-.01))):k(String(R))},[u]),$=l.useCallback(()=>{if(C(null),!A.trim()){C("Destination address is required");return}if(!Ma(A.trim())){C("Invalid Solana address");return}if(!v||parseFloat(v)<=0||isNaN(parseFloat(v))){C("Please enter a valid amount");return}if(M==="0"){C("Amount is too small");return}g("confirm")},[A,v,M]),le=l.useCallback(async()=>{if(u){g("processing"),p();try{let R;u.mint===Bs?R=await n(A.trim(),Number(M)):R=await c(A.trim(),u.mint,M),x(R),g("success"),s?.(R)}catch(R){g("confirm"),t?.(R instanceof Error?R:new Error(String(R)))}}},[u,A,M,n,c,p,s,t]),J=l.useCallback(()=>{p(),C(null),f==="form"?(g("select"),y(null),k(""),b("")):f==="confirm"&&g("form")},[f,p]),q=l.useCallback(()=>{g("select"),y(null),b(""),k(""),x(null),p(),C(null)},[p]);return r?e.jsxs("div",{className:`cedros-withdrawal ${a}`,children:[f==="loading"&&e.jsxs("div",{className:"cedros-withdrawal-processing",children:[e.jsx(V.LoadingSpinner,{}),e.jsx("p",{className:"cedros-withdrawal-processing-text",children:"Loading wallet balances..."})]}),f==="select"&&e.jsxs("div",{className:"cedros-withdrawal-select",children:[e.jsxs("div",{className:"cedros-withdrawal-header",children:[e.jsx("h3",{className:"cedros-withdrawal-title",children:"Withdraw"}),e.jsx("p",{className:"cedros-withdrawal-subtitle",children:"Select a token to withdraw"})]}),N&&e.jsx(G.ErrorMessage,{error:N}),w.length===0&&!N&&e.jsx("p",{className:"cedros-withdrawal-empty",children:"No tokens found in your wallet."}),e.jsx("div",{className:"cedros-withdrawal-tokens",children:w.map(R=>e.jsxs("button",{type:"button",className:"cedros-withdrawal-token-pill",onClick:()=>B(R),children:[e.jsx("span",{className:"cedros-withdrawal-token-symbol",children:R.symbol}),e.jsx("span",{className:"cedros-withdrawal-token-balance",children:R.displayBalance})]},R.mint))}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-withdrawal-cancel",onClick:o,children:"Cancel"})]}),f==="form"&&u&&e.jsxs("div",{className:"cedros-withdrawal-form",children:[e.jsxs("div",{className:"cedros-withdrawal-header",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:J,children:"Back"}),e.jsxs("h3",{className:"cedros-withdrawal-title",children:["Withdraw ",u.symbol]})]}),e.jsxs("div",{className:"cedros-withdrawal-balance-hint",children:["Balance: ",u.displayBalance," ",u.symbol]}),e.jsxs("div",{className:"cedros-withdrawal-field",children:[e.jsx("label",{className:"cedros-label",htmlFor:"cedros-withdrawal-destination",children:"Destination Address"}),e.jsx("input",{id:"cedros-withdrawal-destination",type:"text",className:"cedros-input",placeholder:"Solana address (base58)",value:A,onChange:R=>b(R.target.value),autoComplete:"off",spellCheck:!1})]}),e.jsxs("div",{className:"cedros-withdrawal-field",children:[e.jsxs("label",{className:"cedros-label",htmlFor:"cedros-withdrawal-amount",children:["Amount (",u.symbol,")"]}),e.jsxs("div",{className:"cedros-withdrawal-amount-row",children:[e.jsx("input",{id:"cedros-withdrawal-amount",type:"number",className:"cedros-input",placeholder:"0.00",value:v,onChange:R=>k(R.target.value),min:"0",step:"any"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:D,children:"Max"})]})]}),(j||h)&&e.jsx(G.ErrorMessage,{error:j||h||""}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary cedros-withdrawal-submit",onClick:$,children:"Review Withdrawal"})]}),f==="confirm"&&u&&e.jsxs("div",{className:"cedros-withdrawal-confirm",children:[e.jsxs("div",{className:"cedros-withdrawal-header",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-ghost cedros-button-sm",onClick:J,disabled:d,children:"Back"}),e.jsx("h3",{className:"cedros-withdrawal-title",children:"Confirm Withdrawal"})]}),e.jsxs("div",{className:"cedros-withdrawal-summary",children:[e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Token"}),e.jsx("span",{className:"cedros-withdrawal-summary-value",children:u.symbol})]}),e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Amount"}),e.jsxs("span",{className:"cedros-withdrawal-summary-value",children:[_e(M,u.decimals)," ",u.symbol]})]}),e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Destination"}),e.jsx("span",{className:"cedros-withdrawal-summary-value",title:A,children:Rs(A)})]}),e.jsxs("div",{className:"cedros-withdrawal-summary-row",children:[e.jsx("span",{className:"cedros-withdrawal-summary-label",children:"Est. Fee"}),e.jsx("span",{className:"cedros-withdrawal-summary-value",children:"~0.000005 SOL"})]})]}),h&&e.jsx(G.ErrorMessage,{error:h}),e.jsxs("div",{className:"cedros-withdrawal-actions",children:[e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline",onClick:J,disabled:d,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:le,disabled:d,children:d?"Sending...":"Confirm & Send"})]})]}),f==="processing"&&e.jsxs("div",{className:"cedros-withdrawal-processing",children:[e.jsx(V.LoadingSpinner,{}),e.jsxs("p",{className:"cedros-withdrawal-processing-text",children:["Sending ",u?.symbol,"..."]})]}),f==="success"&&S&&e.jsxs("div",{className:"cedros-withdrawal-success",children:[e.jsx("div",{className:"cedros-withdrawal-success-icon",children:"✓"}),e.jsx("h3",{className:"cedros-withdrawal-title",children:"Withdrawal Complete"}),e.jsxs("p",{className:"cedros-withdrawal-subtitle",children:[_e(M,u?.decimals??9)," ",u?.symbol," ","sent"]}),e.jsxs("div",{className:"cedros-withdrawal-tx",children:[e.jsx("span",{className:"cedros-withdrawal-tx-label",children:"Transaction"}),e.jsx("a",{className:"cedros-withdrawal-tx-link",href:E,target:"_blank",rel:"noreferrer",children:Rs(S.txSignature)})]}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-outline cedros-withdrawal-done",onClick:q,children:"Done"})]})]}):null}function Ba(s,t){if(s==="sol")return"SOL";if(!t)return"SPL";const o=Wr.find(a=>a.mint===t);return o?o.symbol:`${t.slice(0,4)}...${t.slice(-4)}`}function Ra(s){return s.length<=12?s:`${s.slice(0,4)}...${s.slice(-4)}`}function Da(s){const t=new Date(s),o=new Date,a=o.getTime()-t.getTime(),r=Math.floor(a/(1e3*60*60*24));if(r===0){const n=Math.floor(a/36e5);if(n===0){const c=Math.floor(a/6e4);return c<1?"Just now":`${c}m ago`}return`${n}h ago`}return r===1?"Yesterday":r<7?`${r}d ago`:t.toLocaleDateString(void 0,{month:"short",day:"numeric",year:t.getFullYear()!==o.getFullYear()?"numeric":void 0})}function Ia({pageSize:s=10,className:t="",onTransactionClick:o,explorerUrl:a="https://solscan.io"}){const{getHistory:r,error:n,clearError:c}=et(),[i,d]=l.useState([]),[h,p]=l.useState(0),[f,g]=l.useState(0),[w,m]=l.useState(!1),[u,y]=l.useState(null),A=l.useCallback(async()=>{m(!0);try{const S=await r(s,f);d(S.items),p(S.total),y(null)}catch(S){y(S instanceof Error?S.message:"Failed to load withdrawal history")}finally{m(!1)}},[s,f,r]);l.useEffect(()=>{A()},[A]);const b=Math.ceil(h/s),v=Math.floor(f/s)+1,k=S=>{const x=(S-1)*s;g(Math.max(0,Math.min(x,Math.max(0,h-1))))};return u||n?e.jsxs("div",{className:`cedros-withdrawal-history cedros-withdrawal-history-error ${t}`,children:[e.jsx("p",{className:"cedros-withdrawal-error",children:u||n}),e.jsx("button",{type:"button",className:"cedros-withdrawal-retry",onClick:()=>{c(),y(null),A()},children:"Retry"})]}):w&&i.length===0?e.jsxs("div",{className:`cedros-withdrawal-history cedros-withdrawal-history-loading ${t}`,children:[e.jsx("span",{className:"cedros-tx-loading-indicator"}),e.jsx("span",{className:"cedros-tx-loading-text",children:"Loading withdrawal history..."})]}):e.jsxs("div",{className:`cedros-withdrawal-history ${t}`,children:[e.jsxs("div",{className:"cedros-tx-header",children:[e.jsx("h4",{className:"cedros-tx-title",children:"Withdrawal History"}),e.jsx("button",{type:"button",className:"cedros-tx-refresh",onClick:A,disabled:w,title:"Refresh",children:w?"...":"↻"})]}),i.length===0?e.jsx("div",{className:"cedros-tx-empty",children:e.jsx("p",{className:"cedros-tx-empty-message",children:"No withdrawal history yet."})}):e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"cedros-tx-list",children:i.map(S=>{const x=Ba(S.tokenType,S.tokenMint);return e.jsxs("div",{className:"cedros-tx-item cedros-tx-item-negative",onClick:()=>o?.(S),onKeyDown:j=>{(j.key==="Enter"||j.key===" ")&&(j.preventDefault(),o?.(S))},role:o?"button":void 0,tabIndex:o?0:void 0,children:[e.jsx("div",{className:"cedros-tx-icon cedros-tx-icon-negative",children:"↑"}),e.jsxs("div",{className:"cedros-tx-content",children:[e.jsxs("div",{className:"cedros-tx-row-main",children:[e.jsxs("span",{className:"cedros-tx-type",children:[x," Withdrawal"]}),e.jsxs("span",{className:"cedros-tx-amount cedros-tx-amount-negative",children:[S.amount," ",x==="SOL"?"lamports":""]})]}),e.jsxs("div",{className:"cedros-tx-row-details",children:[e.jsxs("span",{className:"cedros-tx-description",children:["To"," ",e.jsx("a",{href:`${a}/account/${S.destination}`,target:"_blank",rel:"noopener noreferrer",onClick:j=>j.stopPropagation(),children:Ra(S.destination)})," · ",e.jsx("a",{href:`${a}/tx/${S.txSignature}`,target:"_blank",rel:"noopener noreferrer",onClick:j=>j.stopPropagation(),children:"tx"})]}),e.jsx("span",{className:"cedros-tx-date",children:Da(S.createdAt)})]})]})]},S.id)})}),b>1&&e.jsxs("div",{className:"cedros-tx-pagination",children:[e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>k(v-1),disabled:v<=1,children:"Previous"}),e.jsxs("span",{className:"cedros-tx-page-info",children:["Page ",v," of ",b]}),e.jsx("button",{type:"button",className:"cedros-tx-page-btn",onClick:()=>k(v+1),disabled:v>=b,children:"Next"})]})]})]})}function Fa({brandLogo:s,brandName:t,title:o="Welcome back",subtitle:a="Login with your Apple or Google account",termsText:r,onSuccess:n,defaultTab:c="login",children:i,className:d=""}){return e.jsxs("div",{className:`cedros-full-page-layout ${d}`,children:[(s||t)&&e.jsxs("div",{className:"cedros-brand-header",children:[s,t&&e.jsx("span",{className:"cedros-brand-name",children:t})]}),e.jsxs("div",{className:"cedros-full-page-card",children:[e.jsxs("div",{className:"cedros-full-page-header",children:[e.jsx("h1",{className:"cedros-full-page-title",children:o}),a&&e.jsx("p",{className:"cedros-full-page-subtitle",children:a})]}),i??e.jsx(Ze,{defaultTab:c,onSuccess:n})]}),r&&e.jsx("p",{className:"cedros-terms-footer",children:r})]})}function Ua({brandName:s="Your Brand",brandLogo:t,tagline:o="Your tagline goes here. Make it compelling.",title:a="Sign in",subtitle:r="Enter your credentials to access your account",onSuccess:n,defaultTab:c="login",children:i,className:d=""}){return e.jsxs("div",{className:`cedros-split-page-layout ${d}`,children:[e.jsx("div",{className:"cedros-split-page-brand",children:e.jsxs("div",{className:"cedros-split-page-brand-content",children:[t??e.jsx("div",{className:"cedros-split-page-logo",children:s.charAt(0).toUpperCase()}),e.jsx("h1",{className:"cedros-split-page-brand-name",children:s}),o&&e.jsx("p",{className:"cedros-split-page-tagline",children:o})]})}),e.jsx("div",{className:"cedros-split-page-form",children:e.jsxs("div",{className:"cedros-split-page-form-content",children:[e.jsx("h2",{className:"cedros-split-page-title",children:a}),r&&e.jsx("p",{className:"cedros-split-page-subtitle",children:r}),i??e.jsx(Ze,{defaultTab:c,onSuccess:n})]})})]})}class Wa{client;constructor(t,o,a,r){this.client=new T.ApiClient({baseUrl:t,timeoutMs:o,retryAttempts:a,getAccessToken:r})}async listSessions(){try{return(await this.client.get("/sessions")).sessions}catch(t){throw T.handleApiError(t,"Failed to list sessions")}}async revokeAllSessions(){try{return await this.client.delete("/sessions")}catch(t){throw T.handleApiError(t,"Failed to revoke sessions")}}}function _a(){const{config:s,authState:t,_internal:o}=T.useCedrosLogin(),[a,r]=l.useState([]),[n,c]=l.useState(!1),[i,d]=l.useState(null),h=l.useMemo(()=>new Wa(s.serverUrl,s.requestTimeout,s.retryAttempts,o?.getAccessToken),[s.serverUrl,s.requestTimeout,s.retryAttempts,o]),p=l.useCallback(async()=>{if(t!=="authenticated"){r([]);return}c(!0),d(null);try{const w=await h.listSessions();r(w)}catch(w){d(w)}finally{c(!1)}},[t,h]);l.useEffect(()=>{t==="authenticated"?p():r([])},[t,p]);const f=l.useCallback(async()=>{c(!0),d(null);try{const w=await h.revokeAllSessions();return await p(),w}catch(w){throw d(w),w}finally{c(!1)}},[h,p]),g=l.useMemo(()=>a.filter(w=>!w.isCurrent).length,[a]);return{sessions:a,isLoading:n,error:i,fetchSessions:p,revokeAllSessions:f,otherSessionCount:g}}function Oa(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=l.useState({allowed:!1,reason:void 0,isLoading:!1,error:null}),r=l.useMemo(()=>new _s.OrgApiClient(s.serverUrl,s.requestTimeout,s.retryAttempts,t?.getAccessToken),[s.serverUrl,s.requestTimeout,s.retryAttempts,t]),n=l.useCallback(async d=>{a(h=>({...h,isLoading:!0,error:null}));try{const h=await r.authorize(d),p={allowed:h.allowed,reason:h.reason,isLoading:!1,error:null};return a(p),p}catch(h){const p={allowed:!1,reason:void 0,isLoading:!1,error:h};return a(p),p}},[r]),c=l.useCallback(async d=>(await n(d)).allowed,[n]),i=l.useCallback(()=>{a({allowed:!1,reason:void 0,isLoading:!1,error:null})},[]);return{authorize:c,lastCheck:o,clearCheck:i,checkAuthorization:n}}function qa(){const{listAllWallets:s,createDerivedWallet:t,deleteDerivedWallet:o}=I.useWalletMaterial(),[a,r]=l.useState([]),[n,c]=l.useState(!1),[i,d]=l.useState(null),h=l.useCallback(async()=>{c(!0),d(null);try{const w=await s();r(w.wallets)}catch(w){const m=w instanceof Error?w.message:"Failed to list wallets";d(m)}finally{c(!1)}},[s]),p=l.useCallback(async w=>{c(!0),d(null);try{const m=await t({label:w});return await h(),m}catch(m){const u=m instanceof Error?m.message:"Failed to create wallet";throw d(u),m}finally{c(!1)}},[t,h]),f=l.useCallback(async w=>{c(!0),d(null);try{await o(w),await h()}catch(m){const u=m instanceof Error?m.message:"Failed to delete wallet";throw d(u),m}finally{c(!1)}},[o,h]),g=l.useCallback(()=>d(null),[]);return{wallets:a,isLoading:n,createWallet:p,deleteWallet:f,refresh:h,error:i,clearError:g}}function za(){const s=T.useCedrosLoginOptional(),[t,o]=l.useState(!1),[a,r]=l.useState(null),[n,c]=l.useState(null),i=l.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts,getAccessToken:s._internal?.getAccessToken}):null,[s]),d=l.useCallback(async()=>{if(!i)throw new Error("usePendingRecovery must be used within a CedrosLoginProvider");o(!0),r(null);try{const f=await i.get("/wallet/pending-recovery");c(f)}catch(f){const g=T.handleApiError(f,"Failed to fetch pending recovery");throw r(g.message),g}finally{o(!1)}},[i]),h=l.useCallback(async()=>{if(!i)throw new Error("usePendingRecovery must be used within a CedrosLoginProvider");o(!0),r(null);try{const f={confirmed:!0};await i.post("/wallet/acknowledge-recovery",f),c(null)}catch(f){const g=T.handleApiError(f,"Failed to acknowledge recovery");throw r(g.message),g}finally{o(!1)}},[i]),p=l.useCallback(()=>r(null),[]);return l.useEffect(()=>{i&&s?.authState==="authenticated"&&d().catch(()=>{})},[i,s?.authState,d]),{hasPendingRecovery:n?.hasPendingRecovery??!1,recoveryType:n?.recoveryType??null,recoveryPhrase:n?.recoveryPhrase??null,expiresAt:n?.expiresAt?new Date(n.expiresAt):null,fetchPendingRecovery:d,acknowledgeRecovery:h,isLoading:t,error:a,clearError:p}}function Va(s={}){const{onExternalSign:t}=s,{solanaPubkey:o,hasExternalWallet:a,status:r,isUnlocked:n}=I.useWallet(),{signTransaction:c,isSigning:i,error:d,clearError:h}=fr(),p=l.useMemo(()=>a&&t?"external":r==="enrolled_locked"||r==="enrolled_unlocked"?"sss":"none",[a,t,r]),f=p!=="none",g=r==="enrolled_locked"||r==="enrolled_unlocked";return{signTransaction:l.useCallback(async(m,u)=>{if(p==="external"){if(!t)throw new Error("External wallet signing callback not provided");return t(m)}if(p==="sss"){if(!u&&!n)throw new Error("Credential required for signing. Unlock wallet first or provide credential.");return u?c(m,u):c(m)}throw new Error("No signing method available. Enroll a wallet first.")},[p,t,n,c]),signingMethod:p,canSign:f,isSigning:i,publicKey:o,hasExternalWallet:a,hasSssWallet:g,isSssUnlocked:n,error:d,clearError:h}}const st=l.createContext(null),Je={auth:{email:"Email",password:"Password",confirmPassword:"Confirm Password",name:"Name",optional:"(optional)",createPassword:"Create a password",confirmYourPassword:"Confirm your password",emailPlaceholder:"you@example.com",namePlaceholder:"Your name"},buttons:{signIn:"Sign in",signUp:"Sign up",signOut:"Sign out",createAccount:"Create account",continueWithGoogle:"Continue with Google",continueWithSolana:"Connect Wallet",forgotPassword:"Forgot password?",resetPassword:"Reset password",sendVerification:"Send verification email"},messages:{signingIn:"Signing in...",signingUp:"Signing up...",creatingAccount:"Creating account...",connectingWallet:"Connecting wallet...",verifyingSignature:"Verifying signature...",passwordsDoNotMatch:"Passwords do not match",alreadyHaveAccount:"Already have an account?",dontHaveAccount:"Don't have an account?",orContinueWith:"Or continue with"},errors:{invalidCredentials:"Invalid email or password",emailExists:"An account with this email already exists",invalidEmail:"Please enter a valid email address",weakPassword:"Password does not meet requirements",networkError:"Network error. Please try again.",unknownError:"An error occurred. Please try again.",walletNotFound:"No wallet found. Please install a Solana wallet.",signatureRejected:"Signature request was rejected",challengeExpired:"Challenge expired. Please try again."},passwordValidation:{minLength:"At least 10 characters",uppercase:"At least 1 uppercase letter",lowercase:"At least 1 lowercase letter",number:"At least 1 number",special:"At least 1 special character",weak:"Weak",fair:"Fair",good:"Good",strong:"Strong"}};function _r(s,t){return Or(s,t)}function Or(s,t){const o={...s};for(const a in t)if(Object.prototype.hasOwnProperty.call(t,a)){const r=s[a],n=t[a];typeof r=="object"&&r!==null&&typeof n=="object"&&n!==null?o[a]=Or(r,n):n!==void 0&&(o[a]=n)}return o}function Ha({children:s,locale:t="en",translations:o}){const a=l.useMemo(()=>({t:o?_r(Je,o):Je,locale:t}),[o,t]);return e.jsx(st.Provider,{value:a,children:s})}function Qa(){return l.useContext(st)?.t??Je}function Ka(){return l.useContext(st)?.locale??"en"}exports.CedrosLoginProvider=I.CedrosLoginProvider;exports.getEmbeddedWalletInfo=I.getEmbeddedWalletInfo;exports.isEmbeddedWalletAvailable=I.isEmbeddedWalletAvailable;exports.useAuth=I.useAuth;exports.useWallet=I.useWallet;exports.useWalletMaterial=I.useWalletMaterial;exports.useAuthState=T.useAuthState;exports.useAuthUI=T.useAuthUI;exports.useCedrosLogin=T.useCedrosLogin;exports.LoadingSpinner=V.LoadingSpinner;exports.EmailLoginForm=K.EmailLoginForm;exports.EmailRegisterForm=K.EmailRegisterForm;exports.OtpInput=K.OtpInput;exports.PasswordInput=K.PasswordInput;exports.TotpVerify=K.TotpVerify;exports.useEmailAuth=K.useEmailAuth;exports.useInstantLink=K.useInstantLink;exports.useTotpVerify=K.useTotpVerify;exports.validatePassword=Me.validatePassword;exports.ErrorMessage=G.ErrorMessage;exports.GoogleLoginButton=Ws.GoogleLoginButton;exports.useGoogleAuth=Ws.useGoogleAuth;exports.SolanaLoginButton=Xe.SolanaLoginButton;exports.registerMobileWallet=Xe.registerMobileWallet;exports.useSolanaAuth=Xe.useSolanaAuth;exports.InviteForm=te.InviteForm;exports.InviteList=te.InviteList;exports.MemberList=te.MemberList;exports.useInvites=te.useInvites;exports.useMembers=te.useMembers;exports.useServerFeatures=te.useServerFeatures;exports.useSystemSettings=Vt.useSystemSettings;exports.useOrgs=_s.useOrgs;exports.AdminDepositList=ze.AdminDepositList;exports.AdminDepositStats=ze.AdminDepositStats;exports.AdminPrivacyPeriodDeposits=fe.AdminPrivacyPeriodDeposits;exports.AdminWithdrawalHistory=fe.AdminWithdrawalHistory;exports.AdminWithdrawalQueue=fe.AdminWithdrawalQueue;exports.AdminWithdrawalStats=fe.AdminWithdrawalStats;exports.AdminUserList=Pe.AdminUserList;exports.useAdminUsers=Pe.useAdminUsers;exports.AdminIcons=ge.Icons;exports.AdminShell=ge.AdminShell;exports.CEDROS_LOGIN_SECTION_IDS=ge.CEDROS_LOGIN_SECTION_IDS;exports.ProfileDropdown=ge.ProfileDropdown;exports.cedrosLoginPlugin=ge.cedrosLoginPlugin;exports.loginPlugin=ge.cedrosLoginPlugin;exports.useAdminShell=ge.useAdminShell;exports.AuthenticationSettings=Qt.AuthenticationSettings;exports.EmbeddedWalletSettings=Kt.EmbeddedWalletSettings;exports.EmailSettings=Oe.EmailSettings;exports.CreditSystemSettings=Os.CreditSystemSettings;exports.PrivacyCashSettings=Os.CreditSystemSettings;exports.ServerSettings=Yt.ServerSettings;exports.useAdminDeposits=$r.useAdminDeposits;exports.SettingsPageLayout=qs.SettingsPageLayout;exports.WebhookSettings=qs.WebhookSettings;exports.AppleLoginButton=nr;exports.CapabilityWarning=Vo;exports.CedrosAdminDashboard=yn;exports.CreditBalance=ka;exports.DepositFlow=aa;exports.ErrorBoundary=cr;exports.ForgotPasswordForm=tr;exports.FullPageLayout=Fa;exports.History=La;exports.I18nProvider=Ha;exports.LoginButton=wo;exports.LoginForm=Ze;exports.LoginModal=ko;exports.OrgSelector=Co;exports.OrgSwitcher=Do;exports.PasskeyLoginButton=lr;exports.PasskeyPrompt=wr;exports.RecoveryPhraseDisplay=dr;exports.RecoveryPhraseInput=ur;exports.ResetPasswordForm=No;exports.SUPPORTED_TOKENS=Wr;exports.SecuritySettings=fn;exports.SessionList=Fo;exports.SetupWizard=jr;exports.SplitPageLayout=Ua;exports.SystemSettings=cn;exports.TieredAmountSlider=Xs;exports.TokenSelector=Gs;exports.TotpSettings=Kn;exports.TotpSetup=Er;exports.UserProfileSettings=Gn;exports.WalletAddressRow=xr;exports.WalletEnrollment=mr;exports.WalletManager=ln;exports.WalletRecovery=Ar;exports.WalletStatus=vr;exports.WalletUnlock=yr;exports.WithdrawalFlow=Ta;exports.WithdrawalHistory=Ia;exports.defaultTranslations=Je;exports.getTierForAmount=es;exports.mergeTranslations=_r;exports.useAppleAuth=rr;exports.useAuthorize=Oa;exports.useCredits=Zs;exports.useDeposit=Pr;exports.useLocale=Ka;exports.usePasskeySigning=gr;exports.usePasswordReset=Hs;exports.usePendingRecovery=za;exports.useProfile=Lr;exports.useSessions=_a;exports.useSetup=Qs;exports.useTotp=Ys;exports.useTransactionSigning=Va;exports.useTranslations=Qa;exports.useWalletEnrollment=pr;exports.useWalletRecovery=br;exports.useWalletSigning=fr;exports.useWallets=qa;exports.useWebAuthn=ir;exports.useWithdrawal=et;