(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[995],{9110:function(e,t,s){Promise.resolve().then(s.bind(s,9274))},9274:function(e,t,s){"use strict";s.d(t,{default:function(){return D}});var r=s(7437),a=s(2265),l=s(5974),n=s(2869),i=s(6070),o=s(5846),d=s(5805),c=s(525),m=s(5005),u=s(3774),x=s(6362),p=s(9345),f=s(7648),h=s(8281),b=s(2489),g=s(4508);let v=h.fC;h.xz;let j=h.h_;h.x8;let N=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)(h.aV,{ref:t,className:(0,g.cn)("fixed inset-0 z-50 bg-black/80  data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",s),...a})});N.displayName=h.aV.displayName;let y=a.forwardRef((e,t)=>{let{className:s,children:a,...l}=e;return(0,r.jsxs)(j,{children:[(0,r.jsx)(N,{}),(0,r.jsxs)(h.VY,{ref:t,className:(0,g.cn)("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",s),...l,children:[a,(0,r.jsxs)(h.x8,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[(0,r.jsx)(b.Z,{className:"h-4 w-4"}),(0,r.jsx)("span",{className:"sr-only",children:"Close"})]})]})]})});y.displayName=h.VY.displayName;let w=e=>{let{className:t,...s}=e;return(0,r.jsx)("div",{className:(0,g.cn)("flex flex-col space-y-1.5 text-center sm:text-left",t),...s})};w.displayName="DialogHeader";let k=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)(h.Dx,{ref:t,className:(0,g.cn)("text-lg font-semibold leading-none tracking-tight",s),...a})});k.displayName=h.Dx.displayName;let C=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)(h.dk,{ref:t,className:(0,g.cn)("text-sm text-muted-foreground",s),...a})});C.displayName=h.dk.displayName;var R=s(5186),Z=s(6815),z=s(6818),S=s(2934),I=s(7689),F=s(9322),O=s(1817);function A(e){let{isOpen:t,onClose:s,roleTitle:l}=e,[i,o]=(0,a.useState)({name:"",email:"",phone:"",coverLetter:""}),[d,c]=(0,a.useState)(null),[m,u]=(0,a.useState)(!1),[x,p]=(0,a.useState)("idle"),[f,h]=(0,a.useState)(""),b=async e=>{if(e.preventDefault(),!d){h("Please upload your resume");return}u(!0),p("idle"),h("");try{let e=new FileReader,t=await new Promise((t,s)=>{e.onload=()=>t(e.result),e.onerror=s,e.readAsDataURL(d)}),r=await fetch("/api/careers/apply",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...i,roleTitle:l,resume:t,fileName:d.name,fileType:d.type})}),a=await r.json();if(!r.ok)throw Error(a.error||"Failed to submit application");p("success"),setTimeout(()=>{s(),o({name:"",email:"",phone:"",coverLetter:""}),c(null),p("idle")},2e3)}catch(e){console.error("Application submission error:",e),p("error"),h(e instanceof Error?e.message:"Failed to submit application")}finally{u(!1)}};return(0,r.jsx)(v,{open:t,onOpenChange:s,children:(0,r.jsxs)(y,{className:"bg-slate-900 border-slate-800 text-white max-w-2xl max-h-[90vh] overflow-y-auto",children:[(0,r.jsxs)(w,{children:[(0,r.jsxs)(k,{className:"text-2xl",children:["Apply for ",l]}),(0,r.jsx)(C,{className:"text-slate-400",children:"Fill out the form below and upload your resume. We'll get back to you within 24 hours."})]}),"success"===x?(0,r.jsxs)("div",{className:"flex flex-col items-center justify-center py-8",children:[(0,r.jsx)(S.Z,{className:"w-16 h-16 text-green-500 mb-4"}),(0,r.jsx)("h3",{className:"text-xl font-semibold mb-2",children:"Application Submitted!"}),(0,r.jsx)("p",{className:"text-slate-400 text-center",children:"Thank you for applying. Check your email for confirmation."})]}):(0,r.jsxs)("form",{onSubmit:b,className:"space-y-4",children:[(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)(Z._,{htmlFor:"name",children:"Full Name *"}),(0,r.jsx)(R.I,{id:"name",value:i.name,onChange:e=>o({...i,name:e.target.value}),required:!0,className:"bg-slate-800 border-slate-700 text-white",placeholder:"John Doe"})]}),(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)(Z._,{htmlFor:"email",children:"Email Address *"}),(0,r.jsx)(R.I,{id:"email",type:"email",value:i.email,onChange:e=>o({...i,email:e.target.value}),required:!0,className:"bg-slate-800 border-slate-700 text-white",placeholder:"john@example.com"})]}),(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)(Z._,{htmlFor:"phone",children:"Phone Number"}),(0,r.jsx)(R.I,{id:"phone",type:"tel",value:i.phone,onChange:e=>o({...i,phone:e.target.value}),className:"bg-slate-800 border-slate-700 text-white",placeholder:"(123) 456-7890"})]}),(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)(Z._,{htmlFor:"resume",children:"Resume (PDF or DOC/DOCX) *"}),(0,r.jsx)("div",{className:"flex items-center gap-2",children:(0,r.jsx)(R.I,{id:"resume",type:"file",accept:".pdf,.doc,.docx",onChange:e=>{var t;let s=null===(t=e.target.files)||void 0===t?void 0:t[0];if(s){if(!["application/pdf","application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document"].includes(s.type)){h("Please upload a PDF or DOC/DOCX file");return}if(s.size>5242880){h("File size must be less than 5MB");return}c(s),h("")}},required:!0,className:"bg-slate-800 border-slate-700 text-white file:bg-slate-700 file:text-white file:border-0 file:mr-4 file:py-2 file:px-4 file:rounded"})}),d&&(0,r.jsxs)("p",{className:"text-sm text-slate-400 flex items-center gap-2",children:[(0,r.jsx)(I.Z,{className:"w-4 h-4"}),d.name," (",(d.size/1024).toFixed(0)," KB)"]})]}),(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)(Z._,{htmlFor:"coverLetter",children:"Cover Letter / Why are you interested?"}),(0,r.jsx)(z.g,{id:"coverLetter",value:i.coverLetter,onChange:e=>o({...i,coverLetter:e.target.value}),className:"bg-slate-800 border-slate-700 text-white min-h-[120px]",placeholder:"Tell us why you're interested in this position..."})]}),f&&(0,r.jsxs)("div",{className:"flex items-center gap-2 text-red-400 text-sm bg-red-500/10 border border-red-500/20 rounded p-3",children:[(0,r.jsx)(F.Z,{className:"w-4 h-4"}),f]}),(0,r.jsxs)("div",{className:"flex gap-3 pt-4",children:[(0,r.jsx)(n.z,{type:"button",variant:"outline",onClick:s,className:"flex-1 border-slate-700 text-slate-200 hover:bg-slate-800 bg-transparent",disabled:m,children:"Cancel"}),(0,r.jsx)(n.z,{type:"submit",className:"flex-1 bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700",disabled:m,children:m?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(O.Z,{className:"w-4 h-4 mr-2 animate-spin"}),"Submitting..."]}):"Submit Application"})]})]})]})})}let L=[{id:"design-intern",title:"Digital Product Design Intern",level:"Junior",location:"Riverside, CA (Hybrid / Remote-friendly)",type:"Internship (Junior Level)",summary:"Support UX/UI design, research, and prototyping while learning directly from senior designers and developers.",responsibilities:["Assist with wireframes, mockups, and prototypes","Support UX research and design thinking","Collaborate with developers under senior design supervision"],mentorshipNote:"This is a junior role. All work is reviewed and guided by senior team members.",applyLinks:{linkedin:"https://www.linkedin.com/jobs/view/4327808570/"}},{id:"frontend-intern",title:"Front-End Developer Intern",level:"Junior",location:"Remote",type:"Internship (Junior Level)",summary:"Build and refine UI components while learning modern front-end development under senior engineer supervision.",responsibilities:["Implement UI using React and Next.js","Translate designs into responsive components","Learn best practices through code review and mentorship"],mentorshipNote:"Junior position with structured guidance and code review from senior engineers.",applyLinks:{}}],_=()=>{let e=document.getElementById("roles");null==e||e.scrollIntoView({behavior:"smooth"})};function D(){let[e,t]=(0,a.useState)(null),[s,h]=(0,a.useState)(!1),b=e=>{t(e),h(!0)};return(0,r.jsxs)("div",{className:"bg-gradient-to-br from-slate-950 via-slate-900 to-slate-950 min-h-screen",children:[(0,r.jsxs)("section",{className:"relative py-20 px-4 sm:px-6 lg:px-8 overflow-hidden",children:[(0,r.jsxs)("div",{className:"absolute inset-0 overflow-hidden pointer-events-none",children:[(0,r.jsx)("div",{className:"absolute top-1/4 left-1/4 w-96 h-96 bg-blue-500/10 rounded-full blur-3xl"}),(0,r.jsx)("div",{className:"absolute bottom-1/4 right-1/4 w-96 h-96 bg-purple-500/10 rounded-full blur-3xl"})]}),(0,r.jsxs)("div",{className:"max-w-4xl mx-auto text-center relative z-10",children:[(0,r.jsx)(l.C,{className:"mb-6 bg-blue-500/10 text-blue-400 border-blue-500/20 hover:bg-blue-500/20",children:"Join Our Team"}),(0,r.jsx)("h1",{className:"text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-6 text-balance",children:"Careers at Elev8Tech"}),(0,r.jsx)("p",{className:"text-xl md:text-2xl text-slate-300 mb-10 text-balance leading-relaxed",children:"Junior roles. Real projects. Guided by senior engineers."}),(0,r.jsxs)("div",{className:"flex flex-col sm:flex-row gap-4 justify-center",children:[(0,r.jsx)(n.z,{size:"lg",className:"bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white",onClick:_,children:"View Open Positions"}),(0,r.jsx)(n.z,{size:"lg",variant:"outline",className:"border-slate-700 text-slate-200 hover:bg-slate-800 bg-transparent",onClick:_,children:"Apply Now"})]})]})]}),(0,r.jsx)("section",{className:"py-16 px-4 sm:px-6 lg:px-8",children:(0,r.jsxs)("div",{className:"max-w-6xl mx-auto",children:[(0,r.jsxs)("div",{className:"text-center mb-12",children:[(0,r.jsx)("h2",{className:"text-3xl md:text-4xl font-bold text-white mb-4",children:"How We Work"}),(0,r.jsx)("p",{className:"text-slate-400 text-lg",children:"A structured environment designed for early-career growth"})]}),(0,r.jsxs)("div",{className:"grid md:grid-cols-3 gap-6",children:[(0,r.jsxs)(i.Zb,{className:"bg-slate-900/50 border-slate-800 hover:border-blue-500/50 transition-all",children:[(0,r.jsxs)(i.Ol,{children:[(0,r.jsx)("div",{className:"w-12 h-12 rounded-lg bg-gradient-to-br from-blue-500 to-blue-600 flex items-center justify-center mb-4",children:(0,r.jsx)(o.Z,{className:"w-6 h-6 text-white"})}),(0,r.jsx)(i.ll,{className:"text-white text-xl",children:"Guided Learning"})]}),(0,r.jsx)(i.aY,{children:(0,r.jsx)(i.SZ,{className:"text-slate-400 leading-relaxed",children:"All junior team members work under direct supervision from senior engineers and designers."})})]}),(0,r.jsxs)(i.Zb,{className:"bg-slate-900/50 border-slate-800 hover:border-purple-500/50 transition-all",children:[(0,r.jsxs)(i.Ol,{children:[(0,r.jsx)("div",{className:"w-12 h-12 rounded-lg bg-gradient-to-br from-purple-500 to-purple-600 flex items-center justify-center mb-4",children:(0,r.jsx)(d.Z,{className:"w-6 h-6 text-white"})}),(0,r.jsx)(i.ll,{className:"text-white text-xl",children:"Real Experience"})]}),(0,r.jsx)(i.aY,{children:(0,r.jsx)(i.SZ,{className:"text-slate-400 leading-relaxed",children:"Interns contribute to real client and internal projects with scoped, review-driven tasks."})})]}),(0,r.jsxs)(i.Zb,{className:"bg-slate-900/50 border-slate-800 hover:border-emerald-500/50 transition-all",children:[(0,r.jsxs)(i.Ol,{children:[(0,r.jsx)("div",{className:"w-12 h-12 rounded-lg bg-gradient-to-br from-emerald-500 to-emerald-600 flex items-center justify-center mb-4",children:(0,r.jsx)(c.Z,{className:"w-6 h-6 text-white"})}),(0,r.jsx)(i.ll,{className:"text-white text-xl",children:"Growth Focus"})]}),(0,r.jsx)(i.aY,{children:(0,r.jsx)(i.SZ,{className:"text-slate-400 leading-relaxed",children:"Clear feedback loops, mentorship, and portfolio-ready experience."})})]})]})]})}),(0,r.jsx)("section",{id:"roles",className:"py-16 px-4 sm:px-6 lg:px-8 scroll-mt-20",children:(0,r.jsxs)("div",{className:"max-w-6xl mx-auto",children:[(0,r.jsxs)("div",{className:"text-center mb-12",children:[(0,r.jsx)("h2",{className:"text-3xl md:text-4xl font-bold text-white mb-4",children:"Open Internships"}),(0,r.jsx)("p",{className:"text-slate-400 text-lg",children:"Join our team and grow your career"})]}),(0,r.jsx)("div",{className:"space-y-6",children:L.map(e=>(0,r.jsxs)(i.Zb,{className:"bg-slate-900/50 border-slate-800 hover:border-slate-700 transition-all",children:[(0,r.jsxs)(i.Ol,{children:[(0,r.jsx)("div",{className:"flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-4",children:(0,r.jsxs)("div",{children:[(0,r.jsx)(i.ll,{className:"text-white text-2xl mb-2",children:e.title}),(0,r.jsxs)("div",{className:"flex flex-wrap gap-2",children:[(0,r.jsxs)(l.C,{variant:"secondary",className:"bg-blue-500/10 text-blue-400 border-blue-500/20",children:[(0,r.jsx)(m.Z,{className:"w-3 h-3 mr-1"}),e.type]}),(0,r.jsxs)(l.C,{variant:"secondary",className:"bg-slate-800 text-slate-300 border-slate-700",children:[(0,r.jsx)(u.Z,{className:"w-3 h-3 mr-1"}),e.location]})]})]})}),(0,r.jsx)(i.SZ,{className:"text-slate-300 text-base leading-relaxed",children:e.summary})]}),(0,r.jsxs)(i.aY,{className:"space-y-6",children:[(0,r.jsxs)("div",{children:[(0,r.jsx)("h4",{className:"text-white font-semibold mb-3",children:"Responsibilities"}),(0,r.jsx)("ul",{className:"space-y-2",children:e.responsibilities.map((e,t)=>(0,r.jsxs)("li",{className:"text-slate-400 flex items-start",children:[(0,r.jsx)("span",{className:"text-blue-400 mr-2",children:"•"}),e]},t))})]}),(0,r.jsx)("div",{className:"bg-slate-800/50 border border-slate-700 rounded-lg p-4",children:(0,r.jsx)("p",{className:"text-slate-400 italic text-sm",children:e.mentorshipNote})}),(0,r.jsxs)("div",{className:"flex flex-col sm:flex-row gap-3 pt-2",children:[e.applyLinks.linkedin&&(0,r.jsx)(n.z,{asChild:!0,className:"bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white",children:(0,r.jsxs)(f.default,{href:e.applyLinks.linkedin,target:"_blank",rel:"noopener noreferrer",children:[(0,r.jsx)(x.Z,{className:"w-4 h-4 mr-2"}),"Apply on LinkedIn"]})}),(0,r.jsxs)(n.z,{variant:"outline",className:"border-slate-700 text-slate-200 hover:bg-slate-800 bg-transparent",onClick:()=>b(e),children:[(0,r.jsx)(p.Z,{className:"w-4 h-4 mr-2"}),"Apply by Email"]})]})]})]},e.id))}),(0,r.jsx)("div",{className:"mt-12 max-w-3xl mx-auto",children:(0,r.jsx)(i.Zb,{className:"bg-slate-900/50 border-slate-800",children:(0,r.jsx)(i.aY,{className:"p-6",children:(0,r.jsx)("p",{className:"text-slate-400 text-center leading-relaxed",children:"These are junior internship positions intended for early-career candidates. All contributions are scoped, reviewed, and supervised by senior Elev8Tech engineers and designers."})})})})]})}),(0,r.jsx)("section",{className:"py-16 px-4 sm:px-6 lg:px-8",children:(0,r.jsx)("div",{className:"max-w-4xl mx-auto",children:(0,r.jsx)(i.Zb,{className:"bg-gradient-to-r from-blue-600/10 to-purple-600/10 border-blue-500/20",children:(0,r.jsxs)(i.aY,{className:"p-8 md:p-12 text-center",children:[(0,r.jsx)("h3",{className:"text-2xl md:text-3xl font-bold text-white mb-6 text-balance",children:"Start your career with guidance, structure, and real experience."}),(0,r.jsx)(n.z,{size:"lg",className:"bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white",onClick:_,children:"Apply Now"})]})})})}),(0,r.jsx)(A,{isOpen:s,onClose:()=>h(!1),roleTitle:(null==e?void 0:e.title)||""})]})}},5974:function(e,t,s){"use strict";s.d(t,{C:function(){return i}});var r=s(7437),a=s(535),l=s(4508);let n=(0,a.j)("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground hover:bg-primary/80",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function i(e){let{className:t,variant:s,...a}=e;return(0,r.jsx)("div",{className:(0,l.cn)(n({variant:s}),t),...a})}},2869:function(e,t,s){"use strict";s.d(t,{z:function(){return d}});var r=s(7437),a=s(2265),l=s(8482),n=s(535),i=s(4508);let o=(0,n.j)("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-full text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-10 px-4 py-2",sm:"h-9 rounded-md px-3",lg:"h-11 rounded-md px-8",icon:"h-10 w-10"}},defaultVariants:{variant:"default",size:"default"}}),d=a.forwardRef((e,t)=>{let{className:s,variant:a,size:n,asChild:d=!1,...c}=e,m=d?l.g7:"button";return(0,r.jsx)(m,{className:(0,i.cn)(o({variant:a,size:n,className:s})),ref:t,...c})});d.displayName="Button"},6070:function(e,t,s){"use strict";s.d(t,{Ol:function(){return i},SZ:function(){return d},Zb:function(){return n},aY:function(){return c},ll:function(){return o}});var r=s(7437),a=s(2265),l=s(4508);let n=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("div",{ref:t,className:(0,l.cn)("rounded-lg border bg-card text-card-foreground shadow-sm",s),...a})});n.displayName="Card";let i=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("div",{ref:t,className:(0,l.cn)("flex flex-col space-y-1.5 p-6",s),...a})});i.displayName="CardHeader";let o=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("div",{ref:t,className:(0,l.cn)("text-2xl font-semibold leading-none tracking-tight",s),...a})});o.displayName="CardTitle";let d=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("div",{ref:t,className:(0,l.cn)("text-sm text-muted-foreground",s),...a})});d.displayName="CardDescription";let c=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("div",{ref:t,className:(0,l.cn)("p-6 pt-0",s),...a})});c.displayName="CardContent",a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("div",{ref:t,className:(0,l.cn)("flex items-center p-6 pt-0",s),...a})}).displayName="CardFooter"},5186:function(e,t,s){"use strict";s.d(t,{I:function(){return n}});var r=s(7437),a=s(2265),l=s(4508);let n=a.forwardRef((e,t)=>{let{className:s,type:a,...n}=e;return(0,r.jsx)("input",{type:a,className:(0,l.cn)("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",s),ref:t,...n})});n.displayName="Input"},6815:function(e,t,s){"use strict";s.d(t,{_:function(){return d}});var r=s(7437),a=s(2265),l=s(6394),n=s(535),i=s(4508);let o=(0,n.j)("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),d=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)(l.f,{ref:t,className:(0,i.cn)(o(),s),...a})});d.displayName=l.f.displayName},6818:function(e,t,s){"use strict";s.d(t,{g:function(){return n}});var r=s(7437),a=s(2265),l=s(4508);let n=a.forwardRef((e,t)=>{let{className:s,...a}=e;return(0,r.jsx)("textarea",{className:(0,l.cn)("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",s),ref:t,...a})});n.displayName="Textarea"},4508:function(e,t,s){"use strict";s.d(t,{cn:function(){return l}});var r=s(1994),a=s(3335);function l(){for(var e=arguments.length,t=Array(e),s=0;s<e;s++)t[s]=arguments[s];return(0,a.m6)((0,r.W)(t))}}},function(e){e.O(0,[972,590,174,971,117,744],function(){return e(e.s=9110)}),_N_E=e.O()}]);