@cedros/login-react 0.0.32 → 0.0.34

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
@@ -2046,7 +2046,7 @@ zebra
2046
2046
  zero
2047
2047
  zone
2048
2048
  zoo`.split(`
2049
- `),oe=12;function Ao(s){if(s.length!==16)throw new Error(`Invalid share length: expected 16, got ${s.length}`);const o=or(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function vo(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!Ks(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 jo(s){if(s.length!==16)throw new Error(`Invalid seed length: expected 16, got ${s.length}`);const o=or(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function ko(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!Ks(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 nr(s){if(s.length!==oe)return!1;const t=s.join(" ").toLowerCase().trim();return Ks(t,he)}function We(s){return he.includes(s.toLowerCase().trim())}function No(s,t=5){const o=s.toLowerCase().trim();return o.length===0?[]:he.filter(a=>a.startsWith(o)).slice(0,t)}function Co(s){const t=[];for(let o=0;o<s.length;o+=4)t.push(s.slice(o,o+4));return t}function So(s){return s.toLowerCase().replace(/[,\n\r\t]+/g," ").split(/\s+/).map(t=>t.trim()).filter(t=>t.length>0)}function Eo({className:s="",variant:t="default",size:o="md",children:a,menuItems:r=[],hideSignOut:n=!1}){const{user:c,isAuthenticated:l,isLoading:d,openLoginModal:u,logout:m}=I.useAuth(),[f,g]=i.useState(!1),[w,p]=i.useState(-1),h=i.useRef(null),y=i.useRef(null),b=i.useMemo(()=>[...r,...n?[]:[{label:"Sign out",onClick:m}]],[r,n,m]);i.useEffect(()=>{if(!f)return;const x=S=>{h.current&&!h.current.contains(S.target)&&(g(!1),p(-1))},N=S=>{S.key==="Escape"&&(g(!1),p(-1),y.current?.focus())};return document.addEventListener("mousedown",x),document.addEventListener("keydown",N),()=>{document.removeEventListener("mousedown",x),document.removeEventListener("keydown",N)}},[f]);const A=i.useCallback(x=>{if(!(!f||b.length===0))switch(x.key){case"ArrowDown":x.preventDefault(),p(N=>(N+1)%b.length);break;case"ArrowUp":x.preventDefault(),p(N=>(N-1+b.length)%b.length);break;case"Home":x.preventDefault(),p(0);break;case"End":x.preventDefault(),p(b.length-1);break;case"Enter":case" ":w>=0&&(x.preventDefault(),b[w].onClick(),g(!1),p(-1));break}},[f,w,b]),v=i.useCallback(()=>{b.length!==0&&(g(x=>!x),p(-1))},[b.length]),k={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]} ${k[o]} ${s}`,disabled:!0,children:e.jsx(_.LoadingSpinner,{size:"sm"})});if(l&&c){const x=c.name||c.email||"User",N=Os.sanitizeImageUrl(c.picture);return e.jsxs("div",{className:"cedros-user-menu",ref:h,onKeyDown:A,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:[N?e.jsx("img",{src:N,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((S,j)=>e.jsxs("button",{type:"button",className:`cedros-dropdown-item ${w===j?"cedros-dropdown-item-focused":""}`,role:"menuitem",tabIndex:w===j?0:-1,onClick:()=>{S.onClick(),g(!1)},children:[S.icon&&e.jsx("span",{className:"cedros-dropdown-icon",children:S.icon}),S.label]},j)),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:()=>{m(),g(!1)},children:"Sign out"})]})]})}return e.jsx("button",{type:"button",className:`cedros-button ${C[t]} ${k[o]} ${s}`,onClick:u,children:a||"Sign in"})}function es(){const{config:s}=T.useCedrosLogin(),[t,o]=i.useState(!1),[a,r]=i.useState(!1),[n,c]=i.useState(null),l=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]),{checkLimit:d,getRemainingAttempts:u}=Q.useRateLimiter({maxAttempts:3,windowMs:3e5}),m=i.useCallback(async p=>{if(!we.validateEmail(p)){const h={code:"VALIDATION_ERROR",message:"Please enter a valid email address"};throw c(h),h}try{d()}catch(h){const y={code:"RATE_LIMITED",message:h instanceof Error?h.message:"Too many attempts"};throw c(y),y}o(!0),c(null),r(!1);try{await l.post("/forgot-password",{email:p}),r(!0)}catch(h){const y=T.handleApiError(h,"Unable to send the reset email. Please try again.");throw c(y),y}finally{o(!1)}},[l,d]),f=i.useCallback(async(p,h)=>{o(!0),c(null),r(!1);try{await l.post("/reset-password",{token:p,newPassword:h}),r(!0)}catch(y){const b=T.handleApiError(y,"Unable to reset your password. Please try again.");throw c(b),b}finally{o(!1)}},[l]),g=i.useCallback(()=>c(null),[]),w=i.useCallback(()=>{c(null),r(!1),o(!1)},[]);return{forgotPassword:m,resetPassword:f,isLoading:t,isSuccess:a,error:n,clearError:g,reset:w,remainingAttempts:u()}}function Lo(s){return typeof s=="object"&&s!==null&&"mfaRequired"in s&&s.mfaRequired===!0}function ar(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=i.useState(!1),[r,n]=i.useState(!1),[c,l]=i.useState(null),d=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]),{checkLimit:u,getRemainingAttempts:m}=Q.useRateLimiter({maxAttempts:3,windowMs:3e5}),f=i.useCallback(async h=>{if(!we.validateEmail(h)){const y={code:"VALIDATION_ERROR",message:"Please enter a valid email address"};throw l(y),y}try{u()}catch(y){const b={code:"RATE_LIMITED",message:y instanceof Error?y.message:"Too many attempts"};throw l(b),b}a(!0),l(null),n(!1);try{await d.post("/instant-link",{email:h}),n(!0)}catch(y){const b=T.handleApiError(y,"Unable to send the sign-in link. Please try again.");throw l(b),b}finally{a(!1)}},[d,u]),g=i.useCallback(async h=>{if(!h||h.trim().length===0){const y={code:"VALIDATION_ERROR",message:"Invalid or missing sign-in link token"};throw l(y),y}a(!0),l(null),n(!1);try{const y=await d.post("/instant-link/verify",{token:h});return Lo(y)||(s.callbacks?.onLoginSuccess?.(y.user,"email"),t?.handleLoginSuccess(y.user,y.tokens)),y}catch(y){const b=T.handleApiError(y,"Unable to verify the sign-in link. Please try again.");throw l(b),b}finally{a(!1)}},[d,s.callbacks,t]),w=i.useCallback(()=>l(null),[]),p=i.useCallback(()=>{l(null),n(!1),a(!1)},[]);return{sendInstantLink:f,verifyInstantLink:g,isLoading:o,isSuccess:r,error:c,clearError:w,reset:p,remainingAttempts:m()}}const Po={reset:{subtitle:"Enter your email address and we'll send you a link to reset your password.",button:"Send reset link",successMessage:s=>e.jsxs(e.Fragment,{children:["If an account exists for ",e.jsx("strong",{children:s}),", you will receive a password reset link shortly."]})},instantLink:{subtitle:"Enter your email and we'll send you a sign-in link. You can change your password in your account settings once signed in.",button:"Send sign-in link",successMessage:s=>e.jsxs(e.Fragment,{children:["We sent a sign-in link to ",e.jsx("strong",{children:s}),". Click the link to sign in."]})}};function ir({mode:s="reset",onSuccess:t,onCancel:o,className:a=""}){const[r,n]=i.useState(""),c=es(),l=ar(),d=i.useId(),u=s==="instantLink"?{submit:l.sendInstantLink,isLoading:l.isLoading,isSuccess:l.isSuccess,error:l.error,clearError:l.clearError}:{submit:c.forgotPassword,isLoading:c.isLoading,isSuccess:c.isSuccess,error:c.error,clearError:c.clearError},m=Po[s],f=async g=>{g.preventDefault();try{await u.submit(r),t?.()}catch{}};return u.isSuccess?e.jsxs("div",{className:`cedros-forgot-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:"Check your email"}),e.jsx("p",{className:"cedros-success-message",children:m.successMessage(r)}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-outline",onClick:o,children:"Back to login"})]}):e.jsxs("form",{className:`cedros-forgot-password-form ${a}`,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:m.subtitle})]}),e.jsx(Y.ErrorMessage,{error:u.error,onDismiss:u.clearError}),e.jsxs("div",{className:"cedros-form-field",children:[e.jsx("label",{htmlFor:d,className:"cedros-label",children:"Email address"}),e.jsx("input",{id:d,type:"email",className:"cedros-input",value:r,onChange:g=>n(g.target.value),placeholder:"you@example.com",required:!0,autoComplete:"email",disabled:u.isLoading})]}),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:u.isLoading||!r,children:u.isLoading?e.jsxs(e.Fragment,{children:[e.jsx(_.LoadingSpinner,{size:"sm"}),"Sending..."]}):m.button}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-ghost cedros-button-full",onClick:o,disabled:u.isLoading,children:"Back to login"})]})]})}const Mo={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 lr(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=i.useState(!1),[r,n]=i.useState(!1),[c,l]=i.useState(null),[d,u]=i.useState(null),m=i.useRef(s),f=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]);i.useEffect(()=>{m.current=s},[s]),i.useEffect(()=>{if(!s.appleClientId)return;let h=!0;const y=()=>{if(h)try{window.AppleID?.auth?.init({clientId:s.appleClientId,scope:"name email",redirectURI:window.location.origin,usePopup:!0}),h&&n(!0)}catch{h&&l({code:"SERVER_ERROR",message:"Unable to initialize Apple sign-in. Please refresh and try again."})}};return Mo.load().then(()=>{h&&y()}).catch(()=>{h&&l({code:"SERVER_ERROR",message:"Unable to load Apple sign-in. Please refresh and try again."})}),()=>{h=!1}},[s.appleClientId]);const g=i.useCallback(async()=>{if(!s.appleClientId){const y={code:"VALIDATION_ERROR",message:"Apple Client ID not configured"};throw l(y),y}if(!r){const y={code:"VALIDATION_ERROR",message:"Apple sign-in is not ready yet. Please wait a moment and try again."};throw l(y),y}a(!0),l(null);let h;try{const y=await window.AppleID.auth.signIn();if(h=y.authorization?.id_token,!h)throw new Error("No ID token received from Apple");const b=y.user?.name?`${y.user.name.firstName||""} ${y.user.name.lastName||""}`.trim():void 0,A=await f.post("/apple",{idToken:h,name:b||void 0});return m.current.callbacks?.onLoginSuccess?.(A.user,"apple"),t?.handleLoginSuccess(A.user,A.tokens),a(!1),A}catch(y){if(y.error==="popup_closed_by_user"){const v={code:"SERVER_ERROR",message:"Apple sign-in was cancelled."};throw l(v),a(!1),v}const A=T.handleApiError(y,"Unable to sign in with Apple. Please try again.");throw A.code==="ACCOUNT_LINK_REQUIRED"&&h&&u(h),l(A),a(!1),A}},[s.appleClientId,r,f,t]),w=i.useCallback(()=>l(null),[]),p=i.useCallback(()=>u(null),[]);return{signIn:g,isLoading:o,isInitialized:r,error:c,clearError:w,pendingLinkIdToken:d,clearPendingLink:p}}function cr(){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 dr({onSuccess:s,onError:t,className:o="",variant:a="default",size:r="md",disabled:n=!1,hideOnNonApple:c=!0}){const{signIn:l,isLoading:d,isInitialized:u}=lr(),[m]=i.useState(()=>cr());if(c&&!m)return null;const f=async()=>{try{await l(),s?.()}catch(p){const h=p instanceof Error?p:new Error(String(p));t?.(h)}},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||!u||d,"aria-label":"Sign in with Apple",children:[d?e.jsx(_.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 To(s){return s.replace(/-/g,"+").replace(/_/g,"/")}function Je(s){Z(typeof s=="string"&&s.length>0,"Expected base64url string");const t=To(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 xe(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 ur(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:Je(t.id),transports:Array.isArray(t.transports)?t.transports:void 0}}function ds(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(ur):void 0,n=Array.isArray(t.pubKeyCredParams)?t.pubKeyCredParams.map(l=>({type:l.type,alg:l.alg})):[],c={challenge:Je(t.challenge),rp:{name:o.name,id:typeof o.id=="string"?o.id:void 0},user:{id:Je(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 ht(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(ur):void 0,a={challenge:Je(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 Ee(s){const t=xe(s.rawId),o=s.response,r={...{clientDataJSON:xe(o.clientDataJSON)}};if("attestationObject"in o){const n=o;if(r.attestationObject=xe(n.attestationObject),typeof n.getTransports=="function")try{r.transports=n.getTransports()}catch{}}if("authenticatorData"in o){const n=o;r.authenticatorData=xe(n.authenticatorData),r.signature=xe(n.signature),n.userHandle&&(r.userHandle=xe(n.userHandle))}return{id:s.id,rawId:t,type:s.type,authenticatorAttachment:s.authenticatorAttachment??void 0,clientExtensionResults:s.getClientExtensionResults?.()??{},response:r}}function Ro(){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 Le(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 Ys(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=i.useState(!1),[r,n]=i.useState(null),c=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts,getAccessToken:t?.getAccessToken}),[t?.getAccessToken,s.serverUrl,s.requestTimeout,s.retryAttempts]),l=i.useCallback(()=>n(null),[]),d=Ro(),u=i.useCallback(async w=>{if(!d){const p={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(p),p}a(!0),n(null);try{const p=await c.post("/webauthn/auth/options",{email:w?.email}),h=ht(p.options),y=await navigator.credentials.get({publicKey:h});if(!y)throw new Error("Passkey authentication returned no credential");const b=await c.post("/webauthn/auth/verify",{challengeId:p.challengeId,credential:Ee(y)});return s.callbacks?.onLoginSuccess?.(b.user,"webauthn"),t?.handleLoginSuccess(b.user,b.tokens),b}catch(p){const y=Le(p)??T.handleApiError(p,"Unable to sign in with passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]),m=i.useCallback(async w=>{if(!d){const p={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(p),p}a(!0),n(null);try{const p=await c.post("/webauthn/register/options",{}),h=ds(p.options),y=await navigator.credentials.create({publicKey:h});if(!y)throw new Error("Passkey registration returned no credential");const b=await c.post("/webauthn/register/verify",{challengeId:p.challengeId,credential:Ee(y),label:w?.label});if(!b.success)throw new Error("Passkey registration failed");return{credentialId:b.credentialId,label:b.label}}catch(p){const y=Le(p)??T.handleApiError(p,"Unable to register passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,d]),f=i.useCallback(async w=>{if(!d){const p={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(p),p}a(!0),n(null);try{const p=await c.post("/webauthn/signup/options",{}),h=ds(p.options),y=await navigator.credentials.create({publicKey:h});if(!y)throw new Error("Passkey signup returned no credential");const b=await c.post("/webauthn/signup/verify",{challengeId:p.challengeId,credential:Ee(y),email:w?.email,name:w?.name,label:w?.label});return s.callbacks?.onLoginSuccess?.(b.user,"webauthn"),t?.handleLoginSuccess(b.user,b.tokens),b}catch(p){const y=Le(p)??T.handleApiError(p,"Unable to sign up with passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]),g=i.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/signup/options",{}),p=ds(w.options),h=await navigator.credentials.create({publicKey:p});if(!h)throw new Error("Passkey signup returned no credential");const y=await c.post("/webauthn/signup/verify",{challengeId:w.challengeId,credential:Ee(h)});return s.callbacks?.onLoginSuccess?.(y.user,"webauthn"),t?.handleLoginSuccess(y.user,y.tokens),y}catch(w){if(w instanceof Error&&(w.name==="InvalidStateError"||w.name==="NotAllowedError"))try{const b=await c.post("/webauthn/auth/options",{}),A=ht(b.options),v=await navigator.credentials.get({publicKey:A});if(!v)throw new Error("Passkey authentication returned no credential");const k=await c.post("/webauthn/auth/verify",{challengeId:b.challengeId,credential:Ee(v)});return s.callbacks?.onLoginSuccess?.(k.user,"webauthn"),t?.handleLoginSuccess(k.user,k.tokens),k}catch(b){const v=Le(b)??T.handleApiError(b,"Unable to sign in with passkey. Please try again.");throw n(v),v}const y=Le(w)??T.handleApiError(w,"Passkey sign-up failed");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]);return{isSupported:d,isLoading:o,error:r,clearError:l,continueWithPasskey:g,authenticatePasskey:u,registerPasskey:m,signupWithPasskey:f}}function hr({onSuccess:s,className:t="",children:o,disabled:a}){const{continueWithPasskey:r,isLoading:n,isSupported:c}=Ys(),l=a||!c||n;return e.jsxs("button",{type:"button",className:`cedros-button cedros-button-social ${t}`,onClick:async()=>{try{await r(),s?.()}catch{}},disabled:l,"aria-disabled":l,children:[n?e.jsx(_.LoadingSpinner,{size:"sm"}):e.jsx("span",{className:"cedros-social-icon","aria-hidden":"true",children:e.jsx(Bo,{})}),e.jsx("span",{children:o??"Continue with Passkey"})]})}function Bo(){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 Pe=["login","register"];function ss({onSuccess:s,className:t="",defaultTab:o="login"}){const{config:a,socialButtonOrder:r}=T.useCedrosLogin(),[n,c]=i.useState(o),[l,d]=i.useState("form"),[u,m]=i.useState(()=>ve.detectSolanaWallets()),[f]=i.useState(()=>cr());i.useEffect(()=>{const C=()=>m(ve.detectSolanaWallets());return C(),window.addEventListener("load",C),window.addEventListener("focus",C),()=>{window.removeEventListener("load",C),window.removeEventListener("focus",C)}},[]);const g=a.forms?.forgotPassword?.mode??(a.features?.instantLink?"instantLink":"reset"),w=i.useCallback(C=>{const x=Pe.indexOf(n);let N=x;switch(C.key){case"ArrowLeft":case"ArrowUp":N=x===0?Pe.length-1:x-1;break;case"ArrowRight":case"ArrowDown":N=x===Pe.length-1?0:x+1;break;case"Home":N=0;break;case"End":N=Pe.length-1;break;default:return}C.preventDefault();const S=Pe[N];c(S),document.getElementById(`cedros-tab-${S}`)?.focus()},[n]),p=a.features??{email:!0,google:!0,apple:!0,solana:!0,webauthn:!0},h=p.email!==!1,y=p.google!==!1&&a.googleClientId,b=p.apple!==!1&&a.appleClientId&&f,A=p.solana!==!1&&u,v=p.webauthn!==!1,k=h&&(y||b||A||v);return l==="forgotPassword"?e.jsx("div",{className:`cedros-login-form ${t}`,children:e.jsx(ir,{mode:g,onCancel:()=>d("form")})}):e.jsxs("div",{className:`cedros-login-form ${t}`,children:[(v||y||b||A)&&(()=>{const C={webauthn:v?e.jsx(hr,{onSuccess:s}):null,google:y?e.jsx(qs.GoogleLoginButton,{onSuccess:s}):null,apple:b?e.jsx(dr,{onSuccess:s}):null,solana:A?e.jsx(ve.SolanaLoginButton,{onSuccess:s}):null},x=r??["webauthn","google","apple","solana"];return e.jsx("div",{className:"cedros-social-buttons",children:x.map(N=>{const S=C[N];return S?e.jsx(i.Fragment,{children:S},N):null})})})(),k&&e.jsx("div",{className:"cedros-divider",children:e.jsx("span",{children:"Or continue with"})}),h&&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 ${n==="login"?"cedros-tab-active":""}`,onClick:()=>c("login"),onKeyDown:w,"aria-selected":n==="login","aria-controls":"cedros-tabpanel-login",tabIndex:n==="login"?0:-1,children:"Sign in"}),e.jsx("button",{type:"button",role:"tab",id:"cedros-tab-register",className:`cedros-tab ${n==="register"?"cedros-tab-active":""}`,onClick:()=>c("register"),onKeyDown:w,"aria-selected":n==="register","aria-controls":"cedros-tabpanel-register",tabIndex:n==="register"?0:-1,children:"Sign up"})]}),e.jsx("div",{role:"tabpanel",id:`cedros-tabpanel-${n}`,"aria-labelledby":`cedros-tab-${n}`,children:n==="login"?e.jsx(Q.EmailLoginForm,{onSuccess:s,onSwitchToRegister:()=>c("register"),onForgotPassword:()=>d("forgotPassword")}):e.jsx(Q.EmailRegisterForm,{onSuccess:s,onSwitchToLogin:()=>c("login")})})]})]})}class pr extends i.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 Io({className:s="",title:t="Sign in to your account"}){const{isModalOpen:o,closeModal:a}=T.useCedrosLogin(),r=i.useRef(null),n=i.useRef(null),c=i.useRef(a);if(i.useEffect(()=>{c.current=a},[a]),i.useEffect(()=>{if(!o)return;n.current=document.activeElement,r.current?.focus();const d=m=>{if(m.key==="Escape"&&c.current(),m.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];m.shiftKey&&document.activeElement===g?(m.preventDefault(),w?.focus()):!m.shiftKey&&document.activeElement===w&&(m.preventDefault(),g?.focus())}};document.addEventListener("keydown",d);const u=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",d),document.body.style.overflow=u,n.current instanceof HTMLElement&&n.current.focus()}},[o]),!o)return null;const l=d=>{d.target===d.currentTarget&&a()};return e.jsx("div",{className:`cedros-modal-backdrop ${s}`,onClick:l,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(pr,{children:e.jsx(ss,{onSuccess:a})})})]})})}function Do({token:s,onSuccess:t,onLoginClick:o,className:a=""}){const[r,n]=i.useState(""),[c,l]=i.useState(""),[d,u]=i.useState(null),{resetPassword:m,isLoading:f,isSuccess:g,error:w,clearError:p}=es(),h=r===c,y=d?.isValid&&h&&r.length>0,b=async A=>{if(A.preventDefault(),!!y)try{await m(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:b,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(Y.ErrorMessage,{error:w,onDismiss:p}),e.jsx("div",{className:"cedros-form-field",children:e.jsx(Q.PasswordInput,{label:"New password",value:r,onChange:A=>{n(A.target.value),u(we.validatePassword(A.target.value))},showStrengthMeter:!0,onValidationChange:u,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(Q.PasswordInput,{label:"Confirm password",value:c,onChange:A=>l(A.target.value),disabled:f,autoComplete:"new-password",error:c&&!h?"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(_.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 _s({org:s,size:t="lg",className:o=""}){const a=Os.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 Fo({orgs:s,activeOrg:t,isLoading:o=!1,onSelect:a,onCreateClick:r,className:n="",placeholder:c="Select organization"}){const[l,d]=i.useState(!1),u=i.useRef(null);i.useEffect(()=>{const w=p=>{u.current&&!u.current.contains(p.target)&&d(!1)};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[]),i.useEffect(()=>{const w=p=>{p.key==="Escape"&&d(!1)};if(l)return document.addEventListener("keydown",w),()=>document.removeEventListener("keydown",w)},[l]);const m=i.useCallback(w=>{a(w),d(!1)},[a]),f=i.useCallback(()=>{d(!1),r?.()},[r]),g=i.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(_.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Loading..."})]}):e.jsxs("div",{ref:u,className:`cedros-org-selector ${n}`,children:[e.jsxs("button",{type:"button",className:"cedros-org-selector-trigger",onClick:g,"aria-haspopup":"listbox","aria-expanded":l,children:[t?e.jsxs(e.Fragment,{children:[e.jsx(_s,{org:t,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-name",children:t.name}),e.jsx(pt,{role:t.membership.role})]}):e.jsx("span",{className:"cedros-org-selector-placeholder",children:c}),e.jsx(Uo,{isOpen:l})]}),l&&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:()=>m(w.id),role:"option","aria-selected":w.id===t?.id,children:[e.jsx(_s,{org:w,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-item-name",children:w.name}),e.jsx(pt,{role:w.membership.role}),w.id===t?.id&&e.jsx(_o,{})]})},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(Wo,{}),e.jsx("span",{children:"Create organization"})]})]})]})]})}function pt({role:s}){return e.jsx("span",{className:`cedros-org-role cedros-org-role-${s}`,children:s})}function Uo({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 _o(){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 Wo(){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 Oo(){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 qo(){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 zo(){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 Vo({orgs:s,activeOrg:t,isLoading:o,onSelect:a,onCreateClick:r}){return o?e.jsxs("div",{className:"cedros-org-switcher-loading",children:[e.jsx(_.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(_s,{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(qo,{})]})},n.id))}),r&&e.jsxs("button",{type:"button",className:"cedros-org-switcher-create",onClick:r,children:[e.jsx(zo,{}),e.jsx("span",{children:"Create new organization"})]})]})}function Ho({isLoading:s,onSubmit:t,onCancel:o}){const[a,r]=i.useState(""),[n,c]=i.useState(""),[l,d]=i.useState(null),u=i.useCallback(f=>{r(f);const g=f.toLowerCase().replace(/\s+/g,"-").replace(/[^a-z0-9-]/g,"").substring(0,50);c(g)},[]),m=i.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:m,children:[l&&e.jsx(Y.ErrorMessage,{error:l}),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=>u(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(_.LoadingSpinner,{size:"sm"}):"Create Organization"})]})]})}function Qo({isOpen:s,onClose:t,orgs:o,activeOrg:a,isLoading:r=!1,error:n,onSelect:c,onCreate:l,className:d=""}){return s?e.jsx(Ko,{onClose:t,orgs:o,activeOrg:a,isLoading:r,error:n,onSelect:c,onCreate:l,className:d}):null}function Ko({onClose:s,orgs:t,activeOrg:o,isLoading:a=!1,error:r,onSelect:n,onCreate:c,className:l}){const[d,u]=i.useState("list"),m=i.useRef(null),f=i.useRef(null);i.useEffect(()=>(f.current=document.activeElement,m.current?.querySelector(".cedros-modal-close")?.focus(),()=>{f.current?.focus()}),[]),i.useEffect(()=>{const h=y=>{if(y.key==="Escape"){s();return}if(y.key==="Tab"&&m.current){const b=m.current.querySelectorAll('button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])'),A=b[0],v=b[b.length-1];y.shiftKey?document.activeElement===A&&(y.preventDefault(),v?.focus()):document.activeElement===v&&(y.preventDefault(),A?.focus())}};return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[s]);const g=i.useCallback(h=>{h.target===h.currentTarget&&s()},[s]),w=i.useCallback(h=>{n(h),s()},[n,s]),p=i.useCallback(async h=>{await c?.(h),s()},[c,s]);return e.jsx("div",{className:"cedros-modal-backdrop",onClick:g,children:e.jsxs("div",{ref:m,className:`cedros-modal cedros-org-switcher ${l}`,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(Oo,{})})]}),e.jsxs("div",{className:"cedros-modal-body",children:[r&&e.jsx(Y.ErrorMessage,{error:r}),d==="list"?e.jsx(Vo,{orgs:t,activeOrg:o,isLoading:a,onSelect:w,onCreateClick:c?()=>u("create"):void 0}):e.jsx(Ho,{isLoading:a,onSubmit:p,onCancel:()=>u("list")})]})]})})}function mr({sessions:s,isLoading:t=!1,error:o,onRevokeAll:a,className:r=""}){const[n,c]=i.useState(!1),[l,d]=i.useState(!1),u=i.useRef(null),m=i.useMemo(()=>s.filter(g=>!g.isCurrent).length,[s]),f=i.useCallback(async()=>{if(!a)return;const g=s.filter(p=>!p.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),u.current!==null&&window.clearTimeout(u.current),u.current=window.setTimeout(()=>{d(!1),u.current=null},3e3)}finally{c(!1)}}},[a,s]);return i.useEffect(()=>()=>{u.current!==null&&(window.clearTimeout(u.current),u.current=null)},[]),t&&s.length===0?e.jsxs("div",{className:`cedros-session-list cedros-session-list-loading ${r}`,children:[e.jsx(_.LoadingSpinner,{}),e.jsx("span",{children:"Loading sessions..."})]}):o?e.jsx("div",{className:`cedros-session-list ${r}`,children:e.jsx(Y.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:[l&&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(Yo,{session:g},g.id))}),a&&m>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(_.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Signing out..."})]}):`Sign out of ${m} other device${m>1?"s":""}`})})]})}function Yo({session:s}){const t=Go(s.userAgent),o=Jo(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(Xo,{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 Go(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 Jo(s){const t=new Date(s),o=new Date,a=3600*1e3;return t.getTime()-o.getTime()<a}function Xo({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 fr({words:s,onConfirm:t,className:o=""}){const[a,r]=i.useState(!1),[n,c]=i.useState(!1),l=i.useRef(null),d=Co(s),u=i.useCallback(async()=>{try{await navigator.clipboard.writeText(s.join(" ")),r(!0),l.current!==null&&window.clearTimeout(l.current),l.current=window.setTimeout(()=>r(!1),2e3)}catch{}},[s]);i.useEffect(()=>()=>{l.current!==null&&(window.clearTimeout(l.current),l.current=null)},[]);const m=i.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,p)=>{const h=g*4+p+1;return e.jsxs("div",{className:"cedros-word-item",children:[e.jsxs("span",{className:"cedros-word-number",children:[h,"."]}),e.jsx("span",{className:"cedros-word-text",children:w})]},h)})},g))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary cedros-copy-btn",onClick:u,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:m,disabled:!n,children:"Continue"})]})]})}function gr({onSubmit:s,onCancel:t,isSubmitting:o=!1,error:a,className:r=""}){const[n,c]=i.useState(Array(oe).fill("")),[l,d]=i.useState(null),[u,m]=i.useState([]),[f,g]=i.useState(null),w=i.useId(),p=i.useRef(null),h=i.useCallback((x,N)=>{const S=[...n];if(S[x]=N.toLowerCase().trim(),c(S),N.length>0){const j=No(N,5);m(j)}else m([]);g(null)},[n]),y=i.useCallback(x=>{d(x),m([])},[]),b=i.useCallback(x=>{const N=n[x];N&&!We(N)&&g(`Word ${x+1} is not in the wordlist`),p.current!==null&&window.clearTimeout(p.current),p.current=window.setTimeout(()=>{l===x&&m([])},200)},[n,l]);i.useEffect(()=>()=>{p.current!==null&&(window.clearTimeout(p.current),p.current=null)},[]);const A=i.useCallback(x=>{if(l!==null){const N=[...n];N[l]=x,c(N),m([]),document.querySelector(`[data-word-index="${l+1}"]`)?.focus()}},[l,n]),v=i.useCallback(x=>{const N=x.clipboardData.getData("text"),S=So(N);S.length===oe&&(x.preventDefault(),c(S),g(null))},[]),k=i.useCallback(x=>{if(x.preventDefault(),n.filter(j=>!j).length>0){g(`Please enter all ${oe} words`);return}const S=n.map((j,P)=>({word:j,index:P+1})).filter(({word:j})=>!We(j));if(S.length>0){g(`Invalid words: ${S.map(j=>`#${j.index}`).join(", ")}`);return}if(!nr(n)){g("Invalid recovery phrase - please check your words");return}s(n)},[n,s]),C=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,N)=>e.jsxs("div",{className:"cedros-word-input-wrapper",children:[e.jsxs("label",{className:"cedros-word-label",children:[N+1,"."]}),e.jsx("input",{type:"text",className:`cedros-word-input ${n[N]&&!We(n[N])?"cedros-word-invalid":n[N]&&We(n[N])?"cedros-word-valid":""}`,value:n[N],onChange:S=>h(N,S.target.value),onFocus:()=>y(N),onBlur:()=>b(N),"data-word-index":N,autoComplete:"off",autoCapitalize:"none",spellCheck:!1,disabled:o,"aria-label":`Word ${N+1}`})]},N))}),l!==null&&u.length>0&&e.jsx("div",{className:"cedros-suggestions",role:"listbox",id:`${w}-suggestions`,children:u.map(x=>e.jsx("button",{type:"button",className:"cedros-suggestion",onClick:()=>A(x),role:"option",children:x},x))}),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 en({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 sn=["share_c_only","full_seed","none"];function tn(s){return s&&sn.includes(s)?s:"share_c_only"}const rn={walletEnabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900,isLoading:!1,error:null,refetch:async()=>{}};function wr(){const s=T.useCedrosLoginOptional(),[t,o]=i.useState(null),[a,r]=i.useState(!!s),[n,c]=i.useState(null),l=i.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts}):null,[s]),d=i.useCallback(async()=>{if(l){r(!0),c(null);try{const u=await l.get("/discovery");u.wallet?o({enabled:u.wallet.enabled,recoveryMode:tn(u.wallet.recoveryMode),unlockTtlSeconds:u.wallet.unlockTtlSeconds}):o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}catch(u){const m=u instanceof Error?u.message:"Failed to fetch wallet config";c(m),o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}finally{r(!1)}}},[l]);return i.useEffect(()=>{l&&d()},[l,d]),s?{walletEnabled:t?.enabled??!1,recoveryMode:t?.recoveryMode??"share_c_only",unlockTtlSeconds:t?.unlockTtlSeconds??900,isLoading:a,error:n,refetch:d}:rn}function yr(){const{user:s}=T.useCedrosLogin(),{enroll:t}=I.useWalletMaterial(),{recoveryMode:o}=wr(),[a,r]=i.useState({step:"idle"}),[n,c]=i.useState(!1),l=i.useRef([]),d=i.useCallback(()=>{I.wipeAll(...l.current),l.current=[]},[]);i.useEffect(()=>()=>{d()},[d]);const u=i.useCallback(async(p,h,y,b)=>{r({step:"generating_seed"});const A=I.generateSeed();l.current.push(A),r({step:"splitting_shares"});const{shareA:v,shareB:k,shareC:C}=ie.splitSecret(A);l.current.push(v,k,C),r({step:"encrypting_shares"});const x=await I.aesGcmEncryptToBase64(v,I.toEncryptionKey(h)),N=ie.getPublicKeyFromSeed(A),S=ie.publicKeyToBase58(N);r({step:"uploading"});const j={solanaPubkey:S,shareAAuthMethod:p,shareACiphertext:x.ciphertext,shareANonce:x.nonce,shareB:I.uint8ArrayToBase64(k)};if(p==="password"){if(!y)throw new Error("KDF salt required for password method");j.shareAKdfSalt=I.uint8ArrayToBase64(y),j.shareAKdfParams=I.DEFAULT_KDF_PARAMS}if(p==="passkey"&&b&&(j.prfSalt=b),await t(j),o==="none")d(),r({step:"complete",solanaPubkey:S});else{const P=o==="full_seed"?jo(A):Ao(I.toShamirShare(C));r({step:"showing_recovery",recoveryPhrase:P,solanaPubkey:S})}},[t,o,d]),m=i.useCallback(async p=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const h=I.generateArgon2Salt(),y=await ie.argon2DeriveInWorker(p,h,I.DEFAULT_KDF_PARAMS);l.current.push(y),await u("password",y,h)}catch(h){r({step:"error",error:h instanceof Error?h.message:"Enrollment failed"})}finally{c(!1)}},[s,d,u]),f=i.useCallback(async()=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const p=I.generatePrfSalt(),h=I.uint8ArrayToBase64(p);r({step:"registering_passkey"});let y;try{const A=new TextEncoder().encode(s.id),v=s.name??s.email??"User",k=s.email??s.id;y=(await I.registerPasskeyWithPrf(A,k,v,p)).prfOutput}catch(A){if(A?.name!=="InvalidStateError")throw A;y=(await I.authenticateWithDiscoverablePrf(h)).prfOutput}l.current.push(y);const b=await I.deriveKeyFromPrf(y,p);l.current.push(b),await u("passkey",b,void 0,h)}catch(p){r({step:"error",error:p instanceof Error?p.message:"Enrollment failed"})}finally{c(!1)}},[s,d,u]),g=i.useCallback(()=>{const p=a.solanaPubkey;d(),r({step:"complete",solanaPubkey:p})},[a.solanaPubkey,d]),w=i.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startEnrollmentWithPassword:m,startEnrollmentWithPasskey:f,confirmRecoveryPhrase:g,cancel:w,isEnrolling:n}}function br({onComplete:s,onCancel:t,className:o="",forceAuthMethod:a}){const{user:r}=T.useCedrosLogin(),{state:n,startEnrollmentWithPassword:c,startEnrollmentWithPasskey:l,confirmRecoveryPhrase:d,cancel:u,isEnrolling:m}=yr(),f=()=>a||"password",[g,w]=i.useState(f),[p,h]=i.useState(""),[y,b]=i.useState(""),[A,v]=i.useState(null);i.useEffect(()=>{w(f())},[r?.id,a]);const k=i.useCallback(async S=>{if(S.preventDefault(),p!==y){v("Passwords do not match");return}const j=we.validatePassword(p);if(!j.isValid){const P=Object.values(j.errors)[0];v(P??"Password does not meet requirements");return}v(null),await c(p)},[p,y,c]),C=i.useCallback(async()=>{await l()},[l]),x=i.useCallback(()=>{d(),n.solanaPubkey&&s?.(n.solanaPubkey)},[d,n.solanaPubkey,s]),N=i.useCallback(()=>{u(),t?.()},[u,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(fr,{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:N,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:()=>u(),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:m}),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:m}),e.jsx("span",{children:"Passkey"})]})]}),g==="password"&&e.jsxs("form",{onSubmit:k,className:"cedros-enrollment-form",children:[e.jsx(Q.PasswordInput,{label:"Password",value:p,onChange:S=>h(S.target.value),showStrengthMeter:!0,disabled:m,required:!0,minLength:8,placeholder:"Enter a strong password"}),e.jsx(Q.PasswordInput,{label:"Confirm Password",value:y,onChange:S=>b(S.target.value),error:A??void 0,disabled:m,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:N,disabled:m,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:m||!p||!y,children:m?"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:N,disabled:m,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:C,disabled:m,children:m?"Creating...":"Use Passkey"})]})]})]})}function xr(){const{user:s}=T.useCedrosLogin(),{signTransaction:t}=I.useWalletMaterial(),[o,a]=i.useState(!1),[r,n]=i.useState(null),c=i.useCallback(async(d,u)=>{if(!s){const m="User not authenticated";throw n(m),new Error(m)}a(!0),n(null);try{const m={transaction:I.uint8ArrayToBase64(d),...u?{credential:I.toCredentialRequest(u)}:{}},f=await t(m);return I.base64ToUint8Array(f.signature)}catch(m){const f=m instanceof Error?m.message:"Signing failed";throw n(f),m}finally{a(!1)}},[s,t]),l=i.useCallback(()=>n(null),[]);return{signTransaction:c,isSigning:o,error:r,clearError:l}}function Ar(){const{getMaterial:s}=I.useWalletMaterial(),[t,o]=i.useState(!1),[a,r]=i.useState(null),n=i.useCallback(async()=>{o(!0),r(null);try{const l=await s();if(!l)throw new Error("No wallet enrolled");if(l.shareAAuthMethod!=="passkey")throw new Error("Wallet is not configured for passkey authentication");if(!l.prfSalt)throw new Error("No PRF salt configured for wallet");const d=await I.authenticateWithDiscoverablePrf(l.prfSalt);try{return{type:"prfOutput",prfOutput:I.uint8ArrayToBase64(d.prfOutput)}}finally{d.prfOutput.fill(0)}}catch(l){const d=l instanceof Error?l.message:"Passkey authentication failed";return r(d),null}finally{o(!1)}},[s]),c=i.useCallback(()=>r(null),[]);return{getPasskeyCredential:n,isAuthenticating:t,error:a,clearError:c}}function vr({mode:s,isLoading:t=!1,error:o,onPrompt:a,onRetry:r,onCancel:n,title:c,description:l,className:d=""}){const u=i.useCallback(()=>{t||a?.()},[t,a]),m=i.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(nn,{}):o?e.jsx(an,{}):e.jsx(on,{})}),e.jsx("h3",{className:"cedros-passkey-title",children:c??f}),e.jsx("p",{className:"cedros-passkey-description",children:l??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:m,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:u,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 on(){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 nn(){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 an(){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 jr({onUnlock:s,onCancel:t,showCancel:o=!0,authMethod:a,className:r=""}){T.useCedrosLogin();const{unlock:n,getMaterial:c,isLoading:l}=I.useWalletMaterial(),{getPasskeyCredential:d,isAuthenticating:u}=Ar(),[m,f]=i.useState("idle"),[g,w]=i.useState(a??null),[p,h]=i.useState(""),[y,b]=i.useState(null);i.useEffect(()=>{a!==void 0&&w(a)},[a]);const A=g==="password",v=g==="passkey",k=i.useCallback(async()=>{if(f("credential"),b(null),!g)try{const L=await c();L?w(L.shareAAuthMethod):(b("No wallet enrolled"),f("error"))}catch(L){b(L instanceof Error?L.message:"Failed to get wallet info"),f("error")}},[g,c]),C=i.useCallback(async L=>{L.preventDefault(),b(null),f("unlocking");try{let E;if(A)E={type:"password",password:p};else throw new Error("Invalid auth method");await n(E),f("unlocked"),s?.()}catch(E){b(E instanceof Error?E.message:"Failed to unlock wallet"),f("error")}},[A,p,n,s]),x=i.useCallback(async()=>{b(null),f("unlocking");try{const L=await d();if(!L){f("credential");return}await n(L),f("unlocked"),s?.()}catch(L){b(L instanceof Error?L.message:"Failed to unlock wallet"),f("error")}},[d,n,s]),N=i.useCallback(()=>{h(""),f("idle"),b(null),t?.()},[t]),S=i.useCallback(()=>{h(""),f("credential"),b(null)},[]),j=l||u,P=()=>{switch(m){case"idle":return e.jsxs("div",{className:"cedros-wallet-unlock-idle",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(ln,{})}),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 A?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(Q.PasswordInput,{label:"Password",value:p,onChange:L=>h(L.target.value),disabled:j,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:j||p.length===0,children:j?"Unlocking...":"Unlock"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:N,disabled:j,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(vr,{mode:"authenticate",isLoading:j,error:y??void 0,onPrompt:x,onRetry:x,onCancel:o?N:void 0})]}):e.jsxs("div",{className:"cedros-wallet-unlock-loading",children:[e.jsx(_.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(_.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(cn,{})}),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(dn,{})}),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:N,children:"Cancel"})]})]})}};return e.jsx("div",{className:`cedros-wallet-unlock ${r}`,children:P()})}function ln(){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 cn(){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 dn(){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 kr(){const{recover:s,getShareBForRecovery:t}=I.useWalletMaterial(),{recoveryMode:o}=wr(),[a,r]=i.useState({step:"idle"}),[n,c]=i.useState(!1),l=i.useRef([]),d=i.useCallback(()=>{I.wipeAll(...l.current),l.current=[]},[]);i.useEffect(()=>()=>{d()},[d]);const u=i.useCallback(async(f,g,w)=>{c(!0),d();try{if(r({step:"validating"}),!nr(f))throw new Error("Invalid recovery phrase. Please check your words.");let p;if(o==="share_c_only"){const S=vo(f);l.current.push(S);const j=I.uint8ArrayToBase64(S),P=await t({shareC:j}),L=I.base64ToUint8Array(P.shareB);l.current.push(L),p=ie.combineShares(I.toShamirShare(L),I.toShamirShare(S)),l.current.push(p)}else p=ko(f),l.current.push(p);const h=ie.getPublicKeyFromSeed(p),y=ie.publicKeyToBase58(h),{shareA:b,shareB:A}=ie.splitSecret(p);l.current.push(b,A),r({step:"encrypting"});let v,k,C;if(g==="passkey"){const S=I.generatePrfSalt();C=I.uint8ArrayToBase64(S);const j=await I.authenticateWithDiscoverablePrf(C);l.current.push(j.prfOutput),v=await I.deriveKeyFromPrf(j.prfOutput,S),l.current.push(v)}else k=I.generateArgon2Salt(),v=await ie.argon2DeriveInWorker(w,k,I.DEFAULT_KDF_PARAMS),l.current.push(v);const x=await I.aesGcmEncryptToBase64(b,I.toEncryptionKey(v));r({step:"uploading"});const N={solanaPubkey:y,shareAAuthMethod:g,shareACiphertext:x.ciphertext,shareANonce:x.nonce,shareB:I.uint8ArrayToBase64(A)};g==="password"&&(N.shareAKdfSalt=I.uint8ArrayToBase64(k),N.shareAKdfParams=I.DEFAULT_KDF_PARAMS),g==="passkey"&&(N.prfSalt=C),await s(N),d(),r({step:"complete"})}catch(p){d(),r({step:"error",error:p instanceof Error?p.message:"Recovery failed"})}finally{c(!1)}},[s,t,o,d]),m=i.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startRecovery:u,cancel:m,isRecovering:n}}function Nr({onComplete:s,onCancel:t,className:o="",defaultAuthMethod:a="password"}){const{state:r,startRecovery:n,cancel:c,isRecovering:l}=kr(),[d,u]=i.useState([]),[m,f]=i.useState(!1),[g,w]=i.useState(a),[p,h]=i.useState(""),[y,b]=i.useState(""),[A,v]=i.useState(null),k=i.useCallback(j=>{u(j),f(!0)},[]),C=i.useCallback(async j=>{if(j.preventDefault(),v(null),g!=="passkey"){if(p!==y){v("Passwords do not match");return}if(g==="password"&&p.length<8){v("Password must be at least 8 characters");return}}await n(d,g,p)},[d,g,p,y,n]),x=i.useCallback(()=>{c(),u([]),f(!1),h(""),b(""),t?.()},[c,t]),N=i.useCallback(()=>{f(!1),h(""),b("")},[]),S=i.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(un,{})}),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(hn,{})}),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: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(pn,{})}),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"})})]})}):m?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:g==="password",onChange:()=>w("password"),disabled:l}),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:l}),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:p,onChange:j=>h(j.target.value),disabled:l,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:j=>b(j.target.value),disabled:l,"aria-invalid":A?"true":void 0,placeholder:"Confirm your password"}),A&&e.jsx("p",{className:"cedros-input-error",role:"alert",children:A})]})]}),g==="passkey"&&e.jsxs("div",{className:"cedros-passkey-info",children:[e.jsx(mn,{}),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:N,disabled:l,children:"Back"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:l||g!=="passkey"&&(p.length===0||y.length===0),children:l?"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(gr,{onSubmit:k,onCancel:x,isSubmitting:!1})]})})}function un(){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 hn(){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 pn(){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 mn(){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 Cr({address:s,label:t="Wallet Address",showCopy:o=!0,showExplorerLink:a=!0,allowReveal:r=!0,className:n=""}){const c=T.useCedrosLoginOptional(),[l,d]=i.useState(!1),[u,m]=i.useState(null),[f,g]=i.useState(!1),w=i.useRef(null),p=c?.config.solana?.network??"mainnet-beta",h=i.useMemo(()=>{const v=`https://explorer.solana.com/address/${s}`;return p==="mainnet-beta"?v:`${v}?cluster=${encodeURIComponent(p)}`},[s,p]),y=r&&s.length>18,b=i.useMemo(()=>!y||f?s:`${s.slice(0,8)}...${s.slice(-8)}`,[s,y,f]),A=i.useCallback(async()=>{try{m(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),m(v instanceof Error?v.message:"Copy failed")}},[s]);return i.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:h,target:"_blank",rel:"noreferrer",children:"Explorer"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-outline",onClick:A,"aria-label":"Copy wallet address",children:l?"Copied":"Copy"})]})]}),e.jsx("code",{className:"cedros-wallet-status-pubkey-value",title:s,children:b}),u&&e.jsx("p",{className:"cedros-input-hint",role:"status",children:u})]})}function Sr({status:s,publicKey:t,onLock:o,onEnroll:a,onUnlock:r,onRecover:n,showActions:c=!0,compact:l=!1,className:d=""}){const u=s!==void 0,m=I.useWallet(),f=u?s:m.status,g=u?t??null:m.solanaPubkey,w=u?null:m.error,p=u?()=>{}:m.refresh,h=u?()=>{}:m.clearError,y=fn(f,w);return l?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:gn(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(wn,{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(Cr,{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:h,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:p,children:"Retry"})]})]})}function fn(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 gn(s){return s.length<=12?s:`${s.slice(0,4)}...${s.slice(-4)}`}function wn({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 yn({className:s="",showActions:t=!0}){const o=I.useWallet(),[a,r]=i.useState("status"),n=i.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=i.useCallback(()=>r("status"),[]),l=i.useCallback(async()=>{r("status"),await o.refresh()},[o]),d=i.useCallback(async()=>{r("status"),await o.refresh()},[o]),u=i.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(Sr,{onEnroll:()=>r("enroll"),onUnlock:()=>r("unlock"),onRecover:()=>r("recover_intro"),showActions:t}),a==="enroll"&&e.jsx(br,{onComplete:()=>{l()},onCancel:c}),a==="unlock"&&e.jsx(jr,{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(Nr,{onComplete:()=>{u()},onCancel:c})]})}function bn({showDescriptions:s=!0,className:t="",onSave:o}){const{settings:a,isLoading:r,isUpdating:n,error:c,fetchSettings:l,updateSettings:d}=Yt.useSystemSettings(),[u,m]=i.useState({}),[f,g]=i.useState(null),[w,p]=i.useState(!1);i.useEffect(()=>{l()},[l]),i.useEffect(()=>{if(w){const C=setTimeout(()=>p(!1),3e3);return()=>clearTimeout(C)}},[w]);const h=i.useCallback((C,x)=>{m(N=>({...N,[C]:x})),g(null),p(!1)},[]),y=i.useCallback(async()=>{const C=Object.entries(u).map(([x,N])=>({key:x,value:N}));if(C.length!==0)try{await d(C),m({}),g(null),p(!0),o?.()}catch(x){g(x instanceof Error?x.message:"Failed to save settings")}},[u,d,o]),b=i.useCallback(()=>{m({}),g(null),p(!1)},[]),A=Object.keys(u).length>0,v=Object.keys(u).length;if(r&&Object.keys(a).length===0)return e.jsxs("div",{className:`cedros-system-settings cedros-system-settings-loading ${t}`,children:[e.jsx(_.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]});if(c)return e.jsx("div",{className:`cedros-system-settings ${t}`,children:e.jsx(Y.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(Y.ErrorMessage,{error:f}),w&&e.jsx("div",{className:"cedros-settings-success",children:"Settings saved successfully."}),k.map(C=>e.jsx(xn,{category:C,settings:a[C],edits:u,showDescription:s,onChange:h},C)),e.jsxs("div",{className:"cedros-system-settings-actions",children:[A&&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:b,disabled:!A||n,children:"Reset"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:y,disabled:!A||n,children:n?e.jsx(_.LoadingSpinner,{size:"sm"}):"Save Changes"})]})]})}const mt=Object.keys(je.SETTING_METADATA);function xn({category:s,settings:t,edits:o,showDescription:a,onChange:r}){const n=je.CATEGORY_METADATA[s]||{label:s,description:"",icon:""},c=i.useMemo(()=>[...t].sort((l,d)=>{const u=mt.indexOf(l.key),m=mt.indexOf(d.key);return(u===-1?1/0:u)-(m===-1?1/0:m)}),[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(je.SettingsSection,{settings:c,edits:o,onChange:r})]})}class An{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 Gs(){const{config:s}=T.useCedrosLogin(),[t,o]=i.useState(null),[a,r]=i.useState(!1),[n,c]=i.useState(!1),[l,d]=i.useState(null),u=i.useRef(0),m=i.useMemo(()=>new An(s.serverUrl,s.requestTimeout,s.retryAttempts),[s.serverUrl,s.requestTimeout,s.retryAttempts]),f=i.useRef(m);f.current=m;const g=i.useCallback(async()=>{r(!0),d(null);const p=++u.current;try{const h=await f.current.getStatus();if(p!==u.current)return;o(h)}catch(h){if(p!==u.current)return;d(h instanceof Error?h:new Error("Failed to check setup status"))}finally{p===u.current&&r(!1)}},[]),w=i.useCallback(async p=>{c(!0),d(null);try{const h=await f.current.createFirstAdmin(p);return await g(),h}catch(h){const y=h instanceof Error?h:new Error("Failed to create admin");throw d(y),y}finally{c(!1)}},[g]);return{status:t,isLoading:a,isCreating:n,error:l,checkStatus:g,createAdmin:w}}const vn=/^[^\s@]+@[^\s@]+\.[^\s@]+$/,ft=8;function jn(s){const t={};return s.email?vn.test(s.email)||(t.email="Invalid email format"):t.email="Email is required",s.password?s.password.length<ft&&(t.password=`Password must be at least ${ft} 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 Er({onComplete:s,className:t=""}){const{status:o,isLoading:a,isCreating:r,error:n,checkStatus:c,createAdmin:l}=Gs(),[d,u]=i.useState({email:"",password:"",confirmPassword:"",name:"",orgName:""}),[m,f]=i.useState({}),[g,w]=i.useState(!1);i.useEffect(()=>{c()},[c]);const p=i.useCallback(y=>b=>{u(A=>({...A,[y]:b.target.value})),f(A=>({...A,[y]:void 0}))},[]),h=i.useCallback(async y=>{y.preventDefault();const b=jn(d);if(Object.keys(b).length>0){f(b);return}try{await l({email:d.email,password:d.password,name:d.name||void 0,orgName:d.orgName||void 0}),w(!0),s?.()}catch{}},[d,l,s]);return a?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__loading",children:[e.jsx(_.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:h,children:[n&&e.jsx(Y.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 ${m.email?"cedros-setup__input--error":""}`,value:d.email,onChange:p("email"),placeholder:"admin@example.com",autoComplete:"email",autoFocus:!0,disabled:r}),m.email&&e.jsx("span",{className:"cedros-setup__error",children:m.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:p("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:p("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 ${m.password?"cedros-setup__input--error":""}`,value:d.password,onChange:p("password"),placeholder:"At least 8 characters",autoComplete:"new-password",disabled:r}),m.password&&e.jsx("span",{className:"cedros-setup__error",children:m.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 ${m.confirmPassword?"cedros-setup__input--error":""}`,value:d.confirmPassword,onChange:p("confirmPassword"),placeholder:"Confirm your password",autoComplete:"new-password",disabled:r}),m.confirmPassword&&e.jsx("span",{className:"cedros-setup__error",children:m.confirmPassword})]}),e.jsx("button",{type:"submit",className:"cedros-setup__button",disabled:r,children:r?e.jsxs(e.Fragment,{children:[e.jsx(_.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 kn=["security","rate_limit"];function Nn({className:s}){return e.jsx(Hs.SettingsPageLayout,{title:"Security",description:"Configure CORS, cookies, sessions, JWT, and rate limiting settings.",categories:kn,className:s})}const gt=[{id:"email",label:"Email",category:"email"},{id:"webhooks",label:"Webhooks",category:"webhook"}];function Cn({className:s}){const{settings:t,edits:o,isLoading:a,autosaveStatus:r,autosaveError:n,error:c,fetchSettings:l,handleChange:d,getEffectiveValue:u}=je.useSettingsAutosave(),[m,f]=i.useState("email");i.useEffect(()=>{l()},[l]);const g=gt.find(k=>k.id===m),w=g?.category??"",h=(u("email_provider")||"custom")==="custom",y=u("email_smtp_host"),b=!h||y!=null&&y!=="",A=i.useMemo(()=>{const k=t[w]??[];if(m!=="email")return k;const C=h?ze.ALL_EMAIL_FIELDS:ze.SIMPLIFIED_EMAIL_FIELDS;return k.filter(x=>C.includes(x.key)).sort((x,N)=>C.indexOf(x.key)-C.indexOf(N.key))},[t,w,m,h]),v=(k,C)=>{if(d(k,C),k==="email_provider"&&C!=="custom"){const x=ze.PROVIDER_SMTP_HOSTS[C];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(_.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]}):c?e.jsx("div",{className:`cedros-system-settings ${s??""}`,children:e.jsx(Y.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(je.AutosaveStatus,{status:r,error:n})]}),m==="email"&&!b&&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:gt.map(k=>e.jsx("button",{type:"button",className:`cedros-admin-tab ${m===k.id?"cedros-admin-tab-active":""}`,onClick:()=>f(k.id),"aria-selected":m===k.id,role:"tab",children:k.label},k.id))}),e.jsx("div",{className:"cedros-admin-tab-content",role:"tabpanel",children:A.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(je.SettingsSection,{settings:A,edits:o,onChange:m==="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"})]})},Sn=[{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 En({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:l,className:d=""}){const[u,m]=i.useState(o),[f,g]=i.useState(!0),{user:w,logout:p}=T.useCedrosLogin(),{activeOrg:h,role:y,isLoading:b,fetchOrgs:A,hasPermission:v}=zs.useOrgs(),{status:k,isLoading:C,checkStatus:x}=Gs(),{features:N,isLoading:S}=te.useServerFeatures(),{canAccess:j}=te.useDashboardPermissions(),P=i.useCallback(D=>{m(D),n?.(D)},[n]),L=Sn.filter(D=>!(!t.includes(D.id)||D.requiredFeature&&!N[D.requiredFeature]||!j(D.id))),E=L.find(D=>D.id===u),M=!E&&!S;return i.useEffect(()=>{A(),x()},[A,x]),i.useEffect(()=>{M&&L.length>0&&m("users")},[M,L.length]),!C&&k?.needsSetup?e.jsx("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--setup ${d}`,children:e.jsx(Er,{onComplete:()=>x()})}):(b||C||S)&&!h?e.jsxs("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--loading ${d}`,children:[e.jsx(_.LoadingSpinner,{}),e.jsx("span",{className:"cedros-dashboard__loading-text",children:"Loading..."})]}):u==="team"&&!h?e.jsx("div",{className:`cedros-admin cedros-dashboard ${d}`,children:e.jsx(Y.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 ${u===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":u===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 ${u===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":u===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:l??p})})]}),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:[u==="users"&&e.jsx(Ln,{pageSize:r,currentUserId:w?.id}),u==="team"&&h&&e.jsx(Pn,{orgId:h.id,currentUserId:w?.id,hasPermission:v,role:y}),u==="deposits"&&e.jsx(Mn,{pageSize:r,refreshInterval:a}),u==="withdrawals"&&e.jsx(Tn,{pageSize:r,refreshInterval:a}),u==="settings-auth"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx($t.AuthenticationSettings,{})}),u==="settings-wallet"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Jt.EmbeddedWalletSettings,{})}),u==="settings-messaging"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Cn,{})}),u==="settings-credits"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Vs.CreditSystemSettings,{})}),u==="settings-server"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Xt.ServerSettings,{})})]})]})]})}function Ln({pageSize:s,currentUserId:t}){const[o,a]=i.useState(null),{statsItems:r,isLoading:n,error:c,refresh:l}=Te.useUsersStatsSummary();return o?e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Te.AdminUserDetail,{userId:o.id,currentUserId:t,onBack:()=>a(null)})}):e.jsxs("div",{className:"cedros-dashboard__section",children:[e.jsx(Gt.StatsBar,{stats:r,isLoading:n,onRefresh:l}),c&&e.jsx("p",{className:"cedros-admin-error-inline",children:c}),e.jsx(Te.AdminUserList,{pageSize:s,currentUserId:t,onUserClick:d=>a(d)})]})}function Pn({orgId:s,currentUserId:t,hasPermission:o,role:a}){const[r,n]=i.useState("members"),{members:c,isLoading:l,error:d,fetchMembers:u,updateMemberRole:m,removeMember:f}=te.useMembers(s),{invites:g,isLoading:w,error:p,fetchInvites:h,createInvite:y,cancelInvite:b,resendInvite:A}=te.useInvites(s);i.useEffect(()=>{u(),h()},[u,h]);const v=o("invite:create"),k=o("invite:cancel"),C=g.length,x=c.reduce((P,L)=>(P[L.role]=(P[L.role]??0)+1,P),{}),N=x.owner??0,S=x.admin??0,j=x.member??0;return e.jsxs("div",{className:"cedros-dashboard__team",children:[e.jsx(Gt.StatsBar,{stats:[{label:"Owners",value:N},{label:"Admins",value:S},{label:"Members",value:j},{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:l,error:d?.message,canManage:o("member:remove"),canChangeRoles:o("member:role_change"),onUpdateRole:m,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:p?.message})]}),e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(te.InviteList,{invites:g,isLoading:w,error:p?.message,canManage:k||v,onCancel:k?b:void 0,onResend:v?A:void 0})})]}),r==="permissions"&&a==="owner"&&e.jsx(te.PermissionsSection,{userRole:a})]})]})}function Mn({pageSize:s,refreshInterval:t}){const[o,a]=i.useState("");return e.jsxs("div",{className:"cedros-dashboard__deposits",children:[e.jsx(He.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(He.AdminDepositList,{statusFilter:o||void 0,pageSize:s,refreshInterval:t})]})]})}function Tn({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={},us,wt;function Rn(){return wt||(wt=1,us=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),us}var hs={},me={},yt;function ye(){if(yt)return me;yt=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 ps={},bt;function $s(){return bt||(bt=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}}})(ps)),ps}var ms,xt;function Bn(){if(xt)return ms;xt=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++}},ms=s,ms}var fs,At;function In(){if(At)return fs;At=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]},fs=s,fs}var gs={},vt;function Dn(){return vt||(vt=1,(function(s){const t=ye().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,l=[n-7];for(let d=1;d<r-1;d++)l[d]=l[d-1]-c;return l.push(6),l.reverse()},s.getPositions=function(a){const r=[],n=s.getRowColCoords(a),c=n.length;for(let l=0;l<c;l++)for(let d=0;d<c;d++)l===0&&d===0||l===0&&d===c-1||l===c-1&&d===0||r.push([n[l],n[d]]);return r}})(gs)),gs}var ws={},jt;function Fn(){if(jt)return ws;jt=1;const s=ye().getSymbolSize,t=7;return ws.getPositions=function(a){const r=s(a);return[[0,0],[r-t,0],[0,r-t]]},ws}var ys={},kt;function Un(){return kt||(kt=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,l=0,d=0,u=null,m=null;for(let f=0;f<n;f++){l=d=0,u=m=null;for(let g=0;g<n;g++){let w=r.get(f,g);w===u?l++:(l>=5&&(c+=t.N1+(l-5)),u=w,l=1),w=r.get(g,f),w===m?d++:(d>=5&&(c+=t.N1+(d-5)),m=w,d=1)}l>=5&&(c+=t.N1+(l-5)),d>=5&&(c+=t.N1+(d-5))}return c},s.getPenaltyN2=function(r){const n=r.size;let c=0;for(let l=0;l<n-1;l++)for(let d=0;d<n-1;d++){const u=r.get(l,d)+r.get(l,d+1)+r.get(l+1,d)+r.get(l+1,d+1);(u===4||u===0)&&c++}return c*t.N2},s.getPenaltyN3=function(r){const n=r.size;let c=0,l=0,d=0;for(let u=0;u<n;u++){l=d=0;for(let m=0;m<n;m++)l=l<<1&2047|r.get(u,m),m>=10&&(l===1488||l===93)&&c++,d=d<<1&2047|r.get(m,u),m>=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 l=0;l<c;l++)for(let d=0;d<c;d++)n.isReserved(d,l)||n.xor(d,l,o(r,d,l))},s.getBestMask=function(r,n){const c=Object.keys(s.Patterns).length;let l=0,d=1/0;for(let u=0;u<c;u++){n(u),s.applyMask(u,r);const m=s.getPenaltyN1(r)+s.getPenaltyN2(r)+s.getPenaltyN3(r)+s.getPenaltyN4(r);s.applyMask(u,r),m<d&&(d=m,l=u)}return l}})(ys)),ys}var Oe={},Nt;function Lr(){if(Nt)return Oe;Nt=1;const s=$s(),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 Oe.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}},Oe.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}},Oe}var bs={},Me={},Ct;function _n(){if(Ct)return Me;Ct=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]})(),Me.log=function(a){if(a<1)throw new Error("log("+a+")");return t[a]},Me.exp=function(a){return s[a]},Me.mul=function(a,r){return a===0||r===0?0:s[t[a]+t[r]]},Me}var St;function Wn(){return St||(St=1,(function(s){const t=_n();s.mul=function(a,r){const n=new Uint8Array(a.length+r.length-1);for(let c=0;c<a.length;c++)for(let l=0;l<r.length;l++)n[c+l]^=t.mul(a[c],r[l]);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 l=0;for(;l<n.length&&n[l]===0;)l++;n=n.slice(l)}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}})(bs)),bs}var xs,Et;function On(){if(Et)return xs;Et=1;const s=Wn();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 l=new Uint8Array(this.degree);return l.set(n,c),l}return n},xs=t,xs}var As={},vs={},js={},Lt;function Pr(){return Lt||(Lt=1,js.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),js}var de={},Pt;function Mr(){if(Pt)return de;Pt=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
2049
+ `),oe=12;function Ao(s){if(s.length!==16)throw new Error(`Invalid share length: expected 16, got ${s.length}`);const o=or(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function vo(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!Ks(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 jo(s){if(s.length!==16)throw new Error(`Invalid seed length: expected 16, got ${s.length}`);const o=or(s,he).split(" ");if(o.length!==oe)throw new Error(`Unexpected word count: expected ${oe}, got ${o.length}`);return o}function ko(s){if(s.length!==oe)throw new Error(`Invalid word count: expected ${oe}, got ${s.length}`);const t=s.join(" ").toLowerCase().trim();if(!Ks(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 nr(s){if(s.length!==oe)return!1;const t=s.join(" ").toLowerCase().trim();return Ks(t,he)}function We(s){return he.includes(s.toLowerCase().trim())}function No(s,t=5){const o=s.toLowerCase().trim();return o.length===0?[]:he.filter(a=>a.startsWith(o)).slice(0,t)}function Co(s){const t=[];for(let o=0;o<s.length;o+=4)t.push(s.slice(o,o+4));return t}function So(s){return s.toLowerCase().replace(/[,\n\r\t]+/g," ").split(/\s+/).map(t=>t.trim()).filter(t=>t.length>0)}function Eo({className:s="",variant:t="default",size:o="md",children:a,menuItems:r=[],hideSignOut:n=!1}){const{user:c,isAuthenticated:l,isLoading:d,openLoginModal:u,logout:m}=I.useAuth(),[f,g]=i.useState(!1),[w,p]=i.useState(-1),h=i.useRef(null),y=i.useRef(null),b=i.useMemo(()=>[...r,...n?[]:[{label:"Sign out",onClick:m}]],[r,n,m]);i.useEffect(()=>{if(!f)return;const x=S=>{h.current&&!h.current.contains(S.target)&&(g(!1),p(-1))},N=S=>{S.key==="Escape"&&(g(!1),p(-1),y.current?.focus())};return document.addEventListener("mousedown",x),document.addEventListener("keydown",N),()=>{document.removeEventListener("mousedown",x),document.removeEventListener("keydown",N)}},[f]);const A=i.useCallback(x=>{if(!(!f||b.length===0))switch(x.key){case"ArrowDown":x.preventDefault(),p(N=>(N+1)%b.length);break;case"ArrowUp":x.preventDefault(),p(N=>(N-1+b.length)%b.length);break;case"Home":x.preventDefault(),p(0);break;case"End":x.preventDefault(),p(b.length-1);break;case"Enter":case" ":w>=0&&(x.preventDefault(),b[w].onClick(),g(!1),p(-1));break}},[f,w,b]),v=i.useCallback(()=>{b.length!==0&&(g(x=>!x),p(-1))},[b.length]),k={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]} ${k[o]} ${s}`,disabled:!0,children:e.jsx(_.LoadingSpinner,{size:"sm"})});if(l&&c){const x=c.name||c.email||"User",N=Os.sanitizeImageUrl(c.picture);return e.jsxs("div",{className:"cedros-user-menu",ref:h,onKeyDown:A,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:[N?e.jsx("img",{src:N,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((S,j)=>e.jsxs("button",{type:"button",className:`cedros-dropdown-item ${w===j?"cedros-dropdown-item-focused":""}`,role:"menuitem",tabIndex:w===j?0:-1,onClick:()=>{S.onClick(),g(!1)},children:[S.icon&&e.jsx("span",{className:"cedros-dropdown-icon",children:S.icon}),S.label]},j)),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:()=>{m(),g(!1)},children:"Sign out"})]})]})}return e.jsx("button",{type:"button",className:`cedros-button ${C[t]} ${k[o]} ${s}`,onClick:u,children:a||"Sign in"})}function es(){const{config:s}=T.useCedrosLogin(),[t,o]=i.useState(!1),[a,r]=i.useState(!1),[n,c]=i.useState(null),l=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]),{checkLimit:d,getRemainingAttempts:u}=Q.useRateLimiter({maxAttempts:3,windowMs:3e5}),m=i.useCallback(async p=>{if(!we.validateEmail(p)){const h={code:"VALIDATION_ERROR",message:"Please enter a valid email address"};throw c(h),h}try{d()}catch(h){const y={code:"RATE_LIMITED",message:h instanceof Error?h.message:"Too many attempts"};throw c(y),y}o(!0),c(null),r(!1);try{await l.post("/forgot-password",{email:p}),r(!0)}catch(h){const y=T.handleApiError(h,"Unable to send the reset email. Please try again.");throw c(y),y}finally{o(!1)}},[l,d]),f=i.useCallback(async(p,h)=>{o(!0),c(null),r(!1);try{await l.post("/reset-password",{token:p,newPassword:h}),r(!0)}catch(y){const b=T.handleApiError(y,"Unable to reset your password. Please try again.");throw c(b),b}finally{o(!1)}},[l]),g=i.useCallback(()=>c(null),[]),w=i.useCallback(()=>{c(null),r(!1),o(!1)},[]);return{forgotPassword:m,resetPassword:f,isLoading:t,isSuccess:a,error:n,clearError:g,reset:w,remainingAttempts:u()}}function Lo(s){return typeof s=="object"&&s!==null&&"mfaRequired"in s&&s.mfaRequired===!0}function ar(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=i.useState(!1),[r,n]=i.useState(!1),[c,l]=i.useState(null),d=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]),{checkLimit:u,getRemainingAttempts:m}=Q.useRateLimiter({maxAttempts:3,windowMs:3e5}),f=i.useCallback(async h=>{if(!we.validateEmail(h)){const y={code:"VALIDATION_ERROR",message:"Please enter a valid email address"};throw l(y),y}try{u()}catch(y){const b={code:"RATE_LIMITED",message:y instanceof Error?y.message:"Too many attempts"};throw l(b),b}a(!0),l(null),n(!1);try{await d.post("/instant-link",{email:h}),n(!0)}catch(y){const b=T.handleApiError(y,"Unable to send the sign-in link. Please try again.");throw l(b),b}finally{a(!1)}},[d,u]),g=i.useCallback(async h=>{if(!h||h.trim().length===0){const y={code:"VALIDATION_ERROR",message:"Invalid or missing sign-in link token"};throw l(y),y}a(!0),l(null),n(!1);try{const y=await d.post("/instant-link/verify",{token:h});return Lo(y)||(s.callbacks?.onLoginSuccess?.(y.user,"email"),t?.handleLoginSuccess(y.user,y.tokens)),y}catch(y){const b=T.handleApiError(y,"Unable to verify the sign-in link. Please try again.");throw l(b),b}finally{a(!1)}},[d,s.callbacks,t]),w=i.useCallback(()=>l(null),[]),p=i.useCallback(()=>{l(null),n(!1),a(!1)},[]);return{sendInstantLink:f,verifyInstantLink:g,isLoading:o,isSuccess:r,error:c,clearError:w,reset:p,remainingAttempts:m()}}const Po={reset:{subtitle:"Enter your email address and we'll send you a link to reset your password.",button:"Send reset link",successMessage:s=>e.jsxs(e.Fragment,{children:["If an account exists for ",e.jsx("strong",{children:s}),", you will receive a password reset link shortly."]})},instantLink:{subtitle:"Enter your email and we'll send you a sign-in link. You can change your password in your account settings once signed in.",button:"Send sign-in link",successMessage:s=>e.jsxs(e.Fragment,{children:["We sent a sign-in link to ",e.jsx("strong",{children:s}),". Click the link to sign in."]})}};function ir({mode:s="reset",onSuccess:t,onCancel:o,className:a=""}){const[r,n]=i.useState(""),c=es(),l=ar(),d=i.useId(),u=s==="instantLink"?{submit:l.sendInstantLink,isLoading:l.isLoading,isSuccess:l.isSuccess,error:l.error,clearError:l.clearError}:{submit:c.forgotPassword,isLoading:c.isLoading,isSuccess:c.isSuccess,error:c.error,clearError:c.clearError},m=Po[s],f=async g=>{g.preventDefault();try{await u.submit(r),t?.()}catch{}};return u.isSuccess?e.jsxs("div",{className:`cedros-forgot-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:"Check your email"}),e.jsx("p",{className:"cedros-success-message",children:m.successMessage(r)}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-outline",onClick:o,children:"Back to login"})]}):e.jsxs("form",{className:`cedros-forgot-password-form ${a}`,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:m.subtitle})]}),e.jsx(Y.ErrorMessage,{error:u.error,onDismiss:u.clearError}),e.jsxs("div",{className:"cedros-form-field",children:[e.jsx("label",{htmlFor:d,className:"cedros-label",children:"Email address"}),e.jsx("input",{id:d,type:"email",className:"cedros-input",value:r,onChange:g=>n(g.target.value),placeholder:"you@example.com",required:!0,autoComplete:"email",disabled:u.isLoading})]}),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:u.isLoading||!r,children:u.isLoading?e.jsxs(e.Fragment,{children:[e.jsx(_.LoadingSpinner,{size:"sm"}),"Sending..."]}):m.button}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-md cedros-button-ghost cedros-button-full",onClick:o,disabled:u.isLoading,children:"Back to login"})]})]})}const Mo={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 lr(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=i.useState(!1),[r,n]=i.useState(!1),[c,l]=i.useState(null),[d,u]=i.useState(null),m=i.useRef(s),f=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts}),[s.serverUrl,s.requestTimeout,s.retryAttempts]);i.useEffect(()=>{m.current=s},[s]),i.useEffect(()=>{if(!s.appleClientId)return;let h=!0;const y=()=>{if(h)try{window.AppleID?.auth?.init({clientId:s.appleClientId,scope:"name email",redirectURI:window.location.origin,usePopup:!0}),h&&n(!0)}catch{h&&l({code:"SERVER_ERROR",message:"Unable to initialize Apple sign-in. Please refresh and try again."})}};return Mo.load().then(()=>{h&&y()}).catch(()=>{h&&l({code:"SERVER_ERROR",message:"Unable to load Apple sign-in. Please refresh and try again."})}),()=>{h=!1}},[s.appleClientId]);const g=i.useCallback(async()=>{if(!s.appleClientId){const y={code:"VALIDATION_ERROR",message:"Apple Client ID not configured"};throw l(y),y}if(!r){const y={code:"VALIDATION_ERROR",message:"Apple sign-in is not ready yet. Please wait a moment and try again."};throw l(y),y}a(!0),l(null);let h;try{const y=await window.AppleID.auth.signIn();if(h=y.authorization?.id_token,!h)throw new Error("No ID token received from Apple");const b=y.user?.name?`${y.user.name.firstName||""} ${y.user.name.lastName||""}`.trim():void 0,A=await f.post("/apple",{idToken:h,name:b||void 0});return m.current.callbacks?.onLoginSuccess?.(A.user,"apple"),t?.handleLoginSuccess(A.user,A.tokens),a(!1),A}catch(y){if(y.error==="popup_closed_by_user"){const v={code:"SERVER_ERROR",message:"Apple sign-in was cancelled."};throw l(v),a(!1),v}const A=T.handleApiError(y,"Unable to sign in with Apple. Please try again.");throw A.code==="ACCOUNT_LINK_REQUIRED"&&h&&u(h),l(A),a(!1),A}},[s.appleClientId,r,f,t]),w=i.useCallback(()=>l(null),[]),p=i.useCallback(()=>u(null),[]);return{signIn:g,isLoading:o,isInitialized:r,error:c,clearError:w,pendingLinkIdToken:d,clearPendingLink:p}}function cr(){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 dr({onSuccess:s,onError:t,className:o="",variant:a="default",size:r="md",disabled:n=!1,hideOnNonApple:c=!0}){const{signIn:l,isLoading:d,isInitialized:u}=lr(),[m]=i.useState(()=>cr());if(c&&!m)return null;const f=async()=>{try{await l(),s?.()}catch(p){const h=p instanceof Error?p:new Error(String(p));t?.(h)}},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||!u||d,"aria-label":"Sign in with Apple",children:[d?e.jsx(_.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 To(s){return s.replace(/-/g,"+").replace(/_/g,"/")}function Je(s){Z(typeof s=="string"&&s.length>0,"Expected base64url string");const t=To(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 xe(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 ur(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:Je(t.id),transports:Array.isArray(t.transports)?t.transports:void 0}}function ds(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(ur):void 0,n=Array.isArray(t.pubKeyCredParams)?t.pubKeyCredParams.map(l=>({type:l.type,alg:l.alg})):[],c={challenge:Je(t.challenge),rp:{name:o.name,id:typeof o.id=="string"?o.id:void 0},user:{id:Je(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 ht(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(ur):void 0,a={challenge:Je(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 Ee(s){const t=xe(s.rawId),o=s.response,r={...{clientDataJSON:xe(o.clientDataJSON)}};if("attestationObject"in o){const n=o;if(r.attestationObject=xe(n.attestationObject),typeof n.getTransports=="function")try{r.transports=n.getTransports()}catch{}}if("authenticatorData"in o){const n=o;r.authenticatorData=xe(n.authenticatorData),r.signature=xe(n.signature),n.userHandle&&(r.userHandle=xe(n.userHandle))}return{id:s.id,rawId:t,type:s.type,authenticatorAttachment:s.authenticatorAttachment??void 0,clientExtensionResults:s.getClientExtensionResults?.()??{},response:r}}function Ro(){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 Le(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 Ys(){const{config:s,_internal:t}=T.useCedrosLogin(),[o,a]=i.useState(!1),[r,n]=i.useState(null),c=i.useMemo(()=>new T.ApiClient({baseUrl:s.serverUrl,timeoutMs:s.requestTimeout,retryAttempts:s.retryAttempts,getAccessToken:t?.getAccessToken}),[t?.getAccessToken,s.serverUrl,s.requestTimeout,s.retryAttempts]),l=i.useCallback(()=>n(null),[]),d=Ro(),u=i.useCallback(async w=>{if(!d){const p={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(p),p}a(!0),n(null);try{const p=await c.post("/webauthn/auth/options",{email:w?.email}),h=ht(p.options),y=await navigator.credentials.get({publicKey:h});if(!y)throw new Error("Passkey authentication returned no credential");const b=await c.post("/webauthn/auth/verify",{challengeId:p.challengeId,credential:Ee(y)});return s.callbacks?.onLoginSuccess?.(b.user,"webauthn"),t?.handleLoginSuccess(b.user,b.tokens),b}catch(p){const y=Le(p)??T.handleApiError(p,"Unable to sign in with passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]),m=i.useCallback(async w=>{if(!d){const p={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(p),p}a(!0),n(null);try{const p=await c.post("/webauthn/register/options",{}),h=ds(p.options),y=await navigator.credentials.create({publicKey:h});if(!y)throw new Error("Passkey registration returned no credential");const b=await c.post("/webauthn/register/verify",{challengeId:p.challengeId,credential:Ee(y),label:w?.label});if(!b.success)throw new Error("Passkey registration failed");return{credentialId:b.credentialId,label:b.label}}catch(p){const y=Le(p)??T.handleApiError(p,"Unable to register passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,d]),f=i.useCallback(async w=>{if(!d){const p={code:"VALIDATION_ERROR",message:"Passkeys are not supported in this browser"};throw n(p),p}a(!0),n(null);try{const p=await c.post("/webauthn/signup/options",{}),h=ds(p.options),y=await navigator.credentials.create({publicKey:h});if(!y)throw new Error("Passkey signup returned no credential");const b=await c.post("/webauthn/signup/verify",{challengeId:p.challengeId,credential:Ee(y),email:w?.email,name:w?.name,label:w?.label});return s.callbacks?.onLoginSuccess?.(b.user,"webauthn"),t?.handleLoginSuccess(b.user,b.tokens),b}catch(p){const y=Le(p)??T.handleApiError(p,"Unable to sign up with passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]),g=i.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",{}),p=ht(w.options),h=await navigator.credentials.get({publicKey:p});if(!h)throw new Error("Passkey authentication returned no credential");const y=await c.post("/webauthn/auth/verify",{challengeId:w.challengeId,credential:Ee(h)});return s.callbacks?.onLoginSuccess?.(y.user,"webauthn"),t?.handleLoginSuccess(y.user,y.tokens),y}catch(w){if(w instanceof Error&&(w.name==="NotAllowedError"||w.name==="InvalidStateError"))try{const b=await c.post("/webauthn/signup/options",{}),A=ds(b.options),v=await navigator.credentials.create({publicKey:A});if(!v)throw new Error("Passkey signup returned no credential");const k=await c.post("/webauthn/signup/verify",{challengeId:b.challengeId,credential:Ee(v)});return s.callbacks?.onLoginSuccess?.(k.user,"webauthn"),t?.handleLoginSuccess(k.user,k.tokens),k}catch(b){const v=Le(b)??T.handleApiError(b,"Unable to create passkey. Please try again.");throw n(v),v}const y=Le(w)??T.handleApiError(w,"Unable to sign in with passkey. Please try again.");throw n(y),y}finally{a(!1)}},[c,s.callbacks,t,d]);return{isSupported:d,isLoading:o,error:r,clearError:l,continueWithPasskey:g,authenticatePasskey:u,registerPasskey:m,signupWithPasskey:f}}function hr({onSuccess:s,className:t="",children:o,disabled:a}){const{continueWithPasskey:r,isLoading:n,isSupported:c}=Ys(),l=a||!c||n;return e.jsxs("button",{type:"button",className:`cedros-button cedros-button-social ${t}`,onClick:async()=>{try{await r(),s?.()}catch{}},disabled:l,"aria-disabled":l,children:[n?e.jsx(_.LoadingSpinner,{size:"sm"}):e.jsx("span",{className:"cedros-social-icon","aria-hidden":"true",children:e.jsx(Bo,{})}),e.jsx("span",{children:o??"Continue with Passkey"})]})}function Bo(){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 Pe=["login","register"];function ss({onSuccess:s,className:t="",defaultTab:o="login"}){const{config:a,socialButtonOrder:r}=T.useCedrosLogin(),[n,c]=i.useState(o),[l,d]=i.useState("form"),[u,m]=i.useState(()=>ve.detectSolanaWallets()),[f]=i.useState(()=>cr());i.useEffect(()=>{const C=()=>m(ve.detectSolanaWallets());return C(),window.addEventListener("load",C),window.addEventListener("focus",C),()=>{window.removeEventListener("load",C),window.removeEventListener("focus",C)}},[]);const g=a.forms?.forgotPassword?.mode??(a.features?.instantLink?"instantLink":"reset"),w=i.useCallback(C=>{const x=Pe.indexOf(n);let N=x;switch(C.key){case"ArrowLeft":case"ArrowUp":N=x===0?Pe.length-1:x-1;break;case"ArrowRight":case"ArrowDown":N=x===Pe.length-1?0:x+1;break;case"Home":N=0;break;case"End":N=Pe.length-1;break;default:return}C.preventDefault();const S=Pe[N];c(S),document.getElementById(`cedros-tab-${S}`)?.focus()},[n]),p=a.features??{email:!0,google:!0,apple:!0,solana:!0,webauthn:!0},h=p.email!==!1,y=p.google!==!1&&a.googleClientId,b=p.apple!==!1&&a.appleClientId&&f,A=p.solana!==!1&&u,v=p.webauthn!==!1,k=h&&(y||b||A||v);return l==="forgotPassword"?e.jsx("div",{className:`cedros-login-form ${t}`,children:e.jsx(ir,{mode:g,onCancel:()=>d("form")})}):e.jsxs("div",{className:`cedros-login-form ${t}`,children:[(v||y||b||A)&&(()=>{const C={webauthn:v?e.jsx(hr,{onSuccess:s}):null,google:y?e.jsx(qs.GoogleLoginButton,{onSuccess:s}):null,apple:b?e.jsx(dr,{onSuccess:s}):null,solana:A?e.jsx(ve.SolanaLoginButton,{onSuccess:s}):null},x=r??["webauthn","google","apple","solana"];return e.jsx("div",{className:"cedros-social-buttons",children:x.map(N=>{const S=C[N];return S?e.jsx(i.Fragment,{children:S},N):null})})})(),k&&e.jsx("div",{className:"cedros-divider",children:e.jsx("span",{children:"Or continue with"})}),h&&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 ${n==="login"?"cedros-tab-active":""}`,onClick:()=>c("login"),onKeyDown:w,"aria-selected":n==="login","aria-controls":"cedros-tabpanel-login",tabIndex:n==="login"?0:-1,children:"Sign in"}),e.jsx("button",{type:"button",role:"tab",id:"cedros-tab-register",className:`cedros-tab ${n==="register"?"cedros-tab-active":""}`,onClick:()=>c("register"),onKeyDown:w,"aria-selected":n==="register","aria-controls":"cedros-tabpanel-register",tabIndex:n==="register"?0:-1,children:"Sign up"})]}),e.jsx("div",{role:"tabpanel",id:`cedros-tabpanel-${n}`,"aria-labelledby":`cedros-tab-${n}`,children:n==="login"?e.jsx(Q.EmailLoginForm,{onSuccess:s,onSwitchToRegister:()=>c("register"),onForgotPassword:()=>d("forgotPassword")}):e.jsx(Q.EmailRegisterForm,{onSuccess:s,onSwitchToLogin:()=>c("login")})})]})]})}class pr extends i.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 Io({className:s="",title:t="Sign in to your account"}){const{isModalOpen:o,closeModal:a}=T.useCedrosLogin(),r=i.useRef(null),n=i.useRef(null),c=i.useRef(a);if(i.useEffect(()=>{c.current=a},[a]),i.useEffect(()=>{if(!o)return;n.current=document.activeElement,r.current?.focus();const d=m=>{if(m.key==="Escape"&&c.current(),m.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];m.shiftKey&&document.activeElement===g?(m.preventDefault(),w?.focus()):!m.shiftKey&&document.activeElement===w&&(m.preventDefault(),g?.focus())}};document.addEventListener("keydown",d);const u=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",d),document.body.style.overflow=u,n.current instanceof HTMLElement&&n.current.focus()}},[o]),!o)return null;const l=d=>{d.target===d.currentTarget&&a()};return e.jsx("div",{className:`cedros-modal-backdrop ${s}`,onClick:l,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(pr,{children:e.jsx(ss,{onSuccess:a})})})]})})}function Do({token:s,onSuccess:t,onLoginClick:o,className:a=""}){const[r,n]=i.useState(""),[c,l]=i.useState(""),[d,u]=i.useState(null),{resetPassword:m,isLoading:f,isSuccess:g,error:w,clearError:p}=es(),h=r===c,y=d?.isValid&&h&&r.length>0,b=async A=>{if(A.preventDefault(),!!y)try{await m(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:b,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(Y.ErrorMessage,{error:w,onDismiss:p}),e.jsx("div",{className:"cedros-form-field",children:e.jsx(Q.PasswordInput,{label:"New password",value:r,onChange:A=>{n(A.target.value),u(we.validatePassword(A.target.value))},showStrengthMeter:!0,onValidationChange:u,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(Q.PasswordInput,{label:"Confirm password",value:c,onChange:A=>l(A.target.value),disabled:f,autoComplete:"new-password",error:c&&!h?"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(_.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 _s({org:s,size:t="lg",className:o=""}){const a=Os.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 Fo({orgs:s,activeOrg:t,isLoading:o=!1,onSelect:a,onCreateClick:r,className:n="",placeholder:c="Select organization"}){const[l,d]=i.useState(!1),u=i.useRef(null);i.useEffect(()=>{const w=p=>{u.current&&!u.current.contains(p.target)&&d(!1)};return document.addEventListener("mousedown",w),()=>document.removeEventListener("mousedown",w)},[]),i.useEffect(()=>{const w=p=>{p.key==="Escape"&&d(!1)};if(l)return document.addEventListener("keydown",w),()=>document.removeEventListener("keydown",w)},[l]);const m=i.useCallback(w=>{a(w),d(!1)},[a]),f=i.useCallback(()=>{d(!1),r?.()},[r]),g=i.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(_.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Loading..."})]}):e.jsxs("div",{ref:u,className:`cedros-org-selector ${n}`,children:[e.jsxs("button",{type:"button",className:"cedros-org-selector-trigger",onClick:g,"aria-haspopup":"listbox","aria-expanded":l,children:[t?e.jsxs(e.Fragment,{children:[e.jsx(_s,{org:t,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-name",children:t.name}),e.jsx(pt,{role:t.membership.role})]}):e.jsx("span",{className:"cedros-org-selector-placeholder",children:c}),e.jsx(Uo,{isOpen:l})]}),l&&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:()=>m(w.id),role:"option","aria-selected":w.id===t?.id,children:[e.jsx(_s,{org:w,size:"sm"}),e.jsx("span",{className:"cedros-org-selector-item-name",children:w.name}),e.jsx(pt,{role:w.membership.role}),w.id===t?.id&&e.jsx(_o,{})]})},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(Wo,{}),e.jsx("span",{children:"Create organization"})]})]})]})]})}function pt({role:s}){return e.jsx("span",{className:`cedros-org-role cedros-org-role-${s}`,children:s})}function Uo({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 _o(){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 Wo(){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 Oo(){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 qo(){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 zo(){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 Vo({orgs:s,activeOrg:t,isLoading:o,onSelect:a,onCreateClick:r}){return o?e.jsxs("div",{className:"cedros-org-switcher-loading",children:[e.jsx(_.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(_s,{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(qo,{})]})},n.id))}),r&&e.jsxs("button",{type:"button",className:"cedros-org-switcher-create",onClick:r,children:[e.jsx(zo,{}),e.jsx("span",{children:"Create new organization"})]})]})}function Ho({isLoading:s,onSubmit:t,onCancel:o}){const[a,r]=i.useState(""),[n,c]=i.useState(""),[l,d]=i.useState(null),u=i.useCallback(f=>{r(f);const g=f.toLowerCase().replace(/\s+/g,"-").replace(/[^a-z0-9-]/g,"").substring(0,50);c(g)},[]),m=i.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:m,children:[l&&e.jsx(Y.ErrorMessage,{error:l}),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=>u(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(_.LoadingSpinner,{size:"sm"}):"Create Organization"})]})]})}function Qo({isOpen:s,onClose:t,orgs:o,activeOrg:a,isLoading:r=!1,error:n,onSelect:c,onCreate:l,className:d=""}){return s?e.jsx(Ko,{onClose:t,orgs:o,activeOrg:a,isLoading:r,error:n,onSelect:c,onCreate:l,className:d}):null}function Ko({onClose:s,orgs:t,activeOrg:o,isLoading:a=!1,error:r,onSelect:n,onCreate:c,className:l}){const[d,u]=i.useState("list"),m=i.useRef(null),f=i.useRef(null);i.useEffect(()=>(f.current=document.activeElement,m.current?.querySelector(".cedros-modal-close")?.focus(),()=>{f.current?.focus()}),[]),i.useEffect(()=>{const h=y=>{if(y.key==="Escape"){s();return}if(y.key==="Tab"&&m.current){const b=m.current.querySelectorAll('button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])'),A=b[0],v=b[b.length-1];y.shiftKey?document.activeElement===A&&(y.preventDefault(),v?.focus()):document.activeElement===v&&(y.preventDefault(),A?.focus())}};return document.addEventListener("keydown",h),()=>document.removeEventListener("keydown",h)},[s]);const g=i.useCallback(h=>{h.target===h.currentTarget&&s()},[s]),w=i.useCallback(h=>{n(h),s()},[n,s]),p=i.useCallback(async h=>{await c?.(h),s()},[c,s]);return e.jsx("div",{className:"cedros-modal-backdrop",onClick:g,children:e.jsxs("div",{ref:m,className:`cedros-modal cedros-org-switcher ${l}`,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(Oo,{})})]}),e.jsxs("div",{className:"cedros-modal-body",children:[r&&e.jsx(Y.ErrorMessage,{error:r}),d==="list"?e.jsx(Vo,{orgs:t,activeOrg:o,isLoading:a,onSelect:w,onCreateClick:c?()=>u("create"):void 0}):e.jsx(Ho,{isLoading:a,onSubmit:p,onCancel:()=>u("list")})]})]})})}function mr({sessions:s,isLoading:t=!1,error:o,onRevokeAll:a,className:r=""}){const[n,c]=i.useState(!1),[l,d]=i.useState(!1),u=i.useRef(null),m=i.useMemo(()=>s.filter(g=>!g.isCurrent).length,[s]),f=i.useCallback(async()=>{if(!a)return;const g=s.filter(p=>!p.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),u.current!==null&&window.clearTimeout(u.current),u.current=window.setTimeout(()=>{d(!1),u.current=null},3e3)}finally{c(!1)}}},[a,s]);return i.useEffect(()=>()=>{u.current!==null&&(window.clearTimeout(u.current),u.current=null)},[]),t&&s.length===0?e.jsxs("div",{className:`cedros-session-list cedros-session-list-loading ${r}`,children:[e.jsx(_.LoadingSpinner,{}),e.jsx("span",{children:"Loading sessions..."})]}):o?e.jsx("div",{className:`cedros-session-list ${r}`,children:e.jsx(Y.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:[l&&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(Yo,{session:g},g.id))}),a&&m>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(_.LoadingSpinner,{size:"sm"}),e.jsx("span",{children:"Signing out..."})]}):`Sign out of ${m} other device${m>1?"s":""}`})})]})}function Yo({session:s}){const t=Go(s.userAgent),o=Jo(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(Xo,{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 Go(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 Jo(s){const t=new Date(s),o=new Date,a=3600*1e3;return t.getTime()-o.getTime()<a}function Xo({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 fr({words:s,onConfirm:t,className:o=""}){const[a,r]=i.useState(!1),[n,c]=i.useState(!1),l=i.useRef(null),d=Co(s),u=i.useCallback(async()=>{try{await navigator.clipboard.writeText(s.join(" ")),r(!0),l.current!==null&&window.clearTimeout(l.current),l.current=window.setTimeout(()=>r(!1),2e3)}catch{}},[s]);i.useEffect(()=>()=>{l.current!==null&&(window.clearTimeout(l.current),l.current=null)},[]);const m=i.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,p)=>{const h=g*4+p+1;return e.jsxs("div",{className:"cedros-word-item",children:[e.jsxs("span",{className:"cedros-word-number",children:[h,"."]}),e.jsx("span",{className:"cedros-word-text",children:w})]},h)})},g))}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary cedros-copy-btn",onClick:u,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:m,disabled:!n,children:"Continue"})]})]})}function gr({onSubmit:s,onCancel:t,isSubmitting:o=!1,error:a,className:r=""}){const[n,c]=i.useState(Array(oe).fill("")),[l,d]=i.useState(null),[u,m]=i.useState([]),[f,g]=i.useState(null),w=i.useId(),p=i.useRef(null),h=i.useCallback((x,N)=>{const S=[...n];if(S[x]=N.toLowerCase().trim(),c(S),N.length>0){const j=No(N,5);m(j)}else m([]);g(null)},[n]),y=i.useCallback(x=>{d(x),m([])},[]),b=i.useCallback(x=>{const N=n[x];N&&!We(N)&&g(`Word ${x+1} is not in the wordlist`),p.current!==null&&window.clearTimeout(p.current),p.current=window.setTimeout(()=>{l===x&&m([])},200)},[n,l]);i.useEffect(()=>()=>{p.current!==null&&(window.clearTimeout(p.current),p.current=null)},[]);const A=i.useCallback(x=>{if(l!==null){const N=[...n];N[l]=x,c(N),m([]),document.querySelector(`[data-word-index="${l+1}"]`)?.focus()}},[l,n]),v=i.useCallback(x=>{const N=x.clipboardData.getData("text"),S=So(N);S.length===oe&&(x.preventDefault(),c(S),g(null))},[]),k=i.useCallback(x=>{if(x.preventDefault(),n.filter(j=>!j).length>0){g(`Please enter all ${oe} words`);return}const S=n.map((j,P)=>({word:j,index:P+1})).filter(({word:j})=>!We(j));if(S.length>0){g(`Invalid words: ${S.map(j=>`#${j.index}`).join(", ")}`);return}if(!nr(n)){g("Invalid recovery phrase - please check your words");return}s(n)},[n,s]),C=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,N)=>e.jsxs("div",{className:"cedros-word-input-wrapper",children:[e.jsxs("label",{className:"cedros-word-label",children:[N+1,"."]}),e.jsx("input",{type:"text",className:`cedros-word-input ${n[N]&&!We(n[N])?"cedros-word-invalid":n[N]&&We(n[N])?"cedros-word-valid":""}`,value:n[N],onChange:S=>h(N,S.target.value),onFocus:()=>y(N),onBlur:()=>b(N),"data-word-index":N,autoComplete:"off",autoCapitalize:"none",spellCheck:!1,disabled:o,"aria-label":`Word ${N+1}`})]},N))}),l!==null&&u.length>0&&e.jsx("div",{className:"cedros-suggestions",role:"listbox",id:`${w}-suggestions`,children:u.map(x=>e.jsx("button",{type:"button",className:"cedros-suggestion",onClick:()=>A(x),role:"option",children:x},x))}),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 en({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 sn=["share_c_only","full_seed","none"];function tn(s){return s&&sn.includes(s)?s:"share_c_only"}const rn={walletEnabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900,isLoading:!1,error:null,refetch:async()=>{}};function wr(){const s=T.useCedrosLoginOptional(),[t,o]=i.useState(null),[a,r]=i.useState(!!s),[n,c]=i.useState(null),l=i.useMemo(()=>s?new T.ApiClient({baseUrl:s.config.serverUrl,timeoutMs:s.config.requestTimeout,retryAttempts:s.config.retryAttempts}):null,[s]),d=i.useCallback(async()=>{if(l){r(!0),c(null);try{const u=await l.get("/discovery");u.wallet?o({enabled:u.wallet.enabled,recoveryMode:tn(u.wallet.recoveryMode),unlockTtlSeconds:u.wallet.unlockTtlSeconds}):o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}catch(u){const m=u instanceof Error?u.message:"Failed to fetch wallet config";c(m),o({enabled:!1,recoveryMode:"share_c_only",unlockTtlSeconds:900})}finally{r(!1)}}},[l]);return i.useEffect(()=>{l&&d()},[l,d]),s?{walletEnabled:t?.enabled??!1,recoveryMode:t?.recoveryMode??"share_c_only",unlockTtlSeconds:t?.unlockTtlSeconds??900,isLoading:a,error:n,refetch:d}:rn}function yr(){const{user:s}=T.useCedrosLogin(),{enroll:t}=I.useWalletMaterial(),{recoveryMode:o}=wr(),[a,r]=i.useState({step:"idle"}),[n,c]=i.useState(!1),l=i.useRef([]),d=i.useCallback(()=>{I.wipeAll(...l.current),l.current=[]},[]);i.useEffect(()=>()=>{d()},[d]);const u=i.useCallback(async(p,h,y,b)=>{r({step:"generating_seed"});const A=I.generateSeed();l.current.push(A),r({step:"splitting_shares"});const{shareA:v,shareB:k,shareC:C}=ie.splitSecret(A);l.current.push(v,k,C),r({step:"encrypting_shares"});const x=await I.aesGcmEncryptToBase64(v,I.toEncryptionKey(h)),N=ie.getPublicKeyFromSeed(A),S=ie.publicKeyToBase58(N);r({step:"uploading"});const j={solanaPubkey:S,shareAAuthMethod:p,shareACiphertext:x.ciphertext,shareANonce:x.nonce,shareB:I.uint8ArrayToBase64(k)};if(p==="password"){if(!y)throw new Error("KDF salt required for password method");j.shareAKdfSalt=I.uint8ArrayToBase64(y),j.shareAKdfParams=I.DEFAULT_KDF_PARAMS}if(p==="passkey"&&b&&(j.prfSalt=b),await t(j),o==="none")d(),r({step:"complete",solanaPubkey:S});else{const P=o==="full_seed"?jo(A):Ao(I.toShamirShare(C));r({step:"showing_recovery",recoveryPhrase:P,solanaPubkey:S})}},[t,o,d]),m=i.useCallback(async p=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const h=I.generateArgon2Salt(),y=await ie.argon2DeriveInWorker(p,h,I.DEFAULT_KDF_PARAMS);l.current.push(y),await u("password",y,h)}catch(h){r({step:"error",error:h instanceof Error?h.message:"Enrollment failed"})}finally{c(!1)}},[s,d,u]),f=i.useCallback(async()=>{if(!s){r({step:"error",error:"User not authenticated"});return}c(!0),d();try{const p=I.generatePrfSalt(),h=I.uint8ArrayToBase64(p);r({step:"registering_passkey"});let y;try{const A=new TextEncoder().encode(s.id),v=s.name??s.email??"User",k=s.email??s.id;y=(await I.registerPasskeyWithPrf(A,k,v,p)).prfOutput}catch(A){if(A?.name!=="InvalidStateError")throw A;y=(await I.authenticateWithDiscoverablePrf(h)).prfOutput}l.current.push(y);const b=await I.deriveKeyFromPrf(y,p);l.current.push(b),await u("passkey",b,void 0,h)}catch(p){r({step:"error",error:p instanceof Error?p.message:"Enrollment failed"})}finally{c(!1)}},[s,d,u]),g=i.useCallback(()=>{const p=a.solanaPubkey;d(),r({step:"complete",solanaPubkey:p})},[a.solanaPubkey,d]),w=i.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startEnrollmentWithPassword:m,startEnrollmentWithPasskey:f,confirmRecoveryPhrase:g,cancel:w,isEnrolling:n}}function br({onComplete:s,onCancel:t,className:o="",forceAuthMethod:a}){const{user:r}=T.useCedrosLogin(),{state:n,startEnrollmentWithPassword:c,startEnrollmentWithPasskey:l,confirmRecoveryPhrase:d,cancel:u,isEnrolling:m}=yr(),f=()=>a||"password",[g,w]=i.useState(f),[p,h]=i.useState(""),[y,b]=i.useState(""),[A,v]=i.useState(null);i.useEffect(()=>{w(f())},[r?.id,a]);const k=i.useCallback(async S=>{if(S.preventDefault(),p!==y){v("Passwords do not match");return}const j=we.validatePassword(p);if(!j.isValid){const P=Object.values(j.errors)[0];v(P??"Password does not meet requirements");return}v(null),await c(p)},[p,y,c]),C=i.useCallback(async()=>{await l()},[l]),x=i.useCallback(()=>{d(),n.solanaPubkey&&s?.(n.solanaPubkey)},[d,n.solanaPubkey,s]),N=i.useCallback(()=>{u(),t?.()},[u,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(fr,{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:N,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:()=>u(),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:m}),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:m}),e.jsx("span",{children:"Passkey"})]})]}),g==="password"&&e.jsxs("form",{onSubmit:k,className:"cedros-enrollment-form",children:[e.jsx(Q.PasswordInput,{label:"Password",value:p,onChange:S=>h(S.target.value),showStrengthMeter:!0,disabled:m,required:!0,minLength:8,placeholder:"Enter a strong password"}),e.jsx(Q.PasswordInput,{label:"Confirm Password",value:y,onChange:S=>b(S.target.value),error:A??void 0,disabled:m,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:N,disabled:m,children:"Cancel"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:m||!p||!y,children:m?"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:N,disabled:m,children:"Cancel"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:C,disabled:m,children:m?"Creating...":"Use Passkey"})]})]})]})}function xr(){const{user:s}=T.useCedrosLogin(),{signTransaction:t}=I.useWalletMaterial(),[o,a]=i.useState(!1),[r,n]=i.useState(null),c=i.useCallback(async(d,u)=>{if(!s){const m="User not authenticated";throw n(m),new Error(m)}a(!0),n(null);try{const m={transaction:I.uint8ArrayToBase64(d),...u?{credential:I.toCredentialRequest(u)}:{}},f=await t(m);return I.base64ToUint8Array(f.signature)}catch(m){const f=m instanceof Error?m.message:"Signing failed";throw n(f),m}finally{a(!1)}},[s,t]),l=i.useCallback(()=>n(null),[]);return{signTransaction:c,isSigning:o,error:r,clearError:l}}function Ar(){const{getMaterial:s}=I.useWalletMaterial(),[t,o]=i.useState(!1),[a,r]=i.useState(null),n=i.useCallback(async()=>{o(!0),r(null);try{const l=await s();if(!l)throw new Error("No wallet enrolled");if(l.shareAAuthMethod!=="passkey")throw new Error("Wallet is not configured for passkey authentication");if(!l.prfSalt)throw new Error("No PRF salt configured for wallet");const d=await I.authenticateWithDiscoverablePrf(l.prfSalt);try{return{type:"prfOutput",prfOutput:I.uint8ArrayToBase64(d.prfOutput)}}finally{d.prfOutput.fill(0)}}catch(l){const d=l instanceof Error?l.message:"Passkey authentication failed";return r(d),null}finally{o(!1)}},[s]),c=i.useCallback(()=>r(null),[]);return{getPasskeyCredential:n,isAuthenticating:t,error:a,clearError:c}}function vr({mode:s,isLoading:t=!1,error:o,onPrompt:a,onRetry:r,onCancel:n,title:c,description:l,className:d=""}){const u=i.useCallback(()=>{t||a?.()},[t,a]),m=i.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(nn,{}):o?e.jsx(an,{}):e.jsx(on,{})}),e.jsx("h3",{className:"cedros-passkey-title",children:c??f}),e.jsx("p",{className:"cedros-passkey-description",children:l??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:m,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:u,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 on(){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 nn(){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 an(){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 jr({onUnlock:s,onCancel:t,showCancel:o=!0,authMethod:a,className:r=""}){T.useCedrosLogin();const{unlock:n,getMaterial:c,isLoading:l}=I.useWalletMaterial(),{getPasskeyCredential:d,isAuthenticating:u}=Ar(),[m,f]=i.useState("idle"),[g,w]=i.useState(a??null),[p,h]=i.useState(""),[y,b]=i.useState(null);i.useEffect(()=>{a!==void 0&&w(a)},[a]);const A=g==="password",v=g==="passkey",k=i.useCallback(async()=>{if(f("credential"),b(null),!g)try{const L=await c();L?w(L.shareAAuthMethod):(b("No wallet enrolled"),f("error"))}catch(L){b(L instanceof Error?L.message:"Failed to get wallet info"),f("error")}},[g,c]),C=i.useCallback(async L=>{L.preventDefault(),b(null),f("unlocking");try{let E;if(A)E={type:"password",password:p};else throw new Error("Invalid auth method");await n(E),f("unlocked"),s?.()}catch(E){b(E instanceof Error?E.message:"Failed to unlock wallet"),f("error")}},[A,p,n,s]),x=i.useCallback(async()=>{b(null),f("unlocking");try{const L=await d();if(!L){f("credential");return}await n(L),f("unlocked"),s?.()}catch(L){b(L instanceof Error?L.message:"Failed to unlock wallet"),f("error")}},[d,n,s]),N=i.useCallback(()=>{h(""),f("idle"),b(null),t?.()},[t]),S=i.useCallback(()=>{h(""),f("credential"),b(null)},[]),j=l||u,P=()=>{switch(m){case"idle":return e.jsxs("div",{className:"cedros-wallet-unlock-idle",children:[e.jsx("div",{className:"cedros-wallet-unlock-icon",children:e.jsx(ln,{})}),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 A?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(Q.PasswordInput,{label:"Password",value:p,onChange:L=>h(L.target.value),disabled:j,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:j||p.length===0,children:j?"Unlocking...":"Unlock"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-secondary",onClick:N,disabled:j,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(vr,{mode:"authenticate",isLoading:j,error:y??void 0,onPrompt:x,onRetry:x,onCancel:o?N:void 0})]}):e.jsxs("div",{className:"cedros-wallet-unlock-loading",children:[e.jsx(_.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(_.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(cn,{})}),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(dn,{})}),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:N,children:"Cancel"})]})]})}};return e.jsx("div",{className:`cedros-wallet-unlock ${r}`,children:P()})}function ln(){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 cn(){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 dn(){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 kr(){const{recover:s,getShareBForRecovery:t}=I.useWalletMaterial(),{recoveryMode:o}=wr(),[a,r]=i.useState({step:"idle"}),[n,c]=i.useState(!1),l=i.useRef([]),d=i.useCallback(()=>{I.wipeAll(...l.current),l.current=[]},[]);i.useEffect(()=>()=>{d()},[d]);const u=i.useCallback(async(f,g,w)=>{c(!0),d();try{if(r({step:"validating"}),!nr(f))throw new Error("Invalid recovery phrase. Please check your words.");let p;if(o==="share_c_only"){const S=vo(f);l.current.push(S);const j=I.uint8ArrayToBase64(S),P=await t({shareC:j}),L=I.base64ToUint8Array(P.shareB);l.current.push(L),p=ie.combineShares(I.toShamirShare(L),I.toShamirShare(S)),l.current.push(p)}else p=ko(f),l.current.push(p);const h=ie.getPublicKeyFromSeed(p),y=ie.publicKeyToBase58(h),{shareA:b,shareB:A}=ie.splitSecret(p);l.current.push(b,A),r({step:"encrypting"});let v,k,C;if(g==="passkey"){const S=I.generatePrfSalt();C=I.uint8ArrayToBase64(S);const j=await I.authenticateWithDiscoverablePrf(C);l.current.push(j.prfOutput),v=await I.deriveKeyFromPrf(j.prfOutput,S),l.current.push(v)}else k=I.generateArgon2Salt(),v=await ie.argon2DeriveInWorker(w,k,I.DEFAULT_KDF_PARAMS),l.current.push(v);const x=await I.aesGcmEncryptToBase64(b,I.toEncryptionKey(v));r({step:"uploading"});const N={solanaPubkey:y,shareAAuthMethod:g,shareACiphertext:x.ciphertext,shareANonce:x.nonce,shareB:I.uint8ArrayToBase64(A)};g==="password"&&(N.shareAKdfSalt=I.uint8ArrayToBase64(k),N.shareAKdfParams=I.DEFAULT_KDF_PARAMS),g==="passkey"&&(N.prfSalt=C),await s(N),d(),r({step:"complete"})}catch(p){d(),r({step:"error",error:p instanceof Error?p.message:"Recovery failed"})}finally{c(!1)}},[s,t,o,d]),m=i.useCallback(()=>{d(),r({step:"idle"}),c(!1)},[d]);return{state:a,startRecovery:u,cancel:m,isRecovering:n}}function Nr({onComplete:s,onCancel:t,className:o="",defaultAuthMethod:a="password"}){const{state:r,startRecovery:n,cancel:c,isRecovering:l}=kr(),[d,u]=i.useState([]),[m,f]=i.useState(!1),[g,w]=i.useState(a),[p,h]=i.useState(""),[y,b]=i.useState(""),[A,v]=i.useState(null),k=i.useCallback(j=>{u(j),f(!0)},[]),C=i.useCallback(async j=>{if(j.preventDefault(),v(null),g!=="passkey"){if(p!==y){v("Passwords do not match");return}if(g==="password"&&p.length<8){v("Password must be at least 8 characters");return}}await n(d,g,p)},[d,g,p,y,n]),x=i.useCallback(()=>{c(),u([]),f(!1),h(""),b(""),t?.()},[c,t]),N=i.useCallback(()=>{f(!1),h(""),b("")},[]),S=i.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(un,{})}),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(hn,{})}),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: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(pn,{})}),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"})})]})}):m?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:g==="password",onChange:()=>w("password"),disabled:l}),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:l}),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:p,onChange:j=>h(j.target.value),disabled:l,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:j=>b(j.target.value),disabled:l,"aria-invalid":A?"true":void 0,placeholder:"Confirm your password"}),A&&e.jsx("p",{className:"cedros-input-error",role:"alert",children:A})]})]}),g==="passkey"&&e.jsxs("div",{className:"cedros-passkey-info",children:[e.jsx(mn,{}),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:N,disabled:l,children:"Back"}),e.jsx("button",{type:"submit",className:"cedros-button cedros-button-primary",disabled:l||g!=="passkey"&&(p.length===0||y.length===0),children:l?"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(gr,{onSubmit:k,onCancel:x,isSubmitting:!1})]})})}function un(){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 hn(){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 pn(){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 mn(){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 Cr({address:s,label:t="Wallet Address",showCopy:o=!0,showExplorerLink:a=!0,allowReveal:r=!0,className:n=""}){const c=T.useCedrosLoginOptional(),[l,d]=i.useState(!1),[u,m]=i.useState(null),[f,g]=i.useState(!1),w=i.useRef(null),p=c?.config.solana?.network??"mainnet-beta",h=i.useMemo(()=>{const v=`https://explorer.solana.com/address/${s}`;return p==="mainnet-beta"?v:`${v}?cluster=${encodeURIComponent(p)}`},[s,p]),y=r&&s.length>18,b=i.useMemo(()=>!y||f?s:`${s.slice(0,8)}...${s.slice(-8)}`,[s,y,f]),A=i.useCallback(async()=>{try{m(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),m(v instanceof Error?v.message:"Copy failed")}},[s]);return i.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:h,target:"_blank",rel:"noreferrer",children:"Explorer"}),o&&e.jsx("button",{type:"button",className:"cedros-button cedros-button-sm cedros-button-outline",onClick:A,"aria-label":"Copy wallet address",children:l?"Copied":"Copy"})]})]}),e.jsx("code",{className:"cedros-wallet-status-pubkey-value",title:s,children:b}),u&&e.jsx("p",{className:"cedros-input-hint",role:"status",children:u})]})}function Sr({status:s,publicKey:t,onLock:o,onEnroll:a,onUnlock:r,onRecover:n,showActions:c=!0,compact:l=!1,className:d=""}){const u=s!==void 0,m=I.useWallet(),f=u?s:m.status,g=u?t??null:m.solanaPubkey,w=u?null:m.error,p=u?()=>{}:m.refresh,h=u?()=>{}:m.clearError,y=fn(f,w);return l?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:gn(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(wn,{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(Cr,{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:h,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:p,children:"Retry"})]})]})}function fn(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 gn(s){return s.length<=12?s:`${s.slice(0,4)}...${s.slice(-4)}`}function wn({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 yn({className:s="",showActions:t=!0}){const o=I.useWallet(),[a,r]=i.useState("status"),n=i.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=i.useCallback(()=>r("status"),[]),l=i.useCallback(async()=>{r("status"),await o.refresh()},[o]),d=i.useCallback(async()=>{r("status"),await o.refresh()},[o]),u=i.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(Sr,{onEnroll:()=>r("enroll"),onUnlock:()=>r("unlock"),onRecover:()=>r("recover_intro"),showActions:t}),a==="enroll"&&e.jsx(br,{onComplete:()=>{l()},onCancel:c}),a==="unlock"&&e.jsx(jr,{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(Nr,{onComplete:()=>{u()},onCancel:c})]})}function bn({showDescriptions:s=!0,className:t="",onSave:o}){const{settings:a,isLoading:r,isUpdating:n,error:c,fetchSettings:l,updateSettings:d}=Yt.useSystemSettings(),[u,m]=i.useState({}),[f,g]=i.useState(null),[w,p]=i.useState(!1);i.useEffect(()=>{l()},[l]),i.useEffect(()=>{if(w){const C=setTimeout(()=>p(!1),3e3);return()=>clearTimeout(C)}},[w]);const h=i.useCallback((C,x)=>{m(N=>({...N,[C]:x})),g(null),p(!1)},[]),y=i.useCallback(async()=>{const C=Object.entries(u).map(([x,N])=>({key:x,value:N}));if(C.length!==0)try{await d(C),m({}),g(null),p(!0),o?.()}catch(x){g(x instanceof Error?x.message:"Failed to save settings")}},[u,d,o]),b=i.useCallback(()=>{m({}),g(null),p(!1)},[]),A=Object.keys(u).length>0,v=Object.keys(u).length;if(r&&Object.keys(a).length===0)return e.jsxs("div",{className:`cedros-system-settings cedros-system-settings-loading ${t}`,children:[e.jsx(_.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]});if(c)return e.jsx("div",{className:`cedros-system-settings ${t}`,children:e.jsx(Y.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(Y.ErrorMessage,{error:f}),w&&e.jsx("div",{className:"cedros-settings-success",children:"Settings saved successfully."}),k.map(C=>e.jsx(xn,{category:C,settings:a[C],edits:u,showDescription:s,onChange:h},C)),e.jsxs("div",{className:"cedros-system-settings-actions",children:[A&&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:b,disabled:!A||n,children:"Reset"}),e.jsx("button",{type:"button",className:"cedros-button cedros-button-primary",onClick:y,disabled:!A||n,children:n?e.jsx(_.LoadingSpinner,{size:"sm"}):"Save Changes"})]})]})}const mt=Object.keys(je.SETTING_METADATA);function xn({category:s,settings:t,edits:o,showDescription:a,onChange:r}){const n=je.CATEGORY_METADATA[s]||{label:s,description:"",icon:""},c=i.useMemo(()=>[...t].sort((l,d)=>{const u=mt.indexOf(l.key),m=mt.indexOf(d.key);return(u===-1?1/0:u)-(m===-1?1/0:m)}),[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(je.SettingsSection,{settings:c,edits:o,onChange:r})]})}class An{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 Gs(){const{config:s}=T.useCedrosLogin(),[t,o]=i.useState(null),[a,r]=i.useState(!1),[n,c]=i.useState(!1),[l,d]=i.useState(null),u=i.useRef(0),m=i.useMemo(()=>new An(s.serverUrl,s.requestTimeout,s.retryAttempts),[s.serverUrl,s.requestTimeout,s.retryAttempts]),f=i.useRef(m);f.current=m;const g=i.useCallback(async()=>{r(!0),d(null);const p=++u.current;try{const h=await f.current.getStatus();if(p!==u.current)return;o(h)}catch(h){if(p!==u.current)return;d(h instanceof Error?h:new Error("Failed to check setup status"))}finally{p===u.current&&r(!1)}},[]),w=i.useCallback(async p=>{c(!0),d(null);try{const h=await f.current.createFirstAdmin(p);return await g(),h}catch(h){const y=h instanceof Error?h:new Error("Failed to create admin");throw d(y),y}finally{c(!1)}},[g]);return{status:t,isLoading:a,isCreating:n,error:l,checkStatus:g,createAdmin:w}}const vn=/^[^\s@]+@[^\s@]+\.[^\s@]+$/,ft=8;function jn(s){const t={};return s.email?vn.test(s.email)||(t.email="Invalid email format"):t.email="Email is required",s.password?s.password.length<ft&&(t.password=`Password must be at least ${ft} 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 Er({onComplete:s,className:t=""}){const{status:o,isLoading:a,isCreating:r,error:n,checkStatus:c,createAdmin:l}=Gs(),[d,u]=i.useState({email:"",password:"",confirmPassword:"",name:"",orgName:""}),[m,f]=i.useState({}),[g,w]=i.useState(!1);i.useEffect(()=>{c()},[c]);const p=i.useCallback(y=>b=>{u(A=>({...A,[y]:b.target.value})),f(A=>({...A,[y]:void 0}))},[]),h=i.useCallback(async y=>{y.preventDefault();const b=jn(d);if(Object.keys(b).length>0){f(b);return}try{await l({email:d.email,password:d.password,name:d.name||void 0,orgName:d.orgName||void 0}),w(!0),s?.()}catch{}},[d,l,s]);return a?e.jsx("div",{className:`cedros-setup ${t}`,children:e.jsxs("div",{className:"cedros-setup__loading",children:[e.jsx(_.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:h,children:[n&&e.jsx(Y.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 ${m.email?"cedros-setup__input--error":""}`,value:d.email,onChange:p("email"),placeholder:"admin@example.com",autoComplete:"email",autoFocus:!0,disabled:r}),m.email&&e.jsx("span",{className:"cedros-setup__error",children:m.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:p("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:p("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 ${m.password?"cedros-setup__input--error":""}`,value:d.password,onChange:p("password"),placeholder:"At least 8 characters",autoComplete:"new-password",disabled:r}),m.password&&e.jsx("span",{className:"cedros-setup__error",children:m.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 ${m.confirmPassword?"cedros-setup__input--error":""}`,value:d.confirmPassword,onChange:p("confirmPassword"),placeholder:"Confirm your password",autoComplete:"new-password",disabled:r}),m.confirmPassword&&e.jsx("span",{className:"cedros-setup__error",children:m.confirmPassword})]}),e.jsx("button",{type:"submit",className:"cedros-setup__button",disabled:r,children:r?e.jsxs(e.Fragment,{children:[e.jsx(_.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 kn=["security","rate_limit"];function Nn({className:s}){return e.jsx(Hs.SettingsPageLayout,{title:"Security",description:"Configure CORS, cookies, sessions, JWT, and rate limiting settings.",categories:kn,className:s})}const gt=[{id:"email",label:"Email",category:"email"},{id:"webhooks",label:"Webhooks",category:"webhook"}];function Cn({className:s}){const{settings:t,edits:o,isLoading:a,autosaveStatus:r,autosaveError:n,error:c,fetchSettings:l,handleChange:d,getEffectiveValue:u}=je.useSettingsAutosave(),[m,f]=i.useState("email");i.useEffect(()=>{l()},[l]);const g=gt.find(k=>k.id===m),w=g?.category??"",h=(u("email_provider")||"custom")==="custom",y=u("email_smtp_host"),b=!h||y!=null&&y!=="",A=i.useMemo(()=>{const k=t[w]??[];if(m!=="email")return k;const C=h?ze.ALL_EMAIL_FIELDS:ze.SIMPLIFIED_EMAIL_FIELDS;return k.filter(x=>C.includes(x.key)).sort((x,N)=>C.indexOf(x.key)-C.indexOf(N.key))},[t,w,m,h]),v=(k,C)=>{if(d(k,C),k==="email_provider"&&C!=="custom"){const x=ze.PROVIDER_SMTP_HOSTS[C];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(_.LoadingSpinner,{}),e.jsx("span",{children:"Loading settings..."})]}):c?e.jsx("div",{className:`cedros-system-settings ${s??""}`,children:e.jsx(Y.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(je.AutosaveStatus,{status:r,error:n})]}),m==="email"&&!b&&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:gt.map(k=>e.jsx("button",{type:"button",className:`cedros-admin-tab ${m===k.id?"cedros-admin-tab-active":""}`,onClick:()=>f(k.id),"aria-selected":m===k.id,role:"tab",children:k.label},k.id))}),e.jsx("div",{className:"cedros-admin-tab-content",role:"tabpanel",children:A.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(je.SettingsSection,{settings:A,edits:o,onChange:m==="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"})]})},Sn=[{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 En({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:l,className:d=""}){const[u,m]=i.useState(o),[f,g]=i.useState(!0),{user:w,logout:p}=T.useCedrosLogin(),{activeOrg:h,role:y,isLoading:b,fetchOrgs:A,hasPermission:v}=zs.useOrgs(),{status:k,isLoading:C,checkStatus:x}=Gs(),{features:N,isLoading:S}=te.useServerFeatures(),{canAccess:j}=te.useDashboardPermissions(),P=i.useCallback(D=>{m(D),n?.(D)},[n]),L=Sn.filter(D=>!(!t.includes(D.id)||D.requiredFeature&&!N[D.requiredFeature]||!j(D.id))),E=L.find(D=>D.id===u),M=!E&&!S;return i.useEffect(()=>{A(),x()},[A,x]),i.useEffect(()=>{M&&L.length>0&&m("users")},[M,L.length]),!C&&k?.needsSetup?e.jsx("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--setup ${d}`,children:e.jsx(Er,{onComplete:()=>x()})}):(b||C||S)&&!h?e.jsxs("div",{className:`cedros-admin cedros-dashboard cedros-dashboard--loading ${d}`,children:[e.jsx(_.LoadingSpinner,{}),e.jsx("span",{className:"cedros-dashboard__loading-text",children:"Loading..."})]}):u==="team"&&!h?e.jsx("div",{className:`cedros-admin cedros-dashboard ${d}`,children:e.jsx(Y.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 ${u===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":u===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 ${u===D.id?"cedros-dashboard__nav-item--active":""}`,onClick:()=>P(D.id),"aria-current":u===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:l??p})})]}),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:[u==="users"&&e.jsx(Ln,{pageSize:r,currentUserId:w?.id}),u==="team"&&h&&e.jsx(Pn,{orgId:h.id,currentUserId:w?.id,hasPermission:v,role:y}),u==="deposits"&&e.jsx(Mn,{pageSize:r,refreshInterval:a}),u==="withdrawals"&&e.jsx(Tn,{pageSize:r,refreshInterval:a}),u==="settings-auth"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx($t.AuthenticationSettings,{})}),u==="settings-wallet"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Jt.EmbeddedWalletSettings,{})}),u==="settings-messaging"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Cn,{})}),u==="settings-credits"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Vs.CreditSystemSettings,{})}),u==="settings-server"&&e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Xt.ServerSettings,{})})]})]})]})}function Ln({pageSize:s,currentUserId:t}){const[o,a]=i.useState(null),{statsItems:r,isLoading:n,error:c,refresh:l}=Te.useUsersStatsSummary();return o?e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(Te.AdminUserDetail,{userId:o.id,currentUserId:t,onBack:()=>a(null)})}):e.jsxs("div",{className:"cedros-dashboard__section",children:[e.jsx(Gt.StatsBar,{stats:r,isLoading:n,onRefresh:l}),c&&e.jsx("p",{className:"cedros-admin-error-inline",children:c}),e.jsx(Te.AdminUserList,{pageSize:s,currentUserId:t,onUserClick:d=>a(d)})]})}function Pn({orgId:s,currentUserId:t,hasPermission:o,role:a}){const[r,n]=i.useState("members"),{members:c,isLoading:l,error:d,fetchMembers:u,updateMemberRole:m,removeMember:f}=te.useMembers(s),{invites:g,isLoading:w,error:p,fetchInvites:h,createInvite:y,cancelInvite:b,resendInvite:A}=te.useInvites(s);i.useEffect(()=>{u(),h()},[u,h]);const v=o("invite:create"),k=o("invite:cancel"),C=g.length,x=c.reduce((P,L)=>(P[L.role]=(P[L.role]??0)+1,P),{}),N=x.owner??0,S=x.admin??0,j=x.member??0;return e.jsxs("div",{className:"cedros-dashboard__team",children:[e.jsx(Gt.StatsBar,{stats:[{label:"Owners",value:N},{label:"Admins",value:S},{label:"Members",value:j},{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:l,error:d?.message,canManage:o("member:remove"),canChangeRoles:o("member:role_change"),onUpdateRole:m,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:p?.message})]}),e.jsx("div",{className:"cedros-dashboard__section",children:e.jsx(te.InviteList,{invites:g,isLoading:w,error:p?.message,canManage:k||v,onCancel:k?b:void 0,onResend:v?A:void 0})})]}),r==="permissions"&&a==="owner"&&e.jsx(te.PermissionsSection,{userRole:a})]})]})}function Mn({pageSize:s,refreshInterval:t}){const[o,a]=i.useState("");return e.jsxs("div",{className:"cedros-dashboard__deposits",children:[e.jsx(He.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(He.AdminDepositList,{statusFilter:o||void 0,pageSize:s,refreshInterval:t})]})]})}function Tn({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={},us,wt;function Rn(){return wt||(wt=1,us=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),us}var hs={},me={},yt;function ye(){if(yt)return me;yt=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 ps={},bt;function $s(){return bt||(bt=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}}})(ps)),ps}var ms,xt;function Bn(){if(xt)return ms;xt=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++}},ms=s,ms}var fs,At;function In(){if(At)return fs;At=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]},fs=s,fs}var gs={},vt;function Dn(){return vt||(vt=1,(function(s){const t=ye().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,l=[n-7];for(let d=1;d<r-1;d++)l[d]=l[d-1]-c;return l.push(6),l.reverse()},s.getPositions=function(a){const r=[],n=s.getRowColCoords(a),c=n.length;for(let l=0;l<c;l++)for(let d=0;d<c;d++)l===0&&d===0||l===0&&d===c-1||l===c-1&&d===0||r.push([n[l],n[d]]);return r}})(gs)),gs}var ws={},jt;function Fn(){if(jt)return ws;jt=1;const s=ye().getSymbolSize,t=7;return ws.getPositions=function(a){const r=s(a);return[[0,0],[r-t,0],[0,r-t]]},ws}var ys={},kt;function Un(){return kt||(kt=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,l=0,d=0,u=null,m=null;for(let f=0;f<n;f++){l=d=0,u=m=null;for(let g=0;g<n;g++){let w=r.get(f,g);w===u?l++:(l>=5&&(c+=t.N1+(l-5)),u=w,l=1),w=r.get(g,f),w===m?d++:(d>=5&&(c+=t.N1+(d-5)),m=w,d=1)}l>=5&&(c+=t.N1+(l-5)),d>=5&&(c+=t.N1+(d-5))}return c},s.getPenaltyN2=function(r){const n=r.size;let c=0;for(let l=0;l<n-1;l++)for(let d=0;d<n-1;d++){const u=r.get(l,d)+r.get(l,d+1)+r.get(l+1,d)+r.get(l+1,d+1);(u===4||u===0)&&c++}return c*t.N2},s.getPenaltyN3=function(r){const n=r.size;let c=0,l=0,d=0;for(let u=0;u<n;u++){l=d=0;for(let m=0;m<n;m++)l=l<<1&2047|r.get(u,m),m>=10&&(l===1488||l===93)&&c++,d=d<<1&2047|r.get(m,u),m>=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 l=0;l<c;l++)for(let d=0;d<c;d++)n.isReserved(d,l)||n.xor(d,l,o(r,d,l))},s.getBestMask=function(r,n){const c=Object.keys(s.Patterns).length;let l=0,d=1/0;for(let u=0;u<c;u++){n(u),s.applyMask(u,r);const m=s.getPenaltyN1(r)+s.getPenaltyN2(r)+s.getPenaltyN3(r)+s.getPenaltyN4(r);s.applyMask(u,r),m<d&&(d=m,l=u)}return l}})(ys)),ys}var Oe={},Nt;function Lr(){if(Nt)return Oe;Nt=1;const s=$s(),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 Oe.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}},Oe.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}},Oe}var bs={},Me={},Ct;function _n(){if(Ct)return Me;Ct=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]})(),Me.log=function(a){if(a<1)throw new Error("log("+a+")");return t[a]},Me.exp=function(a){return s[a]},Me.mul=function(a,r){return a===0||r===0?0:s[t[a]+t[r]]},Me}var St;function Wn(){return St||(St=1,(function(s){const t=_n();s.mul=function(a,r){const n=new Uint8Array(a.length+r.length-1);for(let c=0;c<a.length;c++)for(let l=0;l<r.length;l++)n[c+l]^=t.mul(a[c],r[l]);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 l=0;for(;l<n.length&&n[l]===0;)l++;n=n.slice(l)}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}})(bs)),bs}var xs,Et;function On(){if(Et)return xs;Et=1;const s=Wn();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 l=new Uint8Array(this.degree);return l.set(n,c),l}return n},xs=t,xs}var As={},vs={},js={},Lt;function Pr(){return Lt||(Lt=1,js.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),js}var de={},Pt;function Mr(){if(Pt)return de;Pt=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
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 Mt;function be(){return Mt||(Mt=1,(function(s){const t=Pr(),o=Mr();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}}})(vs)),vs}var Tt;function qn(){return Tt||(Tt=1,(function(s){const t=ye(),o=Lr(),a=$s(),r=be(),n=Pr(),c=7973,l=t.getBCHDigit(c);function d(g,w,p){for(let h=1;h<=40;h++)if(w<=s.getCapacity(h,p,g))return h}function u(g,w){return r.getCharCountIndicator(g,w)+4}function m(g,w){let p=0;return g.forEach(function(h){const y=u(h.mode,w);p+=y+h.getBitsLength()}),p}function f(g,w){for(let p=1;p<=40;p++)if(m(g,p)<=s.getCapacity(p,w,r.MIXED))return p}s.from=function(w,p){return n.isValid(w)?parseInt(w,10):p},s.getCapacity=function(w,p,h){if(!n.isValid(w))throw new Error("Invalid QR Code version");typeof h>"u"&&(h=r.BYTE);const y=t.getSymbolTotalCodewords(w),b=o.getTotalCodewordsCount(w,p),A=(y-b)*8;if(h===r.MIXED)return A;const v=A-u(h,w);switch(h){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,p){let h;const y=a.from(p,a.M);if(Array.isArray(w)){if(w.length>1)return f(w,y);if(w.length===0)return 1;h=w[0]}else h=w;return d(h.mode,h.getLength(),y)},s.getEncodedBits=function(w){if(!n.isValid(w)||w<7)throw new Error("Invalid QR Code version");let p=w<<12;for(;t.getBCHDigit(p)-l>=0;)p^=c<<t.getBCHDigit(p)-l;return w<<12|p}})(As)),As}var ks={},Rt;function zn(){if(Rt)return ks;Rt=1;const s=ye(),t=1335,o=21522,a=s.getBCHDigit(t);return ks.getEncodedBits=function(n,c){const l=n.bit<<3|c;let d=l<<10;for(;s.getBCHDigit(d)-a>=0;)d^=t<<s.getBCHDigit(d)-a;return(l<<10|d)^o},ks}var Ns={},Cs,Bt;function Vn(){if(Bt)return Cs;Bt=1;const s=be();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 l=this.data.length-r;l>0&&(n=this.data.substr(r),c=parseInt(n,10),a.put(c,l*3+1))},Cs=t,Cs}var Ss,It;function Hn(){if(It)return Ss;It=1;const s=be(),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)},Ss=o,Ss}var Es,Dt;function Qn(){if(Dt)return Es;Dt=1;const s=be();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)},Es=t,Es}var Ls,Ft;function Kn(){if(Ft)return Ls;Ft=1;const s=be(),t=ye();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
2051
  Make sure your charset is UTF-8`);n=(n>>>8&255)*192+(n&255),a.put(n,13)}},Ls=o,Ls}var Ps={exports:{}},Ut;function Yn(){return Ut||(Ut=1,(function(s){var t={single_source_shortest_paths:function(o,a,r){var n={},c={};c[a]=0;var l=t.PriorityQueue.make();l.push(a,0);for(var d,u,m,f,g,w,p,h,y;!l.empty();){d=l.pop(),u=d.value,f=d.cost,g=o[u]||{};for(m in g)g.hasOwnProperty(m)&&(w=g[m],p=f+w,h=c[m],y=typeof c[m]>"u",(y||h>p)&&(c[m]=p,l.push(m,p),n[m]=u))}if(typeof r<"u"&&typeof c[r]>"u"){var b=["Could not find a path from ",a," to ",r,"."].join("");throw new Error(b)}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})(Ps)),Ps.exports}var _t;function Gn(){return _t||(_t=1,(function(s){const t=be(),o=Vn(),a=Hn(),r=Qn(),n=Kn(),c=Mr(),l=ye(),d=Yn();function u(b){return unescape(encodeURIComponent(b)).length}function m(b,A,v){const k=[];let C;for(;(C=b.exec(v))!==null;)k.push({data:C[0],index:C.index,mode:A,length:C[0].length});return k}function f(b){const A=m(c.NUMERIC,t.NUMERIC,b),v=m(c.ALPHANUMERIC,t.ALPHANUMERIC,b);let k,C;return l.isKanjiModeEnabled()?(k=m(c.BYTE,t.BYTE,b),C=m(c.KANJI,t.KANJI,b)):(k=m(c.BYTE_KANJI,t.BYTE,b),C=[]),A.concat(v,k,C).sort(function(N,S){return N.index-S.index}).map(function(N){return{data:N.data,mode:N.mode,length:N.length}})}function g(b,A){switch(A){case t.NUMERIC:return o.getBitsLength(b);case t.ALPHANUMERIC:return a.getBitsLength(b);case t.KANJI:return n.getBitsLength(b);case t.BYTE:return r.getBitsLength(b)}}function w(b){return b.reduce(function(A,v){const k=A.length-1>=0?A[A.length-1]:null;return k&&k.mode===v.mode?(A[A.length-1].data+=v.data,A):(A.push(v),A)},[])}function p(b){const A=[];for(let v=0;v<b.length;v++){const k=b[v];switch(k.mode){case t.NUMERIC:A.push([k,{data:k.data,mode:t.ALPHANUMERIC,length:k.length},{data:k.data,mode:t.BYTE,length:k.length}]);break;case t.ALPHANUMERIC:A.push([k,{data:k.data,mode:t.BYTE,length:k.length}]);break;case t.KANJI:A.push([k,{data:k.data,mode:t.BYTE,length:u(k.data)}]);break;case t.BYTE:A.push([{data:k.data,mode:t.BYTE,length:u(k.data)}])}}return A}function h(b,A){const v={},k={start:{}};let C=["start"];for(let x=0;x<b.length;x++){const N=b[x],S=[];for(let j=0;j<N.length;j++){const P=N[j],L=""+x+j;S.push(L),v[L]={node:P,lastCount:0},k[L]={};for(let E=0;E<C.length;E++){const M=C[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,A))}}C=S}for(let x=0;x<C.length;x++)k[C[x]].end=0;return{map:k,table:v}}function y(b,A){let v;const k=t.getBestModeForData(b);if(v=t.from(A,k),v!==t.BYTE&&v.bit<k.bit)throw new Error('"'+b+'" cannot be encoded with mode '+t.toString(v)+`.
2052
2052
  Suggested mode is: `+t.toString(k));switch(v===t.KANJI&&!l.isKanjiModeEnabled()&&(v=t.BYTE),v){case t.NUMERIC:return new o(b);case t.ALPHANUMERIC:return new a(b);case t.KANJI:return new n(b);case t.BYTE:return new r(b)}}s.fromArray=function(A){return A.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(A,v){const k=f(A,l.isKanjiModeEnabled()),C=p(k),x=h(C,v),N=d.find_path(x.map,"start","end"),S=[];for(let j=1;j<N.length-1;j++)S.push(x.table[N[j]].node);return s.fromArray(w(S))},s.rawSplit=function(A){return s.fromArray(f(A,l.isKanjiModeEnabled()))}})(Ns)),Ns}var Wt;function $n(){if(Wt)return hs;Wt=1;const s=ye(),t=$s(),o=Bn(),a=In(),r=Dn(),n=Fn(),c=Un(),l=Lr(),d=On(),u=qn(),m=zn(),f=be(),g=Gn();function w(x,N){const S=x.size,j=n.getPositions(N);for(let P=0;P<j.length;P++){const L=j[P][0],E=j[P][1];for(let M=-1;M<=7;M++)if(!(L+M<=-1||S<=L+M))for(let R=-1;R<=7;R++)E+R<=-1||S<=E+R||(M>=0&&M<=6&&(R===0||R===6)||R>=0&&R<=6&&(M===0||M===6)||M>=2&&M<=4&&R>=2&&R<=4?x.set(L+M,E+R,!0,!0):x.set(L+M,E+R,!1,!0))}}function p(x){const N=x.size;for(let S=8;S<N-8;S++){const j=S%2===0;x.set(S,6,j,!0),x.set(6,S,j,!0)}}function h(x,N){const S=r.getPositions(N);for(let j=0;j<S.length;j++){const P=S[j][0],L=S[j][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,N){const S=x.size,j=u.getEncodedBits(N);let P,L,E;for(let M=0;M<18;M++)P=Math.floor(M/3),L=M%3+S-8-3,E=(j>>M&1)===1,x.set(P,L,E,!0),x.set(L,P,E,!0)}function b(x,N,S){const j=x.size,P=m.getEncodedBits(N,S);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(j-15+L,8,E,!0),L<8?x.set(8,j-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(j-8,8,1,!0)}function A(x,N){const S=x.size;let j=-1,P=S-1,L=7,E=0;for(let M=S-1;M>0;M-=2)for(M===6&&M--;;){for(let R=0;R<2;R++)if(!x.isReserved(P,M-R)){let D=!1;E<N.length&&(D=(N[E]>>>L&1)===1),x.set(P,M-R,D),L--,L===-1&&(E++,L=7)}if(P+=j,P<0||S<=P){P-=j,j=-j;break}}}function v(x,N,S){const j=new o;S.forEach(function(R){j.put(R.mode.bit,4),j.put(R.getLength(),f.getCharCountIndicator(R.mode,x)),R.write(j)});const P=s.getSymbolTotalCodewords(x),L=l.getTotalCodewordsCount(x,N),E=(P-L)*8;for(j.getLengthInBits()+4<=E&&j.put(0,4);j.getLengthInBits()%8!==0;)j.putBit(0);const M=(E-j.getLengthInBits())/8;for(let R=0;R<M;R++)j.put(R%2?17:236,8);return k(j,x,N)}function k(x,N,S){const j=s.getSymbolTotalCodewords(N),P=l.getTotalCodewordsCount(N,S),L=j-P,E=l.getBlocksCount(N,S),M=j%E,R=E-M,D=Math.floor(j/E),$=Math.floor(L/E),le=$+1,J=D-$,z=new d(J);let B=0;const F=new Array(E),V=new Array(E);let X=0;const ee=new Uint8Array(x.buffer);for(let K=0;K<E;K++){const ne=K<R?$:le;F[K]=ee.slice(B,B+ne),V[K]=z.encode(F[K]),B+=ne,X=Math.max(X,ne)}const ue=new Uint8Array(j);let ce=0,O,W;for(O=0;O<X;O++)for(W=0;W<E;W++)O<F[W].length&&(ue[ce++]=F[W][O]);for(O=0;O<J;O++)for(W=0;W<E;W++)ue[ce++]=V[W][O];return ue}function C(x,N,S,j){let P;if(Array.isArray(x))P=g.fromArray(x);else if(typeof x=="string"){let D=N;if(!D){const $=g.rawSplit(x);D=u.getBestVersionForData($,S)}P=g.fromString(x,D||40)}else throw new Error("Invalid data");const L=u.getBestVersionForData(P,S);if(!L)throw new Error("The amount of data is too big to be stored in a QR Code");if(!N)N=L;else if(N<L)throw new Error(`