@ugurdemirel/landcraft 0.1.0
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/README.md +132 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +589 -0
- package/dist/index.js +4521 -0
- package/dist/index.js.map +1 -0
- package/dist/styles.css +5979 -0
- package/package.json +67 -0
- package/src/components/Badge.tsx +68 -0
- package/src/components/Blog.tsx +243 -0
- package/src/components/Button.tsx +94 -0
- package/src/components/CTA.tsx +155 -0
- package/src/components/Card.tsx +80 -0
- package/src/components/Container.tsx +86 -0
- package/src/components/FAQ.tsx +163 -0
- package/src/components/Features.tsx +153 -0
- package/src/components/Footer.tsx +145 -0
- package/src/components/Hero.tsx +169 -0
- package/src/components/LogoCloud.tsx +100 -0
- package/src/components/MegaMenu.tsx +468 -0
- package/src/components/Navbar.tsx +183 -0
- package/src/components/Newsletter.tsx +180 -0
- package/src/components/Pricing.tsx +336 -0
- package/src/components/Prose.tsx +55 -0
- package/src/components/Section.tsx +106 -0
- package/src/components/Stats.tsx +181 -0
- package/src/components/Testimonials.tsx +205 -0
- package/src/icons.tsx +290 -0
- package/src/index.ts +111 -0
- package/src/styles/index.css +87 -0
- package/src/utils/cn.ts +6 -0
- package/src/utils/contrast.ts +107 -0
- package/src/utils/useTokenForeground.ts +38 -0
- package/tailwind.preset.cjs +121 -0
package/README.md
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
# @ugurdemirel/landcraft
|
|
2
|
+
|
|
3
|
+
Landing / marketing-focused React component library.
|
|
4
|
+
One consistent design language — paper surfaces, ink text, a single accent — with
|
|
5
|
+
multiple visual options per component.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pnpm add @ugurdemirel/landcraft
|
|
11
|
+
# peers: react >=18, tailwindcss ^3.4
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
```tsx
|
|
15
|
+
import { Button, Hero } from "@ugurdemirel/landcraft";
|
|
16
|
+
import "@ugurdemirel/landcraft/styles.css";
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Add the preset to your own Tailwind project:
|
|
20
|
+
|
|
21
|
+
```js
|
|
22
|
+
module.exports = {
|
|
23
|
+
presets: [require("@ugurdemirel/landcraft/tailwind-preset")],
|
|
24
|
+
content: [/* … */],
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## Options
|
|
29
|
+
|
|
30
|
+
Every component accepts an `option` / `variant` prop — same API, different look:
|
|
31
|
+
|
|
32
|
+
| Component | Options |
|
|
33
|
+
| --- | --- |
|
|
34
|
+
| Navbar | `classic` · `floating` · `inverse` |
|
|
35
|
+
| Hero | `split` · `centered` · `statement` |
|
|
36
|
+
| LogoCloud | `quiet` · `marquee` · `strip` |
|
|
37
|
+
| FeatureGrid | `columns` · `bento` · `editorialRows` |
|
|
38
|
+
| Stats | `editorial` · `hairline` · `cells` · `ticker` |
|
|
39
|
+
| Pricing | `cards` · `bento` · `compact` |
|
|
40
|
+
| Testimonials | `grid` · `carousel` · `marquee` |
|
|
41
|
+
| CTA | `panel` · `surface` · `inverse` |
|
|
42
|
+
| FAQ | `accordion` · `split` · `cards` |
|
|
43
|
+
| Footer | `classic` · `minimal` · `editorial` |
|
|
44
|
+
| Newsletter | `inline` · `card` · `underline` |
|
|
45
|
+
| Blog (BlogSection/BlogCard) | `card` · `row` (`limit` shows the latest N posts) |
|
|
46
|
+
|
|
47
|
+
## Theme / Colors
|
|
48
|
+
|
|
49
|
+
Every design decision lives on CSS custom properties on `:root` and can be
|
|
50
|
+
**overridden from outside** — color, type, radii and shadows:
|
|
51
|
+
|
|
52
|
+
| Token | Default | Role |
|
|
53
|
+
| --- | --- | --- |
|
|
54
|
+
| `--color-primary` | `79 70 229` | Primary accent |
|
|
55
|
+
| `--color-on-primary` | `255 255 255` | Text on primary |
|
|
56
|
+
| `--color-secondary` | `15 15 15` | Ink surfaces (footer, statement, inverse) |
|
|
57
|
+
| `--color-on-secondary` | `250 250 250` | Text on ink surfaces |
|
|
58
|
+
| `--color-accent` | `5 150 105` | Promo / success |
|
|
59
|
+
| `--color-danger` / `--color-danger-soft` | `217 45 32` / `255 241 242` | Negative trends |
|
|
60
|
+
| `--color-background` | `250 250 250` | Paper background (not pure white) |
|
|
61
|
+
| `--color-foreground` | `17 17 17` | Main text |
|
|
62
|
+
| `--color-surface` | `255 255 255` | Card surface |
|
|
63
|
+
| `--color-border` | `229 229 228` | Hairline borders |
|
|
64
|
+
| `--font-display` | Space Grotesk | Display type |
|
|
65
|
+
| `--font-sans` | DM Sans | Body type |
|
|
66
|
+
| `--radius-2xl` | `1.5rem` | Large card radius |
|
|
67
|
+
| `--shadow-raised` | — | Elevation |
|
|
68
|
+
|
|
69
|
+
Tokens store space-separated RGB channels (`79 70 229`) so Tailwind's opacity syntax
|
|
70
|
+
(`bg-primary/50`) keeps working.
|
|
71
|
+
|
|
72
|
+
### Contrast guarantees
|
|
73
|
+
|
|
74
|
+
1. **Paired tokens.** Every surface color ships with a matching `--color-on-*` value;
|
|
75
|
+
themes change together.
|
|
76
|
+
2. **Dynamic surfaces.** Gradient CTA panels, statement heroes and `customColor` use
|
|
77
|
+
the WCAG relative-luminance formula at runtime (`getContrastText` /
|
|
78
|
+
`useTokenForeground`). When a dark palette lightens the primary, text flips dark
|
|
79
|
+
automatically.
|
|
80
|
+
|
|
81
|
+
### Icons
|
|
82
|
+
|
|
83
|
+
No emojis. The library ships one consistent 24×24 stroke icon set (Lucide-style):
|
|
84
|
+
`ArrowRight`, `Check`, `Zap`, `ShieldCheck`, `Layers`, `Rocket`, `Mail`, … — import
|
|
85
|
+
them from the package.
|
|
86
|
+
|
|
87
|
+
## Layout
|
|
88
|
+
|
|
89
|
+
`Container` and `Stack` are the single source of the container + gutter rules used
|
|
90
|
+
across Section, Footer, CTA and BlogSection (`mx-auto w-full max-w-* px-5 sm:px-8`):
|
|
91
|
+
|
|
92
|
+
```tsx
|
|
93
|
+
import { Container, Stack } from "@ugurdemirel/landcraft";
|
|
94
|
+
|
|
95
|
+
<Container size="xl"> // sm | md | lg | xl | full
|
|
96
|
+
<Stack gap={8}> // vertical rhythm (0–20)
|
|
97
|
+
<p>…</p>
|
|
98
|
+
<Stack horizontal gap={4}><span>a</span><span>b</span></Stack>
|
|
99
|
+
</Stack>
|
|
100
|
+
</Container>
|
|
101
|
+
// Use as="section" for other elements, gutters={false} for flush layouts.
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
## Content
|
|
105
|
+
|
|
106
|
+
`Prose` wraps `@tailwindcss/typography` and re-skins its colors and type through the
|
|
107
|
+
same tokens (headings use `--font-display`, `<pre>` uses the ink surface, both `prose`
|
|
108
|
+
and `prose-neutral` adapt to the palette):
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
pnpm add @ugurdemirel/landcraft @tailwindcss/typography
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
```tsx
|
|
115
|
+
import { Prose, ProseLead } from "@ugurdemirel/landcraft";
|
|
116
|
+
|
|
117
|
+
<Prose size="lg">
|
|
118
|
+
<ProseLead>Intro paragraph…</ProseLead>
|
|
119
|
+
<h2>Heading</h2>
|
|
120
|
+
<p>Body…</p>
|
|
121
|
+
</Prose>
|
|
122
|
+
{/* CMS output: */}
|
|
123
|
+
<Prose html={articleBody} />
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
Projects using the preset need `@tailwindcss/typography` (optional peer).
|
|
127
|
+
|
|
128
|
+
## Components
|
|
129
|
+
|
|
130
|
+
Button, Badge, Card (+Header/Title/Content/Footer), Section (+Header), Navbar, Hero,
|
|
131
|
+
LogoCloud, FeatureGrid/Card, Stats, Pricing, Testimonials, CTA, FAQ, Footer, Newsletter,
|
|
132
|
+
Blog (BlogSection/BlogCard), Prose (+ProseLead), Container, Stack.
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),y=require("react");function Pe(r){var t,s,o="";if(typeof r=="string"||typeof r=="number")o+=r;else if(typeof r=="object")if(Array.isArray(r)){var i=r.length;for(t=0;t<i;t++)r[t]&&(s=Pe(r[t]))&&(o&&(o+=" "),o+=s)}else for(s in r)r[s]&&(o&&(o+=" "),o+=s);return o}function gr(){for(var r,t,s=0,o="",i=arguments.length;s<i;s++)(r=arguments[s])&&(t=Pe(r))&&(o&&(o+=" "),o+=t);return o}const he="-",pr=r=>{const t=br(r),{conflictingClassGroups:s,conflictingClassGroupModifiers:o}=r;return{getClassGroupId:n=>{const c=n.split(he);return c[0]===""&&c.length!==1&&c.shift(),Te(c,t)||hr(n)},getConflictingClassGroupIds:(n,c)=>{const x=s[n]||[];return c&&o[n]?[...x,...o[n]]:x}}},Te=(r,t)=>{var n;if(r.length===0)return t.classGroupId;const s=r[0],o=t.nextPart.get(s),i=o?Te(r.slice(1),o):void 0;if(i)return i;if(t.validators.length===0)return;const l=r.join(he);return(n=t.validators.find(({validator:c})=>c(l)))==null?void 0:n.classGroupId},we=/^\[(.+)\]$/,hr=r=>{if(we.test(r)){const t=we.exec(r)[1],s=t==null?void 0:t.substring(0,t.indexOf(":"));if(s)return"arbitrary.."+s}},br=r=>{const{theme:t,prefix:s}=r,o={nextPart:new Map,validators:[]};return vr(Object.entries(r.classGroups),s).forEach(([l,n])=>{ue(n,o,l,t)}),o},ue=(r,t,s,o)=>{r.forEach(i=>{if(typeof i=="string"){const l=i===""?t:Ne(t,i);l.classGroupId=s;return}if(typeof i=="function"){if(jr(i)){ue(i(o),t,s,o);return}t.validators.push({validator:i,classGroupId:s});return}Object.entries(i).forEach(([l,n])=>{ue(n,Ne(t,l),s,o)})})},Ne=(r,t)=>{let s=r;return t.split(he).forEach(o=>{s.nextPart.has(o)||s.nextPart.set(o,{nextPart:new Map,validators:[]}),s=s.nextPart.get(o)}),s},jr=r=>r.isThemeGetter,vr=(r,t)=>t?r.map(([s,o])=>{const i=o.map(l=>typeof l=="string"?t+l:typeof l=="object"?Object.fromEntries(Object.entries(l).map(([n,c])=>[t+n,c])):l);return[s,i]}):r,yr=r=>{if(r<1)return{get:()=>{},set:()=>{}};let t=0,s=new Map,o=new Map;const i=(l,n)=>{s.set(l,n),t++,t>r&&(t=0,o=s,s=new Map)};return{get(l){let n=s.get(l);if(n!==void 0)return n;if((n=o.get(l))!==void 0)return i(l,n),n},set(l,n){s.has(l)?s.set(l,n):i(l,n)}}},Be="!",wr=r=>{const{separator:t,experimentalParseClassName:s}=r,o=t.length===1,i=t[0],l=t.length,n=c=>{const x=[];let u=0,m=0,d;for(let h=0;h<c.length;h++){let k=c[h];if(u===0){if(k===i&&(o||c.slice(h,h+l)===t)){x.push(c.slice(m,h)),m=h+l;continue}if(k==="/"){d=h;continue}}k==="["?u++:k==="]"&&u--}const p=x.length===0?c:c.substring(m),f=p.startsWith(Be),g=f?p.substring(1):p,b=d&&d>m?d-m:void 0;return{modifiers:x,hasImportantModifier:f,baseClassName:g,maybePostfixModifierPosition:b}};return s?c=>s({className:c,parseClassName:n}):n},Nr=r=>{if(r.length<=1)return r;const t=[];let s=[];return r.forEach(o=>{o[0]==="["?(t.push(...s.sort(),o),s=[]):s.push(o)}),t.push(...s.sort()),t},kr=r=>({cache:yr(r.cacheSize),parseClassName:wr(r),...pr(r)}),Cr=/\s+/,Mr=(r,t)=>{const{parseClassName:s,getClassGroupId:o,getConflictingClassGroupIds:i}=t,l=[],n=r.trim().split(Cr);let c="";for(let x=n.length-1;x>=0;x-=1){const u=n[x],{modifiers:m,hasImportantModifier:d,baseClassName:p,maybePostfixModifierPosition:f}=s(u);let g=!!f,b=o(g?p.substring(0,f):p);if(!b){if(!g){c=u+(c.length>0?" "+c:c);continue}if(b=o(p),!b){c=u+(c.length>0?" "+c:c);continue}g=!1}const h=Nr(m).join(":"),k=d?h+Be:h,w=k+b;if(l.includes(w))continue;l.push(w);const T=i(b,g);for(let A=0;A<T.length;++A){const P=T[A];l.push(k+P)}c=u+(c.length>0?" "+c:c)}return c};function Sr(){let r=0,t,s,o="";for(;r<arguments.length;)(t=arguments[r++])&&(s=Le(t))&&(o&&(o+=" "),o+=s);return o}const Le=r=>{if(typeof r=="string")return r;let t,s="";for(let o=0;o<r.length;o++)r[o]&&(t=Le(r[o]))&&(s&&(s+=" "),s+=t);return s};function zr(r,...t){let s,o,i,l=n;function n(x){const u=t.reduce((m,d)=>d(m),r());return s=kr(u),o=s.cache.get,i=s.cache.set,l=c,c(x)}function c(x){const u=o(x);if(u)return u;const m=Mr(x,s);return i(x,m),m}return function(){return l(Sr.apply(null,arguments))}}const z=r=>{const t=s=>s[r]||[];return t.isThemeGetter=!0,t},Ge=/^\[(?:([a-z-]+):)?(.+)\]$/i,Rr=/^\d+\/\d+$/,Ar=new Set(["px","full","screen"]),Pr=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Tr=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Br=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Lr=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Gr=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,L=r=>U(r)||Ar.has(r)||Rr.test(r),$=r=>_(r,"length",Or),U=r=>!!r&&!Number.isNaN(Number(r)),ie=r=>_(r,"number",U),Q=r=>!!r&&Number.isInteger(Number(r)),Ir=r=>r.endsWith("%")&&U(r.slice(0,-1)),v=r=>Ge.test(r),F=r=>Pr.test(r),$r=new Set(["length","size","percentage"]),Fr=r=>_(r,$r,Ie),Er=r=>_(r,"position",Ie),Vr=new Set(["image","url"]),qr=r=>_(r,Vr,_r),Hr=r=>_(r,"",Ur),X=()=>!0,_=(r,t,s)=>{const o=Ge.exec(r);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):s(o[2]):!1},Or=r=>Tr.test(r)&&!Br.test(r),Ie=()=>!1,Ur=r=>Lr.test(r),_r=r=>Gr.test(r),Wr=()=>{const r=z("colors"),t=z("spacing"),s=z("blur"),o=z("brightness"),i=z("borderColor"),l=z("borderRadius"),n=z("borderSpacing"),c=z("borderWidth"),x=z("contrast"),u=z("grayscale"),m=z("hueRotate"),d=z("invert"),p=z("gap"),f=z("gradientColorStops"),g=z("gradientColorStopPositions"),b=z("inset"),h=z("margin"),k=z("opacity"),w=z("padding"),T=z("saturate"),A=z("scale"),P=z("sepia"),J=z("skew"),H=z("space"),K=z("translate"),O=()=>["auto","contain","none"],W=()=>["auto","hidden","clip","visible","scroll"],D=()=>["auto",v,t],C=()=>[v,t],ee=()=>["",L,$],E=()=>["auto",U,v],Y=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],V=()=>["solid","dashed","dotted","double","none"],re=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],j=()=>["start","end","center","between","around","evenly","stretch"],S=()=>["","0",v],M=()=>["auto","avoid","all","avoid-page","page","left","right","column"],R=()=>[U,v];return{cacheSize:500,separator:":",theme:{colors:[X],spacing:[L,$],blur:["none","",F,v],brightness:R(),borderColor:[r],borderRadius:["none","","full",F,v],borderSpacing:C(),borderWidth:ee(),contrast:R(),grayscale:S(),hueRotate:R(),invert:S(),gap:C(),gradientColorStops:[r],gradientColorStopPositions:[Ir,$],inset:D(),margin:D(),opacity:R(),padding:C(),saturate:R(),scale:R(),sepia:S(),skew:R(),space:C(),translate:C()},classGroups:{aspect:[{aspect:["auto","square","video",v]}],container:["container"],columns:[{columns:[F]}],"break-after":[{"break-after":M()}],"break-before":[{"break-before":M()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...Y(),v]}],overflow:[{overflow:W()}],"overflow-x":[{"overflow-x":W()}],"overflow-y":[{"overflow-y":W()}],overscroll:[{overscroll:O()}],"overscroll-x":[{"overscroll-x":O()}],"overscroll-y":[{"overscroll-y":O()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[b]}],"inset-x":[{"inset-x":[b]}],"inset-y":[{"inset-y":[b]}],start:[{start:[b]}],end:[{end:[b]}],top:[{top:[b]}],right:[{right:[b]}],bottom:[{bottom:[b]}],left:[{left:[b]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",Q,v]}],basis:[{basis:D()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",v]}],grow:[{grow:S()}],shrink:[{shrink:S()}],order:[{order:["first","last","none",Q,v]}],"grid-cols":[{"grid-cols":[X]}],"col-start-end":[{col:["auto",{span:["full",Q,v]},v]}],"col-start":[{"col-start":E()}],"col-end":[{"col-end":E()}],"grid-rows":[{"grid-rows":[X]}],"row-start-end":[{row:["auto",{span:[Q,v]},v]}],"row-start":[{"row-start":E()}],"row-end":[{"row-end":E()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",v]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",v]}],gap:[{gap:[p]}],"gap-x":[{"gap-x":[p]}],"gap-y":[{"gap-y":[p]}],"justify-content":[{justify:["normal",...j()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...j(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...j(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[w]}],px:[{px:[w]}],py:[{py:[w]}],ps:[{ps:[w]}],pe:[{pe:[w]}],pt:[{pt:[w]}],pr:[{pr:[w]}],pb:[{pb:[w]}],pl:[{pl:[w]}],m:[{m:[h]}],mx:[{mx:[h]}],my:[{my:[h]}],ms:[{ms:[h]}],me:[{me:[h]}],mt:[{mt:[h]}],mr:[{mr:[h]}],mb:[{mb:[h]}],ml:[{ml:[h]}],"space-x":[{"space-x":[H]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[H]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",v,t]}],"min-w":[{"min-w":[v,t,"min","max","fit"]}],"max-w":[{"max-w":[v,t,"none","full","min","max","fit","prose",{screen:[F]},F]}],h:[{h:[v,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[v,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[v,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[v,t,"auto","min","max","fit"]}],"font-size":[{text:["base",F,$]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",ie]}],"font-family":[{font:[X]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",v]}],"line-clamp":[{"line-clamp":["none",U,ie]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",L,v]}],"list-image":[{"list-image":["none",v]}],"list-style-type":[{list:["none","disc","decimal",v]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[r]}],"placeholder-opacity":[{"placeholder-opacity":[k]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[r]}],"text-opacity":[{"text-opacity":[k]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...V(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",L,$]}],"underline-offset":[{"underline-offset":["auto",L,v]}],"text-decoration-color":[{decoration:[r]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:C()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",v]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",v]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[k]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...Y(),Er]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Fr]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},qr]}],"bg-color":[{bg:[r]}],"gradient-from-pos":[{from:[g]}],"gradient-via-pos":[{via:[g]}],"gradient-to-pos":[{to:[g]}],"gradient-from":[{from:[f]}],"gradient-via":[{via:[f]}],"gradient-to":[{to:[f]}],rounded:[{rounded:[l]}],"rounded-s":[{"rounded-s":[l]}],"rounded-e":[{"rounded-e":[l]}],"rounded-t":[{"rounded-t":[l]}],"rounded-r":[{"rounded-r":[l]}],"rounded-b":[{"rounded-b":[l]}],"rounded-l":[{"rounded-l":[l]}],"rounded-ss":[{"rounded-ss":[l]}],"rounded-se":[{"rounded-se":[l]}],"rounded-ee":[{"rounded-ee":[l]}],"rounded-es":[{"rounded-es":[l]}],"rounded-tl":[{"rounded-tl":[l]}],"rounded-tr":[{"rounded-tr":[l]}],"rounded-br":[{"rounded-br":[l]}],"rounded-bl":[{"rounded-bl":[l]}],"border-w":[{border:[c]}],"border-w-x":[{"border-x":[c]}],"border-w-y":[{"border-y":[c]}],"border-w-s":[{"border-s":[c]}],"border-w-e":[{"border-e":[c]}],"border-w-t":[{"border-t":[c]}],"border-w-r":[{"border-r":[c]}],"border-w-b":[{"border-b":[c]}],"border-w-l":[{"border-l":[c]}],"border-opacity":[{"border-opacity":[k]}],"border-style":[{border:[...V(),"hidden"]}],"divide-x":[{"divide-x":[c]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[c]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[k]}],"divide-style":[{divide:V()}],"border-color":[{border:[i]}],"border-color-x":[{"border-x":[i]}],"border-color-y":[{"border-y":[i]}],"border-color-s":[{"border-s":[i]}],"border-color-e":[{"border-e":[i]}],"border-color-t":[{"border-t":[i]}],"border-color-r":[{"border-r":[i]}],"border-color-b":[{"border-b":[i]}],"border-color-l":[{"border-l":[i]}],"divide-color":[{divide:[i]}],"outline-style":[{outline:["",...V()]}],"outline-offset":[{"outline-offset":[L,v]}],"outline-w":[{outline:[L,$]}],"outline-color":[{outline:[r]}],"ring-w":[{ring:ee()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[r]}],"ring-opacity":[{"ring-opacity":[k]}],"ring-offset-w":[{"ring-offset":[L,$]}],"ring-offset-color":[{"ring-offset":[r]}],shadow:[{shadow:["","inner","none",F,Hr]}],"shadow-color":[{shadow:[X]}],opacity:[{opacity:[k]}],"mix-blend":[{"mix-blend":[...re(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":re()}],filter:[{filter:["","none"]}],blur:[{blur:[s]}],brightness:[{brightness:[o]}],contrast:[{contrast:[x]}],"drop-shadow":[{"drop-shadow":["","none",F,v]}],grayscale:[{grayscale:[u]}],"hue-rotate":[{"hue-rotate":[m]}],invert:[{invert:[d]}],saturate:[{saturate:[T]}],sepia:[{sepia:[P]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[s]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[x]}],"backdrop-grayscale":[{"backdrop-grayscale":[u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[m]}],"backdrop-invert":[{"backdrop-invert":[d]}],"backdrop-opacity":[{"backdrop-opacity":[k]}],"backdrop-saturate":[{"backdrop-saturate":[T]}],"backdrop-sepia":[{"backdrop-sepia":[P]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[n]}],"border-spacing-x":[{"border-spacing-x":[n]}],"border-spacing-y":[{"border-spacing-y":[n]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",v]}],duration:[{duration:R()}],ease:[{ease:["linear","in","out","in-out",v]}],delay:[{delay:R()}],animate:[{animate:["none","spin","ping","pulse","bounce",v]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[A]}],"scale-x":[{"scale-x":[A]}],"scale-y":[{"scale-y":[A]}],rotate:[{rotate:[Q,v]}],"translate-x":[{"translate-x":[K]}],"translate-y":[{"translate-y":[K]}],"skew-x":[{"skew-x":[J]}],"skew-y":[{"skew-y":[J]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",v]}],accent:[{accent:["auto",r]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",v]}],"caret-color":[{caret:[r]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":C()}],"scroll-mx":[{"scroll-mx":C()}],"scroll-my":[{"scroll-my":C()}],"scroll-ms":[{"scroll-ms":C()}],"scroll-me":[{"scroll-me":C()}],"scroll-mt":[{"scroll-mt":C()}],"scroll-mr":[{"scroll-mr":C()}],"scroll-mb":[{"scroll-mb":C()}],"scroll-ml":[{"scroll-ml":C()}],"scroll-p":[{"scroll-p":C()}],"scroll-px":[{"scroll-px":C()}],"scroll-py":[{"scroll-py":C()}],"scroll-ps":[{"scroll-ps":C()}],"scroll-pe":[{"scroll-pe":C()}],"scroll-pt":[{"scroll-pt":C()}],"scroll-pr":[{"scroll-pr":C()}],"scroll-pb":[{"scroll-pb":C()}],"scroll-pl":[{"scroll-pl":C()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",v]}],fill:[{fill:[r,"none"]}],"stroke-w":[{stroke:[L,$,ie]}],stroke:[{stroke:[r,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},Dr=zr(Wr);function a(...r){return Dr(gr(r))}function Yr(r){return typeof window>"u"?"":window.getComputedStyle(document.documentElement).getPropertyValue(r).trim()}function Qr(r){let t=r;const s=t.match(/var\(--[\w-]+/g)??[];for(const o of s){const i=o.replace(/^var\(/,""),l=Yr(i);l&&(t=t.split(o).join(l))}return t}function Xr(r){var x;let t=r.trim();if(/^#([0-9a-f]{3}){1,2}$/i.test(t))return t.length===4&&(t="#"+t.slice(1).split("").map(u=>u+u).join("")),{r:parseInt(t.slice(1,3),16),g:parseInt(t.slice(3,5),16),b:parseInt(t.slice(5,7),16)};const i=((x=Qr(t).replace(/[()/;,]/g," ").match(/-?\d+(\.\d+)?/g))==null?void 0:x.map(Number))??[];if(i.length<3)return null;const[l,n,c]=i;return{r:Math.max(0,Math.min(255,Math.round(l))),g:Math.max(0,Math.min(255,Math.round(n))),b:Math.max(0,Math.min(255,Math.round(c)))}}function ce(r){const t=Xr(r);if(!t)return 0;const s=[t.r,t.g,t.b].map(o=>o/255).map(o=>o<=.03928?o/12.92:Math.pow((o+.055)/1.055,2.4));return .2126*s[0]+.7152*s[1]+.0722*s[2]}function ke(r,t){const[s,o]=r>t?[r,t]:[t,r];return(s+.05)/(o+.05)}function B(r,t="#ffffff",s="#0f172a"){const o=ce(r),i=ce(t),l=ce(s);return ke(o,i)>=ke(o,l)?t:s}const Zr={primary:"bg-primary text-on-primary hover:bg-primary-hover",dark:"bg-secondary text-on-secondary hover:bg-secondary-hover",outline:"border border-border bg-transparent text-foreground hover:border-foreground/30 hover:bg-surface",ghost:"text-foreground hover:bg-surface",link:"px-0 h-auto text-primary hover:text-primary-hover"},Jr={sm:"h-9 px-4 text-[13px] gap-1.5",md:"h-11 px-5 text-sm gap-2",lg:"h-12 px-7 text-[15px] gap-2"},Kr="group inline-flex select-none items-center justify-center rounded-lg font-medium tracking-tight transition-[background-color,border-color,color,box-shadow] duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:opacity-50 cursor-pointer",$e=y.forwardRef(({className:r,variant:t="primary",size:s="md",iconLeft:o,iconRight:i,customColor:l,fullWidth:n,style:c,type:x="button",children:u,...m},d)=>{const p=l?{...c,backgroundColor:l,color:B(l)}:c,f=t==="link";return e.jsxs("button",{ref:d,type:x,style:p,className:a(Kr,Jr[s],l?"hover:brightness-95":Zr[t],f&&"underline-offset-4 hover:underline",n&&"w-full",r),...m,children:[o?e.jsx("span",{className:a("shrink-0",!f&&"opacity-70"),children:o}):null,u,i?e.jsx("span",{className:a("shrink-0 transition-transform duration-200",!f&&"opacity-70 group-hover:translate-x-0.5"),children:i}):null]})});$e.displayName="Button";const et="inline-flex items-center rounded-full font-medium tracking-tight transition-colors duration-200",rt={sm:"px-2.5 py-0.5 text-xs gap-1",md:"px-3 py-1 text-[13px] gap-1.5"},tt={solid:"bg-primary text-on-primary",soft:"bg-primary-soft text-primary",outline:"text-muted-foreground ring-1 ring-inset ring-border",dot:"text-foreground ring-1 ring-inset ring-border bg-surface"},oe=y.forwardRef(({className:r,variant:t="soft",size:s="md",icon:o,customColor:i,style:l,children:n,...c},x)=>{const u=i?{...l,backgroundColor:i,color:B(i,"#111111","#ffffff")}:l;return e.jsxs("span",{ref:x,style:u,className:a(et,rt[s],i?void 0:tt[t],r),...c,children:[t==="dot"?e.jsx("span",{"aria-hidden":!0,className:a("h-1.5 w-1.5 shrink-0 rounded-full",i?"currentColor":"bg-primary"),style:i?{backgroundColor:i}:void 0}):null,o?e.jsx("span",{className:"shrink-0 opacity-70",children:o}):null,n]})});oe.displayName="Badge";const st={outlined:"border border-border bg-surface",elevated:"border border-border bg-surface shadow-soft",inset:"bg-surface-strong"},Fe=y.forwardRef(({className:r,variant:t="outlined",interactive:s=!1,...o},i)=>e.jsx("div",{ref:i,className:a("rounded-xl transition-[border-color,box-shadow,transform] duration-200",st[t],s&&"cursor-pointer hover:-translate-y-0.5 hover:border-foreground/20 hover:shadow-raised","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",r),...o}));Fe.displayName="Card";const Ee=y.forwardRef(({className:r,icon:t,children:s,...o},i)=>e.jsxs("div",{ref:i,className:a("flex flex-col gap-2 p-6 pb-0",r),...o,children:[t?e.jsx("div",{className:"mb-1.5",children:t}):null,s]}));Ee.displayName="CardHeader";const Ve=y.forwardRef(({className:r,...t},s)=>e.jsx("h3",{ref:s,className:a("font-display text-lg font-semibold tracking-tight text-foreground",r),...t}));Ve.displayName="CardTitle";const qe=y.forwardRef(({className:r,...t},s)=>e.jsx("p",{ref:s,className:a("text-sm leading-6 text-muted-foreground",r),...t}));qe.displayName="CardDescription";const He=y.forwardRef(({className:r,...t},s)=>e.jsx("div",{ref:s,className:a("p-6 pt-5",r),...t}));He.displayName="CardContent";const Oe=y.forwardRef(({className:r,...t},s)=>e.jsx("div",{ref:s,className:a("flex items-center gap-3 border-t border-border/70 p-6 pt-5",r),...t}));Oe.displayName="CardFooter";const ot={sm:"max-w-xl",md:"max-w-3xl",lg:"max-w-5xl",xl:"max-w-6xl"},G=y.forwardRef(({className:r,as:t,size:s="xl",gutters:o=!0,...i},l)=>{const n=t??"div";return e.jsx(n,{ref:l,className:a("mx-auto w-full",s!=="full"&&ot[s],o&&"px-5 sm:px-8",r),...i})});G.displayName="Container";const nt={0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",8:"gap-8",10:"gap-10",12:"gap-12",16:"gap-16",20:"gap-20"},Ue=y.forwardRef(({className:r,gap:t=4,horizontal:s=!1,...o},i)=>e.jsx("div",{ref:i,className:a("flex",s?"flex-row flex-wrap items-center":"flex-col",nt[t],r),...o}));Ue.displayName="Stack";const de="inline-flex items-center gap-2 text-xs font-semibold tracking-[0.18em] uppercase",lt={caps:a(de,"text-foreground/50"),soft:a(de,"rounded-full px-3 py-1 text-primary tracking-widest bg-primary-soft uppercase"),plain:a(de,"text-primary")},be=y.forwardRef(({className:r,eyebrow:t,eyebrowStyle:s="caps",title:o,description:i,align:l="center",children:n,...c},x)=>e.jsxs("div",{ref:x,className:a("mb-14 max-w-2xl",l==="center"&&"mx-auto text-center",r),...c,children:[t?e.jsx("p",{className:lt[s],children:t}):null,o?e.jsx("h2",{className:"mt-5 font-display text-balance text-[1.9rem] font-semibold leading-[1.08] tracking-tight text-foreground sm:text-4xl",children:o}):null,i?e.jsx("p",{className:"mt-4 text-pretty text-base leading-7 text-muted-foreground sm:text-lg",children:i}):null,n]}));be.displayName="SectionHeader";const at={sm:"py-14",md:"py-20 sm:py-24",lg:"py-24 sm:py-32"},_e=y.forwardRef(({className:r,containerClassName:t,size:s="md",eyebrow:o,eyebrowStyle:i,title:l,description:n,align:c="center",children:x,id:u,...m},d)=>e.jsx("section",{ref:d,id:u,className:a("w-full",at[s],r),...m,children:e.jsxs(G,{className:t,children:[o||l||n?e.jsx(be,{eyebrow:o,eyebrowStyle:i,title:l,description:n,align:c}):null,x]})}));_e.displayName="Section";function Ce(r){return typeof window>"u"?"":window.getComputedStyle(document.documentElement).getPropertyValue(r).trim()}function ae(r,t="#ffffff"){const[s,o]=y.useState(()=>{const i=Ce(r);return i?B(i):t});return y.useEffect(()=>{const i=()=>{const n=Ce(r);o(n?B(n):t)};i();const l=new MutationObserver(i);return l.observe(document.documentElement,{attributes:!0,attributeFilter:["style","class"]}),()=>l.disconnect()},[r,t]),s}const Me="font-display font-semibold tracking-[-0.03em] text-balance text-foreground",We=y.forwardRef(({className:r,variant:t="split",eyebrow:s,title:o,description:i,primaryAction:l,secondaryAction:n,media:c,meta:x,id:u,...m},d)=>{const p=t==="centered",g=ae(t==="statement"?"--color-secondary":"--color-primary"),b="relative mx-auto flex w-full max-w-6xl flex-col items-center px-5 sm:px-8",h=typeof s=="string"?e.jsx("p",{className:"text-xs font-semibold uppercase tracking-[0.2em] text-primary",children:s}):s?e.jsx("div",{children:s}):null,k=l||n?e.jsxs("div",{className:"flex flex-wrap items-center gap-4",children:[l,n]}):null;return t==="split"?e.jsx("section",{ref:d,id:u,className:a("relative w-full border-b border-border bg-background",r),...m,children:e.jsxs("div",{className:a(b,"items-start gap-14 pt-20 pb-20 sm:pt-28 sm:pb-28 lg:grid lg:grid-cols-[1.05fr_0.95fr] lg:gap-20"),children:[e.jsxs("div",{className:"max-w-xl",children:[h,e.jsx("h1",{className:a(Me,"mt-6 text-5xl leading-[1.03] sm:text-6xl lg:text-7xl"),children:o}),i?e.jsx("p",{className:"mt-7 max-w-md text-pretty leading-relaxed text-muted-foreground sm:text-lg",children:i}):null,k?e.jsx("div",{className:"mt-10",children:k}):null,x?e.jsx("ul",{className:"mt-14 flex flex-wrap items-center gap-x-8 gap-y-3 border-t border-border pt-6",children:x.map(w=>e.jsxs("li",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[w.icon?e.jsx("span",{className:"text-foreground/35",children:w.icon}):null,w.label]},w.label))}):null]}),c?e.jsx("div",{className:"w-full self-center",children:c}):null]})}):p?e.jsx("section",{ref:d,id:u,className:a("relative w-full border-b border-border bg-background",r),...m,children:e.jsxs("div",{className:a(b,"pt-24 pb-20 text-center sm:pt-32 sm:pb-24"),children:[h,e.jsx("h1",{className:a(Me,"mt-7 max-w-4xl text-5xl leading-[1.04] sm:text-6xl lg:text-7xl"),children:o}),i?e.jsx("p",{className:"mx-auto mt-7 max-w-xl text-pretty leading-relaxed text-muted-foreground sm:text-lg",children:i}):null,k?e.jsx("div",{className:"mt-10 justify-center",children:k}):null,x?e.jsx("ul",{className:"mt-14 flex flex-wrap items-center justify-center gap-x-9 gap-y-3",children:x.map((w,T)=>e.jsxs("li",{className:a("flex items-center gap-2 text-sm text-muted-foreground",T>0&&"sm:border-l sm:border-border sm:pl-9"),children:[w.icon?e.jsx("span",{className:"text-foreground/35",children:w.icon}):null,w.label]},w.label))}):null,c?e.jsx("div",{className:"mt-16 w-full",children:c}):null]})}):e.jsxs("section",{ref:d,id:u,className:a("relative w-full overflow-hidden bg-secondary",r),style:{color:g},...m,children:[e.jsx("div",{"aria-hidden":!0,className:"pointer-events-none absolute inset-0 grain opacity-[0.07] mix-blend-overlay"}),e.jsx("div",{"aria-hidden":!0,className:"pointer-events-none absolute inset-x-0 top-0 h-px bg-white/10"}),e.jsxs("div",{className:a(b,"pt-28 pb-24 text-center sm:pt-36 sm:pb-32"),children:[e.jsx("h1",{className:"max-w-5xl font-display text-[2.9rem] font-semibold leading-[1.02] tracking-[-0.04em] text-balance sm:text-7xl lg:text-8xl",style:{color:g},children:o}),i?e.jsx("p",{className:"mx-auto mt-8 max-w-xl text-pretty leading-relaxed sm:text-lg",style:{color:g,opacity:.72},children:i}):null,k?e.jsx("div",{className:"mt-11 justify-center",children:k}):null,x?e.jsx("ul",{className:"mt-16 flex flex-wrap items-center justify-center gap-x-10 gap-y-3",children:x.map(w=>e.jsxs("li",{className:"flex items-center gap-2 text-sm font-medium",style:{color:g,opacity:.72},children:[w.icon?e.jsx("span",{children:w.icon}):null,w.label]},w.label))}):null]})]})});We.displayName="Hero";const N={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":!0},q=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M5 12h14"}),e.jsx("path",{d:"m13 6 6 6-6 6"})]}),De=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M7 17 17 7"}),e.jsx("path",{d:"M8 7h9v9"})]}),Ye=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 5v14"}),e.jsx("path",{d:"m6 13 6 6 6-6"})]}),Qe=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 19V5"}),e.jsx("path",{d:"m6 11 6-6 6 6"})]}),Z=r=>e.jsx("svg",{...N,...r,children:e.jsx("path",{d:"M20 6 9 17l-5-5"})}),fe=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 5v14"}),e.jsx("path",{d:"M5 12h14"})]}),je=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M18 6 6 18"}),e.jsx("path",{d:"m6 6 12 12"})]}),ve=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M4 7h16"}),e.jsx("path",{d:"M4 12h16"}),e.jsx("path",{d:"M4 17h16"})]}),ge=r=>e.jsx("svg",{...N,...r,children:e.jsx("path",{d:"m6 9 6 6 6-6"})}),Xe=r=>e.jsx("svg",{...N,...r,children:e.jsx("path",{d:"m9 6 6 6-6 6"})}),Ze=r=>e.jsx("svg",{...N,...r,children:e.jsx("path",{d:"m15 6-6 6 6 6"})}),it=r=>e.jsx("svg",{...N,...r,children:e.jsx("path",{d:"M13 2 3 14h7l-1 8 10-12h-7l1-8z"})}),ct=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 3 5 6v5c0 4.5 3 7.5 7 9 4-1.5 7-4.5 7-9V6l-7-3z"}),e.jsx("path",{d:"m9 12 2 2 4-4"})]}),dt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"m12 2 9 5-9 5-9-5 9-5z"}),e.jsx("path",{d:"m3 12 9 5 9-5"}),e.jsx("path",{d:"m3 17 9 5 9-5"})]}),xt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("rect",{width:"14",height:"20",x:"5",y:"2",rx:"2.5"}),e.jsx("path",{d:"M12 18h.01"})]}),mt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16z"}),e.jsx("path",{d:"m12 14 4-4"}),e.jsx("path",{d:"M12 10.5 9 13.5"})]}),ut=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M3 20h18"}),e.jsx("path",{d:"M7 20V8"}),e.jsx("path",{d:"M12 20V4"}),e.jsx("path",{d:"M17 20v-7"})]}),ft=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M16 21v-2a4 4 0 0 0-4-4H7a4 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"})]}),Je=r=>e.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":!0,...r,children:e.jsx("path",{d:"M12 2.5c.33 0 .63.19.77.5l1.98 4.01 4.42.64c.62.09.87.85.42 1.29l-3.2 3.12.76 4.4c.11.62-.55 1.1-1.1.8L12 15.13l-3.95 2.08c-.56.29-1.21-.18-1.1-.8l.76-4.4-3.2-3.12a.78.78 0 0 1 .42-1.29l4.42-.64L11.23 3c.14-.31.44-.5.77-.5z"})}),ye=r=>e.jsx("svg",{viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":!0,...r,children:e.jsx("path",{d:"M10.5 5C7 5 4.5 7.5 4.5 11c0 3.3 2.2 5.5 5.2 5.5.2 0 .4 0 .5-.1-.2 1.5-1.3 2.6-2.9 3.2a.75.75 0 1 0 .4 1.4c3.6-1 5.8-3.8 5.8-7.7V7.5C13 6.1 11.9 5 10.5 5zm9 0C16 5 13.5 7.5 13.5 11c0 3.3 2.2 5.5 5.2 5.5.2 0 .4 0 .5-.1-.2 1.5-1.3 2.6-2.9 3.2a.75.75 0 1 0 .4 1.4c3.6-1 5.8-3.8 5.8-7.7V7.5C22 6.1 20.9 5 19.5 5z"})}),gt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("circle",{cx:"12",cy:"12",r:"9"}),e.jsx("path",{d:"M3 12h18"}),e.jsx("path",{d:"M12 3a14 14 0 0 1 0 18 14 14 0 0 1 0-18z"})]}),Ke=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("rect",{width:"18",height:"14",x:"3",y:"5",rx:"2"}),e.jsx("path",{d:"m3 7 9 6 9-6"})]}),pt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("rect",{width:"18",height:"11",x:"3",y:"11",rx:"2"}),e.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"})]}),ht=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("circle",{cx:"12",cy:"12",r:"9"}),e.jsx("path",{d:"M12 7v5l3 2"})]}),bt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 2v20"}),e.jsx("path",{d:"M17 5.5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"})]}),jt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"m16 18 6-6-6-6"}),e.jsx("path",{d:"m8 6-6 6 6 6"})]}),vt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"m5 17 5-5-5-5"}),e.jsx("path",{d:"M13 19h6"})]}),yt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"m3 11 18-8-7 18-3-7-8-3z"}),e.jsx("path",{d:"M11 14 21 3"})]}),wt=r=>e.jsx("svg",{...N,...r,children:e.jsx("path",{d:"m8 5 11 7-11 7V5z"})}),Nt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M15 3h6v6"}),e.jsx("path",{d:"M10 14 21 3"}),e.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"})]}),kt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M4 6h10"}),e.jsx("path",{d:"M18 6h2"}),e.jsx("circle",{cx:"16",cy:"6",r:"2"}),e.jsx("path",{d:"M4 12h2"}),e.jsx("path",{d:"M10 12h10"}),e.jsx("circle",{cx:"8",cy:"12",r:"2"}),e.jsx("path",{d:"M4 18h10"}),e.jsx("path",{d:"M18 18h2"}),e.jsx("circle",{cx:"16",cy:"18",r:"2"})]}),Ct=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("ellipse",{cx:"12",cy:"5",rx:"8",ry:"3"}),e.jsx("path",{d:"M4 5v7c0 1.66 3.58 3 8 3s8-1.34 8-3V5"}),e.jsx("path",{d:"M4 12v7c0 1.66 3.58 3 8 3s8-1.34 8-3v-7"})]}),Mt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M21 8 12 3 3 8v8l9 5 9-5V8z"}),e.jsx("path",{d:"m3 8 9 5 9-5"}),e.jsx("path",{d:"M12 13v8"})]}),St=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("rect",{width:"16",height:"16",x:"4",y:"4",rx:"2"}),e.jsx("rect",{width:"8",height:"8",x:"8",y:"8",rx:"1"}),e.jsx("path",{d:"M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2"})]}),zt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M12 3a9 9 0 1 0 0 18c1.66 0 2-1.34 2-2 0-.66-.27-1.16-.58-1.66-.3-.48-.42-.84-.42-1.34 0-.83.67-1.5 1.5-1.5h3.2A4.3 4.3 0 0 0 21 10 9 9 0 0 0 12 3z"}),e.jsx("circle",{cx:"7.5",cy:"10.5",r:"0.8",fill:"currentColor",stroke:"none"}),e.jsx("circle",{cx:"12",cy:"7.5",r:"0.8",fill:"currentColor",stroke:"none"}),e.jsx("circle",{cx:"16.5",cy:"10.5",r:"0.8",fill:"currentColor",stroke:"none"})]}),Rt=r=>e.jsxs("svg",{...N,...r,children:[e.jsx("path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z"}),e.jsx("path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z"}),e.jsx("path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}),e.jsx("path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"}),e.jsx("circle",{cx:"15.5",cy:"8.5",r:"1.5",fill:"currentColor",stroke:"none"})]}),At={classic:"text-muted-foreground hover:text-foreground",floating:"text-muted-foreground hover:text-foreground",inverse:"text-on-secondary/60 hover:text-on-secondary"},er=({className:r,variant:t="classic",brand:s,logo:o,logoSrc:i,logoAlt:l,logoClassName:n,brandHref:c="#",links:x,actions:u,cta:m,sticky:d=!0,...p})=>{const[f,g]=y.useState(!1),b=t==="inverse",h=a("w-full transition-colors duration-200",d&&"sticky top-0 z-50",t==="classic"&&"border-b border-border bg-background/85 backdrop-blur-md supports-[backdrop-filter]:bg-background/75",t==="floating"&&"px-0",t==="inverse"&&"border-b border-white/10 bg-[#101010]/85 backdrop-blur-md"),k=a("flex h-16 w-full items-center justify-between gap-4 transition-colors duration-200",t==="floating"&&"mx-auto mt-3 max-w-5xl rounded-xl border border-border bg-surface/90 px-5 shadow-soft backdrop-blur-md supports-[backdrop-filter]:bg-surface/70",t==="classic"&&"mx-auto max-w-6xl px-5 sm:px-8",t==="inverse"&&"mx-auto max-w-6xl px-5 sm:px-8"),w=o??(i?e.jsx("img",{src:i,alt:l??(typeof s=="string"?s:"Logo"),className:a("h-7 w-auto",n)}):null),T=w?e.jsx("span",{className:"flex items-center",children:w}):e.jsxs("span",{className:a("flex items-center gap-2 font-display text-[17px] font-bold tracking-tight",b?"text-on-secondary":"text-foreground"),children:[e.jsx("span",{"aria-hidden":!0,className:a("inline-block h-2.5 w-2.5 rounded-sm",b?"bg-on-secondary":"bg-foreground")}),s]});return e.jsxs("header",{className:a(h,t==="floating"&&"px-3 sm:px-6",r),...p,children:[e.jsxs("nav",{className:k,"aria-label":"Main navigation",children:[e.jsx("a",{href:c,className:"shrink-0",children:T}),e.jsx("ul",{className:"hidden items-center gap-7 md:flex",children:x.map(A=>e.jsx("li",{children:e.jsx("a",{href:A.href,className:a("text-sm font-medium transition-colors duration-150",At[t]),children:A.label})},A.href))}),e.jsxs("div",{className:"hidden items-center gap-3 md:flex",children:[u,m]}),e.jsx("button",{type:"button","aria-label":f?"Close menu":"Open menu","aria-expanded":f,onClick:()=>g(A=>!A),className:a("inline-flex h-10 w-10 shrink-0 cursor-pointer items-center justify-center rounded-md md:hidden","transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",b?"text-on-secondary hover:bg-white/10":"text-foreground hover:bg-surface"),children:f?e.jsx(je,{className:"h-5 w-5"}):e.jsx(ve,{className:"h-5 w-5"})})]}),e.jsx("div",{className:a("grid transition-[grid-template-rows,opacity] duration-200 md:hidden",f?"grid-rows-[1fr] opacity-100":"grid-rows-[0fr] opacity-0",b?"border-t border-white/10 bg-[#101010]":t==="floating"?"mx-3 mb-3 max-w-5xl overflow-hidden rounded-b-xl border border-border bg-surface":"border-t border-border bg-background"),children:e.jsx("div",{className:"min-h-0 overflow-hidden",children:e.jsxs("ul",{className:a("flex flex-col py-4",t!=="floating"&&"px-5"),children:[x.map(A=>e.jsx("li",{children:e.jsx("a",{href:A.href,onClick:()=>g(!1),className:a("block rounded-md px-2 py-2.5 text-sm font-medium transition-colors duration-150",b?"text-on-secondary/70 hover:bg-white/10 hover:text-on-secondary":"text-muted-foreground hover:bg-surface hover:text-foreground"),children:A.label})},A.href)),m?e.jsx("li",{className:"mt-3 px-2 pb-2",children:m}):u?e.jsx("li",{className:"mt-3 flex flex-wrap gap-3 px-2 pb-2",children:u}):null]})})})]})};er.displayName="Navbar";const Pt={classic:"text-muted-foreground hover:text-foreground hover:bg-surface",floating:"text-muted-foreground hover:text-foreground hover:bg-surface",inverse:"text-on-secondary/60 hover:text-on-secondary hover:bg-white/10"},rr=({className:r,variant:t="classic",brand:s,logo:o,logoSrc:i,logoAlt:l,logoClassName:n,brandHref:c="#",items:x,actions:u,cta:m,sticky:d=!0,onKeyDown:p,...f})=>{const g=y.useId(),[b,h]=y.useState(null),[k,w]=y.useState(!1),[T,A]=y.useState(null),P=t==="inverse",J=()=>h(null),H=()=>{h(null),w(!1),A(null)},K=P?"border-white/10 bg-[#161616]":"border-border bg-surface shadow-raised",O=j=>`${g}-panel-${j}`,W=a("relative w-full transition-colors duration-200",d&&"sticky top-0 z-50",t==="classic"&&"border-b border-border bg-background/85 backdrop-blur-md supports-[backdrop-filter]:bg-background/75",t==="inverse"&&"border-b border-white/10 bg-[#101010]/85 backdrop-blur-md"),D=a("relative flex h-16 w-full items-center justify-between gap-4 transition-colors duration-200",t==="floating"&&"mx-auto mt-3 max-w-5xl rounded-xl border border-border bg-surface/90 px-5 shadow-soft backdrop-blur-md supports-[backdrop-filter]:bg-surface/70",t!=="floating"&&"mx-auto max-w-6xl px-5 sm:px-8"),C=o??(i?e.jsx("img",{src:i,alt:l??(typeof s=="string"?s:"Logo"),className:a("h-7 w-auto",n)}):null),ee=C?e.jsx("span",{className:"flex items-center",children:C}):e.jsxs("span",{className:a("flex items-center gap-2 font-display text-[17px] font-bold tracking-tight",P?"text-on-secondary":"text-foreground"),children:[e.jsx("span",{"aria-hidden":!0,className:a("inline-block h-2.5 w-2.5 rounded-sm",P?"bg-on-secondary":"bg-foreground")}),s]}),E=a("flex items-center gap-1.5 rounded-md px-3 py-2 text-sm font-medium transition-colors duration-150",Pt[t]),Y=j=>{var S;return e.jsx("div",{className:a("grid gap-x-10 gap-y-8 sm:grid-cols-2",j.featured?"":"lg:grid-cols-3"),children:(S=j.columns)==null?void 0:S.map((M,R)=>e.jsxs("div",{children:[M.title?e.jsx("h4",{className:a("text-xs font-semibold uppercase tracking-[0.14em]",P?"text-on-secondary/45":"text-muted-foreground/70"),children:M.title}):null,e.jsx("ul",{className:a(M.title&&"mt-3","space-y-0.5"),children:M.links.map(I=>e.jsx("li",{children:e.jsxs("a",{href:I.href,onClick:H,className:a("-mx-2 block rounded-md px-2 py-2 transition-colors duration-150",P?"hover:bg-white/10":"hover:bg-surface-strong"),children:[e.jsx("span",{className:"block text-sm font-medium text-foreground",children:I.label}),I.description?e.jsx("span",{className:a("mt-0.5 block text-[13px] leading-snug",P?"text-on-secondary/50":"text-muted-foreground"),children:I.description}):null]})},I.href))})]},M.title??R))})},V=(j,S=!1)=>{const M=j.featured;if(!M)return null;const R=M.accent?{backgroundColor:M.accent,color:B(M.accent)}:void 0;return e.jsxs("a",{href:M.href,onClick:H,className:a("group relative block overflow-hidden rounded-lg p-6 transition-transform duration-150 hover:-translate-y-0.5",S&&"mt-8",!M.accent&&"bg-primary text-on-primary"),style:R,children:[e.jsxs("div",{className:"flex h-full flex-col justify-between gap-4",children:[e.jsxs("div",{children:[e.jsx("h4",{className:"font-display text-base font-semibold tracking-tight",children:M.title}),M.description?e.jsx("p",{className:"mt-1.5 text-[13px] leading-relaxed opacity-80",children:M.description}):null]}),M.cta?e.jsxs("span",{className:"text-sm font-semibold underline decoration-1 underline-offset-4",children:[M.cta," →"]}):null]}),e.jsx("div",{"aria-hidden":!0,className:"pointer-events-none absolute -right-8 -top-8 h-28 w-28 rounded-full opacity-20 blur-2xl bg-black/40"})]})},re=j=>{j.key==="Escape"&&H(),p==null||p(j)};return e.jsxs("header",{className:a(W,t==="floating"&&"px-3 sm:px-6",r),onKeyDown:re,...f,children:[e.jsxs("nav",{className:D,onMouseLeave:J,"aria-label":"Mega menu",children:[e.jsx("a",{href:c,className:"shrink-0",children:ee}),e.jsx("ul",{className:"hidden items-center gap-1 lg:flex",children:x.map((j,S)=>{var I;const M=!!((I=j.columns)!=null&&I.length||j.featured),R=b===S;return e.jsx("li",{className:"relative",children:M?e.jsxs("button",{type:"button","aria-haspopup":"true","aria-expanded":R,"aria-controls":O(S),onClick:()=>h(R?null:S),onMouseEnter:()=>h(S),className:a(E,R&&(P?"bg-white/10 text-on-secondary":"bg-surface text-foreground")),children:[e.jsxs("span",{className:"flex items-center gap-1.5",children:[j.label,j.badge?e.jsx("span",{className:a("rounded-full px-1.5 py-0.5 text-[10px] font-semibold tracking-wide",P?"bg-white/15 text-on-secondary":"bg-primary-soft text-primary"),children:j.badge}):null]}),e.jsx(ge,{className:a("h-4 w-4 shrink-0 transition-transform duration-150",R&&"rotate-180")})]}):e.jsxs("a",{href:j.href??"#",className:E,children:[j.label,j.badge?e.jsx("span",{className:"rounded-full bg-primary-soft px-1.5 py-0.5 text-[10px] font-semibold tracking-wide text-primary",children:j.badge}):null]})},j.label)})}),e.jsxs("div",{className:"hidden items-center gap-3 lg:flex",children:[u,m]}),e.jsx("button",{type:"button","aria-label":k?"Close menu":"Open menu","aria-expanded":k,onClick:()=>w(j=>!j),className:a("inline-flex h-10 w-10 shrink-0 cursor-pointer items-center justify-center rounded-md lg:hidden","transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",P?"text-on-secondary hover:bg-white/10":"text-foreground hover:bg-surface"),children:k?e.jsx(je,{className:"h-5 w-5"}):e.jsx(ve,{className:"h-5 w-5"})})]}),x.map((j,S)=>{var R;if(!((R=j.columns)!=null&&R.length)&&!j.featured)return null;const M=b===S;return e.jsx("div",{id:O(S),role:"region","aria-label":`${j.label} menu`,onMouseEnter:()=>h(S),className:a("absolute inset-x-0 top-full z-50 pt-2 transition-all duration-150",M?"visible translate-y-0 opacity-100":"pointer-events-none invisible -translate-y-1 opacity-0"),children:e.jsxs("div",{className:a("overflow-hidden rounded-xl border p-6 md:p-8",K,j.featured?"lg:grid lg:grid-cols-[minmax(0,1fr)_auto] lg:gap-12":""),children:[Y(j),j.featured&&e.jsx("div",{className:a("mt-8 max-w-sm lg:mt-0 lg:w-64"),children:V(j)})]})},j.label)}),e.jsx("div",{className:a("grid transition-[grid-template-rows,opacity] duration-200 lg:hidden",k?"grid-rows-[1fr] opacity-100":"grid-rows-[0fr] opacity-0",P?"border-t border-white/10 bg-[#101010]":t==="floating"?"mx-3 mb-3 max-w-5xl overflow-hidden rounded-b-xl border border-border bg-surface":"border-t border-border bg-background"),children:e.jsx("div",{className:"min-h-0 overflow-hidden",children:e.jsxs("ul",{className:"flex flex-col py-4",children:[x.map((j,S)=>{var M;return(M=j.columns)!=null&&M.length||j.featured?e.jsxs("li",{className:"px-5",children:[e.jsxs("button",{type:"button","aria-expanded":T===S,onClick:()=>A(R=>R===S?null:S),className:a("flex w-full items-center justify-between rounded-md px-2 py-2.5 text-sm font-medium transition-colors duration-150",P?"text-on-secondary hover:bg-white/10":"text-foreground hover:bg-surface"),children:[e.jsxs("span",{className:"flex items-center gap-2",children:[j.label,j.badge?e.jsx("span",{className:"rounded-full bg-primary-soft px-1.5 py-0.5 text-[10px] font-semibold tracking-wide text-primary",children:j.badge}):null]}),e.jsx(ge,{className:a("h-4 w-4 shrink-0 transition-transform duration-150",T===S&&"rotate-180")})]}),e.jsx("div",{className:a("grid transition-[grid-template-rows,opacity] duration-200",T===S?"grid-rows-[1fr] opacity-100":"grid-rows-[0fr] opacity-0"),children:e.jsx("div",{className:"min-h-0 overflow-hidden",children:e.jsxs("div",{className:"py-2 pl-1",children:[Y(j),j.featured?e.jsx("div",{className:"max-w-sm",children:V(j,!0)}):null]})})})]},j.label):e.jsx("li",{className:"px-5",children:e.jsx("a",{href:j.href??"#",onClick:()=>w(!1),className:a("block rounded-md px-2 py-2.5 text-sm font-medium transition-colors duration-150",P?"text-on-secondary/70 hover:bg-white/10 hover:text-on-secondary":"text-muted-foreground hover:bg-surface hover:text-foreground"),children:j.label})},j.label)}),m?e.jsx("li",{className:"px-8 pb-2 pt-3",children:m}):u?e.jsx("li",{className:"mt-3 flex flex-wrap gap-3 px-8 pb-2",children:u}):null]})})})]})};rr.displayName="MegaMenu";const Tt=({name:r})=>e.jsx("span",{className:"text-lg font-semibold tracking-tight text-foreground/45 transition-colors duration-200 group-hover:text-foreground",children:r}),xe=({logo:r})=>r.src?e.jsx("img",{src:r.src,alt:r.name,loading:"lazy",className:a("max-h-7 w-auto opacity-50 grayscale transition-all duration-200 group-hover:opacity-90 group-hover:grayscale-0","h-7")}):e.jsx(Tt,{name:r.name}),tr=y.forwardRef(({className:r,logos:t,title:s,option:o="quiet",...i},l)=>{if(o==="marquee"){const n=[...t,...t];return e.jsxs("div",{ref:l,className:a("w-full overflow-hidden",r),...i,children:[s?e.jsx("p",{className:"mb-8 text-center text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground",children:s}):null,e.jsx("div",{className:"mask-fade-x",children:e.jsx("div",{className:"flex w-max animate-marquee gap-14 pr-14 motion-reduce:animate-none",children:n.map((c,x)=>e.jsx("div",{className:"group shrink-0",children:e.jsx(xe,{logo:c})},`${c.name}-${x}`))})})]})}return o==="strip"?e.jsxs("div",{ref:l,className:a("w-full",r),...i,children:[s?e.jsx("p",{className:"mb-8 text-center text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground",children:s}):null,e.jsx("ul",{className:"flex flex-wrap items-center justify-center gap-x-10 gap-y-4 rounded-2xl border border-border bg-surface px-6 py-7 sm:gap-x-14",children:t.map(n=>e.jsx("li",{className:"group",children:e.jsx(xe,{logo:n})},n.name))})]}):e.jsxs("div",{ref:l,className:a("w-full",r),...i,children:[s?e.jsx("p",{className:"mb-8 text-center text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground",children:s}):null,e.jsx("ul",{className:"flex flex-wrap items-center justify-center gap-x-12 gap-y-6",children:t.map(n=>e.jsx("li",{className:"group",children:e.jsx(xe,{logo:n})},n.name))})]})});tr.displayName="LogoCloud";const ne=y.forwardRef(({className:r,icon:t,title:s,description:o,accent:i,large:l=!1,...n},c)=>{const x=i?{backgroundColor:i,color:B(i,"#111111","#ffffff")}:void 0;return e.jsxs("div",{ref:c,className:a("group relative flex h-full flex-col rounded-xl border border-border bg-surface p-7 transition-colors duration-200 hover:border-foreground/15",r),...n,children:[t?e.jsx("div",{className:a("mb-5 inline-flex h-10 w-10 items-center justify-center rounded-lg text-[1.05rem]",!i&&"bg-primary-soft text-primary"),style:x,children:t}):null,e.jsx("h3",{className:a("font-display font-semibold tracking-tight text-foreground",l?"text-2xl":"text-lg"),children:s}),o?e.jsx("p",{className:a("mt-2.5 text-pretty leading-relaxed text-muted-foreground",l?"text-[15px]":"text-sm"),children:o}):null]})});ne.displayName="FeatureCard";const Bt={2:"sm:grid-cols-2",3:"sm:grid-cols-2 lg:grid-cols-3",4:"sm:grid-cols-2 lg:grid-cols-4"},Se=["sm:col-span-2 lg:row-span-2","","","lg:col-span-2","","lg:col-span-2"],sr=y.forwardRef(({className:r,features:t,option:s="columns",columns:o=3,...i},l)=>s==="editorialRows"?e.jsx("div",{ref:l,className:a("w-full",r),...i,children:e.jsx("div",{className:"divide-y divide-border border-t border-b border-border",children:t.map((n,c)=>e.jsxs("div",{className:"group flex flex-col gap-3 py-6 transition-colors duration-200 sm:flex-row sm:items-baseline sm:gap-10",children:[e.jsx("span",{className:"text-sm font-medium tabular-nums text-muted-foreground/60 sm:w-12",children:String(c+1).padStart(2,"0")}),e.jsxs("div",{className:"flex-1 sm:flex sm:items-baseline sm:justify-between sm:gap-10",children:[e.jsx("h3",{className:"font-display text-xl font-semibold tracking-tight text-foreground sm:w-2/5",children:n.title}),e.jsx("p",{className:"mt-1.5 text-sm leading-7 text-muted-foreground sm:mt-0 sm:w-1/2",children:n.description})]}),n.icon?e.jsx("span",{className:"hidden text-foreground/30 sm:inline-flex",children:n.icon}):null]},c))})}):s==="bento"?e.jsx("div",{ref:l,className:a("grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4 lg:auto-rows-[minmax(9rem,auto)]",r),...i,children:t.map((n,c)=>n?e.jsx("div",{className:a(c<Se.length&&Se[c]),children:e.jsx(ne,{...n,large:c===0,className:"h-full"})},c):null)}):e.jsx("div",{ref:l,className:a("grid grid-cols-1 gap-4",Bt[o],r),...i,children:t.map((n,c)=>e.jsx(ne,{...n,className:"h-full"},c))}));sr.displayName="FeatureGrid";const te="font-display font-semibold tabular-nums tracking-[-0.02em] text-foreground",se="ml-1 font-sans text-sm font-normal tracking-normal text-muted-foreground",me={2:"sm:grid-cols-2",3:"sm:grid-cols-2 lg:grid-cols-3",4:"sm:grid-cols-2 lg:grid-cols-4"};function ze({delta:r}){const t=r>=0,s=t?Qe:Ye;return e.jsxs("span",{className:a("inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-xs font-semibold tabular-nums",t?"bg-accent/10 text-accent":"bg-danger-soft text-danger"),children:[e.jsx(s,{className:"h-3 w-3"}),Math.abs(r),"%"]})}const or=y.forwardRef(({className:r,stats:t,option:s="editorial",columns:o=4,...i},l)=>s==="ticker"?e.jsx("dl",{ref:l,className:a("flex w-full items-stretch overflow-x-auto rounded-2xl border border-border bg-surface",r),...i,children:t.map((n,c)=>e.jsxs("div",{className:a("flex min-w-[11rem] flex-1 flex-col gap-3 p-6",c>0&&"border-l border-border"),children:[e.jsxs("div",{className:"flex items-center justify-between gap-3",children:[e.jsx("dt",{className:"text-xs font-semibold uppercase tracking-[0.14em] text-muted-foreground",children:n.label}),typeof n.delta=="number"?e.jsx(ze,{delta:n.delta}):null]}),e.jsxs("dd",{className:a(te,"text-3xl",n.accent?"text-primary":void 0),children:[n.value,n.suffix?e.jsx("span",{className:se,children:n.suffix}):null]}),n.sub?e.jsx("p",{className:"text-[13px] leading-5 text-muted-foreground",children:n.sub}):null]},n.label))}):s==="cells"?e.jsx("dl",{ref:l,className:a("grid grid-cols-1 gap-4",me[o],r),...i,children:t.map(n=>e.jsxs("div",{className:"flex min-h-[8.5rem] flex-col justify-between rounded-xl border border-border bg-surface p-6",children:[e.jsxs("dd",{className:a(te,"text-3xl",n.accent?"text-primary":void 0),children:[n.value,n.suffix?e.jsx("span",{className:se,children:n.suffix}):null]}),e.jsxs("div",{className:"mt-5 flex items-center justify-between gap-3",children:[e.jsx("dt",{className:"text-sm text-muted-foreground",children:n.label}),n.icon?e.jsx("span",{className:"text-foreground/30",children:n.icon}):null]})]},n.label))}):s==="hairline"?e.jsx("dl",{ref:l,className:a("grid grid-cols-1 gap-y-10",me[o],r),...i,children:t.map((n,c)=>e.jsxs("div",{className:a("text-center",o>1&&c>0&&"sm:border-l sm:border-border"),children:[e.jsxs("dd",{className:a(te,"text-5xl",n.accent?"text-primary":void 0),children:[n.value,n.suffix?e.jsx("span",{className:se,children:n.suffix}):null]}),e.jsx("dt",{className:"mt-3 text-xs font-semibold uppercase tracking-[0.16em] text-muted-foreground",children:n.label})]},n.label))}):e.jsx("dl",{ref:l,className:a("grid grid-cols-1 gap-x-10 gap-y-12",me[o],r),...i,children:t.map(n=>e.jsxs("div",{className:"border-t border-border pt-6",children:[e.jsxs("div",{className:"flex items-center justify-between gap-3",children:[e.jsx("dt",{className:"text-xs font-semibold uppercase tracking-[0.18em] text-muted-foreground",children:n.label}),typeof n.delta=="number"?e.jsx(ze,{delta:n.delta}):null]}),e.jsxs("dd",{className:a(te,"mt-4 text-5xl sm:text-6xl",n.accent?"text-primary":void 0),children:[n.value,n.suffix?e.jsx("span",{className:se,children:n.suffix}):null]}),n.sub?e.jsx("p",{className:"mt-3 max-w-xs text-[13px] leading-5 text-muted-foreground",children:n.sub}):null]},n.label))}));or.displayName="Stats";function Re({value:r,billing:t,dim:s}){return r===null?e.jsx("span",{children:"Custom"}):e.jsxs(e.Fragment,{children:[e.jsxs("span",{className:"text-[2.6rem] font-semibold tracking-tight sm:text-[3rem]",children:["$",r]}),e.jsxs("span",{className:a("text-sm font-normal",s&&"opacity-60"),children:["/",t==="monthly"?"mo":"yr"]})]})}function Lt({billing:r,onChange:t,dark:s}){const o=ae("--color-accent");return e.jsxs("div",{className:"mb-10 flex items-center justify-center gap-4",children:[e.jsx("span",{className:a("text-sm font-medium transition-colors",r==="monthly"?s?"text-white":"text-foreground":"text-muted-foreground"),children:"Monthly"}),e.jsx("button",{type:"button",role:"switch","aria-checked":r==="yearly","aria-label":"Billing period",onClick:()=>t(r==="monthly"?"yearly":"monthly"),className:a("relative inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full transition-colors duration-200","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",r==="yearly"?"bg-primary":"bg-border"),children:e.jsx("span",{className:a("inline-block h-4 w-4 transform rounded-full bg-white shadow transition-transform duration-200",r==="yearly"?"translate-x-6":"translate-x-1")})}),e.jsxs("span",{className:a("flex items-center gap-2 text-sm font-medium transition-colors",r==="yearly"?s?"text-white":"text-foreground":"text-muted-foreground"),children:["Yearly",e.jsx("span",{className:"rounded-full bg-accent px-2 py-0.5 text-xs font-semibold",style:{color:o},children:"−2 ay"})]})]})}const nr=({className:r,plans:t,option:s="cards",defaultBilling:o="monthly",onSelect:i,...l})=>{const[n,c]=y.useState(o),x=d=>n==="monthly"?d.monthly:d.yearly,u=d=>d===null?"Custom":`$${d}`,m=(d,p)=>{const f=d.highlighted&&!d.customColor,g=d.customColor?B(d.customColor,"#111111","#ffffff"):void 0;return e.jsxs("button",{type:"button",onClick:()=>i==null?void 0:i(d,n),className:a("inline-flex h-11 cursor-pointer items-center justify-center gap-2 rounded-lg px-5 text-sm font-semibold transition-colors duration-200","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",f||d.customColor?"hover:brightness-95":p?"bg-white text-black hover:bg-white/90":"border border-border text-foreground hover:bg-surface"),style:d.customColor?{backgroundColor:d.customColor,color:g}:f?{backgroundColor:"rgb(var(--color-primary))",color:"rgb(var(--color-on-primary))"}:void 0,children:[d.cta||"Start",e.jsx(q,{className:"h-4 w-4 opacity-60"})]})};return s==="compact"?e.jsx("div",{className:a("w-full",r),...l,children:e.jsx("div",{className:"divide-y divide-border overflow-hidden rounded-xl border border-border bg-surface",children:t.map(d=>{const p=d.highlighted&&!d.customColor,f=d.customColor?"rgb(var(--color-surface))":p?"rgb(var(--color-primary-soft))":void 0,g=d.customColor?d.customColor:p?"rgb(var(--color-primary))":void 0;return e.jsxs("div",{className:a("group flex flex-col gap-5 p-5 transition-colors duration-200 hover:bg-surface-strong sm:flex-row sm:items-center sm:justify-between",p&&"bg-primary-soft/60"),style:f?{backgroundColor:f}:void 0,children:[e.jsxs("div",{className:"min-w-0",children:[e.jsxs("div",{className:"flex items-center gap-2.5",children:[e.jsx("h3",{className:"font-display text-lg font-semibold tracking-tight text-foreground",children:d.name}),p?e.jsx("span",{className:"rounded-full bg-primary px-2.5 py-0.5 text-[11px] font-semibold text-on-primary uppercase tracking-wider",children:"Popular"}):null]}),d.description?e.jsx("p",{className:"mt-1 truncate text-sm text-muted-foreground",children:d.description}):null]}),e.jsxs("div",{className:"flex items-center gap-6",children:[e.jsx("ul",{className:"hidden items-center gap-4 lg:flex",children:d.features.slice(0,3).map(b=>e.jsxs("li",{className:"flex items-center gap-1.5 text-sm text-muted-foreground",style:{color:g},children:[e.jsx(Z,{className:"h-3.5 w-3.5 text-current"}),b]},b))}),e.jsxs("div",{className:"font-display text-2xl font-semibold tracking-tight text-foreground",children:[u(x(d)),x(d)!==null?e.jsxs("span",{className:"text-sm font-normal text-muted-foreground",children:["/",n==="monthly"?"mo":"yr"]}):null]}),m(d)]})]},d.name)})})}):s==="bento"?e.jsx("div",{className:a("w-full",r),...l,children:e.jsx("div",{className:"grid grid-cols-1 gap-4 lg:grid-cols-2",children:t.map(d=>{const p=d.highlighted&&!d.customColor,f=d.customColor||(p?"rgb(var(--color-primary))":void 0),g=d.customColor?B(d.customColor,"#111111","#ffffff"):p?"rgb(var(--color-on-primary))":void 0;return e.jsxs("div",{className:a("flex h-full flex-col rounded-xl p-8",f?"lg:col-span-2":"border border-border bg-surface"),style:f?{backgroundColor:f,color:g}:void 0,children:[e.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[e.jsxs("div",{children:[e.jsx("h3",{className:a("font-display text-xl font-semibold tracking-tight",f?"text-current":"text-foreground"),children:d.name}),d.description?e.jsx("p",{className:a("mt-1.5 text-sm",f?void 0:"text-muted-foreground"),children:d.description}):null]}),e.jsx("div",{className:a("font-display",f?"text-current":"text-foreground"),children:e.jsx(Re,{value:x(d),billing:n,dim:!f})})]}),e.jsx("ul",{className:a("mt-7 grid grid-cols-1 gap-x-8 gap-y-2.5 text-sm sm:grid-cols-2",f?"lg:max-w-2xl":void 0),children:d.features.map(b=>e.jsxs("li",{className:a("flex items-start gap-2.5",f?"text-current":"text-muted-foreground"),children:[e.jsx(Z,{className:a("mt-0.5 h-4 w-4 shrink-0",f?"text-current":"text-primary")}),b]},b))}),e.jsx("div",{className:"mt-8",children:m(d,!f)})]},d.name)})})}):e.jsxs("div",{className:a("w-full",r),...l,children:[e.jsx(Lt,{billing:n,onChange:c}),e.jsx("div",{className:"grid grid-cols-1 gap-5 md:grid-cols-2 lg:grid-cols-3",children:t.map(d=>{const p=d.highlighted&&!d.customColor,f=d.customColor||(p?"rgb(var(--color-primary))":void 0),g=d.customColor?B(d.customColor,"#111111","#ffffff"):p?"rgb(var(--color-on-primary))":void 0;return e.jsxs("div",{className:a("relative flex flex-col rounded-xl p-7",f?"shadow-raised":"border border-border bg-surface",!f&&p&&"border-primary"),style:f?{backgroundColor:f,color:g}:void 0,children:[p?e.jsx("span",{className:a("absolute -top-3 left-7 rounded-full px-2.5 py-1 text-[11px] font-semibold uppercase tracking-wider",!f&&"bg-primary text-on-primary"),style:f?{backgroundColor:"rgb(var(--color-on-primary))",color:"rgb(var(--color-primary))"}:void 0,children:"Most popular"}):null,e.jsx("h3",{className:a("font-display text-lg font-semibold tracking-tight",f?"text-current":"text-foreground"),children:d.name}),d.description?e.jsx("p",{className:a("mt-1.5 text-sm",f?void 0:"text-muted-foreground"),children:d.description}):null,e.jsx("div",{className:a("mt-6 flex items-baseline font-display",f?"text-current":"text-foreground"),children:e.jsx(Re,{value:x(d),billing:n,dim:!f})}),e.jsx("ul",{className:a("mt-7 flex-1 space-y-2.5 text-sm",f?"text-current":"text-muted-foreground"),children:d.features.map(b=>e.jsxs("li",{className:"flex items-start gap-2.5",children:[e.jsx(Z,{className:a("mt-0.5 h-4 w-4 shrink-0",f?"text-current":"text-primary")}),b]},b))}),e.jsx("div",{className:"mt-8",children:m(d,!f)})]},d.name)})})]})};nr.displayName="Pricing";const lr=r=>r.split(" ").map(t=>t[0]).join("").slice(0,2).toUpperCase(),pe=y.forwardRef(function({className:t,testimonial:s,...o},i){const{quote:l,author:n,role:c,company:x,avatar:u,accent:m,rating:d}=s,p=m?{backgroundColor:m,color:B(m,"#111111","#ffffff")}:void 0;return e.jsxs("figure",{ref:i,className:a("mb-4 flex flex-col break-inside-avoid rounded-2xl border border-border bg-surface p-7",t),...o,children:[e.jsxs("div",{className:"mb-5 flex items-center justify-between",children:[e.jsx(ye,{className:a("h-6 w-6",m?void 0:"text-primary/30"),style:m?{color:m}:void 0}),d?e.jsx("span",{className:"flex items-center gap-0.5 text-amber-500","aria-label":`${d} / 5`,children:Array.from({length:5}).map((f,g)=>e.jsx(Je,{className:"h-3.5 w-3.5"},g))}):null]}),e.jsx("blockquote",{className:"flex-1 text-[15px] leading-7 text-foreground/85",children:l}),e.jsxs("figcaption",{className:"mt-6 flex items-center gap-3",children:[u||e.jsx("span",{style:p,className:a("inline-flex h-10 w-10 shrink-0 items-center justify-center rounded-full text-xs font-bold",!m&&"bg-primary-soft text-primary"),children:lr(n)}),e.jsxs("div",{children:[e.jsx("div",{className:"text-sm font-semibold text-foreground",children:n}),(c||x)&&e.jsx("div",{className:"text-xs text-muted-foreground",children:[c,x].filter(Boolean).join(" · ")})]})]})]})}),ar=({className:r,items:t,option:s="grid",...o})=>{if(s==="carousel")return e.jsx(Gt,{items:t,className:r,...o});if(s==="marquee"){const i=[...t,...t];return e.jsx("div",{className:a("w-full overflow-hidden",r),...o,children:e.jsx("div",{className:"mask-fade-x",children:e.jsx("div",{className:"flex w-max animate-marquee gap-4 pr-4 motion-reduce:animate-none",children:i.map((l,n)=>e.jsx("div",{className:"w-[19rem] shrink-0 sm:w-[24rem]",children:e.jsx(pe,{testimonial:l,className:"m-0"})},n))})})})}return e.jsx("div",{className:a("columns-1 gap-4 md:columns-2 lg:columns-3",r),...o,children:t.map((i,l)=>e.jsx(pe,{testimonial:i},l))})};ar.displayName="Testimonials";function Gt({items:r,className:t,...s}){const[o,i]=y.useState(0),l=r[o%r.length],n=l.accent?{backgroundColor:l.accent,color:B(l.accent,"#111111","#ffffff")}:void 0,c=x=>i(u=>(u+x+r.length)%r.length);return e.jsxs("div",{className:a("mx-auto w-full max-w-3xl",t),...s,children:[e.jsxs("figure",{className:"relative rounded-2xl border border-border bg-surface p-10 text-center sm:p-14",children:[e.jsx(ye,{className:a("mx-auto mb-6 h-8 w-8",l.accent?void 0:"text-primary/25"),style:l.accent?{color:l.accent}:void 0,"aria-hidden":!0}),e.jsx("blockquote",{className:"font-display text-balance text-xl font-medium leading-relaxed tracking-tight text-foreground sm:text-2xl",children:l.quote}),e.jsxs("figcaption",{className:"mt-8 flex items-center justify-center gap-3",children:[l.avatar?l.avatar:e.jsx("span",{style:n,className:a("inline-flex h-11 w-11 items-center justify-center rounded-full text-xs font-bold",!l.accent&&"bg-foreground text-background"),children:lr(l.author)}),e.jsxs("div",{className:"text-left",children:[e.jsx("div",{className:"text-sm font-semibold text-foreground",children:l.author}),e.jsx("div",{className:"text-xs text-muted-foreground",children:[l.role,l.company].filter(Boolean).join(" · ")})]})]})]}),e.jsxs("div",{className:"mt-6 flex items-center justify-center gap-4",children:[e.jsx("button",{type:"button","aria-label":"Previous testimonial",onClick:()=>c(-1),className:"inline-flex h-10 w-10 cursor-pointer items-center justify-center rounded-full border border-border bg-surface text-foreground transition-colors duration-150 hover:border-foreground/25 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:e.jsx(Ze,{className:"h-4 w-4"})}),e.jsx("div",{className:"flex items-center gap-1.5",children:r.map((x,u)=>e.jsx("button",{type:"button","aria-label":`Testimonial ${u+1}`,"aria-current":u===o,onClick:()=>i(u),className:a("h-1.5 cursor-pointer rounded-full transition-all duration-200",u===o?"w-6 bg-foreground":"w-1.5 bg-foreground/25 hover:bg-foreground/50")},u))}),e.jsx("button",{type:"button","aria-label":"Next testimonial",onClick:()=>c(1),className:"inline-flex h-10 w-10 cursor-pointer items-center justify-center rounded-full border border-border bg-surface text-foreground transition-colors duration-150 hover:border-foreground/25 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:e.jsx(Xe,{className:"h-4 w-4"})})]})]})}const ir=y.forwardRef(({className:r,title:t,description:s,action:o,secondaryAction:i,option:l="panel",align:n="left",id:c,...x},u)=>{const m=l==="panel",p=ae(l==="inverse"?"--color-secondary":"--color-primary");return l==="surface"?e.jsx("section",{ref:u,id:c,className:a("w-full",r),...x,children:e.jsx(G,{className:"py-20 sm:py-24",children:e.jsxs("div",{className:a("flex flex-col gap-10 border-t border-border pt-14 sm:flex-row sm:items-end sm:justify-between sm:pt-16",n==="center"&&"items-center text-center sm:flex-col sm:items-center"),children:[e.jsxs("div",{className:a("max-w-3xl",n==="center"&&"mx-auto"),children:[e.jsx("h2",{className:"font-display text-4xl font-semibold leading-[1.03] tracking-[-0.03em] text-balance text-foreground sm:text-6xl",children:t}),s?e.jsx("p",{className:a("mt-5 max-w-xl text-pretty text-base leading-7 text-muted-foreground sm:text-lg",n==="center"&&"mx-auto"),children:s}):null]}),e.jsxs("div",{className:a("flex flex-wrap items-center gap-4",n==="center"&&"justify-center"),children:[o,i]})]})})}):e.jsx("section",{ref:u,id:c,className:a("w-full py-6 pb-20",r),...x,children:e.jsx(G,{children:m?e.jsxs("div",{className:"relative overflow-hidden rounded-[1.75rem] px-7 py-14 sm:px-14 sm:py-20",style:{background:"radial-gradient(120% 160% at 0% 0%, rgb(var(--color-primary)), rgb(var(--color-primary-hover)) 55%, rgb(var(--color-primary) / 0.85))",color:p},children:[e.jsx("div",{"aria-hidden":!0,className:"pointer-events-none absolute inset-0 grain opacity-[0.07] mix-blend-overlay"}),e.jsx("div",{"aria-hidden":!0,className:"pointer-events-none absolute -right-24 -top-24 h-72 w-72 rounded-full",style:{background:"rgb(var(--color-accent))",opacity:.35,filter:"blur(60px)"}}),e.jsxs("div",{className:a("relative flex flex-col gap-9",n==="center"?"items-center text-center":"items-start"),children:[e.jsxs("div",{className:a("max-w-2xl",n==="center"&&"mx-auto"),children:[e.jsx("h2",{className:"font-display text-balance text-3xl font-semibold leading-[1.06] tracking-[-0.02em] sm:text-5xl",children:t}),s?e.jsx("p",{className:a("mt-4 text-pretty text-base leading-7 sm:text-lg",n==="center"&&"mx-auto max-w-xl"),children:s}):null]}),e.jsxs("div",{className:a("flex flex-wrap items-center gap-4",n==="center"&&"justify-center"),children:[o,i]})]})]}):e.jsxs("div",{className:"relative overflow-hidden rounded-[1.75rem] px-7 py-16 sm:px-16 sm:py-20",style:{backgroundColor:"rgb(var(--color-secondary))",color:p},children:[e.jsx("div",{"aria-hidden":!0,className:"pointer-events-none absolute inset-0 grain opacity-[0.09] mix-blend-overlay"}),e.jsxs("div",{className:a("relative flex flex-col items-start gap-10",n==="center"&&"items-center text-center","lg:flex-row lg:items-end lg:justify-between"),children:[e.jsxs("div",{className:a("max-w-3xl",n==="center"&&"mx-auto"),children:[e.jsx("h2",{className:"font-display text-balance text-4xl font-semibold leading-[1.02] tracking-[-0.03em] sm:text-6xl",children:t}),s?e.jsx("p",{className:a("mt-5 max-w-xl text-pretty text-base leading-7 sm:text-lg",n==="center"&&"mx-auto"),children:s}):null]}),e.jsxs("div",{className:a("flex flex-wrap items-center gap-4",n==="center"&&"justify-center"),children:[o,i]})]})]})})})});ir.displayName="CTA";const cr=({className:r,items:t,option:s="accordion",allowMultiple:o=!1,defaultOpen:i=[],eyebrow:l,title:n,description:c,...x})=>{const[u,m]=y.useState(()=>new Set(o?i:i.slice(0,1))),d=g=>{m(b=>{const h=new Set(b);return h.has(g)?h.delete(g):(o||h.clear(),h.add(g)),h})},p=g=>e.jsx("p",{className:"text-xs font-semibold uppercase tracking-[0.18em] text-primary",children:g});if(s==="cards")return e.jsxs("div",{className:a("w-full",r),...x,children:[l?e.jsx("div",{className:"mb-10",children:p(String(l))}):null,e.jsx("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2",children:t.map((g,b)=>e.jsxs("div",{className:"flex flex-col rounded-xl border border-border bg-surface p-7",children:[e.jsxs("div",{className:"flex items-baseline gap-4",children:[e.jsx("span",{className:"font-display text-sm font-semibold tabular-nums text-foreground/35",children:String(b+1).padStart(2,"0")}),e.jsx("h3",{className:"font-display text-lg font-semibold tracking-tight text-foreground",children:g.question})]}),e.jsx("p",{className:"mt-4 border-t border-border pt-4 text-sm leading-6 text-muted-foreground",children:g.answer})]},g.question))})]});const f=e.jsx("div",{className:"divide-y divide-border rounded-2xl border border-border bg-surface",children:t.map((g,b)=>{const h=u.has(b);return e.jsxs("div",{children:[e.jsx("h3",{children:e.jsxs("button",{type:"button","aria-expanded":h,onClick:()=>d(b),className:"flex w-full cursor-pointer items-center justify-between gap-4 px-6 py-5 text-left text-[15px] font-medium text-foreground transition-colors duration-150 hover:bg-surface-strong/60 focus-visible:outline-none",children:[g.question,e.jsx(fe,{className:a("h-4.5 w-4.5 shrink-0 text-foreground/45 transition-transform duration-200 sm:h-5 sm:w-5",h&&"rotate-45 text-primary")})]})}),h?e.jsx("p",{className:"px-6 pb-6 text-sm leading-7 text-muted-foreground",children:g.answer}):null]},g.question)})});return s==="split"?e.jsxs("div",{className:a("grid w-full gap-10 lg:grid-cols-[0.9fr_1.1fr] lg:gap-20",r),...x,children:[e.jsxs("div",{className:"lg:sticky lg:top-24 lg:self-start",children:[l?p(String(l)):null,n?e.jsx("h2",{className:"mt-4 font-display text-3xl font-semibold leading-[1.08] tracking-tight text-foreground sm:text-4xl",children:n}):null,c?e.jsx("p",{className:"mt-4 text-pretty text-base leading-7 text-muted-foreground",children:c}):null]}),e.jsx("div",{className:"divide-y divide-border",children:t.map((g,b)=>{const h=u.has(b);return e.jsxs("div",{children:[e.jsx("h3",{children:e.jsxs("button",{type:"button","aria-expanded":h,onClick:()=>d(b),className:"flex w-full cursor-pointer items-center justify-between gap-4 py-5 text-left text-base font-semibold text-foreground transition-colors duration-150 focus-visible:outline-none",children:[g.question,e.jsx(fe,{className:a("h-4.5 w-4.5 shrink-0 text-foreground/45 transition-transform duration-200 sm:h-5 sm:w-5",h&&"rotate-45 text-primary")})]})}),h?e.jsx("p",{className:"pb-6 text-sm leading-7 text-muted-foreground",children:g.answer}):null]},g.question)})})]}):e.jsx("div",{className:a("mx-auto w-full max-w-3xl",r),...x,children:f})};cr.displayName="FAQ";const dr=({className:r,brand:t,description:s,columns:o,socials:i,bottom:l,option:n="classic",badge:c,...x})=>{const u=e.jsxs("span",{className:"flex items-center gap-2 font-display text-lg font-bold tracking-tight",children:[e.jsx("span",{"aria-hidden":!0,className:"inline-block h-2.5 w-2.5 rounded-sm bg-current"}),t]});return n==="minimal"?e.jsx("footer",{className:a("w-full border-t border-border bg-background",r),...x,children:e.jsxs(G,{className:"flex flex-col items-center justify-between gap-6 py-10 sm:flex-row",children:[u,e.jsx("ul",{className:"flex flex-wrap items-center justify-center gap-x-8 gap-y-3",children:o.flatMap(m=>m.links).slice(0,6).map(m=>e.jsx("li",{children:e.jsx("a",{href:m.href,className:"text-sm text-muted-foreground transition-colors duration-150 hover:text-foreground",children:m.label})},m.href))}),e.jsx("div",{className:"text-sm text-muted-foreground",children:l})]})}):n==="editorial"?e.jsx("footer",{className:a("w-full border-t border-border bg-background",r),...x,children:e.jsxs(G,{className:"py-16 sm:py-20",children:[e.jsxs("div",{className:"mb-14 flex flex-col justify-between gap-8 sm:flex-row sm:items-end",children:[e.jsxs("div",{children:[e.jsx("span",{className:"font-display text-5xl font-bold tracking-[-0.03em] text-foreground sm:text-7xl",children:t}),s?e.jsx("p",{className:"mt-3 max-w-sm text-sm leading-6 text-muted-foreground",children:s}):null]}),i?e.jsx("div",{className:"flex items-center gap-3",children:i}):null]}),e.jsx("div",{className:"grid grid-cols-2 gap-8 border-t border-border pt-12 md:grid-cols-4",children:o.map(m=>e.jsxs("div",{children:[e.jsx("h3",{className:"text-xs font-semibold uppercase tracking-[0.16em] text-muted-foreground",children:m.title}),e.jsx("ul",{className:"mt-4 space-y-2.5",children:m.links.map(d=>e.jsx("li",{children:e.jsx("a",{href:d.href,className:"text-[15px] text-foreground/80 transition-colors duration-150 hover:text-foreground",children:d.label})},d.href))})]},m.title))}),e.jsxs("div",{className:"mt-12 flex flex-col items-center justify-between gap-4 border-t border-border pt-8 text-sm text-muted-foreground sm:flex-row",children:[e.jsx("span",{children:l}),e.jsxs("span",{children:["© ",new Date().getFullYear()," ",t,". All rights reserved."]})]})]})}):e.jsx("footer",{className:a("w-full bg-secondary text-on-secondary",r),...x,children:e.jsxs(G,{className:"py-16",children:[e.jsxs("div",{className:"grid grid-cols-2 gap-10 md:grid-cols-4 lg:grid-cols-6",children:[e.jsxs("div",{className:"col-span-2",children:[e.jsx("span",{style:{color:"rgb(var(--color-on-secondary))"},children:u}),s?e.jsx("p",{className:"mt-4 max-w-xs text-sm leading-6 text-on-secondary/60",children:s}):null,i?e.jsx("div",{className:"mt-6 flex items-center gap-3",children:i}):null,c?e.jsx("div",{className:"mt-6",children:c}):null]}),o.map(m=>e.jsxs("div",{children:[e.jsx("h3",{className:"text-xs font-semibold uppercase tracking-[0.16em] text-on-secondary/50",children:m.title}),e.jsx("ul",{className:"mt-4 space-y-2.5",children:m.links.map(d=>e.jsx("li",{children:e.jsx("a",{href:d.href,className:"text-sm text-on-secondary/70 transition-colors duration-150 hover:text-on-secondary",children:d.label})},d.href))})]},m.title))]}),e.jsxs("div",{className:"mt-14 flex flex-col items-center justify-between gap-4 border-t border-white/10 pt-8 text-sm text-on-secondary/50 sm:flex-row",children:[e.jsx("span",{children:l}),e.jsxs("span",{children:["© ",new Date().getFullYear()," ",t,". All rights reserved."]})]})]})})};dr.displayName="Footer";const Ae="w-full rounded-lg border border-border bg-surface px-4 text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:ring-offset-background",xr=({className:r,option:t="inline",placeholder:s="you@company.com",buttonLabel:o="Join",successMessage:i="You’re on the list!",note:l,onSubmit:n,...c})=>{const[x,u]=y.useState(""),[m,d]=y.useState(!1),[p,f]=y.useState(null),g=h=>{h.preventDefault();const k=x.trim();if(!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(k)){f("Please enter a valid email.");return}f(null),d(!0),n==null||n(k)},b=e.jsxs("p",{className:"flex items-center gap-2 rounded-lg border border-accent/40 bg-accent/10 px-4 py-3.5 text-sm font-medium text-accent",role:"status",children:[e.jsx(Z,{className:"h-4 w-4"}),i]});return t==="card"?e.jsx("form",{onSubmit:g,className:a("w-full",r),...c,children:m?b:e.jsxs("div",{className:"rounded-xl border border-border bg-surface p-7",children:[e.jsxs("div",{className:"mb-5 flex items-center gap-3",children:[e.jsx("span",{className:"inline-flex h-9 w-9 items-center justify-center rounded-lg bg-primary-soft text-primary",children:e.jsx(Ke,{className:"h-4 w-4"})}),e.jsx("p",{className:"font-display text-lg font-semibold tracking-tight text-foreground",children:"Monthly digest"})]}),e.jsx("label",{htmlFor:"newsletter-email",className:"sr-only",children:"Your email address"}),e.jsxs("div",{className:"flex flex-col gap-3 sm:flex-row",children:[e.jsx("input",{id:"newsletter-email",type:"email",autoComplete:"email",value:x,onChange:h=>{u(h.target.value),p&&f(null)},placeholder:s,className:a(Ae,"h-11")}),e.jsxs("button",{type:"submit",className:"inline-flex h-11 shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg bg-primary px-5 text-sm font-semibold text-on-primary transition-colors duration-200 hover:bg-primary-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",children:[o,e.jsx(q,{className:"h-4 w-4 opacity-60"})]})]}),p?e.jsx("p",{className:"mt-2 text-sm font-medium text-red-500",role:"alert",children:p}):l?e.jsx("p",{className:"mt-3 text-xs leading-5 text-muted-foreground",children:l}):null]})}):t==="underline"?e.jsxs("form",{onSubmit:g,className:a("w-full",r),...c,children:[m?b:e.jsxs("div",{className:"flex items-end gap-3 border-b border-foreground/20 pb-3 transition-colors duration-200 focus-within:border-foreground",children:[e.jsx("label",{htmlFor:"newsletter-email",className:"sr-only",children:"Your email address"}),e.jsx("input",{id:"newsletter-email",type:"email",autoComplete:"email",value:x,onChange:h=>{u(h.target.value),p&&f(null)},placeholder:s,className:"w-full bg-transparent text-sm text-foreground placeholder:text-muted-foreground focus:outline-none"}),e.jsxs("button",{type:"submit",className:"inline-flex shrink-0 cursor-pointer items-center gap-1.5 text-sm font-semibold text-foreground transition-colors duration-150 hover:text-primary",children:[o,e.jsx(q,{className:"h-4 w-4 transition-transform duration-200 group-hover:translate-x-0.5"})]})]}),p?e.jsx("p",{className:"mt-2 text-sm font-medium text-red-500",role:"alert",children:p}):l?e.jsx("p",{className:"mt-2 text-xs leading-5 text-muted-foreground",children:l}):null]}):e.jsx("form",{onSubmit:g,className:a("w-full",r),...c,children:m?b:e.jsxs(e.Fragment,{children:[e.jsx("label",{htmlFor:"newsletter-email",className:"sr-only",children:"Your email address"}),e.jsxs("div",{className:"flex flex-col gap-3 sm:flex-row",children:[e.jsx("input",{id:"newsletter-email",type:"email",autoComplete:"email",value:x,onChange:h=>{u(h.target.value),p&&f(null)},placeholder:s,className:a(Ae,"h-11")}),e.jsxs("button",{type:"submit",className:"inline-flex h-11 shrink-0 cursor-pointer items-center justify-center gap-2 rounded-lg bg-primary px-5 text-sm font-semibold text-on-primary transition-colors duration-200 hover:bg-primary-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",children:[o,e.jsx(q,{className:"h-4 w-4 opacity-60"})]})]}),p?e.jsx("p",{className:"mt-2 text-sm font-medium text-red-500",role:"alert",children:p}):l?e.jsx("p",{className:"mt-2 text-xs leading-5 text-muted-foreground",children:l}):null]})})};xr.displayName="Newsletter";const It={sm:"prose-sm",md:"prose",lg:"prose-lg",xl:"prose-xl","2xl":"prose-2xl"},mr=y.forwardRef(({className:r,size:t="lg",html:s,wide:o=!1,children:i,...l},n)=>e.jsx("article",{ref:n,className:a("prose prose-neutral",It[t],!o&&"max-w-3xl",r),...s?{dangerouslySetInnerHTML:{__html:s}}:null,...l,children:s?null:i}));mr.displayName="Prose";const ur=y.forwardRef(({className:r,...t},s)=>e.jsx("p",{ref:s,className:a("lead",r),...t}));ur.displayName="ProseLead";function $t({name:r,avatar:t}){if(t)return t;const s=r.split(" ").map(o=>o[0]).join("").slice(0,2).toUpperCase();return e.jsx("span",{className:"grid h-8 w-8 shrink-0 place-items-center rounded-full bg-primary-soft text-[11px] font-bold text-primary",children:s})}const Ft=({post:r})=>{var t,s;return r.cover?e.jsx("img",{src:r.cover,alt:"",loading:"lazy",className:"aspect-[16/10] w-full object-cover"}):e.jsx("div",{className:"grid aspect-[16/10] w-full place-items-center bg-surface-strong",style:r.accent?{background:`linear-gradient(135deg, ${r.accent}22, ${r.accent}11)`}:void 0,children:e.jsx("span",{className:"font-display text-4xl font-bold tracking-[-0.04em]",style:{color:r.accent??"rgb(var(--color-foreground) / 0.12)"},children:(s=(t=r.category)==null?void 0:t[0])==null?void 0:s.toUpperCase()})})},le=y.forwardRef(({className:r,post:t,option:s="card",...o},i)=>{if(s==="row")return e.jsxs("a",{ref:i,href:t.href??"#",className:a("group flex cursor-pointer items-baseline gap-5 py-6",r),...o,children:[e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[t.category?e.jsx(oe,{variant:"soft",size:"sm",children:t.category}):null,e.jsxs("span",{className:"text-xs tabular-nums text-muted-foreground",children:[t.date,t.readTime?` · ${t.readTime}`:""]})]}),e.jsx("h3",{className:"mt-2.5 font-display text-xl font-semibold tracking-tight text-foreground transition-transform duration-200 group-hover:translate-x-1 sm:text-2xl",children:t.title})]}),e.jsx("span",{className:"text-foreground/30 transition-all duration-200 group-hover:translate-x-0.5 group-hover:text-foreground",children:e.jsx(De,{className:"h-5 w-5"})})]});const l=t.author;return e.jsxs("a",{ref:i,href:t.href??"#",className:a("group flex h-full cursor-pointer flex-col overflow-hidden rounded-xl border border-border bg-surface transition-colors duration-200 hover:border-foreground/20",r),...o,children:[e.jsx("div",{className:"overflow-hidden",children:e.jsx(Ft,{post:t})}),e.jsxs("div",{className:"flex flex-1 flex-col p-6",children:[e.jsxs("div",{className:"flex items-center justify-between gap-3",children:[t.category?e.jsx(oe,{variant:"soft",size:"sm",children:t.category}):e.jsx("span",{}),t.readTime?e.jsx("span",{className:"text-xs text-muted-foreground",children:t.readTime}):null]}),e.jsx("h3",{className:"mt-4 font-display text-lg font-semibold leading-snug tracking-tight text-foreground sm:text-xl",children:t.title}),t.excerpt?e.jsx("p",{className:"mt-2.5 line-clamp-2 text-sm leading-6 text-muted-foreground",children:t.excerpt}):null,e.jsxs("div",{className:"mt-5 flex items-center justify-between gap-3 border-t border-border pt-4",children:[l?e.jsxs("span",{className:"flex min-w-0 items-center gap-2.5",children:[e.jsx($t,{name:l.name,avatar:l.avatar}),e.jsx("span",{className:"truncate text-xs font-medium text-foreground",children:l.name})]}):e.jsx("span",{className:"text-xs tabular-nums text-muted-foreground",children:t.date}),e.jsx(q,{className:"h-4 w-4 text-foreground/35 transition-all duration-200 group-hover:translate-x-0.5 group-hover:text-foreground"})]})]})]})});le.displayName="BlogCard";const Et={2:"sm:grid-cols-2",3:"sm:grid-cols-2 lg:grid-cols-3"},fr=y.forwardRef(({className:r,posts:t,limit:s,columns:o=3,option:i="card",eyebrow:l,eyebrowStyle:n="caps",title:c,description:x,showAllLabel:u,showAllHref:m,...d},p)=>{const f=s?t.slice(0,s):t;return e.jsx("section",{ref:p,className:a("w-full py-20 sm:py-24",r),...d,children:e.jsxs(G,{children:[(l||c||x||m)&&e.jsxs("div",{className:"mb-12 flex flex-col gap-6 sm:flex-row sm:items-end sm:justify-between",children:[e.jsxs("div",{className:"max-w-2xl",children:[l?e.jsx("p",{className:a("text-xs font-semibold uppercase tracking-[0.18em]",n==="caps"&&"text-foreground/50",n==="soft"&&"inline-flex items-center rounded-full bg-primary-soft px-3 py-1.5 text-primary",n==="plain"&&"text-primary"),children:l}):null,c?e.jsx("h2",{className:"mt-4 font-display text-balance text-3xl font-semibold leading-[1.08] tracking-tight text-foreground sm:text-4xl",children:c}):null,x?e.jsx("p",{className:"mt-4 text-pretty text-base leading-7 text-muted-foreground",children:x}):null]}),m?e.jsxs("a",{href:m,className:"group inline-flex shrink-0 cursor-pointer items-center gap-1.5 text-sm font-semibold text-foreground transition-colors duration-150 hover:text-primary",children:[u??"All posts",e.jsx(q,{className:"h-4 w-4 transition-transform duration-200 group-hover:translate-x-0.5"})]}):null]}),i==="row"?e.jsx("div",{className:"divide-y divide-border border-t border-border",children:f.map(g=>e.jsx(le,{post:g,option:"row"},g.title))}):e.jsx("div",{className:a("grid grid-cols-1 gap-4",Et[o]),children:f.map(g=>e.jsx(le,{post:g,option:"card"},g.title))})]})})});fr.displayName="BlogSection";exports.ArrowDown=Ye;exports.ArrowRight=q;exports.ArrowUp=Qe;exports.ArrowUpRight=De;exports.Badge=oe;exports.BarChart=ut;exports.BlogCard=le;exports.BlogSection=fr;exports.Box=Mt;exports.Button=$e;exports.CTA=ir;exports.Card=Fe;exports.CardContent=He;exports.CardDescription=qe;exports.CardFooter=Oe;exports.CardHeader=Ee;exports.CardTitle=Ve;exports.Check=Z;exports.ChevronDown=ge;exports.ChevronLeft=Ze;exports.ChevronRight=Xe;exports.Clock=ht;exports.Code=jt;exports.Container=G;exports.Cpu=St;exports.Database=Ct;exports.DollarSign=bt;exports.ExternalLink=Nt;exports.FAQ=cr;exports.FeatureCard=ne;exports.FeatureGrid=sr;exports.Footer=dr;exports.Gauge=mt;exports.Globe=gt;exports.Hero=We;exports.Layers=dt;exports.Lock=pt;exports.LogoCloud=tr;exports.Mail=Ke;exports.MegaMenu=rr;exports.Menu=ve;exports.Navbar=er;exports.Newsletter=xr;exports.Palette=zt;exports.Play=wt;exports.Plus=fe;exports.Pricing=nr;exports.Prose=mr;exports.ProseLead=ur;exports.Quote=ye;exports.Rocket=Rt;exports.Section=_e;exports.SectionHeader=be;exports.Send=yt;exports.ShieldCheck=ct;exports.Sliders=kt;exports.Smartphone=xt;exports.Stack=Ue;exports.Star=Je;exports.Stats=or;exports.Terminal=vt;exports.TestimonialCard=pe;exports.Testimonials=ar;exports.Users=ft;exports.X=je;exports.Zap=it;exports.cn=a;exports.getContrastText=B;exports.useTokenForeground=ae;
|
|
2
|
+
//# sourceMappingURL=index.cjs.map
|