Socket
Socket
Sign inDemoInstall

@twind/preset-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twind/preset-tailwind - npm Package Compare versions

Comparing version 1.1.0-next-20221214162748 to 1.1.0-next-20221214212338

_/colors-16fd59b8.js

6

CHANGELOG.md
# @twind/preset-tailwind
## 1.1.0-next-20221214162748
## 1.1.0-next-20221214212338
### Minor Changes
- allow to omit the default color palette ([#419](https://github.com/tw-in-js/twind/pull/419))
- use fixed value for default ring color ([`f194c5b8`](https://github.com/tw-in-js/twind/commit/f194c5b8e13bdc0dd66ec7c0df9dbc20d869e14a))

@@ -40,3 +42,3 @@

- Updated dependencies [[`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]:
- @twind/core@1.1.0-next-20221214162748
- @twind/core@1.1.0-next-20221214212338

@@ -43,0 +45,0 @@ ## 1.0.3

@@ -1,1 +0,1 @@

export{e as amber,b as black,p as blue,a as current,k as cyan,h as emerald,x as fuchsia,g as gray,f as green,q as indigo,i as inherit,l as lime,n as neutral,o as orange,A as pink,u as purple,r as red,B as rose,m as sky,s as slate,d as stone,j as teal,t as transparent,v as violet,w as white,y as yellow,z as zinc}from"./_/colors-336793db.js";//# sourceMappingURL=colors.browser.dev.js.map
export{b as amber,i as blue,f as cyan,e as emerald,k as fuchsia,g as gray,d as green,j as indigo,l as lime,n as neutral,o as orange,m as pink,p as purple,r as red,q as rose,h as sky,s as slate,a as stone,t as teal,v as violet,y as yellow,z as zinc}from"./_/colors-7c378bfb.js";//# sourceMappingURL=colors.browser.dev.js.map

@@ -1,1 +0,1 @@

export{e as amber,b as black,p as blue,a as current,k as cyan,h as emerald,x as fuchsia,g as gray,f as green,q as indigo,i as inherit,l as lime,n as neutral,o as orange,A as pink,u as purple,r as red,B as rose,m as sky,s as slate,d as stone,j as teal,t as transparent,v as violet,w as white,y as yellow,z as zinc}from"./_/colors-336793db.js";//# sourceMappingURL=colors.browser.js.map
export{b as amber,i as blue,f as cyan,e as emerald,k as fuchsia,g as gray,d as green,j as indigo,l as lime,n as neutral,o as orange,m as pink,p as purple,r as red,q as rose,h as sky,s as slate,a as stone,t as teal,v as violet,y as yellow,z as zinc}from"./_/colors-7c378bfb.js";//# sourceMappingURL=colors.browser.js.map
/**
* @module @twind/preset-tailwind/colors
*/
declare const inherit = "inherit";
declare const current = "currentColor";
declare const transparent = "transparent";
declare const black = "#000";
declare const white = "#fff";
declare const slate: {

@@ -274,3 +269,3 @@ readonly 50: "#f8fafc";

export { amber, black, blue, current, cyan, emerald, fuchsia, gray, green, indigo, inherit, lime, neutral, orange, pink, purple, red, rose, sky, slate, stone, teal, transparent, violet, white, yellow, zinc };
export { amber, blue, cyan, emerald, fuchsia, gray, green, indigo, lime, neutral, orange, pink, purple, red, rose, sky, slate, stone, teal, violet, yellow, zinc };
//# sourceMappingURL=colors.d.ts.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind_colors=function(f){return f.amber={50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},f.black="#000",f.blue={50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},f.current="currentColor",f.cyan={50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},f.emerald={50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},f.fuchsia={50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},f.gray={50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},f.green={50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},f.indigo={50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},f.inherit="inherit",f.lime={50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},f.neutral={50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},f.orange={50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},f.pink={50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},f.purple={50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},f.red={50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},f.rose={50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},f.sky={50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},f.slate={50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},f.stone={50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},f.teal={50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},f.transparent="transparent",f.violet={50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},f.white="#fff",f.yellow={50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},f.zinc={50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},f}({});//# sourceMappingURL=colors.global.dev.js.map
this.twind=this.twind||{},this.twind.presetTailwind_colors=function(f){return f.amber={50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},f.blue={50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},f.cyan={50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},f.emerald={50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},f.fuchsia={50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},f.gray={50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},f.green={50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},f.indigo={50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},f.lime={50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},f.neutral={50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},f.orange={50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},f.pink={50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},f.purple={50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},f.red={50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},f.rose={50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},f.sky={50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},f.slate={50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},f.stone={50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},f.teal={50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},f.violet={50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},f.yellow={50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},f.zinc={50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},f}({});//# sourceMappingURL=colors.global.dev.js.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind_colors=function(f){return f.amber={50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},f.black="#000",f.blue={50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},f.current="currentColor",f.cyan={50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},f.emerald={50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},f.fuchsia={50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},f.gray={50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},f.green={50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},f.indigo={50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},f.inherit="inherit",f.lime={50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},f.neutral={50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},f.orange={50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},f.pink={50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},f.purple={50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},f.red={50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},f.rose={50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},f.sky={50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},f.slate={50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},f.stone={50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},f.teal={50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},f.transparent="transparent",f.violet={50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},f.white="#fff",f.yellow={50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},f.zinc={50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},f}({});//# sourceMappingURL=colors.global.js.map
this.twind=this.twind||{},this.twind.presetTailwind_colors=function(f){return f.amber={50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},f.blue={50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},f.cyan={50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},f.emerald={50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},f.fuchsia={50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},f.gray={50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},f.green={50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},f.indigo={50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},f.lime={50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},f.neutral={50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},f.orange={50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},f.pink={50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},f.purple={50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},f.red={50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},f.rose={50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},f.sky={50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},f.slate={50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},f.stone={50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},f.teal={50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},f.violet={50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},f.yellow={50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},f.zinc={50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},f}({});//# sourceMappingURL=colors.global.js.map

@@ -1,2 +0,2 @@

export { amber, black, blue, current, cyan, emerald, fuchsia, gray, green, indigo, inherit, lime, neutral, orange, pink, purple, red, rose, sky, slate, stone, teal, transparent, violet, white, yellow, zinc } from './_/colors-bf680be1.js';
export { amber, blue, cyan, emerald, fuchsia, gray, green, indigo, lime, neutral, orange, pink, purple, red, rose, sky, slate, stone, teal, violet, yellow, zinc } from './_/colors-16fd59b8.js';
//# sourceMappingURL=colors.js.map

@@ -1,1 +0,1 @@

import{c as o}from"./_/colors-336793db.js";let e={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:o,columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...t(4,"rem",4,.5,.5),...t(12,"rem",4,5),14:"3.5rem",...t(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:i("blur"),backdropBrightness:i("brightness"),backdropContrast:i("contrast"),backdropGrayscale:i("grayscale"),backdropHueRotate:i("hueRotate"),backdropInvert:i("invert"),backdropOpacity:i("opacity"),backdropSaturate:i("saturate"),backdropSepia:i("sepia"),backgroundColor:i("colors"),backgroundImage:{none:"none"},backgroundOpacity:i("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...t(200,"",100,0,50),...t(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:o})=>({DEFAULT:o("colors.gray.200","currentColor"),...o("colors")}),borderOpacity:i("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:i("spacing"),borderWidth:{DEFAULT:"1px",...n(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:i("colors"),caretColor:i("colors"),accentColor:({theme:o})=>({auto:"auto",...o("colors")}),contrast:{...t(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:i("borderColor"),divideOpacity:i("borderOpacity"),divideWidth:i("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:o})=>({...o("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:o})=>({...o("spacing"),...r(2,6),...r(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:i("spacing"),gradientColorStops:i("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:o})=>({...o("spacing"),...r(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:o})=>({...o("spacing"),...r(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...t(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:o})=>({auto:"auto",...o("spacing")}),maxHeight:({theme:o})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...o("spacing")}),maxWidth:({theme:o,breakpoints:e})=>({...e(o("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...t(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:i("spacing"),placeholderColor:i("colors"),placeholderOpacity:i("opacity"),outlineColor:i("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:o})=>({...o("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:i("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:o})=>({...o("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...n(8,"px")},rotate:{...n(2,"deg"),...n(12,"deg",3),...n(180,"deg",45)},saturate:t(200,"",100,0,50),scale:{...t(150,"",100,0,50),...t(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:i("spacing"),scrollPadding:i("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...n(2,"deg"),...n(12,"deg",3)},space:i("spacing"),stroke:({theme:o})=>({...o("colors"),none:"none"}),strokeWidth:t(2),textColor:i("colors"),textDecorationColor:i("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...n(8,"px")},textUnderlineOffset:{auto:"auto",...n(8,"px")},textIndent:i("spacing"),textOpacity:i("opacity"),transitionDuration:({theme:o})=>({...o("durations"),DEFAULT:"150ms"}),transitionDelay:i("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:o})=>({...o("spacing"),...r(2,4),full:"100%"}),width:({theme:o})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...o("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...t(50,"",1,0,10),auto:"auto"}};function r(o,e){let r={};do for(var n=1;n<o;n++)r[`${n}/${o}`]=Number((n/o*100).toFixed(6))+"%";while(++o<=e)return r}function n(o,e,r=0){let n={};for(;r<=o;r=2*r||1)n[r]=r+e;return n}function t(o,e="",r=1,n=0,t=1,i={}){for(;n<=o;n+=t)i[n]=n/r+e;return i}function i(o){return({theme:e})=>e(o)}export{e as default};//# sourceMappingURL=defaultTheme.browser.dev.js.map
import{c as e}from"./_/colors-7c378bfb.js";import o from"./baseTheme.browser.dev.js";let r={...o,colors:e};export{r as default};//# sourceMappingURL=defaultTheme.browser.dev.js.map

@@ -1,1 +0,1 @@

import{c as o}from"./_/colors-336793db.js";let e={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:o,columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",...t(4,"rem",4,.5,.5),...t(12,"rem",4,5),14:"3.5rem",...t(64,"rem",4,16,4),72:"18rem",80:"20rem",96:"24rem"},durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:i("blur"),backdropBrightness:i("brightness"),backdropContrast:i("contrast"),backdropGrayscale:i("grayscale"),backdropHueRotate:i("hueRotate"),backdropInvert:i("invert"),backdropOpacity:i("opacity"),backdropSaturate:i("saturate"),backdropSepia:i("sepia"),backgroundColor:i("colors"),backgroundImage:{none:"none"},backgroundOpacity:i("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{...t(200,"",100,0,50),...t(110,"",100,90,5),75:"0.75",125:"1.25"},borderColor:({theme:o})=>({DEFAULT:o("colors.gray.200","currentColor"),...o("colors")}),borderOpacity:i("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:i("spacing"),borderWidth:{DEFAULT:"1px",...n(8,"px")},boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:i("colors"),caretColor:i("colors"),accentColor:({theme:o})=>({auto:"auto",...o("colors")}),contrast:{...t(200,"",100,0,50),75:"0.75",125:"1.25"},content:{none:"none"},divideColor:i("borderColor"),divideOpacity:i("borderOpacity"),divideWidth:i("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:o})=>({...o("colors"),none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:o})=>({...o("spacing"),...r(2,6),...r(12,12),auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:i("spacing"),gradientColorStops:i("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:o})=>({...o("spacing"),...r(2,6),min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:o})=>({...o("spacing"),...r(2,4),auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{...t(10,"rem",4,3),none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},margin:({theme:o})=>({auto:"auto",...o("spacing")}),maxHeight:({theme:o})=>({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh",...o("spacing")}),maxWidth:({theme:o,breakpoints:e})=>({...e(o("screens")),none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:{...t(100,"",100,0,10),5:"0.05",25:"0.25",75:"0.75",95:"0.95"},order:{first:"-9999",last:"9999",none:"0"},padding:i("spacing"),placeholderColor:i("colors"),placeholderOpacity:i("opacity"),outlineColor:i("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:o})=>({...o("colors"),DEFAULT:"#3b82f6"}),ringOffsetColor:i("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:o})=>({...o("opacity"),DEFAULT:"0.5"}),ringWidth:{DEFAULT:"3px",...n(8,"px")},rotate:{...n(2,"deg"),...n(12,"deg",3),...n(180,"deg",45)},saturate:t(200,"",100,0,50),scale:{...t(150,"",100,0,50),...t(110,"",100,90,5),75:"0.75",125:"1.25"},scrollMargin:i("spacing"),scrollPadding:i("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{...n(2,"deg"),...n(12,"deg",3)},space:i("spacing"),stroke:({theme:o})=>({...o("colors"),none:"none"}),strokeWidth:t(2),textColor:i("colors"),textDecorationColor:i("colors"),textDecorationThickness:{"from-font":"from-font",auto:"auto",...n(8,"px")},textUnderlineOffset:{auto:"auto",...n(8,"px")},textIndent:i("spacing"),textOpacity:i("opacity"),transitionDuration:({theme:o})=>({...o("durations"),DEFAULT:"150ms"}),transitionDelay:i("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:o})=>({...o("spacing"),...r(2,4),full:"100%"}),width:({theme:o})=>({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw",...o("flexBasis")}),willChange:{scroll:"scroll-position"},zIndex:{...t(50,"",1,0,10),auto:"auto"}};function r(o,e){let r={};do for(var n=1;n<o;n++)r[`${n}/${o}`]=Number((n/o*100).toFixed(6))+"%";while(++o<=e)return r}function n(o,e,r=0){let n={};for(;r<=o;r=2*r||1)n[r]=r+e;return n}function t(o,e="",r=1,n=0,t=1,i={}){for(;n<=o;n+=t)i[n]=n/r+e;return i}function i(o){return({theme:e})=>e(o)}export{e as default};//# sourceMappingURL=defaultTheme.browser.js.map
import{c as e}from"./_/colors-7c378bfb.js";import o from"./baseTheme.browser.js";let r={...o,colors:e};export{r as default};//# sourceMappingURL=defaultTheme.browser.js.map

@@ -1,2 +0,2 @@

import { BaseTheme, MaybeArray, CSSProperties, ThemeSection } from '@twind/core';
import { BaseTheme as BaseTheme$1, MaybeArray, CSSProperties, ThemeSection } from '@twind/core';

@@ -76,11 +76,11 @@ declare module '@twind/core' {

interface Container {
screens?: BaseTheme['screens'];
screens?: BaseTheme$1['screens'];
center?: boolean;
padding?: string | Record<string, string>;
}
interface TailwindTheme extends BaseTheme {
interface TailwindTheme extends BaseTheme$1 {
columns: Record<string, string>;
spacing: Record<string, string>;
durations: Record<string, MaybeArray<string>>;
accentColor: BaseTheme['colors'];
accentColor: BaseTheme$1['colors'];
animation: Record<string, MaybeArray<string>>;

@@ -98,3 +98,3 @@ aria: Record<string, string>;

backdropSepia: Record<string, string>;
backgroundColor: BaseTheme['colors'];
backgroundColor: BaseTheme$1['colors'];
backgroundImage: Record<string, MaybeArray<string>>;

@@ -105,3 +105,3 @@ backgroundOpacity: Record<string, string>;

blur: Record<string, string>;
borderColor: BaseTheme['colors'];
borderColor: BaseTheme$1['colors'];
borderOpacity: Record<string, string>;

@@ -112,5 +112,5 @@ borderRadius: Record<string, string>;

boxShadow: Record<string, MaybeArray<string>>;
boxShadowColor: BaseTheme['colors'];
boxShadowColor: BaseTheme$1['colors'];
brightness: Record<string, string>;
caretColor: BaseTheme['colors'];
caretColor: BaseTheme$1['colors'];
container: Container;

@@ -121,7 +121,7 @@ content: Record<string, string>;

data: Record<string, string>;
divideColor: BaseTheme['colors'];
divideColor: BaseTheme$1['colors'];
divideOpacity: Record<string, string>;
divideWidth: Record<string, string>;
dropShadow: Record<string, MaybeArray<string>>;
fill: BaseTheme['colors'];
fill: BaseTheme$1['colors'];
flex: Record<string, string>;

@@ -135,3 +135,3 @@ flexBasis: Record<string, string>;

gap: Record<string, string>;
gradientColorStops: BaseTheme['colors'];
gradientColorStops: BaseTheme$1['colors'];
grayscale: Record<string, string>;

@@ -164,10 +164,10 @@ gridAutoColumns: Record<string, string>;

order: Record<string, string>;
outlineColor: BaseTheme['colors'];
outlineColor: BaseTheme$1['colors'];
outlineOffset: Record<string, string>;
outlineWidth: Record<string, string>;
padding: Record<string, string>;
placeholderColor: BaseTheme['colors'];
placeholderColor: BaseTheme$1['colors'];
placeholderOpacity: Record<string, string>;
ringColor: BaseTheme['colors'];
ringOffsetColor: BaseTheme['colors'];
ringColor: BaseTheme$1['colors'];
ringOffsetColor: BaseTheme$1['colors'];
ringOffsetWidth: Record<string, string>;

@@ -184,7 +184,7 @@ ringOpacity: Record<string, string>;

space: Record<string, string>;
stroke: BaseTheme['colors'];
stroke: BaseTheme$1['colors'];
strokeWidth: Record<string, string>;
supports: Record<string, string>;
textColor: BaseTheme['colors'];
textDecorationColor: BaseTheme['colors'];
textColor: BaseTheme$1['colors'];
textDecorationColor: BaseTheme$1['colors'];
textDecorationThickness: Record<string, string>;

@@ -206,9 +206,32 @@ textIndent: Record<string, string>;

/**
* @module @twind/preset-tailwind/baseTheme
*/
declare type OmitedSections = 'aria' | 'backgroundPosition' | 'colors' | 'container' | 'cursor' | 'data' | 'gridColumnEnd' | 'gridColumnStart' | 'gridRowEnd' | 'gridRowStart' | 'listStyleType' | 'objectPosition' | 'supports' | 'transformOrigin';
declare type StableSections = 'screens' | 'columns' | 'spacing' | 'durations' | 'borderRadius' | 'borderWidth' | 'boxShadow' | 'fontFamily' | 'fontSize';
declare type BaseTheme = {
[Section in StableSections]: Section extends 'fontSize' ? {
xs: [size: string, lineHeight: string];
sm: [size: string, lineHeight: string];
base: [size: string, lineHeight: string];
lg: [size: string, lineHeight: string];
xl: [size: string, lineHeight: string];
'2xl': [size: string, lineHeight: string];
'3xl': [size: string, lineHeight: string];
'4xl': [size: string, lineHeight: string];
'5xl': [size: string, lineHeight: string];
'6xl': [size: string, lineHeight: string];
'7xl': [size: string, lineHeight: string];
'8xl': [size: string, lineHeight: string];
'9xl': [size: string, lineHeight: string];
} : TailwindTheme[Section];
} & {
[Section in Exclude<keyof TailwindTheme, StableSections | OmitedSections>]: ThemeSection<TailwindTheme[Section], TailwindTheme>;
} & {
[Section in OmitedSections]?: ThemeSection<TailwindTheme[Section], TailwindTheme>;
};
/**
* @module @twind/preset-tailwind/colors
*/
declare const inherit = "inherit";
declare const current = "currentColor";
declare const transparent = "transparent";
declare const black = "#000";
declare const white = "#fff";
declare const slate: {

@@ -479,7 +502,2 @@ readonly 50: "#f8fafc";

declare const colors_inherit: typeof inherit;
declare const colors_current: typeof current;
declare const colors_transparent: typeof transparent;
declare const colors_black: typeof black;
declare const colors_white: typeof white;
declare const colors_slate: typeof slate;

@@ -509,7 +527,2 @@ declare const colors_gray: typeof gray;

export {
colors_inherit as inherit,
colors_current as current,
colors_transparent as transparent,
colors_black as black,
colors_white as white,
colors_slate as slate,

@@ -544,30 +557,8 @@ colors_gray as gray,

declare type OmitedSections = 'aria' | 'backgroundPosition' | 'container' | 'cursor' | 'data' | 'gridColumnEnd' | 'gridColumnStart' | 'gridRowEnd' | 'gridRowStart' | 'listStyleType' | 'objectPosition' | 'supports' | 'transformOrigin';
declare type StableSections = 'screens' | 'columns' | 'spacing' | 'durations' | 'borderRadius' | 'borderWidth' | 'boxShadow' | 'fontFamily' | 'fontSize';
declare type DefaultTheme = {
colors: typeof colors;
} & {
[Section in StableSections]: Section extends 'fontSize' ? {
xs: [size: string, lineHeight: string];
sm: [size: string, lineHeight: string];
base: [size: string, lineHeight: string];
lg: [size: string, lineHeight: string];
xl: [size: string, lineHeight: string];
'2xl': [size: string, lineHeight: string];
'3xl': [size: string, lineHeight: string];
'4xl': [size: string, lineHeight: string];
'5xl': [size: string, lineHeight: string];
'6xl': [size: string, lineHeight: string];
'7xl': [size: string, lineHeight: string];
'8xl': [size: string, lineHeight: string];
'9xl': [size: string, lineHeight: string];
} : TailwindTheme[Section];
} & {
[Section in Exclude<keyof TailwindTheme, 'colors' | StableSections | OmitedSections>]: ThemeSection<TailwindTheme[Section], TailwindTheme>;
} & {
[Section in OmitedSections]?: ThemeSection<TailwindTheme[Section], TailwindTheme>;
};
} & BaseTheme;
declare const theme: DefaultTheme;
export { DefaultTheme, OmitedSections, StableSections, theme as default };
export { DefaultTheme, theme as default };
//# sourceMappingURL=defaultTheme.d.ts.map

@@ -1,1 +0,8 @@

export { default } from "./defaultTheme.js";
import { colors } from './_/colors-16fd59b8.js';
import theme$1 from './baseTheme.dev.js';
let theme = {
...theme$1,
colors
};
export { theme as default };
//# sourceMappingURL=defaultTheme.dev.js.map

@@ -1,1 +0,8 @@

export { default } from "./defaultTheme.esnext.js";
import { colors } from './_/colors-16fd59b8.js';
import theme$1 from './baseTheme.esnext.dev.js';
let theme = {
...theme$1,
colors
};
export { theme as default };
//# sourceMappingURL=defaultTheme.esnext.dev.js.map

@@ -1,1 +0,8 @@

export { default } from "./defaultTheme.js";
import { colors } from './_/colors-16fd59b8.js';
import theme$1 from './baseTheme.esnext.js';
let theme = {
...theme$1,
colors
};
export { theme as default };
//# sourceMappingURL=defaultTheme.esnext.js.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind_defaultTheme=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var a=arguments[o];for(var r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{__proto__:null,inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},t(4,"rem",4,.5,.5),t(12,"rem",4,5),{14:"3.5rem"},t(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:f("blur"),backdropBrightness:f("brightness"),backdropContrast:f("contrast"),backdropGrayscale:f("grayscale"),backdropHueRotate:f("hueRotate"),backdropInvert:f("invert"),backdropOpacity:f("opacity"),backdropSaturate:f("saturate"),backdropSepia:f("sepia"),backgroundColor:f("colors"),backgroundImage:{none:"none"},backgroundOpacity:f("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},t(200,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:f("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:f("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:f("colors"),caretColor:f("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},t(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:f("borderColor"),divideOpacity:f("borderOpacity"),divideWidth:f("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:f("spacing"),gradientColorStops:f("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},t(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:a})=>o({},a(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},t(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:f("spacing"),placeholderColor:f("colors"),placeholderOpacity:f("opacity"),outlineColor:f("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:f("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:t(200,"",100,0,50),scale:o({},t(150,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:f("spacing"),scrollPadding:f("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:f("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:t(2),textColor:f("colors"),textDecorationColor:f("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:f("spacing"),textOpacity:f("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:f("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},t(50,"",1,0,10),{auto:"auto"})};function r(e,o){let a={};do for(var r=1;r<e;r++)a[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=o)return a}function n(e,o,a=0){let r={};for(;a<=e;a=2*a||1)r[a]=a+o;return r}function t(e,o="",a=1,r=0,n=1,t={}){for(;r<=e;r+=n)t[r]=r/a+o;return t}function f(e){return({theme:o})=>o(e)}return a}();//# sourceMappingURL=defaultTheme.global.dev.js.map
this.twind=this.twind||{},this.twind.presetTailwind_defaultTheme=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var a=arguments[o];for(var r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},t(4,"rem",4,.5,.5),t(12,"rem",4,5),{14:"3.5rem"},t(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:f("blur"),backdropBrightness:f("brightness"),backdropContrast:f("contrast"),backdropGrayscale:f("grayscale"),backdropHueRotate:f("hueRotate"),backdropInvert:f("invert"),backdropOpacity:f("opacity"),backdropSaturate:f("saturate"),backdropSepia:f("sepia"),backgroundColor:f("colors"),backgroundImage:{none:"none"},backgroundOpacity:f("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},t(200,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:f("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:f("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:f("colors"),caretColor:f("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},t(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:f("borderColor"),divideOpacity:f("borderOpacity"),divideWidth:f("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:f("spacing"),gradientColorStops:f("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},t(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:a})=>o({},a(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},t(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:f("spacing"),placeholderColor:f("colors"),placeholderOpacity:f("opacity"),outlineColor:f("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:f("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:t(200,"",100,0,50),scale:o({},t(150,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:f("spacing"),scrollPadding:f("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:f("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:t(2),textColor:f("colors"),textDecorationColor:f("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:f("spacing"),textOpacity:f("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:f("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},t(50,"",1,0,10),{auto:"auto"})};function r(e,o){let a={};do for(var r=1;r<e;r++)a[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=o)return a}function n(e,o,a=0){let r={};for(;a<=e;a=2*a||1)r[a]=a+o;return r}function t(e,o="",a=1,r=0,n=1,t={}){for(;r<=e;r+=n)t[r]=r/a+o;return t}function f(e){return({theme:o})=>o(e)}let i=o({},a,{colors:{__proto__:null,slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}}});return i}();//# sourceMappingURL=defaultTheme.global.dev.js.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind_defaultTheme=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var a=arguments[o];for(var r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{__proto__:null,inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},t(4,"rem",4,.5,.5),t(12,"rem",4,5),{14:"3.5rem"},t(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:f("blur"),backdropBrightness:f("brightness"),backdropContrast:f("contrast"),backdropGrayscale:f("grayscale"),backdropHueRotate:f("hueRotate"),backdropInvert:f("invert"),backdropOpacity:f("opacity"),backdropSaturate:f("saturate"),backdropSepia:f("sepia"),backgroundColor:f("colors"),backgroundImage:{none:"none"},backgroundOpacity:f("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},t(200,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:f("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:f("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:f("colors"),caretColor:f("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},t(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:f("borderColor"),divideOpacity:f("borderOpacity"),divideWidth:f("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:f("spacing"),gradientColorStops:f("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},t(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:a})=>o({},a(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},t(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:f("spacing"),placeholderColor:f("colors"),placeholderOpacity:f("opacity"),outlineColor:f("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:f("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:t(200,"",100,0,50),scale:o({},t(150,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:f("spacing"),scrollPadding:f("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:f("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:t(2),textColor:f("colors"),textDecorationColor:f("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:f("spacing"),textOpacity:f("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:f("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},t(50,"",1,0,10),{auto:"auto"})};function r(e,o){let a={};do for(var r=1;r<e;r++)a[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=o)return a}function n(e,o,a=0){let r={};for(;a<=e;a=2*a||1)r[a]=a+o;return r}function t(e,o="",a=1,r=0,n=1,t={}){for(;r<=e;r+=n)t[r]=r/a+o;return t}function f(e){return({theme:o})=>o(e)}return a}();//# sourceMappingURL=defaultTheme.global.js.map
this.twind=this.twind||{},this.twind.presetTailwind_defaultTheme=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var a=arguments[o];for(var r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},t(4,"rem",4,.5,.5),t(12,"rem",4,5),{14:"3.5rem"},t(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:f("blur"),backdropBrightness:f("brightness"),backdropContrast:f("contrast"),backdropGrayscale:f("grayscale"),backdropHueRotate:f("hueRotate"),backdropInvert:f("invert"),backdropOpacity:f("opacity"),backdropSaturate:f("saturate"),backdropSepia:f("sepia"),backgroundColor:f("colors"),backgroundImage:{none:"none"},backgroundOpacity:f("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},t(200,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:f("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:f("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:f("colors"),caretColor:f("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},t(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:f("borderColor"),divideOpacity:f("borderOpacity"),divideWidth:f("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:f("spacing"),gradientColorStops:f("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},t(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:a})=>o({},a(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},t(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:f("spacing"),placeholderColor:f("colors"),placeholderOpacity:f("opacity"),outlineColor:f("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:f("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:t(200,"",100,0,50),scale:o({},t(150,"",100,0,50),t(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:f("spacing"),scrollPadding:f("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:f("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:t(2),textColor:f("colors"),textDecorationColor:f("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:f("spacing"),textOpacity:f("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:f("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},t(50,"",1,0,10),{auto:"auto"})};function r(e,o){let a={};do for(var r=1;r<e;r++)a[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=o)return a}function n(e,o,a=0){let r={};for(;a<=e;a=2*a||1)r[a]=a+o;return r}function t(e,o="",a=1,r=0,n=1,t={}){for(;r<=e;r+=n)t[r]=r/a+o;return t}function f(e){return({theme:o})=>o(e)}let i=o({},a,{colors:{__proto__:null,slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}}});return i}();//# sourceMappingURL=defaultTheme.global.js.map

@@ -1,847 +0,8 @@

import { colors } from './_/colors-bf680be1.js';
// TODO use named exports
import { colors } from './_/colors-16fd59b8.js';
import theme$1 from './baseTheme.js';
let theme = {
screens: {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px'
},
colors,
columns: {
auto: 'auto',
// Handled by plugin,
// 1: '1',
// 2: '2',
// 3: '3',
// 4: '4',
// 5: '5',
// 6: '6',
// 7: '7',
// 8: '8',
// 9: '9',
// 10: '10',
// 11: '11',
// 12: '12',
'3xs': '16rem',
'2xs': '18rem',
xs: '20rem',
sm: '24rem',
md: '28rem',
lg: '32rem',
xl: '36rem',
'2xl': '42rem',
'3xl': '48rem',
'4xl': '56rem',
'5xl': '64rem',
'6xl': '72rem',
'7xl': '80rem'
},
spacing: {
px: '1px',
0: '0px',
.../* #__PURE__ */ linear(4, 'rem', 4, 0.5, 0.5),
// 0.5: '0.125rem',
// 1: '0.25rem',
// 1.5: '0.375rem',
// 2: '0.5rem',
// 2.5: '0.625rem',
// 3: '0.75rem',
// 3.5: '0.875rem',
// 4: '1rem',
.../* #__PURE__ */ linear(12, 'rem', 4, 5),
// 5: '1.25rem',
// 6: '1.5rem',
// 7: '1.75rem',
// 8: '2rem',
// 9: '2.25rem',
// 10: '2.5rem',
// 11: '2.75rem',
// 12: '3rem',
14: '3.5rem',
.../* #__PURE__ */ linear(64, 'rem', 4, 16, 4),
// 16: '4rem',
// 20: '5rem',
// 24: '6rem',
// 28: '7rem',
// 32: '8rem',
// 36: '9rem',
// 40: '10rem',
// 44: '11rem',
// 48: '12rem',
// 52: '13rem',
// 56: '14rem',
// 60: '15rem',
// 64: '16rem',
72: '18rem',
80: '20rem',
96: '24rem'
},
durations: {
75: '75ms',
100: '100ms',
150: '150ms',
200: '200ms',
300: '300ms',
500: '500ms',
700: '700ms',
1000: '1000ms'
},
animation: {
none: 'none',
spin: 'spin 1s linear infinite',
ping: 'ping 1s cubic-bezier(0,0,0.2,1) infinite',
pulse: 'pulse 2s cubic-bezier(0.4,0,0.6,1) infinite',
bounce: 'bounce 1s infinite'
},
aspectRatio: {
auto: 'auto',
square: '1/1',
video: '16/9'
},
backdropBlur: /* #__PURE__ */ alias('blur'),
backdropBrightness: /* #__PURE__ */ alias('brightness'),
backdropContrast: /* #__PURE__ */ alias('contrast'),
backdropGrayscale: /* #__PURE__ */ alias('grayscale'),
backdropHueRotate: /* #__PURE__ */ alias('hueRotate'),
backdropInvert: /* #__PURE__ */ alias('invert'),
backdropOpacity: /* #__PURE__ */ alias('opacity'),
backdropSaturate: /* #__PURE__ */ alias('saturate'),
backdropSepia: /* #__PURE__ */ alias('sepia'),
backgroundColor: /* #__PURE__ */ alias('colors'),
backgroundImage: {
none: 'none'
},
// These are built-in
// 'gradient-to-t': 'linear-gradient(to top, var(--tw-gradient-stops))',
// 'gradient-to-tr': 'linear-gradient(to top right, var(--tw-gradient-stops))',
// 'gradient-to-r': 'linear-gradient(to right, var(--tw-gradient-stops))',
// 'gradient-to-br': 'linear-gradient(to bottom right, var(--tw-gradient-stops))',
// 'gradient-to-b': 'linear-gradient(to bottom, var(--tw-gradient-stops))',
// 'gradient-to-bl': 'linear-gradient(to bottom left, var(--tw-gradient-stops))',
// 'gradient-to-l': 'linear-gradient(to left, var(--tw-gradient-stops))',
// 'gradient-to-tl': 'linear-gradient(to top left, var(--tw-gradient-stops))',
backgroundOpacity: /* #__PURE__ */ alias('opacity'),
// backgroundPosition: {
// // The following are already handled by the plugin:
// // center, right, left, bottom, top
// // 'bottom-10px-right-20px' -> bottom 10px right 20px
// },
backgroundSize: {
auto: 'auto',
cover: 'cover',
contain: 'contain'
},
blur: {
none: 'none',
0: '0',
sm: '4px',
DEFAULT: '8px',
md: '12px',
lg: '16px',
xl: '24px',
'2xl': '40px',
'3xl': '64px'
},
brightness: {
.../* #__PURE__ */ linear(200, '', 100, 0, 50),
// 0: '0',
// 50: '.5',
// 150: '1.5',
// 200: '2',
.../* #__PURE__ */ linear(110, '', 100, 90, 5),
// 90: '.9',
// 95: '.95',
// 100: '1',
// 105: '1.05',
// 110: '1.1',
75: '0.75',
125: '1.25'
},
borderColor: ({ theme })=>({
DEFAULT: theme('colors.gray.200', 'currentColor'),
...theme('colors')
}),
borderOpacity: /* #__PURE__ */ alias('opacity'),
borderRadius: {
none: '0px',
sm: '0.125rem',
DEFAULT: '0.25rem',
md: '0.375rem',
lg: '0.5rem',
xl: '0.75rem',
'2xl': '1rem',
'3xl': '1.5rem',
'1/2': '50%',
full: '9999px'
},
borderSpacing: /* #__PURE__ */ alias('spacing'),
borderWidth: {
DEFAULT: '1px',
.../* #__PURE__ */ exponential(8, 'px')
},
// 0: '0px',
// 2: '2px',
// 4: '4px',
// 8: '8px',
boxShadow: {
sm: '0 1px 2px 0 rgba(0,0,0,0.05)',
DEFAULT: '0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)',
md: '0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)',
lg: '0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)',
xl: '0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)',
'2xl': '0 25px 50px -12px rgba(0,0,0,0.25)',
inner: 'inset 0 2px 4px 0 rgba(0,0,0,0.05)',
none: '0 0 #0000'
},
boxShadowColor: alias('colors'),
// container: {},
// cursor: {
// // Default values are handled by plugin
// },
caretColor: /* #__PURE__ */ alias('colors'),
accentColor: ({ theme })=>({
auto: 'auto',
...theme('colors')
}),
contrast: {
.../* #__PURE__ */ linear(200, '', 100, 0, 50),
// 0: '0',
// 50: '.5',
// 150: '1.5',
// 200: '2',
75: '0.75',
125: '1.25'
},
content: {
none: 'none'
},
divideColor: /* #__PURE__ */ alias('borderColor'),
divideOpacity: /* #__PURE__ */ alias('borderOpacity'),
divideWidth: /* #__PURE__ */ alias('borderWidth'),
dropShadow: {
sm: '0 1px 1px rgba(0,0,0,0.05)',
DEFAULT: [
'0 1px 2px rgba(0,0,0,0.1)',
'0 1px 1px rgba(0,0,0,0.06)'
],
md: [
'0 4px 3px rgba(0,0,0,0.07)',
'0 2px 2px rgba(0,0,0,0.06)'
],
lg: [
'0 10px 8px rgba(0,0,0,0.04)',
'0 4px 3px rgba(0,0,0,0.1)'
],
xl: [
'0 20px 13px rgba(0,0,0,0.03)',
'0 8px 5px rgba(0,0,0,0.08)'
],
'2xl': '0 25px 25px rgba(0,0,0,0.15)',
none: '0 0 #0000'
},
fill: ({ theme })=>({
...theme('colors'),
none: 'none'
}),
grayscale: {
DEFAULT: '100%',
0: '0'
},
hueRotate: {
0: '0deg',
15: '15deg',
30: '30deg',
60: '60deg',
90: '90deg',
180: '180deg'
},
invert: {
DEFAULT: '100%',
0: '0'
},
flex: {
1: '1 1 0%',
auto: '1 1 auto',
initial: '0 1 auto',
none: 'none'
},
flexBasis: ({ theme })=>({
...theme('spacing'),
...ratios(2, 6),
// '1/2': '50%',
// '1/3': '33.333333%',
// '2/3': '66.666667%',
// '1/4': '25%',
// '2/4': '50%',
// '3/4': '75%',
// '1/5': '20%',
// '2/5': '40%',
// '3/5': '60%',
// '4/5': '80%',
// '1/6': '16.666667%',
// '2/6': '33.333333%',
// '3/6': '50%',
// '4/6': '66.666667%',
// '5/6': '83.333333%',
...ratios(12, 12),
// '1/12': '8.333333%',
// '2/12': '16.666667%',
// '3/12': '25%',
// '4/12': '33.333333%',
// '5/12': '41.666667%',
// '6/12': '50%',
// '7/12': '58.333333%',
// '8/12': '66.666667%',
// '9/12': '75%',
// '10/12': '83.333333%',
// '11/12': '91.666667%',
auto: 'auto',
full: '100%'
}),
flexGrow: {
DEFAULT: 1,
0: 0
},
flexShrink: {
DEFAULT: 1,
0: 0
},
fontFamily: {
sans: 'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(','),
serif: 'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(','),
mono: 'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(',')
},
fontSize: {
xs: [
'0.75rem',
'1rem'
],
sm: [
'0.875rem',
'1.25rem'
],
base: [
'1rem',
'1.5rem'
],
lg: [
'1.125rem',
'1.75rem'
],
xl: [
'1.25rem',
'1.75rem'
],
'2xl': [
'1.5rem',
'2rem'
],
'3xl': [
'1.875rem',
'2.25rem'
],
'4xl': [
'2.25rem',
'2.5rem'
],
'5xl': [
'3rem',
'1'
],
'6xl': [
'3.75rem',
'1'
],
'7xl': [
'4.5rem',
'1'
],
'8xl': [
'6rem',
'1'
],
'9xl': [
'8rem',
'1'
]
},
fontWeight: {
thin: '100',
extralight: '200',
light: '300',
normal: '400',
medium: '500',
semibold: '600',
bold: '700',
extrabold: '800',
black: '900'
},
gap: /* #__PURE__ */ alias('spacing'),
gradientColorStops: /* #__PURE__ */ alias('colors'),
gridAutoColumns: {
auto: 'auto',
min: 'min-content',
max: 'max-content',
fr: 'minmax(0,1fr)'
},
gridAutoRows: {
auto: 'auto',
min: 'min-content',
max: 'max-content',
fr: 'minmax(0,1fr)'
},
gridColumn: {
// span-X is handled by the plugin: span-1 -> span 1 / span 1
auto: 'auto',
'span-full': '1 / -1'
},
// gridColumnEnd: {
// // Defaults handled by plugin
// },
// gridColumnStart: {
// // Defaults handled by plugin
// },
gridRow: {
// span-X is handled by the plugin: span-1 -> span 1 / span 1
auto: 'auto',
'span-full': '1 / -1'
},
// gridRowStart: {
// // Defaults handled by plugin
// },
// gridRowEnd: {
// // Defaults handled by plugin
// },
gridTemplateColumns: {
// numbers are handled by the plugin: 1 -> repeat(1, minmax(0, 1fr))
none: 'none'
},
gridTemplateRows: {
// numbers are handled by the plugin: 1 -> repeat(1, minmax(0, 1fr))
none: 'none'
},
height: ({ theme })=>({
...theme('spacing'),
...ratios(2, 6),
// '1/2': '50%',
// '1/3': '33.333333%',
// '2/3': '66.666667%',
// '1/4': '25%',
// '2/4': '50%',
// '3/4': '75%',
// '1/5': '20%',
// '2/5': '40%',
// '3/5': '60%',
// '4/5': '80%',
// '1/6': '16.666667%',
// '2/6': '33.333333%',
// '3/6': '50%',
// '4/6': '66.666667%',
// '5/6': '83.333333%',
min: 'min-content',
max: 'max-content',
fit: 'fit-content',
auto: 'auto',
full: '100%',
screen: '100vh'
}),
inset: ({ theme })=>({
...theme('spacing'),
...ratios(2, 4),
// '1/2': '50%',
// '1/3': '33.333333%',
// '2/3': '66.666667%',
// '1/4': '25%',
// '2/4': '50%',
// '3/4': '75%',
auto: 'auto',
full: '100%'
}),
keyframes: {
spin: {
from: {
transform: 'rotate(0deg)'
},
to: {
transform: 'rotate(360deg)'
}
},
ping: {
'0%': {
transform: 'scale(1)',
opacity: '1'
},
'75%,100%': {
transform: 'scale(2)',
opacity: '0'
}
},
pulse: {
'0%,100%': {
opacity: '1'
},
'50%': {
opacity: '.5'
}
},
bounce: {
'0%, 100%': {
transform: 'translateY(-25%)',
animationTimingFunction: 'cubic-bezier(0.8,0,1,1)'
},
'50%': {
transform: 'none',
animationTimingFunction: 'cubic-bezier(0,0,0.2,1)'
}
}
},
letterSpacing: {
tighter: '-0.05em',
tight: '-0.025em',
normal: '0em',
wide: '0.025em',
wider: '0.05em',
widest: '0.1em'
},
lineHeight: {
.../* #__PURE__ */ linear(10, 'rem', 4, 3),
// 3: '.75rem',
// 4: '1rem',
// 5: '1.25rem',
// 6: '1.5rem',
// 7: '1.75rem',
// 8: '2rem',
// 9: '2.25rem',
// 10: '2.5rem',
none: '1',
tight: '1.25',
snug: '1.375',
normal: '1.5',
relaxed: '1.625',
loose: '2'
},
// listStyleType: {
// // Defaults handled by plugin
// },
margin: ({ theme })=>({
auto: 'auto',
...theme('spacing')
}),
maxHeight: ({ theme })=>({
full: '100%',
min: 'min-content',
max: 'max-content',
fit: 'fit-content',
screen: '100vh',
...theme('spacing')
}),
maxWidth: ({ theme , breakpoints })=>({
...breakpoints(theme('screens')),
none: 'none',
0: '0rem',
xs: '20rem',
sm: '24rem',
md: '28rem',
lg: '32rem',
xl: '36rem',
'2xl': '42rem',
'3xl': '48rem',
'4xl': '56rem',
'5xl': '64rem',
'6xl': '72rem',
'7xl': '80rem',
full: '100%',
min: 'min-content',
max: 'max-content',
fit: 'fit-content',
prose: '65ch'
}),
minHeight: {
0: '0px',
full: '100%',
min: 'min-content',
max: 'max-content',
fit: 'fit-content',
screen: '100vh'
},
minWidth: {
0: '0px',
full: '100%',
min: 'min-content',
max: 'max-content',
fit: 'fit-content'
},
// objectPosition: {
// // The plugins joins all arguments by default
// },
opacity: {
.../* #__PURE__ */ linear(100, '', 100, 0, 10),
// 0: '0',
// 10: '0.1',
// 20: '0.2',
// 30: '0.3',
// 40: '0.4',
// 60: '0.6',
// 70: '0.7',
// 80: '0.8',
// 90: '0.9',
// 100: '1',
5: '0.05',
25: '0.25',
75: '0.75',
95: '0.95'
},
order: {
// Handled by plugin
// 1: '1',
// 2: '2',
// 3: '3',
// 4: '4',
// 5: '5',
// 6: '6',
// 7: '7',
// 8: '8',
// 9: '9',
// 10: '10',
// 11: '11',
// 12: '12',
first: '-9999',
last: '9999',
none: '0'
},
padding: /* #__PURE__ */ alias('spacing'),
placeholderColor: /* #__PURE__ */ alias('colors'),
placeholderOpacity: /* #__PURE__ */ alias('opacity'),
outlineColor: /* #__PURE__ */ alias('colors'),
outlineOffset: /* #__PURE__ */ exponential(8, 'px'),
// 0: '0px',
// 1: '1px',
// 2: '2px',
// 4: '4px',
// 8: '8px',,
outlineWidth: /* #__PURE__ */ exponential(8, 'px'),
// 0: '0px',
// 1: '1px',
// 2: '2px',
// 4: '4px',
// 8: '8px',,
ringColor: ({ theme })=>({
...theme('colors'),
DEFAULT: '#3b82f6'
}),
ringOffsetColor: /* #__PURE__ */ alias('colors'),
ringOffsetWidth: /* #__PURE__ */ exponential(8, 'px'),
// 0: '0px',
// 1: '1px',
// 2: '2px',
// 4: '4px',
// 8: '8px',,
ringOpacity: ({ theme })=>({
...theme('opacity'),
DEFAULT: '0.5'
}),
ringWidth: {
DEFAULT: '3px',
.../* #__PURE__ */ exponential(8, 'px')
},
// 0: '0px',
// 1: '1px',
// 2: '2px',
// 4: '4px',
// 8: '8px',
rotate: {
.../* #__PURE__ */ exponential(2, 'deg'),
// 0: '0deg',
// 1: '1deg',
// 2: '2deg',
.../* #__PURE__ */ exponential(12, 'deg', 3),
// 3: '3deg',
// 6: '6deg',
// 12: '12deg',
.../* #__PURE__ */ exponential(180, 'deg', 45)
},
// 45: '45deg',
// 90: '90deg',
// 180: '180deg',
saturate: /* #__PURE__ */ linear(200, '', 100, 0, 50),
// 0: '0',
// 50: '.5',
// 100: '1',
// 150: '1.5',
// 200: '2',
scale: {
.../* #__PURE__ */ linear(150, '', 100, 0, 50),
// 0: '0',
// 50: '.5',
// 150: '1.5',
.../* #__PURE__ */ linear(110, '', 100, 90, 5),
// 90: '.9',
// 95: '.95',
// 100: '1',
// 105: '1.05',
// 110: '1.1',
75: '0.75',
125: '1.25'
},
scrollMargin: /* #__PURE__ */ alias('spacing'),
scrollPadding: /* #__PURE__ */ alias('spacing'),
sepia: {
0: '0',
DEFAULT: '100%'
},
skew: {
.../* #__PURE__ */ exponential(2, 'deg'),
// 0: '0deg',
// 1: '1deg',
// 2: '2deg',
.../* #__PURE__ */ exponential(12, 'deg', 3)
},
// 3: '3deg',
// 6: '6deg',
// 12: '12deg',
space: /* #__PURE__ */ alias('spacing'),
stroke: ({ theme })=>({
...theme('colors'),
none: 'none'
}),
strokeWidth: /* #__PURE__ */ linear(2),
// 0: '0',
// 1: '1',
// 2: '2',,
textColor: /* #__PURE__ */ alias('colors'),
textDecorationColor: /* #__PURE__ */ alias('colors'),
textDecorationThickness: {
'from-font': 'from-font',
auto: 'auto',
.../* #__PURE__ */ exponential(8, 'px')
},
// 0: '0px',
// 1: '1px',
// 2: '2px',
// 4: '4px',
// 8: '8px',
textUnderlineOffset: {
auto: 'auto',
.../* #__PURE__ */ exponential(8, 'px')
},
// 0: '0px',
// 1: '1px',
// 2: '2px',
// 4: '4px',
// 8: '8px',
textIndent: /* #__PURE__ */ alias('spacing'),
textOpacity: /* #__PURE__ */ alias('opacity'),
// transformOrigin: {
// // The following are already handled by the plugin:
// // center, right, left, bottom, top
// // 'bottom-10px-right-20px' -> bottom 10px right 20px
// },
transitionDuration: ({ theme })=>({
...theme('durations'),
DEFAULT: '150ms'
}),
transitionDelay: /* #__PURE__ */ alias('durations'),
transitionProperty: {
none: 'none',
all: 'all',
DEFAULT: 'color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter',
colors: 'color,background-color,border-color,text-decoration-color,fill,stroke',
opacity: 'opacity',
shadow: 'box-shadow',
transform: 'transform'
},
transitionTimingFunction: {
DEFAULT: 'cubic-bezier(0.4,0,0.2,1)',
linear: 'linear',
in: 'cubic-bezier(0.4,0,1,1)',
out: 'cubic-bezier(0,0,0.2,1)',
'in-out': 'cubic-bezier(0.4,0,0.2,1)'
},
translate: ({ theme })=>({
...theme('spacing'),
...ratios(2, 4),
// '1/2': '50%',
// '1/3': '33.333333%',
// '2/3': '66.666667%',
// '1/4': '25%',
// '2/4': '50%',
// '3/4': '75%',
full: '100%'
}),
width: ({ theme })=>({
min: 'min-content',
max: 'max-content',
fit: 'fit-content',
screen: '100vw',
...theme('flexBasis')
}),
willChange: {
scroll: 'scroll-position'
},
// other options handled by rules
// auto: 'auto',
// contents: 'contents',
// transform: 'transform',
zIndex: {
.../* #__PURE__ */ linear(50, '', 1, 0, 10),
// 0: '0',
// 10: '10',
// 20: '20',
// 30: '30',
// 40: '40',
// 50: '50',
auto: 'auto'
}
...theme$1,
colors
};
// '1/2': '50%',
// '1/3': '33.333333%',
// '2/3': '66.666667%',
// '1/4': '25%',
// '2/4': '50%',
// '3/4': '75%',
// '1/5': '20%',
// '2/5': '40%',
// '3/5': '60%',
// '4/5': '80%',
// '1/6': '16.666667%',
// '2/6': '33.333333%',
// '3/6': '50%',
// '4/6': '66.666667%',
// '5/6': '83.333333%',
function ratios(start, end) {
let result = {};
do // XXX: using var to avoid strange bug when generating cjs where `= 1` is removed
// eslint-disable-next-line no-var
for(var dividend = 1; dividend < start; dividend++)result[`${dividend}/${start}`] = Number((dividend / start * 100).toFixed(6)) + '%';
while (++start <= end)
return result;
}
// 0: '0px',
// 2: '2px',
// 4: '4px',
// 8: '8px',
function exponential(stop, unit, start = 0) {
let result = {};
for(; start <= stop; start = 2 * start || 1)result[start] = start + unit;
return result;
}
// 3: '.75rem',
// 4: '1rem',
// 5: '1.25rem',
// 6: '1.5rem',
// 7: '1.75rem',
// 8: '2rem',
// 9: '2.25rem',
// 10: '2.5rem',
function linear(stop, unit = '', divideBy = 1, start = 0, step = 1, result = {}) // eslint-disable-next-line max-params
{
for(; start <= stop; start += step)result[start] = start / divideBy + unit;
return result;
}
function alias(section) {
return ({ theme })=>theme(section);
}
export { theme as default };
//# sourceMappingURL=defaultTheme.js.map
{
"name": "@twind/preset-tailwind",
"version": "1.1.0-next-20221214162748",
"version": "1.1.0-next-20221214212338",
"description": "Tailwind CSS preset for twind",

@@ -71,2 +71,48 @@ "type": "module",

},
"./base": {
"types": "./base.d.ts",
"development": {
"esnext": "./base.esnext.dev.js",
"module": "./base.dev.js",
"browser": "./base.browser.dev.js",
"script": "./base.global.dev.js",
"node": {
"import": "./base.dev.mjs",
"require": "./base.dev.cjs"
},
"default": "./base.dev.js"
},
"esnext": "./base.esnext.js",
"module": "./base.js",
"browser": "./base.browser.js",
"script": "./base.global.js",
"node": {
"import": "./base.mjs",
"require": "./base.cjs"
},
"default": "./base.js"
},
"./baseTheme": {
"types": "./baseTheme.d.ts",
"development": {
"esnext": "./baseTheme.esnext.dev.js",
"module": "./baseTheme.dev.js",
"browser": "./baseTheme.browser.dev.js",
"script": "./baseTheme.global.dev.js",
"node": {
"import": "./baseTheme.dev.mjs",
"require": "./baseTheme.dev.cjs"
},
"default": "./baseTheme.dev.js"
},
"esnext": "./baseTheme.esnext.js",
"module": "./baseTheme.js",
"browser": "./baseTheme.browser.js",
"script": "./baseTheme.global.js",
"node": {
"import": "./baseTheme.mjs",
"require": "./baseTheme.cjs"
},
"default": "./baseTheme.js"
},
"./colors": {

@@ -191,3 +237,3 @@ "types": "./colors.d.ts",

"peerDependencies": {
"@twind/core": "1.1.0-next-20221214162748",
"@twind/core": "1.1.0-next-20221214212338",
"typescript": "^4.8.4"

@@ -194,0 +240,0 @@ },

@@ -1,1 +0,1 @@

import e from"./defaultTheme.browser.dev.js";let t={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${e.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${e.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};export{t as default};//# sourceMappingURL=preflight.browser.dev.js.map
import e from"./baseTheme.browser.dev.js";let t={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${e.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${e.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};export{t as default};//# sourceMappingURL=preflight.browser.dev.js.map

@@ -1,1 +0,1 @@

import e from"./defaultTheme.browser.js";let t={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${e.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${e.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};export{t as default};//# sourceMappingURL=preflight.browser.js.map
import e from"./baseTheme.browser.js";let t={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${e.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${e.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};export{t as default};//# sourceMappingURL=preflight.browser.js.map

@@ -1,2 +0,2 @@

import theme from './defaultTheme.dev.js';
import theme from './baseTheme.dev.js';
let preflight = {

@@ -3,0 +3,0 @@ /*

@@ -1,2 +0,2 @@

import theme from './defaultTheme.esnext.dev.js';
import theme from './baseTheme.esnext.dev.js';
let preflight = {

@@ -3,0 +3,0 @@ /*

@@ -1,2 +0,2 @@

import theme from './defaultTheme.esnext.js';
import theme from './baseTheme.esnext.js';
let preflight = {

@@ -3,0 +3,0 @@ /*

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind_preflight=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var t=arguments[o];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let t={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{__proto__:null,inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},a(4,"rem",4,.5,.5),a(12,"rem",4,5),{14:"3.5rem"},a(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:i("blur"),backdropBrightness:i("brightness"),backdropContrast:i("contrast"),backdropGrayscale:i("grayscale"),backdropHueRotate:i("hueRotate"),backdropInvert:i("invert"),backdropOpacity:i("opacity"),backdropSaturate:i("saturate"),backdropSepia:i("sepia"),backgroundColor:i("colors"),backgroundImage:{none:"none"},backgroundOpacity:i("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},a(200,"",100,0,50),a(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:i("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:i("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:i("colors"),caretColor:i("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},a(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:i("borderColor"),divideOpacity:i("borderOpacity"),divideWidth:i("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:i("spacing"),gradientColorStops:i("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},a(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},a(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:i("spacing"),placeholderColor:i("colors"),placeholderOpacity:i("opacity"),outlineColor:i("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:i("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:a(200,"",100,0,50),scale:o({},a(150,"",100,0,50),a(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:i("spacing"),scrollPadding:i("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:i("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:a(2),textColor:i("colors"),textDecorationColor:i("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:i("spacing"),textOpacity:i("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:i("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},a(50,"",1,0,10),{auto:"auto"})};function r(e,o){let t={};do for(var r=1;r<e;r++)t[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=o)return t}function n(e,o,t=0){let r={};for(;t<=e;t=2*t||1)r[t]=t+o;return r}function a(e,o="",t=1,r=0,n=1,a={}){for(;r<=e;r+=n)a[r]=r/t+o;return a}function i(e){return({theme:o})=>o(e)}let f={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${t.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${t.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};return f}();//# sourceMappingURL=preflight.global.dev.js.map
this.twind=this.twind||{},this.twind.presetTailwind_preflight=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let t={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},i(4,"rem",4,.5,.5),i(12,"rem",4,5),{14:"3.5rem"},i(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:a("blur"),backdropBrightness:a("brightness"),backdropContrast:a("contrast"),backdropGrayscale:a("grayscale"),backdropHueRotate:a("hueRotate"),backdropInvert:a("invert"),backdropOpacity:a("opacity"),backdropSaturate:a("saturate"),backdropSepia:a("sepia"),backgroundColor:a("colors"),backgroundImage:{none:"none"},backgroundOpacity:a("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},i(200,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:a("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:a("spacing"),borderWidth:o({DEFAULT:"1px"},r(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:a("colors"),caretColor:a("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},i(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:a("borderColor"),divideOpacity:a("borderOpacity"),divideWidth:a("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),n(2,6),n(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:a("spacing"),gradientColorStops:a("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),n(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),n(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},i(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},i(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:a("spacing"),placeholderColor:a("colors"),placeholderOpacity:a("opacity"),outlineColor:a("colors"),outlineOffset:r(8,"px"),outlineWidth:r(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:a("colors"),ringOffsetWidth:r(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},r(8,"px")),rotate:o({},r(2,"deg"),r(12,"deg",3),r(180,"deg",45)),saturate:i(200,"",100,0,50),scale:o({},i(150,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:a("spacing"),scrollPadding:a("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},r(2,"deg"),r(12,"deg",3)),space:a("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:i(2),textColor:a("colors"),textDecorationColor:a("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},r(8,"px")),textUnderlineOffset:o({auto:"auto"},r(8,"px")),textIndent:a("spacing"),textOpacity:a("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:a("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),n(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},i(50,"",1,0,10),{auto:"auto"})};function n(e,o){let t={};do for(var n=1;n<e;n++)t[`${n}/${e}`]=Number((n/e*100).toFixed(6))+"%";while(++e<=o)return t}function r(e,o,t=0){let n={};for(;t<=e;t=2*t||1)n[t]=t+o;return n}function i(e,o="",t=1,n=0,r=1,i={}){for(;n<=e;n+=r)i[n]=n/t+o;return i}function a(e){return({theme:o})=>o(e)}let l={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${t.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${t.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};return l}();//# sourceMappingURL=preflight.global.dev.js.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind_preflight=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var t=arguments[o];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let t={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{__proto__:null,inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},a(4,"rem",4,.5,.5),a(12,"rem",4,5),{14:"3.5rem"},a(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:i("blur"),backdropBrightness:i("brightness"),backdropContrast:i("contrast"),backdropGrayscale:i("grayscale"),backdropHueRotate:i("hueRotate"),backdropInvert:i("invert"),backdropOpacity:i("opacity"),backdropSaturate:i("saturate"),backdropSepia:i("sepia"),backgroundColor:i("colors"),backgroundImage:{none:"none"},backgroundOpacity:i("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},a(200,"",100,0,50),a(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:i("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:i("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:i("colors"),caretColor:i("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},a(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:i("borderColor"),divideOpacity:i("borderOpacity"),divideWidth:i("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:i("spacing"),gradientColorStops:i("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},a(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},a(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:i("spacing"),placeholderColor:i("colors"),placeholderOpacity:i("opacity"),outlineColor:i("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:i("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:a(200,"",100,0,50),scale:o({},a(150,"",100,0,50),a(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:i("spacing"),scrollPadding:i("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:i("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:a(2),textColor:i("colors"),textDecorationColor:i("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:i("spacing"),textOpacity:i("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:i("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},a(50,"",1,0,10),{auto:"auto"})};function r(e,o){let t={};do for(var r=1;r<e;r++)t[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=o)return t}function n(e,o,t=0){let r={};for(;t<=e;t=2*t||1)r[t]=t+o;return r}function a(e,o="",t=1,r=0,n=1,a={}){for(;r<=e;r+=n)a[r]=r/t+o;return a}function i(e){return({theme:o})=>o(e)}let f={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${t.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${t.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};return f}();//# sourceMappingURL=preflight.global.js.map
this.twind=this.twind||{},this.twind.presetTailwind_preflight=function(){"use strict";function e(){return(e=Object.assign||function(e){for(var o=1;o<arguments.length;o++){var t=arguments[o];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e}).apply(this,arguments)}function o(){return e.apply(this,arguments)}let t={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},i(4,"rem",4,.5,.5),i(12,"rem",4,5),{14:"3.5rem"},i(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:a("blur"),backdropBrightness:a("brightness"),backdropContrast:a("contrast"),backdropGrayscale:a("grayscale"),backdropHueRotate:a("hueRotate"),backdropInvert:a("invert"),backdropOpacity:a("opacity"),backdropSaturate:a("saturate"),backdropSepia:a("sepia"),backgroundColor:a("colors"),backgroundImage:{none:"none"},backgroundOpacity:a("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},i(200,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:a("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:a("spacing"),borderWidth:o({DEFAULT:"1px"},r(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:a("colors"),caretColor:a("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},i(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:a("borderColor"),divideOpacity:a("borderOpacity"),divideWidth:a("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),n(2,6),n(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:a("spacing"),gradientColorStops:a("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),n(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),n(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},i(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},i(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:a("spacing"),placeholderColor:a("colors"),placeholderOpacity:a("opacity"),outlineColor:a("colors"),outlineOffset:r(8,"px"),outlineWidth:r(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:a("colors"),ringOffsetWidth:r(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},r(8,"px")),rotate:o({},r(2,"deg"),r(12,"deg",3),r(180,"deg",45)),saturate:i(200,"",100,0,50),scale:o({},i(150,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:a("spacing"),scrollPadding:a("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},r(2,"deg"),r(12,"deg",3)),space:a("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:i(2),textColor:a("colors"),textDecorationColor:a("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},r(8,"px")),textUnderlineOffset:o({auto:"auto"},r(8,"px")),textIndent:a("spacing"),textOpacity:a("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:a("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),n(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},i(50,"",1,0,10),{auto:"auto"})};function n(e,o){let t={};do for(var n=1;n<e;n++)t[`${n}/${e}`]=Number((n/e*100).toFixed(6))+"%";while(++e<=o)return t}function r(e,o,t=0){let n={};for(;t<=e;t=2*t||1)n[t]=t+o;return n}function i(e,o="",t=1,n=0,r=1,i={}){for(;n<=e;n+=r)i[n]=n/t+o;return i}function a(e){return({theme:o})=>o(e)}let l={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${t.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${t.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};return l}();//# sourceMappingURL=preflight.global.js.map

@@ -1,2 +0,2 @@

import theme from './defaultTheme.js';
import theme from './baseTheme.js';
let preflight = {

@@ -3,0 +3,0 @@ /*

@@ -1,1 +0,1 @@

import e from"./defaultTheme.browser.dev.js";import r from"./preflight.browser.dev.js";import t from"./rules.browser.dev.js";import o from"./variants.browser.dev.js";function i({disablePreflight:i}={}){return{preflight:i?void 0:r,theme:e,variants:o,rules:t,finalize(e){var r;return!e.r.some(e=>/^&::(before|after)$/.test(e))||(null==(r=e.d)?void 0:r.includes("content:"))?e:{...e,d:["content:var(--tw-content)",e.d].filter(Boolean).join(";")}}}}export{i as default};//# sourceMappingURL=preset-tailwind.browser.dev.js.map
import r from"./base.browser.dev.js";import{c as o}from"./_/colors-7c378bfb.js";function e({disablePreflight:e}={}){return r({colors:o,disablePreflight:e})}export{e as default};//# sourceMappingURL=preset-tailwind.browser.dev.js.map

@@ -1,1 +0,1 @@

import r from"./defaultTheme.browser.js";import e from"./preflight.browser.js";import t from"./rules.browser.js";import o from"./variants.browser.js";function i({disablePreflight:i}={}){return{preflight:i?void 0:e,theme:r,variants:o,rules:t,finalize(r){var e;return!r.r.some(r=>/^&::(before|after)$/.test(r))||(null==(e=r.d)?void 0:e.includes("content:"))?r:{...r,d:["content:var(--tw-content)",r.d].filter(Boolean).join(";")}}}}export{i as default};//# sourceMappingURL=preset-tailwind.browser.js.map
import r from"./base.browser.js";import{c as o}from"./_/colors-7c378bfb.js";function s({disablePreflight:s}={}){return r({colors:o,disablePreflight:s})}export{s as default};//# sourceMappingURL=preset-tailwind.browser.js.map

@@ -1,25 +0,10 @@

import theme from './defaultTheme.dev.js';
import preflight from './preflight.dev.js';
import rules from './rules.dev.js';
import variants from './variants.dev.js';
import presetTailwindBase from './base.dev.js';
import { colors } from './_/colors-16fd59b8.js';
/** Allows to disable to tailwind preflight (default: `false` eg include the tailwind preflight ) */ function presetTailwind({ disablePreflight } = {}) {
return {
// allow other preflight to run
preflight: disablePreflight ? void 0 : preflight,
theme,
variants,
rules,
finalize (rule) {
return(// automatically add `content: ''` to before and after so you don’t have to specify it unless you want a different value
rule.r.some((r)=>/^&::(before|after)$/.test(r)) && !rule.d?.includes('content:') ? {
...rule,
d: [
'content:var(--tw-content)',
rule.d
].filter(Boolean).join(';')
} : rule);
}
};
return presetTailwindBase({
colors,
disablePreflight
});
}
export { presetTailwind as default };
//# sourceMappingURL=preset-tailwind.dev.js.map

@@ -1,25 +0,10 @@

import theme from './defaultTheme.esnext.dev.js';
import preflight from './preflight.esnext.dev.js';
import rules from './rules.esnext.dev.js';
import variants from './variants.esnext.dev.js';
import presetTailwindBase from './base.esnext.dev.js';
import { colors } from './_/colors-16fd59b8.js';
/** Allows to disable to tailwind preflight (default: `false` eg include the tailwind preflight ) */ function presetTailwind({ disablePreflight } = {}) {
return {
// allow other preflight to run
preflight: disablePreflight ? void 0 : preflight,
theme,
variants,
rules,
finalize (rule) {
return(// automatically add `content: ''` to before and after so you don’t have to specify it unless you want a different value
rule.r.some((r)=>/^&::(before|after)$/.test(r)) && !rule.d?.includes('content:') ? {
...rule,
d: [
'content:var(--tw-content)',
rule.d
].filter(Boolean).join(';')
} : rule);
}
};
return presetTailwindBase({
colors,
disablePreflight
});
}
export { presetTailwind as default };
//# sourceMappingURL=preset-tailwind.esnext.dev.js.map

@@ -1,25 +0,10 @@

import theme from './defaultTheme.esnext.js';
import preflight from './preflight.esnext.js';
import rules from './rules.esnext.js';
import variants from './variants.esnext.js';
import presetTailwindBase from './base.esnext.js';
import { colors } from './_/colors-16fd59b8.js';
/** Allows to disable to tailwind preflight (default: `false` eg include the tailwind preflight ) */ function presetTailwind({ disablePreflight } = {}) {
return {
// allow other preflight to run
preflight: disablePreflight ? void 0 : preflight,
theme,
variants,
rules,
finalize (rule) {
return(// automatically add `content: ''` to before and after so you don’t have to specify it unless you want a different value
rule.r.some((r)=>/^&::(before|after)$/.test(r)) && !rule.d?.includes('content:') ? {
...rule,
d: [
'content:var(--tw-content)',
rule.d
].filter(Boolean).join(';')
} : rule);
}
};
return presetTailwindBase({
colors,
disablePreflight
});
}
export { presetTailwind as default };
//# sourceMappingURL=preset-tailwind.esnext.js.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind=function(e){"use strict";function t(){return(t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(e[a]=o[a])}return e}).apply(this,arguments)}function o(){return t.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{__proto__:null,inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},i(4,"rem",4,.5,.5),i(12,"rem",4,5),{14:"3.5rem"},i(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:c("blur"),backdropBrightness:c("brightness"),backdropContrast:c("contrast"),backdropGrayscale:c("grayscale"),backdropHueRotate:c("hueRotate"),backdropInvert:c("invert"),backdropOpacity:c("opacity"),backdropSaturate:c("saturate"),backdropSepia:c("sepia"),backgroundColor:c("colors"),backgroundImage:{none:"none"},backgroundOpacity:c("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},i(200,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:c("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:c("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:c("colors"),caretColor:c("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},i(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:c("borderColor"),divideOpacity:c("borderOpacity"),divideWidth:c("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:c("spacing"),gradientColorStops:c("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},i(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},i(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:c("spacing"),placeholderColor:c("colors"),placeholderOpacity:c("opacity"),outlineColor:c("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:c("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:i(200,"",100,0,50),scale:o({},i(150,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:c("spacing"),scrollPadding:c("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:c("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:i(2),textColor:c("colors"),textDecorationColor:c("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:c("spacing"),textOpacity:c("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:c("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},i(50,"",1,0,10),{auto:"auto"})};function r(e,t){let o={};do for(var a=1;a<e;a++)o[`${a}/${e}`]=Number((a/e*100).toFixed(6))+"%";while(++e<=t)return o}function n(e,t,o=0){let a={};for(;o<=e;o=2*o||1)a[o]=o+t;return a}function i(e,t="",o=1,a=0,r=1,n={}){for(;a<=e;a+=r)n[a]=a/o+t;return n}function c(e){return({theme:t})=>t(e)}let l={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${a.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${a.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};function s(t,o){return e.withAutocomplete(t,o)}let d=[e.match("\\[([-\\w]+):(.+)]",({1:t,2:o},a)=>({"@layer overrides":{"&":{[t]:e.arbitrary(`[${o}]`,"",a)}}})),s(e.match("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),()=>["group","peer"]),e.matchTheme("aspect-","aspectRatio"),e.match("container",(t,{theme:a})=>{let{screens:r=a("screens"),center:n,padding:i}=a("container"),c=o({width:"100%",marginRight:n&&"auto",marginLeft:n&&"auto"},d("xs"));for(let l in r){let s=r[l];"string"==typeof s&&(c[e.mql(s)]={"&":o({maxWidth:s},d(l))})}return c;function d(e){let t=i&&("string"==typeof i?i:i[e]||i.DEFAULT);if(t)return{paddingRight:t,paddingLeft:t}}}),e.matchTheme("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),e.match("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),e.match("box-(border|content)","boxSizing",({1:e})=>e+"-box"),e.match("hidden",{display:"none"}),e.match("table-(auto|fixed)","tableLayout"),e.match(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",e.match("isolate","isolation"),e.match("object-(contain|cover|fill|none|scale-down)","objectFit"),e.matchTheme("object-","objectPosition"),e.match("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",m),e.match("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),e.match("(static|fixed|absolute|relative|sticky)","position"),e.matchTheme("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:"-x"!=e&&t,right:"-y"!=e&&t,bottom:"-x"!=e&&t,left:"-y"!=e&&t})),e.matchTheme("-?(top|bottom|left|right)(?:$|-)","inset"),e.match("(visible|collapse)","visibility"),e.match("invisible",{visibility:"hidden"}),e.matchTheme("-?z-","zIndex"),e.match("flex-((row|col)(-reverse)?)","flexDirection",f),e.match("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),e.matchTheme("(flex-(?:grow|shrink))(?:$|-)"),e.matchTheme("(flex)-"),e.matchTheme("grow(?:$|-)","flexGrow"),e.matchTheme("shrink(?:$|-)","flexShrink"),e.matchTheme("basis-","flexBasis"),e.matchTheme("-?(order)-"),s("-?(order)-(\\d+)",()=>k({end:12})),e.matchTheme("grid-cols-","gridTemplateColumns"),s(e.match("grid-cols-(\\d+)","gridTemplateColumns",T),()=>k({end:6})),e.matchTheme("col-","gridColumn"),s(e.match("col-(span)-(\\d+)","gridColumn",v),()=>k({end:12})),e.matchTheme("col-start-","gridColumnStart"),s(e.match("col-start-(auto|\\d+)","gridColumnStart"),({1:e})=>"auto"===e?[""]:k({end:13})),e.matchTheme("col-end-","gridColumnEnd"),s(e.match("col-end-(auto|\\d+)","gridColumnEnd"),({1:e})=>"auto"===e?[""]:k({end:13})),e.matchTheme("grid-rows-","gridTemplateRows"),s(e.match("grid-rows-(\\d+)","gridTemplateRows",T),()=>k({end:6})),e.matchTheme("row-","gridRow"),s(e.match("row-(span)-(\\d+)","gridRow",v),()=>k({end:6})),e.matchTheme("row-start-","gridRowStart"),s(e.match("row-start-(auto|\\d+)","gridRowStart"),({1:e})=>"auto"===e?[""]:k({end:7})),e.matchTheme("row-end-","gridRowEnd"),s(e.match("row-end-(auto|\\d+)","gridRowEnd"),({1:e})=>"auto"===e?[""]:k({end:7})),e.match("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>m(f(e))),e.match("grid-flow-(dense)","gridAutoFlow"),e.matchTheme("auto-cols-","gridAutoColumns"),e.matchTheme("auto-rows-","gridAutoRows"),e.matchTheme("gap-x(?:$|-)","gap","columnGap"),e.matchTheme("gap-y(?:$|-)","gap","rowGap"),e.matchTheme("gap(?:$|-)","gap"),s("(justify-(?:items|self))-",({1:e})=>e.endsWith("-items-")?["start","end","center","stretch"]:["auto","start","end","center","stretch"]),s(e.match("justify-","justifyContent",u),()=>["start","end","center","between","around","evenly"]),s(e.match("(content|items|self)-",e=>({["align-"+e[1]]:u(e)})),({1:e})=>"content"==e?["center","start","end","between","around","evenly","stretch","baseline"]:"items"==e?["start","end","center","stretch","baseline"]:["auto","start","end","center","stretch","baseline"]),s(e.match("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),({2:e})=>"content"==e?["center","start","end","between","around","evenly","stretch","baseline"]:"items"==e?["start","end","center","stretch","baseline"]:["auto","start","end","center","stretch","baseline"]),e.matchTheme("p([xytrbl])?(?:$|-)","padding",b("padding")),e.matchTheme("-?m([xytrbl])?(?:$|-)","margin",b("margin")),e.matchTheme("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+({y:"top",x:"left"})[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+({y:"bottom",x:"right"})[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),e.match("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),e.matchTheme("w-","width"),e.matchTheme("min-w-","minWidth"),e.matchTheme("max-w-","maxWidth"),e.matchTheme("h-","height"),e.matchTheme("min-h-","minHeight"),e.matchTheme("max-h-","maxHeight"),e.matchTheme("font-","fontWeight"),e.matchTheme("font-","fontFamily",({_:t})=>"string"==typeof(t=e.asArray(t))[1]?{fontFamily:h(t)}:o({fontFamily:h(t[0])},t[1])),e.match("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),e.match("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),e.match("italic","fontStyle"),e.match("not-italic",{fontStyle:"normal"}),e.match("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:o})=>"normal"==t?{fontVariantNumeric:"normal"}:{["--tw-"+(o?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"}}}),e.matchTheme("tracking-","letterSpacing"),e.matchTheme("leading-","lineHeight"),e.match("list-(inside|outside)","listStylePosition"),e.matchTheme("list-","listStyleType"),s(e.match("list-","listStyleType"),()=>["none","disc","decimal"]),e.matchTheme("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),e.matchColor("placeholder-",{property:"color",selector:"&::placeholder"}),e.match("text-(left|center|right|justify|start|end)","textAlign"),e.match("text-(ellipsis|clip)","textOverflow"),e.matchTheme("text-opacity-","textOpacity","--tw-text-opacity"),e.matchColor("text-",{property:"color"}),e.matchTheme("text-","fontSize",({_:e})=>"string"==typeof e?{fontSize:e}:o({fontSize:e[0]},"string"==typeof e[1]?{lineHeight:e[1]}:e[1])),e.matchTheme("indent-","textIndent"),e.match("(overline|underline|line-through)","textDecorationLine"),e.match("no-underline",{textDecorationLine:"none"}),e.matchTheme("underline-offset-","textUnderlineOffset"),e.matchColor("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("decoration-","textDecorationThickness"),s(e.match("decoration-","textDecorationStyle"),()=>["solid","double","dotted","dashed","wavy"]),e.match("(uppercase|lowercase|capitalize)","textTransform"),e.match("normal-case",{textTransform:"none"}),e.match("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),s(e.match("align-","verticalAlign"),()=>["baseline","top","middle","bottom","text-top","text-bottom","sub","super"]),s(e.match("whitespace-","whiteSpace"),()=>["normal","nowrap","pre","pre-line","pre-wrap"]),e.match("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),e.match("break-words",{overflowWrap:"break-word"}),e.match("break-all",{wordBreak:"break-all"}),e.match("break-keep",{wordBreak:"keep-all"}),e.matchColor("caret-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("accent-",{opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${p(e," ")},var(--tw-gradient-stops))`),e.matchColor("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),e.matchColor("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),e.matchColor("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-(fixed|local|scroll)","backgroundAttachment"),e.match("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),e.match(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),s(e.match("bg-blend-","backgroundBlendMode"),()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]),e.match("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+("text"==e?"":"-box")),e.matchTheme("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),e.matchColor("bg-",{section:"backgroundColor"}),e.matchTheme("bg-","backgroundImage"),e.matchTheme("bg-","backgroundPosition"),e.match("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",m),e.matchTheme("bg-","backgroundSize"),e.matchTheme("rounded(?:$|-)","borderRadius"),e.matchTheme("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let o={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${p(o[0])}-radius`]:t,[`border-${p(o[1])}-radius`]:t}}),e.match("border-(collapse|separate)","borderCollapse"),e.matchTheme("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),e.match("border-(solid|dashed|dotted|double|none)","borderStyle"),e.matchTheme("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({"@layer defaults":{"*,::before,::after,::backdrop":{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}},["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),e.matchColor("border-([xytrbl])-",{section:"borderColor"},b("border","Color")),e.matchColor("border-"),e.matchTheme("border-([xytrbl])(?:$|-)","borderWidth",b("border","Width")),e.matchTheme("border(?:$|-)","borderWidth"),e.matchTheme("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),e.match("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),e.match("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),e.matchTheme("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let o={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${p(o[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${p(o[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),e.matchColor("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),e.matchTheme("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),e.matchColor("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),e.matchTheme("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),e.match("ring-inset",{"--tw-ring-inset":"inset"}),e.matchColor("ring-",{property:"--tw-ring-color"}),e.matchTheme("ring(?:$|-)","ringWidth",({_:t},{theme:o})=>({"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":o("ringOffsetWidth","","0px"),"--tw-ring-offset-color":e.toColorValue(o("ringOffsetColor","","#fff")),"--tw-ring-color":e.toColorValue(o("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":o("ringOpacity","","0.5")}}}})),e.matchColor("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),e.matchTheme("shadow(?:$|-)","boxShadow",({_:e})=>({"--tw-shadow":h(e),"--tw-shadow-colored":h(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}}})),e.matchTheme("(opacity)-"),s(e.match("mix-blend-","mixBlendMode"),()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]),...g(),...g("backdrop-"),e.matchTheme("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:h(e),transitionTimingFunction:"none"==e._?void 0:h(t("transitionTimingFunction","")),transitionDuration:"none"==e._?void 0:h(t("transitionDuration",""))})),e.matchTheme("duration(?:$|-)","transitionDuration","transitionDuration",h),e.matchTheme("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",h),e.matchTheme("delay(?:$|-)","transitionDelay","transitionDelay",h),e.matchTheme("animate(?:$|-)","animation",(e,{theme:t,h:o})=>{let a=h(e),r=a.split(" "),n=t("keyframes",r[0]);return n?{["@keyframes "+(r[0]=o(r[0]))]:n,animation:r.join(" ")}:{animation:a}}),"(transform)-(none)",e.match("transform",w),e.match("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":y("gpu"==e)})),e.matchTheme("scale(-[xy])?-","scale",({1:e,_:t})=>o({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t},w())),e.matchTheme("-?(rotate)-","rotate",x),e.matchTheme("-?(translate-[xy])-","translate",x),e.matchTheme("-?(skew-[xy])-","skew",x),e.match("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",m),s("(appearance)-",()=>["auto","none"]),e.matchTheme("(columns)-"),s("(columns)-(\\d+)",()=>k({end:12})),s("(break-(?:before|after|inside))-",({1:e})=>e.endsWith("-inside-")?["auto","avoid","avoid-page","avoid-column"]:["auto","avoid","all","avoid-page","page","left","right","column"]),e.matchTheme("(cursor)-"),s("(cursor)-",()=>["alias","all-scroll","auto","cell","col-resize","context-menu","copy","crosshair","default","e-resize","ew-resize","grab","grabbing","help","move","n-resize","ne-resize","nesw-resize","no-drop","none","not-allowed","ns-resize","nw-resize","nwse-resize","pointer","progress","row-resize","s-resize","se-resize","sw-resize","text","vertical-text","w-resize","wait","zoom-in","zoom-out"]),e.match("snap-(none)","scroll-snap-type"),e.match("snap-(x|y|both)",({1:e})=>({"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-scroll-snap-strictness":"proximity"}}})),e.match("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),e.match("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),e.match("snap-(normal|always)","scroll-snap-stop"),e.match("scroll-(auto|smooth)","scroll-behavior"),e.matchTheme("scroll-p([xytrbl])?(?:$|-)","padding",b("scroll-padding")),e.matchTheme("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",b("scroll-margin")),e.match("touch-(auto|none|manipulation)","touch-action"),e.match("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:o})=>({[`--tw-${t?"pan-x":o?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}}})),e.match("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),e.match("outline",{outlineStyle:"solid"}),e.match("outline-(dashed|dotted|double)","outlineStyle"),e.matchTheme("-?(outline-offset)-"),e.matchColor("outline-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("outline-","outlineWidth"),s("(pointer-events)-",()=>["auto","none"]),e.matchTheme("(will-change)-"),s("(will-change)-",()=>["auto","contents","transform"]),["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],e.match("select-(none|text|all|auto)","userSelect"),e.matchColor("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("stroke-","strokeWidth"),e.match("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),e.match("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function m(e){return("string"==typeof e?e:e[1]).replace(/-/g," ").trim()}function f(e){return("string"==typeof e?e:e[1]).replace("col","column")}function p(e,t="-"){let o=[];for(let a of e)o.push({t:"top",r:"right",b:"bottom",l:"left"}[a]);return o.join(t)}function h(e){return e&&""+(e._||e)}function u({$$:e}){return(({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"})[e[3]||""]||"")+e}function b(t,a=""){return({1:r,_:n})=>{let i={x:"lr",y:"tb"}[r]||r+r;return i?o({},e.toCSS(t+"-"+p(i[0])+a,n),e.toCSS(t+"-"+p(i[1])+a,n)):e.toCSS(t+a,n)}}function g(t=""){let a=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),r={};for(let n of a)r[`--tw-${t}${n}`]="var(--tw-empty,/*!*/ /*!*/)";return r={[`${t}filter`]:a.map(e=>`var(--tw-${t}${e})`).join(" "),"@layer defaults":{"*,::before,::after,::backdrop":r}},[`(${t}filter)-(none)`,e.match(`${t}filter`,r),...a.map(a=>e.matchTheme(`${"h"==a[0]?"-?":""}(${t}${a})(?:$|-)`,a,({1:t,_:n})=>o({[`--tw-${t}`]:e.asArray(n).map(e=>`${a}(${e})`).join(" ")},r)))]}function x({1:e,_:t}){return o({["--tw-"+e]:t},w())}function w(){return{transform:"var(--tw-transform)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":y()}}}}function y(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function v({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function T({1:e}){return`repeat(${e},minmax(0,1fr))`}function k({start:e=1,end:t,step:o=1}){let a=[];for(let r=e;r<=t;r+=o)a.push(`${r}`);return a}function $(t,o){return e.withAutocomplete(t,o)}let S=[["sticky","@supports ((position: -webkit-sticky) or (position:sticky))"],["motion-reduce","@media (prefers-reduced-motion:reduce)"],["motion-safe","@media (prefers-reduced-motion:no-preference)"],["print","@media print"],["(portrait|landscape)",({1:e})=>`@media (orientation:${e})`],["contrast-(more|less)",({1:e})=>`@media (prefers-contrast:${e})`],["(first-(letter|line)|placeholder|backdrop|before|after)",({1:e})=>`&::${e}`],["(marker|selection)",({1:e})=>`& *::${e},&::${e}`],["file","&::file-selector-button"],["(first|last|only)",({1:e})=>`&:${e}-child`],["even","&:nth-child(2n)"],["odd","&:nth-child(odd)"],["open","&[open]"],["(aria|data)-",$(({1:t,$$:o},a)=>o&&`&[${t}-${a.theme(t,o)||e.arbitrary(o,"",a)||`${o}="true"`}]`,({1:e},{theme:t})=>[...new Set([..."aria"==e?["checked","disabled","expanded","hidden","pressed","readonly","required","selected"]:[],...Object.keys(t(e)||{})])].map(o=>({suffix:o,label:`&[${e}-${t(e,o)||`${o}="true"`}]`,theme:{section:e,key:o}})).concat([{suffix:"[",label:`&[${e}-…]`}]))],["((group|peer)(~[^-[]+)?)(-\\[(.+)]|[-[].+?)(\\/.+)?",$(({2:t,3:o="",4:a,5:r="",6:n=o},{e:i,h:c,v:l})=>{let s=e.normalize(r)||("["==a[0]?a:l(a.slice(1)));return`${(s.includes("&")?s:"&"+s).replace(/&/g,`:merge(.${i(c(t+n))})`)}${"p"==t[0]?"~":" "}&`},(e,{variants:t})=>Object.entries(t).filter(([,e])=>/^&(\[|:[^:])/.test(e)).flatMap(([e,t])=>[{prefix:"group-",suffix:e,label:`${t.replace("&",".group")} &`,modifiers:[]},{prefix:"peer-",suffix:e,label:`${t.replace("&",".peer")} &`,modifiers:[]}]))],["(ltr|rtl)",$(({1:e})=>`[dir="${e}"] &`,({1:e})=>[{prefix:e,suffix:"",label:`[dir="${e}"] &`}])],["supports-",$(({$$:t},o)=>{if(t&&(t=o.theme("supports",t)||e.arbitrary(t,"",o)),t)return t.includes(":")||(t+=":var(--tw)"),/^\w*\s*\(/.test(t)||(t=`(${t})`),`@supports ${t.replace(/\b(and|or|not)\b/g," $1 ").trim()}`},(e,{theme:t})=>Object.keys(t("supports")||{}).map(e=>({suffix:e,theme:{section:"supports",key:e}})).concat([{suffix:"[",label:`@supports …`}]))],["max-",$(({$$:t},o)=>{if(t&&(t=o.theme("screens",t)||e.arbitrary(t,"",o)),"string"==typeof t)return`@media not all and (min-width:${t})`},(e,{theme:t})=>Object.entries(t("screens")||{}).filter(([,e])=>"string"==typeof e).map(([e,t])=>({suffix:e,label:`@media not all and (min-width:${t})`,theme:{section:"screens",key:e}})).concat([{suffix:"[",label:`@media not all and (min-width: …)`}]))],["min-",$(({$$:t},o)=>(t&&(t=e.arbitrary(t,"",o)),t&&`@media (min-width:${t})`),()=>[{suffix:"[",label:`@media (min-width: …)`}])],[/^\[(.+)]$/,({1:t})=>/[&@]/.test(t)&&e.normalize(t).replace(/[}]+$/,"").split("{")]];return function({disablePreflight:e}={}){return{preflight:e?void 0:l,theme:a,variants:S,rules:d,finalize(e){var t;return!e.r.some(e=>/^&::(before|after)$/.test(e))||(null==(t=e.d)?void 0:t.includes("content:"))?e:o({},e,{d:["content:var(--tw-content)",e.d].filter(Boolean).join(";")})}}}}(twind.core);//# sourceMappingURL=preset-tailwind.global.dev.js.map
this.twind=this.twind||{},this.twind.presetTailwind=function(e){"use strict";function t(){return(t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e}).apply(this,arguments)}function o(){return t.apply(this,arguments)}let r={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},i(4,"rem",4,.5,.5),i(12,"rem",4,5),{14:"3.5rem"},i(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:c("blur"),backdropBrightness:c("brightness"),backdropContrast:c("contrast"),backdropGrayscale:c("grayscale"),backdropHueRotate:c("hueRotate"),backdropInvert:c("invert"),backdropOpacity:c("opacity"),backdropSaturate:c("saturate"),backdropSepia:c("sepia"),backgroundColor:c("colors"),backgroundImage:{none:"none"},backgroundOpacity:c("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},i(200,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:c("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:c("spacing"),borderWidth:o({DEFAULT:"1px"},n(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:c("colors"),caretColor:c("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},i(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:c("borderColor"),divideOpacity:c("borderOpacity"),divideWidth:c("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),a(2,6),a(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:c("spacing"),gradientColorStops:c("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),a(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),a(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},i(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},i(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:c("spacing"),placeholderColor:c("colors"),placeholderOpacity:c("opacity"),outlineColor:c("colors"),outlineOffset:n(8,"px"),outlineWidth:n(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:c("colors"),ringOffsetWidth:n(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},n(8,"px")),rotate:o({},n(2,"deg"),n(12,"deg",3),n(180,"deg",45)),saturate:i(200,"",100,0,50),scale:o({},i(150,"",100,0,50),i(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:c("spacing"),scrollPadding:c("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},n(2,"deg"),n(12,"deg",3)),space:c("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:i(2),textColor:c("colors"),textDecorationColor:c("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},n(8,"px")),textUnderlineOffset:o({auto:"auto"},n(8,"px")),textIndent:c("spacing"),textOpacity:c("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:c("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),a(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},i(50,"",1,0,10),{auto:"auto"})};function a(e,t){let o={};do for(var r=1;r<e;r++)o[`${r}/${e}`]=Number((r/e*100).toFixed(6))+"%";while(++e<=t)return o}function n(e,t,o=0){let r={};for(;o<=e;o=2*o||1)r[o]=o+t;return r}function i(e,t="",o=1,r=0,a=1,n={}){for(;r<=e;r+=a)n[r]=r/o+t;return n}function c(e){return({theme:t})=>t(e)}let l={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${r.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${r.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}};function s(t,o){return e.withAutocomplete(t,o)}let d=[e.match("\\[([-\\w]+):(.+)]",({1:t,2:o},r)=>({"@layer overrides":{"&":{[t]:e.arbitrary(`[${o}]`,"",r)}}})),s(e.match("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),()=>["group","peer"]),e.matchTheme("aspect-","aspectRatio"),e.match("container",(t,{theme:r})=>{let{screens:a=r("screens"),center:n,padding:i}=r("container"),c=o({width:"100%",marginRight:n&&"auto",marginLeft:n&&"auto"},d("xs"));for(let l in a){let s=a[l];"string"==typeof s&&(c[e.mql(s)]={"&":o({maxWidth:s},d(l))})}return c;function d(e){let t=i&&("string"==typeof i?i:i[e]||i.DEFAULT);if(t)return{paddingRight:t,paddingLeft:t}}}),e.matchTheme("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),e.match("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),e.match("box-(border|content)","boxSizing",({1:e})=>e+"-box"),e.match("hidden",{display:"none"}),e.match("table-(auto|fixed)","tableLayout"),e.match(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",e.match("isolate","isolation"),e.match("object-(contain|cover|fill|none|scale-down)","objectFit"),e.matchTheme("object-","objectPosition"),e.match("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",m),e.match("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),e.match("(static|fixed|absolute|relative|sticky)","position"),e.matchTheme("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:"-x"!=e&&t,right:"-y"!=e&&t,bottom:"-x"!=e&&t,left:"-y"!=e&&t})),e.matchTheme("-?(top|bottom|left|right)(?:$|-)","inset"),e.match("(visible|collapse)","visibility"),e.match("invisible",{visibility:"hidden"}),e.matchTheme("-?z-","zIndex"),e.match("flex-((row|col)(-reverse)?)","flexDirection",f),e.match("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),e.matchTheme("(flex-(?:grow|shrink))(?:$|-)"),e.matchTheme("(flex)-"),e.matchTheme("grow(?:$|-)","flexGrow"),e.matchTheme("shrink(?:$|-)","flexShrink"),e.matchTheme("basis-","flexBasis"),e.matchTheme("-?(order)-"),s("-?(order)-(\\d+)",()=>k({end:12})),e.matchTheme("grid-cols-","gridTemplateColumns"),s(e.match("grid-cols-(\\d+)","gridTemplateColumns",T),()=>k({end:6})),e.matchTheme("col-","gridColumn"),s(e.match("col-(span)-(\\d+)","gridColumn",v),()=>k({end:12})),e.matchTheme("col-start-","gridColumnStart"),s(e.match("col-start-(auto|\\d+)","gridColumnStart"),({1:e})=>"auto"===e?[""]:k({end:13})),e.matchTheme("col-end-","gridColumnEnd"),s(e.match("col-end-(auto|\\d+)","gridColumnEnd"),({1:e})=>"auto"===e?[""]:k({end:13})),e.matchTheme("grid-rows-","gridTemplateRows"),s(e.match("grid-rows-(\\d+)","gridTemplateRows",T),()=>k({end:6})),e.matchTheme("row-","gridRow"),s(e.match("row-(span)-(\\d+)","gridRow",v),()=>k({end:6})),e.matchTheme("row-start-","gridRowStart"),s(e.match("row-start-(auto|\\d+)","gridRowStart"),({1:e})=>"auto"===e?[""]:k({end:7})),e.matchTheme("row-end-","gridRowEnd"),s(e.match("row-end-(auto|\\d+)","gridRowEnd"),({1:e})=>"auto"===e?[""]:k({end:7})),e.match("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>m(f(e))),e.match("grid-flow-(dense)","gridAutoFlow"),e.matchTheme("auto-cols-","gridAutoColumns"),e.matchTheme("auto-rows-","gridAutoRows"),e.matchTheme("gap-x(?:$|-)","gap","columnGap"),e.matchTheme("gap-y(?:$|-)","gap","rowGap"),e.matchTheme("gap(?:$|-)","gap"),s("(justify-(?:items|self))-",({1:e})=>e.endsWith("-items-")?["start","end","center","stretch"]:["auto","start","end","center","stretch"]),s(e.match("justify-","justifyContent",u),()=>["start","end","center","between","around","evenly"]),s(e.match("(content|items|self)-",e=>({["align-"+e[1]]:u(e)})),({1:e})=>"content"==e?["center","start","end","between","around","evenly","stretch","baseline"]:"items"==e?["start","end","center","stretch","baseline"]:["auto","start","end","center","stretch","baseline"]),s(e.match("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),({2:e})=>"content"==e?["center","start","end","between","around","evenly","stretch","baseline"]:"items"==e?["start","end","center","stretch","baseline"]:["auto","start","end","center","stretch","baseline"]),e.matchTheme("p([xytrbl])?(?:$|-)","padding",b("padding")),e.matchTheme("-?m([xytrbl])?(?:$|-)","margin",b("margin")),e.matchTheme("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+({y:"top",x:"left"})[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+({y:"bottom",x:"right"})[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),e.match("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),e.matchTheme("w-","width"),e.matchTheme("min-w-","minWidth"),e.matchTheme("max-w-","maxWidth"),e.matchTheme("h-","height"),e.matchTheme("min-h-","minHeight"),e.matchTheme("max-h-","maxHeight"),e.matchTheme("font-","fontWeight"),e.matchTheme("font-","fontFamily",({_:t})=>"string"==typeof(t=e.asArray(t))[1]?{fontFamily:h(t)}:o({fontFamily:h(t[0])},t[1])),e.match("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),e.match("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),e.match("italic","fontStyle"),e.match("not-italic",{fontStyle:"normal"}),e.match("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:o})=>"normal"==t?{fontVariantNumeric:"normal"}:{["--tw-"+(o?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"}}}),e.matchTheme("tracking-","letterSpacing"),e.matchTheme("leading-","lineHeight"),e.match("list-(inside|outside)","listStylePosition"),e.matchTheme("list-","listStyleType"),s(e.match("list-","listStyleType"),()=>["none","disc","decimal"]),e.matchTheme("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),e.matchColor("placeholder-",{property:"color",selector:"&::placeholder"}),e.match("text-(left|center|right|justify|start|end)","textAlign"),e.match("text-(ellipsis|clip)","textOverflow"),e.matchTheme("text-opacity-","textOpacity","--tw-text-opacity"),e.matchColor("text-",{property:"color"}),e.matchTheme("text-","fontSize",({_:e})=>"string"==typeof e?{fontSize:e}:o({fontSize:e[0]},"string"==typeof e[1]?{lineHeight:e[1]}:e[1])),e.matchTheme("indent-","textIndent"),e.match("(overline|underline|line-through)","textDecorationLine"),e.match("no-underline",{textDecorationLine:"none"}),e.matchTheme("underline-offset-","textUnderlineOffset"),e.matchColor("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("decoration-","textDecorationThickness"),s(e.match("decoration-","textDecorationStyle"),()=>["solid","double","dotted","dashed","wavy"]),e.match("(uppercase|lowercase|capitalize)","textTransform"),e.match("normal-case",{textTransform:"none"}),e.match("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),s(e.match("align-","verticalAlign"),()=>["baseline","top","middle","bottom","text-top","text-bottom","sub","super"]),s(e.match("whitespace-","whiteSpace"),()=>["normal","nowrap","pre","pre-line","pre-wrap"]),e.match("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),e.match("break-words",{overflowWrap:"break-word"}),e.match("break-all",{wordBreak:"break-all"}),e.match("break-keep",{wordBreak:"keep-all"}),e.matchColor("caret-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("accent-",{opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${p(e," ")},var(--tw-gradient-stops))`),e.matchColor("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),e.matchColor("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),e.matchColor("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-(fixed|local|scroll)","backgroundAttachment"),e.match("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),e.match(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),s(e.match("bg-blend-","backgroundBlendMode"),()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]),e.match("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+("text"==e?"":"-box")),e.matchTheme("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),e.matchColor("bg-",{section:"backgroundColor"}),e.matchTheme("bg-","backgroundImage"),e.matchTheme("bg-","backgroundPosition"),e.match("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",m),e.matchTheme("bg-","backgroundSize"),e.matchTheme("rounded(?:$|-)","borderRadius"),e.matchTheme("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let o={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${p(o[0])}-radius`]:t,[`border-${p(o[1])}-radius`]:t}}),e.match("border-(collapse|separate)","borderCollapse"),e.matchTheme("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),e.match("border-(solid|dashed|dotted|double|none)","borderStyle"),e.matchTheme("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({"@layer defaults":{"*,::before,::after,::backdrop":{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}},["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),e.matchColor("border-([xytrbl])-",{section:"borderColor"},b("border","Color")),e.matchColor("border-"),e.matchTheme("border-([xytrbl])(?:$|-)","borderWidth",b("border","Width")),e.matchTheme("border(?:$|-)","borderWidth"),e.matchTheme("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),e.match("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),e.match("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),e.matchTheme("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let o={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${p(o[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${p(o[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),e.matchColor("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),e.matchTheme("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),e.matchColor("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),e.matchTheme("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),e.match("ring-inset",{"--tw-ring-inset":"inset"}),e.matchColor("ring-",{property:"--tw-ring-color"}),e.matchTheme("ring(?:$|-)","ringWidth",({_:t},{theme:o})=>({"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":o("ringOffsetWidth","","0px"),"--tw-ring-offset-color":e.toColorValue(o("ringOffsetColor","","#fff")),"--tw-ring-color":e.toColorValue(o("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":o("ringOpacity","","0.5")}}}})),e.matchColor("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),e.matchTheme("shadow(?:$|-)","boxShadow",({_:e})=>({"--tw-shadow":h(e),"--tw-shadow-colored":h(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}}})),e.matchTheme("(opacity)-"),s(e.match("mix-blend-","mixBlendMode"),()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]),...g(),...g("backdrop-"),e.matchTheme("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:h(e),transitionTimingFunction:"none"==e._?void 0:h(t("transitionTimingFunction","")),transitionDuration:"none"==e._?void 0:h(t("transitionDuration",""))})),e.matchTheme("duration(?:$|-)","transitionDuration","transitionDuration",h),e.matchTheme("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",h),e.matchTheme("delay(?:$|-)","transitionDelay","transitionDelay",h),e.matchTheme("animate(?:$|-)","animation",(e,{theme:t,h:o})=>{let r=h(e),a=r.split(" "),n=t("keyframes",a[0]);return n?{["@keyframes "+(a[0]=o(a[0]))]:n,animation:a.join(" ")}:{animation:r}}),"(transform)-(none)",e.match("transform",w),e.match("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":y("gpu"==e)})),e.matchTheme("scale(-[xy])?-","scale",({1:e,_:t})=>o({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t},w())),e.matchTheme("-?(rotate)-","rotate",x),e.matchTheme("-?(translate-[xy])-","translate",x),e.matchTheme("-?(skew-[xy])-","skew",x),e.match("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",m),s("(appearance)-",()=>["auto","none"]),e.matchTheme("(columns)-"),s("(columns)-(\\d+)",()=>k({end:12})),s("(break-(?:before|after|inside))-",({1:e})=>e.endsWith("-inside-")?["auto","avoid","avoid-page","avoid-column"]:["auto","avoid","all","avoid-page","page","left","right","column"]),e.matchTheme("(cursor)-"),s("(cursor)-",()=>["alias","all-scroll","auto","cell","col-resize","context-menu","copy","crosshair","default","e-resize","ew-resize","grab","grabbing","help","move","n-resize","ne-resize","nesw-resize","no-drop","none","not-allowed","ns-resize","nw-resize","nwse-resize","pointer","progress","row-resize","s-resize","se-resize","sw-resize","text","vertical-text","w-resize","wait","zoom-in","zoom-out"]),e.match("snap-(none)","scroll-snap-type"),e.match("snap-(x|y|both)",({1:e})=>({"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-scroll-snap-strictness":"proximity"}}})),e.match("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),e.match("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),e.match("snap-(normal|always)","scroll-snap-stop"),e.match("scroll-(auto|smooth)","scroll-behavior"),e.matchTheme("scroll-p([xytrbl])?(?:$|-)","padding",b("scroll-padding")),e.matchTheme("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",b("scroll-margin")),e.match("touch-(auto|none|manipulation)","touch-action"),e.match("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:o})=>({[`--tw-${t?"pan-x":o?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}}})),e.match("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),e.match("outline",{outlineStyle:"solid"}),e.match("outline-(dashed|dotted|double)","outlineStyle"),e.matchTheme("-?(outline-offset)-"),e.matchColor("outline-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("outline-","outlineWidth"),s("(pointer-events)-",()=>["auto","none"]),e.matchTheme("(will-change)-"),s("(will-change)-",()=>["auto","contents","transform"]),["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],e.match("select-(none|text|all|auto)","userSelect"),e.matchColor("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("stroke-","strokeWidth"),e.match("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),e.match("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function m(e){return("string"==typeof e?e:e[1]).replace(/-/g," ").trim()}function f(e){return("string"==typeof e?e:e[1]).replace("col","column")}function p(e,t="-"){let o=[];for(let r of e)o.push({t:"top",r:"right",b:"bottom",l:"left"}[r]);return o.join(t)}function h(e){return e&&""+(e._||e)}function u({$$:e}){return(({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"})[e[3]||""]||"")+e}function b(t,r=""){return({1:a,_:n})=>{let i={x:"lr",y:"tb"}[a]||a+a;return i?o({},e.toCSS(t+"-"+p(i[0])+r,n),e.toCSS(t+"-"+p(i[1])+r,n)):e.toCSS(t+r,n)}}function g(t=""){let r=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),a={};for(let n of r)a[`--tw-${t}${n}`]="var(--tw-empty,/*!*/ /*!*/)";return a={[`${t}filter`]:r.map(e=>`var(--tw-${t}${e})`).join(" "),"@layer defaults":{"*,::before,::after,::backdrop":a}},[`(${t}filter)-(none)`,e.match(`${t}filter`,a),...r.map(r=>e.matchTheme(`${"h"==r[0]?"-?":""}(${t}${r})(?:$|-)`,r,({1:t,_:n})=>o({[`--tw-${t}`]:e.asArray(n).map(e=>`${r}(${e})`).join(" ")},a)))]}function x({1:e,_:t}){return o({["--tw-"+e]:t},w())}function w(){return{transform:"var(--tw-transform)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":y()}}}}function y(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function v({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function T({1:e}){return`repeat(${e},minmax(0,1fr))`}function k({start:e=1,end:t,step:o=1}){let r=[];for(let a=e;a<=t;a+=o)r.push(`${a}`);return r}function $(t,o){return e.withAutocomplete(t,o)}let S=[["sticky","@supports ((position: -webkit-sticky) or (position:sticky))"],["motion-reduce","@media (prefers-reduced-motion:reduce)"],["motion-safe","@media (prefers-reduced-motion:no-preference)"],["print","@media print"],["(portrait|landscape)",({1:e})=>`@media (orientation:${e})`],["contrast-(more|less)",({1:e})=>`@media (prefers-contrast:${e})`],["(first-(letter|line)|placeholder|backdrop|before|after)",({1:e})=>`&::${e}`],["(marker|selection)",({1:e})=>`& *::${e},&::${e}`],["file","&::file-selector-button"],["(first|last|only)",({1:e})=>`&:${e}-child`],["even","&:nth-child(2n)"],["odd","&:nth-child(odd)"],["open","&[open]"],["(aria|data)-",$(({1:t,$$:o},r)=>o&&`&[${t}-${r.theme(t,o)||e.arbitrary(o,"",r)||`${o}="true"`}]`,({1:e},{theme:t})=>[...new Set([..."aria"==e?["checked","disabled","expanded","hidden","pressed","readonly","required","selected"]:[],...Object.keys(t(e)||{})])].map(o=>({suffix:o,label:`&[${e}-${t(e,o)||`${o}="true"`}]`,theme:{section:e,key:o}})).concat([{suffix:"[",label:`&[${e}-…]`}]))],["((group|peer)(~[^-[]+)?)(-\\[(.+)]|[-[].+?)(\\/.+)?",$(({2:t,3:o="",4:r,5:a="",6:n=o},{e:i,h:c,v:l})=>{let s=e.normalize(a)||("["==r[0]?r:l(r.slice(1)));return`${(s.includes("&")?s:"&"+s).replace(/&/g,`:merge(.${i(c(t+n))})`)}${"p"==t[0]?"~":" "}&`},(e,{variants:t})=>Object.entries(t).filter(([,e])=>/^&(\[|:[^:])/.test(e)).flatMap(([e,t])=>[{prefix:"group-",suffix:e,label:`${t.replace("&",".group")} &`,modifiers:[]},{prefix:"peer-",suffix:e,label:`${t.replace("&",".peer")} &`,modifiers:[]}]))],["(ltr|rtl)",$(({1:e})=>`[dir="${e}"] &`,({1:e})=>[{prefix:e,suffix:"",label:`[dir="${e}"] &`}])],["supports-",$(({$$:t},o)=>{if(t&&(t=o.theme("supports",t)||e.arbitrary(t,"",o)),t)return t.includes(":")||(t+=":var(--tw)"),/^\w*\s*\(/.test(t)||(t=`(${t})`),`@supports ${t.replace(/\b(and|or|not)\b/g," $1 ").trim()}`},(e,{theme:t})=>Object.keys(t("supports")||{}).map(e=>({suffix:e,theme:{section:"supports",key:e}})).concat([{suffix:"[",label:`@supports …`}]))],["max-",$(({$$:t},o)=>{if(t&&(t=o.theme("screens",t)||e.arbitrary(t,"",o)),"string"==typeof t)return`@media not all and (min-width:${t})`},(e,{theme:t})=>Object.entries(t("screens")||{}).filter(([,e])=>"string"==typeof e).map(([e,t])=>({suffix:e,label:`@media not all and (min-width:${t})`,theme:{section:"screens",key:e}})).concat([{suffix:"[",label:`@media not all and (min-width: …)`}]))],["min-",$(({$$:t},o)=>(t&&(t=e.arbitrary(t,"",o)),t&&`@media (min-width:${t})`),()=>[{suffix:"[",label:`@media (min-width: …)`}])],[/^\[(.+)]$/,({1:t})=>/[&@]/.test(t)&&e.normalize(t).replace(/[}]+$/,"").split("{")]],C={__proto__:null,slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}};return function({disablePreflight:e}={}){return function({colors:e,disablePreflight:t}={}){return{preflight:t?void 0:l,theme:o({},r,{colors:o({inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff"},e)}),variants:S,rules:d,finalize(e){var t;return!e.r.some(e=>/^&::(before|after)$/.test(e))||(null==(t=e.d)?void 0:t.includes("content:"))?e:o({},e,{d:["content:var(--tw-content)",e.d].filter(Boolean).join(";")})}}}({colors:C,disablePreflight:e})}}(twind.core);//# sourceMappingURL=preset-tailwind.global.dev.js.map

@@ -1,1 +0,1 @@

this.twind=this.twind||{},this.twind.presetTailwind=function(e){"use strict";function t(){return(t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(e[a]=o[a])}return e}).apply(this,arguments)}function o(){return t.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{__proto__:null,inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},n(4,"rem",4,.5,.5),n(12,"rem",4,5),{14:"3.5rem"},n(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:c("blur"),backdropBrightness:c("brightness"),backdropContrast:c("contrast"),backdropGrayscale:c("grayscale"),backdropHueRotate:c("hueRotate"),backdropInvert:c("invert"),backdropOpacity:c("opacity"),backdropSaturate:c("saturate"),backdropSepia:c("sepia"),backgroundColor:c("colors"),backgroundImage:{none:"none"},backgroundOpacity:c("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},n(200,"",100,0,50),n(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:c("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:c("spacing"),borderWidth:o({DEFAULT:"1px"},i(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:c("colors"),caretColor:c("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},n(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:c("borderColor"),divideOpacity:c("borderOpacity"),divideWidth:c("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:c("spacing"),gradientColorStops:c("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},n(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},n(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:c("spacing"),placeholderColor:c("colors"),placeholderOpacity:c("opacity"),outlineColor:c("colors"),outlineOffset:i(8,"px"),outlineWidth:i(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:c("colors"),ringOffsetWidth:i(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},i(8,"px")),rotate:o({},i(2,"deg"),i(12,"deg",3),i(180,"deg",45)),saturate:n(200,"",100,0,50),scale:o({},n(150,"",100,0,50),n(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:c("spacing"),scrollPadding:c("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},i(2,"deg"),i(12,"deg",3)),space:c("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:n(2),textColor:c("colors"),textDecorationColor:c("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},i(8,"px")),textUnderlineOffset:o({auto:"auto"},i(8,"px")),textIndent:c("spacing"),textOpacity:c("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:c("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},n(50,"",1,0,10),{auto:"auto"})};function r(e,t){let o={};do for(var a=1;a<e;a++)o[`${a}/${e}`]=Number((a/e*100).toFixed(6))+"%";while(++e<=t)return o}function i(e,t,o=0){let a={};for(;o<=e;o=2*o||1)a[o]=o+t;return a}function n(e,t="",o=1,a=0,r=1,i={}){for(;a<=e;a+=r)i[a]=a/o+t;return i}function c(e){return({theme:t})=>t(e)}let l={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${a.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${a.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},s=[e.match("\\[([-\\w]+):(.+)]",({1:t,2:o},a)=>({"@layer overrides":{"&":{[t]:e.arbitrary(`[${o}]`,"",a)}}})),e.match("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),e.matchTheme("aspect-","aspectRatio"),e.match("container",(t,{theme:a})=>{let{screens:r=a("screens"),center:i,padding:n}=a("container"),c=o({width:"100%",marginRight:i&&"auto",marginLeft:i&&"auto"},d("xs"));for(let l in r){let s=r[l];"string"==typeof s&&(c[e.mql(s)]={"&":o({maxWidth:s},d(l))})}return c;function d(e){let t=n&&("string"==typeof n?n:n[e]||n.DEFAULT);if(t)return{paddingRight:t,paddingLeft:t}}}),e.matchTheme("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),e.match("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),e.match("box-(border|content)","boxSizing",({1:e})=>e+"-box"),e.match("hidden",{display:"none"}),e.match("table-(auto|fixed)","tableLayout"),e.match(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",e.match("isolate","isolation"),e.match("object-(contain|cover|fill|none|scale-down)","objectFit"),e.matchTheme("object-","objectPosition"),e.match("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",d),e.match("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),e.match("(static|fixed|absolute|relative|sticky)","position"),e.matchTheme("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:"-x"!=e&&t,right:"-y"!=e&&t,bottom:"-x"!=e&&t,left:"-y"!=e&&t})),e.matchTheme("-?(top|bottom|left|right)(?:$|-)","inset"),e.match("(visible|collapse)","visibility"),e.match("invisible",{visibility:"hidden"}),e.matchTheme("-?z-","zIndex"),e.match("flex-((row|col)(-reverse)?)","flexDirection",m),e.match("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),e.matchTheme("(flex-(?:grow|shrink))(?:$|-)"),e.matchTheme("(flex)-"),e.matchTheme("grow(?:$|-)","flexGrow"),e.matchTheme("shrink(?:$|-)","flexShrink"),e.matchTheme("basis-","flexBasis"),e.matchTheme("-?(order)-"),"-?(order)-(\\d+)",e.matchTheme("grid-cols-","gridTemplateColumns"),e.match("grid-cols-(\\d+)","gridTemplateColumns",v),e.matchTheme("col-","gridColumn"),e.match("col-(span)-(\\d+)","gridColumn",y),e.matchTheme("col-start-","gridColumnStart"),e.match("col-start-(auto|\\d+)","gridColumnStart"),e.matchTheme("col-end-","gridColumnEnd"),e.match("col-end-(auto|\\d+)","gridColumnEnd"),e.matchTheme("grid-rows-","gridTemplateRows"),e.match("grid-rows-(\\d+)","gridTemplateRows",v),e.matchTheme("row-","gridRow"),e.match("row-(span)-(\\d+)","gridRow",y),e.matchTheme("row-start-","gridRowStart"),e.match("row-start-(auto|\\d+)","gridRowStart"),e.matchTheme("row-end-","gridRowEnd"),e.match("row-end-(auto|\\d+)","gridRowEnd"),e.match("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>d(m(e))),e.match("grid-flow-(dense)","gridAutoFlow"),e.matchTheme("auto-cols-","gridAutoColumns"),e.matchTheme("auto-rows-","gridAutoRows"),e.matchTheme("gap-x(?:$|-)","gap","columnGap"),e.matchTheme("gap-y(?:$|-)","gap","rowGap"),e.matchTheme("gap(?:$|-)","gap"),"(justify-(?:items|self))-",e.match("justify-","justifyContent",p),e.match("(content|items|self)-",e=>({["align-"+e[1]]:p(e)})),e.match("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),e.matchTheme("p([xytrbl])?(?:$|-)","padding",b("padding")),e.matchTheme("-?m([xytrbl])?(?:$|-)","margin",b("margin")),e.matchTheme("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+({y:"top",x:"left"})[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+({y:"bottom",x:"right"})[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),e.match("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),e.matchTheme("w-","width"),e.matchTheme("min-w-","minWidth"),e.matchTheme("max-w-","maxWidth"),e.matchTheme("h-","height"),e.matchTheme("min-h-","minHeight"),e.matchTheme("max-h-","maxHeight"),e.matchTheme("font-","fontWeight"),e.matchTheme("font-","fontFamily",({_:t})=>"string"==typeof(t=e.asArray(t))[1]?{fontFamily:h(t)}:o({fontFamily:h(t[0])},t[1])),e.match("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),e.match("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),e.match("italic","fontStyle"),e.match("not-italic",{fontStyle:"normal"}),e.match("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:o})=>"normal"==t?{fontVariantNumeric:"normal"}:{["--tw-"+(o?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"}}}),e.matchTheme("tracking-","letterSpacing"),e.matchTheme("leading-","lineHeight"),e.match("list-(inside|outside)","listStylePosition"),e.matchTheme("list-","listStyleType"),e.match("list-","listStyleType"),e.matchTheme("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),e.matchColor("placeholder-",{property:"color",selector:"&::placeholder"}),e.match("text-(left|center|right|justify|start|end)","textAlign"),e.match("text-(ellipsis|clip)","textOverflow"),e.matchTheme("text-opacity-","textOpacity","--tw-text-opacity"),e.matchColor("text-",{property:"color"}),e.matchTheme("text-","fontSize",({_:e})=>"string"==typeof e?{fontSize:e}:o({fontSize:e[0]},"string"==typeof e[1]?{lineHeight:e[1]}:e[1])),e.matchTheme("indent-","textIndent"),e.match("(overline|underline|line-through)","textDecorationLine"),e.match("no-underline",{textDecorationLine:"none"}),e.matchTheme("underline-offset-","textUnderlineOffset"),e.matchColor("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("decoration-","textDecorationThickness"),e.match("decoration-","textDecorationStyle"),e.match("(uppercase|lowercase|capitalize)","textTransform"),e.match("normal-case",{textTransform:"none"}),e.match("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),e.match("align-","verticalAlign"),e.match("whitespace-","whiteSpace"),e.match("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),e.match("break-words",{overflowWrap:"break-word"}),e.match("break-all",{wordBreak:"break-all"}),e.match("break-keep",{wordBreak:"keep-all"}),e.matchColor("caret-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("accent-",{opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${f(e," ")},var(--tw-gradient-stops))`),e.matchColor("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),e.matchColor("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),e.matchColor("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-(fixed|local|scroll)","backgroundAttachment"),e.match("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),e.match(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),e.match("bg-blend-","backgroundBlendMode"),e.match("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+("text"==e?"":"-box")),e.matchTheme("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),e.matchColor("bg-",{section:"backgroundColor"}),e.matchTheme("bg-","backgroundImage"),e.matchTheme("bg-","backgroundPosition"),e.match("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",d),e.matchTheme("bg-","backgroundSize"),e.matchTheme("rounded(?:$|-)","borderRadius"),e.matchTheme("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let o={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${f(o[0])}-radius`]:t,[`border-${f(o[1])}-radius`]:t}}),e.match("border-(collapse|separate)","borderCollapse"),e.matchTheme("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),e.match("border-(solid|dashed|dotted|double|none)","borderStyle"),e.matchTheme("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({"@layer defaults":{"*,::before,::after,::backdrop":{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}},["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),e.matchColor("border-([xytrbl])-",{section:"borderColor"},b("border","Color")),e.matchColor("border-"),e.matchTheme("border-([xytrbl])(?:$|-)","borderWidth",b("border","Width")),e.matchTheme("border(?:$|-)","borderWidth"),e.matchTheme("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),e.match("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),e.match("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),e.matchTheme("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let o={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${f(o[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${f(o[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),e.matchColor("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),e.matchTheme("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),e.matchColor("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),e.matchTheme("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),e.match("ring-inset",{"--tw-ring-inset":"inset"}),e.matchColor("ring-",{property:"--tw-ring-color"}),e.matchTheme("ring(?:$|-)","ringWidth",({_:t},{theme:o})=>({"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":o("ringOffsetWidth","","0px"),"--tw-ring-offset-color":e.toColorValue(o("ringOffsetColor","","#fff")),"--tw-ring-color":e.toColorValue(o("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":o("ringOpacity","","0.5")}}}})),e.matchColor("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),e.matchTheme("shadow(?:$|-)","boxShadow",({_:e})=>({"--tw-shadow":h(e),"--tw-shadow-colored":h(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}}})),e.matchTheme("(opacity)-"),e.match("mix-blend-","mixBlendMode"),...g(),...g("backdrop-"),e.matchTheme("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:h(e),transitionTimingFunction:"none"==e._?void 0:h(t("transitionTimingFunction","")),transitionDuration:"none"==e._?void 0:h(t("transitionDuration",""))})),e.matchTheme("duration(?:$|-)","transitionDuration","transitionDuration",h),e.matchTheme("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",h),e.matchTheme("delay(?:$|-)","transitionDelay","transitionDelay",h),e.matchTheme("animate(?:$|-)","animation",(e,{theme:t,h:o})=>{let a=h(e),r=a.split(" "),i=t("keyframes",r[0]);return i?{["@keyframes "+(r[0]=o(r[0]))]:i,animation:r.join(" ")}:{animation:a}}),"(transform)-(none)",e.match("transform",x),e.match("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":w("gpu"==e)})),e.matchTheme("scale(-[xy])?-","scale",({1:e,_:t})=>o({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t},x())),e.matchTheme("-?(rotate)-","rotate",u),e.matchTheme("-?(translate-[xy])-","translate",u),e.matchTheme("-?(skew-[xy])-","skew",u),e.match("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",d),"(appearance)-",e.matchTheme("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",e.matchTheme("(cursor)-"),"(cursor)-",e.match("snap-(none)","scroll-snap-type"),e.match("snap-(x|y|both)",({1:e})=>({"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-scroll-snap-strictness":"proximity"}}})),e.match("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),e.match("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),e.match("snap-(normal|always)","scroll-snap-stop"),e.match("scroll-(auto|smooth)","scroll-behavior"),e.matchTheme("scroll-p([xytrbl])?(?:$|-)","padding",b("scroll-padding")),e.matchTheme("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",b("scroll-margin")),e.match("touch-(auto|none|manipulation)","touch-action"),e.match("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:o})=>({[`--tw-${t?"pan-x":o?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}}})),e.match("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),e.match("outline",{outlineStyle:"solid"}),e.match("outline-(dashed|dotted|double)","outlineStyle"),e.matchTheme("-?(outline-offset)-"),e.matchColor("outline-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("outline-","outlineWidth"),"(pointer-events)-",e.matchTheme("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],e.match("select-(none|text|all|auto)","userSelect"),e.matchColor("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("stroke-","strokeWidth"),e.match("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),e.match("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function d(e){return("string"==typeof e?e:e[1]).replace(/-/g," ").trim()}function m(e){return("string"==typeof e?e:e[1]).replace("col","column")}function f(e,t="-"){let o=[];for(let a of e)o.push({t:"top",r:"right",b:"bottom",l:"left"}[a]);return o.join(t)}function h(e){return e&&""+(e._||e)}function p({$$:e}){return(({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"})[e[3]||""]||"")+e}function b(t,a=""){return({1:r,_:i})=>{let n={x:"lr",y:"tb"}[r]||r+r;return n?o({},e.toCSS(t+"-"+f(n[0])+a,i),e.toCSS(t+"-"+f(n[1])+a,i)):e.toCSS(t+a,i)}}function g(t=""){let a=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),r={};for(let i of a)r[`--tw-${t}${i}`]="var(--tw-empty,/*!*/ /*!*/)";return r={[`${t}filter`]:a.map(e=>`var(--tw-${t}${e})`).join(" "),"@layer defaults":{"*,::before,::after,::backdrop":r}},[`(${t}filter)-(none)`,e.match(`${t}filter`,r),...a.map(a=>e.matchTheme(`${"h"==a[0]?"-?":""}(${t}${a})(?:$|-)`,a,({1:t,_:i})=>o({[`--tw-${t}`]:e.asArray(i).map(e=>`${a}(${e})`).join(" ")},r)))]}function u({1:e,_:t}){return o({["--tw-"+e]:t},x())}function x(){return{transform:"var(--tw-transform)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":w()}}}}function w(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function y({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function v({1:e}){return`repeat(${e},minmax(0,1fr))`}let T=[["sticky","@supports ((position: -webkit-sticky) or (position:sticky))"],["motion-reduce","@media (prefers-reduced-motion:reduce)"],["motion-safe","@media (prefers-reduced-motion:no-preference)"],["print","@media print"],["(portrait|landscape)",({1:e})=>`@media (orientation:${e})`],["contrast-(more|less)",({1:e})=>`@media (prefers-contrast:${e})`],["(first-(letter|line)|placeholder|backdrop|before|after)",({1:e})=>`&::${e}`],["(marker|selection)",({1:e})=>`& *::${e},&::${e}`],["file","&::file-selector-button"],["(first|last|only)",({1:e})=>`&:${e}-child`],["even","&:nth-child(2n)"],["odd","&:nth-child(odd)"],["open","&[open]"],["(aria|data)-",({1:t,$$:o},a)=>o&&`&[${t}-${a.theme(t,o)||e.arbitrary(o,"",a)||`${o}="true"`}]`],["((group|peer)(~[^-[]+)?)(-\\[(.+)]|[-[].+?)(\\/.+)?",({2:t,3:o="",4:a,5:r="",6:i=o},{e:n,h:c,v:l})=>{let s=e.normalize(r)||("["==a[0]?a:l(a.slice(1)));return`${(s.includes("&")?s:"&"+s).replace(/&/g,`:merge(.${n(c(t+i))})`)}${"p"==t[0]?"~":" "}&`}],["(ltr|rtl)",({1:e})=>`[dir="${e}"] &`],["supports-",({$$:t},o)=>{if(t&&(t=o.theme("supports",t)||e.arbitrary(t,"",o)),t)return t.includes(":")||(t+=":var(--tw)"),/^\w*\s*\(/.test(t)||(t=`(${t})`),`@supports ${t.replace(/\b(and|or|not)\b/g," $1 ").trim()}`}],["max-",({$$:t},o)=>{if(t&&(t=o.theme("screens",t)||e.arbitrary(t,"",o)),"string"==typeof t)return`@media not all and (min-width:${t})`}],["min-",({$$:t},o)=>(t&&(t=e.arbitrary(t,"",o)),t&&`@media (min-width:${t})`)],[/^\[(.+)]$/,({1:t})=>/[&@]/.test(t)&&e.normalize(t).replace(/[}]+$/,"").split("{")]];return function({disablePreflight:e}={}){return{preflight:e?void 0:l,theme:a,variants:T,rules:s,finalize(e){var t;return!e.r.some(e=>/^&::(before|after)$/.test(e))||(null==(t=e.d)?void 0:t.includes("content:"))?e:o({},e,{d:["content:var(--tw-content)",e.d].filter(Boolean).join(";")})}}}}(twind.core);//# sourceMappingURL=preset-tailwind.global.js.map
this.twind=this.twind||{},this.twind.presetTailwind=function(e){"use strict";function t(){return(t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(e[a]=o[a])}return e}).apply(this,arguments)}function o(){return t.apply(this,arguments)}let a={screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},columns:{auto:"auto","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:o({px:"1px",0:"0px"},n(4,"rem",4,.5,.5),n(12,"rem",4,5),{14:"3.5rem"},n(64,"rem",4,16,4),{72:"18rem",80:"20rem",96:"24rem"}),durations:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0,0,0.2,1) infinite",pulse:"pulse 2s cubic-bezier(0.4,0,0.6,1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1/1",video:"16/9"},backdropBlur:c("blur"),backdropBrightness:c("brightness"),backdropContrast:c("contrast"),backdropGrayscale:c("grayscale"),backdropHueRotate:c("hueRotate"),backdropInvert:c("invert"),backdropOpacity:c("opacity"),backdropSaturate:c("saturate"),backdropSepia:c("sepia"),backgroundColor:c("colors"),backgroundImage:{none:"none"},backgroundOpacity:c("opacity"),backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{none:"none",0:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:o({},n(200,"",100,0,50),n(110,"",100,90,5),{75:"0.75",125:"1.25"}),borderColor:({theme:e})=>o({DEFAULT:e("colors.gray.200","currentColor")},e("colors")),borderOpacity:c("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem","1/2":"50%",full:"9999px"},borderSpacing:c("spacing"),borderWidth:o({DEFAULT:"1px"},i(8,"px")),boxShadow:{sm:"0 1px 2px 0 rgba(0,0,0,0.05)",DEFAULT:"0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)",md:"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",lg:"0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",xl:"0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)","2xl":"0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},boxShadowColor:c("colors"),caretColor:c("colors"),accentColor:({theme:e})=>o({auto:"auto"},e("colors")),contrast:o({},n(200,"",100,0,50),{75:"0.75",125:"1.25"}),content:{none:"none"},divideColor:c("borderColor"),divideOpacity:c("borderOpacity"),divideWidth:c("borderWidth"),dropShadow:{sm:"0 1px 1px rgba(0,0,0,0.05)",DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"},fill:({theme:e})=>o({},e("colors"),{none:"none"}),grayscale:{DEFAULT:"100%",0:"0"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{DEFAULT:"100%",0:"0"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:e})=>o({},e("spacing"),r(2,6),r(12,12),{auto:"auto",full:"100%"}),flexGrow:{DEFAULT:1,0:0},flexShrink:{DEFAULT:1,0:0},fontFamily:{sans:'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'.split(","),serif:'ui-serif,Georgia,Cambria,"Times New Roman",Times,serif'.split(","),mono:'ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace'.split(",")},fontSize:{xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:c("spacing"),gradientColorStops:c("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0,1fr)"},gridColumn:{auto:"auto","span-full":"1 / -1"},gridRow:{auto:"auto","span-full":"1 / -1"},gridTemplateColumns:{none:"none"},gridTemplateRows:{none:"none"},height:({theme:e})=>o({},e("spacing"),r(2,6),{min:"min-content",max:"max-content",fit:"fit-content",auto:"auto",full:"100%",screen:"100vh"}),inset:({theme:e})=>o({},e("spacing"),r(2,4),{auto:"auto",full:"100%"}),keyframes:{spin:{from:{transform:"rotate(0deg)"},to:{transform:"rotate(360deg)"}},ping:{"0%":{transform:"scale(1)",opacity:"1"},"75%,100%":{transform:"scale(2)",opacity:"0"}},pulse:{"0%,100%":{opacity:"1"},"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:o({},n(10,"rem",4,3),{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}),margin:({theme:e})=>o({auto:"auto"},e("spacing")),maxHeight:({theme:e})=>o({full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},e("spacing")),maxWidth:({theme:e,breakpoints:t})=>o({},t(e("screens")),{none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch"}),minHeight:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",screen:"100vh"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},opacity:o({},n(100,"",100,0,10),{5:"0.05",25:"0.25",75:"0.75",95:"0.95"}),order:{first:"-9999",last:"9999",none:"0"},padding:c("spacing"),placeholderColor:c("colors"),placeholderOpacity:c("opacity"),outlineColor:c("colors"),outlineOffset:i(8,"px"),outlineWidth:i(8,"px"),ringColor:({theme:e})=>o({},e("colors"),{DEFAULT:"#3b82f6"}),ringOffsetColor:c("colors"),ringOffsetWidth:i(8,"px"),ringOpacity:({theme:e})=>o({},e("opacity"),{DEFAULT:"0.5"}),ringWidth:o({DEFAULT:"3px"},i(8,"px")),rotate:o({},i(2,"deg"),i(12,"deg",3),i(180,"deg",45)),saturate:n(200,"",100,0,50),scale:o({},n(150,"",100,0,50),n(110,"",100,90,5),{75:"0.75",125:"1.25"}),scrollMargin:c("spacing"),scrollPadding:c("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:o({},i(2,"deg"),i(12,"deg",3)),space:c("spacing"),stroke:({theme:e})=>o({},e("colors"),{none:"none"}),strokeWidth:n(2),textColor:c("colors"),textDecorationColor:c("colors"),textDecorationThickness:o({"from-font":"from-font",auto:"auto"},i(8,"px")),textUnderlineOffset:o({auto:"auto"},i(8,"px")),textIndent:c("spacing"),textOpacity:c("opacity"),transitionDuration:({theme:e})=>o({},e("durations"),{DEFAULT:"150ms"}),transitionDelay:c("durations"),transitionProperty:{none:"none",all:"all",DEFAULT:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter",colors:"color,background-color,border-color,text-decoration-color,fill,stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4,0,0.2,1)",linear:"linear",in:"cubic-bezier(0.4,0,1,1)",out:"cubic-bezier(0,0,0.2,1)","in-out":"cubic-bezier(0.4,0,0.2,1)"},translate:({theme:e})=>o({},e("spacing"),r(2,4),{full:"100%"}),width:({theme:e})=>o({min:"min-content",max:"max-content",fit:"fit-content",screen:"100vw"},e("flexBasis")),willChange:{scroll:"scroll-position"},zIndex:o({},n(50,"",1,0,10),{auto:"auto"})};function r(e,t){let o={};do for(var a=1;a<e;a++)o[`${a}/${e}`]=Number((a/e*100).toFixed(6))+"%";while(++e<=t)return o}function i(e,t,o=0){let a={};for(;o<=e;o=2*o||1)a[o]=o+t;return a}function n(e,t="",o=1,a=0,r=1,i={}){for(;a<=e;a+=r)i[a]=a/o+t;return i}function c(e){return({theme:t})=>t(e)}let l={"*,::before,::after":{boxSizing:"border-box",borderWidth:"0",borderStyle:"solid",borderColor:"theme(borderColor.DEFAULT, currentColor)"},"::before,::after":{"--tw-content":"''"},html:{lineHeight:1.5,WebkitTextSizeAdjust:"100%",MozTabSize:"4",tabSize:4,fontFamily:`theme(fontFamily.sans, ${a.fontFamily.sans})`,fontFeatureSettings:"theme(fontFamily.sans[1].fontFeatureSettings, normal)"},body:{margin:"0",lineHeight:"inherit"},hr:{height:"0",color:"inherit",borderTopWidth:"1px"},"abbr:where([title])":{textDecoration:"underline dotted"},"h1,h2,h3,h4,h5,h6":{fontSize:"inherit",fontWeight:"inherit"},a:{color:"inherit",textDecoration:"inherit"},"b,strong":{fontWeight:"bolder"},"code,kbd,samp,pre":{fontFamily:`theme(fontFamily.mono, ${a.fontFamily.mono})`,fontFeatureSettings:"theme(fontFamily.mono[1].fontFeatureSettings, normal)",fontSize:"1em"},small:{fontSize:"80%"},"sub,sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sub:{bottom:"-0.25em"},sup:{top:"-0.5em"},table:{textIndent:"0",borderColor:"inherit",borderCollapse:"collapse"},"button,input,optgroup,select,textarea":{fontFamily:"inherit",fontSize:"100%",lineHeight:"inherit",color:"inherit",margin:"0",padding:"0"},"button,select":{textTransform:"none"},"button,[type='button'],[type='reset'],[type='submit']":{WebkitAppearance:"button",backgroundColor:"transparent",backgroundImage:"none"},":-moz-focusring":{outline:"auto"},":-moz-ui-invalid":{boxShadow:"none"},progress:{verticalAlign:"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{height:"auto"},"[type='search']":{WebkitAppearance:"textfield",outlineOffset:"-2px"},"::-webkit-search-decoration":{WebkitAppearance:"none"},"::-webkit-file-upload-button":{WebkitAppearance:"button",font:"inherit"},summary:{display:"list-item"},"blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre":{margin:"0"},fieldset:{margin:"0",padding:"0"},legend:{padding:"0"},"ol,ul,menu":{listStyle:"none",margin:"0",padding:"0"},textarea:{resize:"vertical"},"input::placeholder,textarea::placeholder":{opacity:1,color:"theme(colors.gray.400, #9ca3af)"},'button,[role="button"]':{cursor:"pointer"},":disabled":{cursor:"default"},"img,svg,video,canvas,audio,iframe,embed,object":{display:"block",verticalAlign:"middle"},"img,video":{maxWidth:"100%",height:"auto"},"[hidden]":{display:"none"}},s=[e.match("\\[([-\\w]+):(.+)]",({1:t,2:o},a)=>({"@layer overrides":{"&":{[t]:e.arbitrary(`[${o}]`,"",a)}}})),e.match("(group|peer)([~/][^-[]+)?",({input:e},{h:t})=>[{c:t(e)}]),e.matchTheme("aspect-","aspectRatio"),e.match("container",(t,{theme:a})=>{let{screens:r=a("screens"),center:i,padding:n}=a("container"),c=o({width:"100%",marginRight:i&&"auto",marginLeft:i&&"auto"},d("xs"));for(let l in r){let s=r[l];"string"==typeof s&&(c[e.mql(s)]={"&":o({maxWidth:s},d(l))})}return c;function d(e){let t=n&&("string"==typeof n?n:n[e]||n.DEFAULT);if(t)return{paddingRight:t,paddingLeft:t}}}),e.matchTheme("content-","content",({_:e})=>({"--tw-content":e,content:"var(--tw-content)"})),e.match("(?:box-)?decoration-(slice|clone)","boxDecorationBreak"),e.match("box-(border|content)","boxSizing",({1:e})=>e+"-box"),e.match("hidden",{display:"none"}),e.match("table-(auto|fixed)","tableLayout"),e.match(["(block|flex|table|grid|inline|contents|flow-root|list-item)","(inline-(block|flex|table|grid))","(table-(caption|cell|column|row|(column|row|footer|header)-group))"],"display"),"(float)-(left|right|none)","(clear)-(left|right|none|both)","(overflow(?:-[xy])?)-(auto|hidden|clip|visible|scroll)","(isolation)-(auto)",e.match("isolate","isolation"),e.match("object-(contain|cover|fill|none|scale-down)","objectFit"),e.matchTheme("object-","objectPosition"),e.match("object-(top|bottom|center|(left|right)(-(top|bottom))?)","objectPosition",d),e.match("overscroll(-[xy])?-(auto|contain|none)",({1:e="",2:t})=>({["overscroll-behavior"+e]:t})),e.match("(static|fixed|absolute|relative|sticky)","position"),e.matchTheme("-?inset(-[xy])?(?:$|-)","inset",({1:e,_:t})=>({top:"-x"!=e&&t,right:"-y"!=e&&t,bottom:"-x"!=e&&t,left:"-y"!=e&&t})),e.matchTheme("-?(top|bottom|left|right)(?:$|-)","inset"),e.match("(visible|collapse)","visibility"),e.match("invisible",{visibility:"hidden"}),e.matchTheme("-?z-","zIndex"),e.match("flex-((row|col)(-reverse)?)","flexDirection",m),e.match("flex-(wrap|wrap-reverse|nowrap)","flexWrap"),e.matchTheme("(flex-(?:grow|shrink))(?:$|-)"),e.matchTheme("(flex)-"),e.matchTheme("grow(?:$|-)","flexGrow"),e.matchTheme("shrink(?:$|-)","flexShrink"),e.matchTheme("basis-","flexBasis"),e.matchTheme("-?(order)-"),"-?(order)-(\\d+)",e.matchTheme("grid-cols-","gridTemplateColumns"),e.match("grid-cols-(\\d+)","gridTemplateColumns",v),e.matchTheme("col-","gridColumn"),e.match("col-(span)-(\\d+)","gridColumn",y),e.matchTheme("col-start-","gridColumnStart"),e.match("col-start-(auto|\\d+)","gridColumnStart"),e.matchTheme("col-end-","gridColumnEnd"),e.match("col-end-(auto|\\d+)","gridColumnEnd"),e.matchTheme("grid-rows-","gridTemplateRows"),e.match("grid-rows-(\\d+)","gridTemplateRows",v),e.matchTheme("row-","gridRow"),e.match("row-(span)-(\\d+)","gridRow",y),e.matchTheme("row-start-","gridRowStart"),e.match("row-start-(auto|\\d+)","gridRowStart"),e.matchTheme("row-end-","gridRowEnd"),e.match("row-end-(auto|\\d+)","gridRowEnd"),e.match("grid-flow-((row|col)(-dense)?)","gridAutoFlow",e=>d(m(e))),e.match("grid-flow-(dense)","gridAutoFlow"),e.matchTheme("auto-cols-","gridAutoColumns"),e.matchTheme("auto-rows-","gridAutoRows"),e.matchTheme("gap-x(?:$|-)","gap","columnGap"),e.matchTheme("gap-y(?:$|-)","gap","rowGap"),e.matchTheme("gap(?:$|-)","gap"),"(justify-(?:items|self))-",e.match("justify-","justifyContent",p),e.match("(content|items|self)-",e=>({["align-"+e[1]]:p(e)})),e.match("(place-(content|items|self))-",({1:e,$$:t})=>({[e]:("wun".includes(t[3])?"space-":"")+t})),e.matchTheme("p([xytrbl])?(?:$|-)","padding",b("padding")),e.matchTheme("-?m([xytrbl])?(?:$|-)","margin",b("margin")),e.matchTheme("-?space-(x|y)(?:$|-)","space",({1:e,_:t})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"0",["margin-"+({y:"top",x:"left"})[e]]:`calc(${t} * calc(1 - var(--tw-space-${e}-reverse)))`,["margin-"+({y:"bottom",x:"right"})[e]]:`calc(${t} * var(--tw-space-${e}-reverse))`}})),e.match("space-(x|y)-reverse",({1:e})=>({"&>:not([hidden])~:not([hidden])":{[`--tw-space-${e}-reverse`]:"1"}})),e.matchTheme("w-","width"),e.matchTheme("min-w-","minWidth"),e.matchTheme("max-w-","maxWidth"),e.matchTheme("h-","height"),e.matchTheme("min-h-","minHeight"),e.matchTheme("max-h-","maxHeight"),e.matchTheme("font-","fontWeight"),e.matchTheme("font-","fontFamily",({_:t})=>"string"==typeof(t=e.asArray(t))[1]?{fontFamily:h(t)}:o({fontFamily:h(t[0])},t[1])),e.match("antialiased",{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"}),e.match("subpixel-antialiased",{WebkitFontSmoothing:"auto",MozOsxFontSmoothing:"auto"}),e.match("italic","fontStyle"),e.match("not-italic",{fontStyle:"normal"}),e.match("(ordinal|slashed-zero|(normal|lining|oldstyle|proportional|tabular)-nums|(diagonal|stacked)-fractions)",({1:e,2:t="",3:o})=>"normal"==t?{fontVariantNumeric:"normal"}:{["--tw-"+(o?"numeric-fraction":"pt".includes(t[0])?"numeric-spacing":t?"numeric-figure":e)]:e,fontVariantNumeric:"var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ordinal":"var(--tw-empty,/*!*/ /*!*/)","--tw-slashed-zero":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-figure":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-spacing":"var(--tw-empty,/*!*/ /*!*/)","--tw-numeric-fraction":"var(--tw-empty,/*!*/ /*!*/)"}}}),e.matchTheme("tracking-","letterSpacing"),e.matchTheme("leading-","lineHeight"),e.match("list-(inside|outside)","listStylePosition"),e.matchTheme("list-","listStyleType"),e.match("list-","listStyleType"),e.matchTheme("placeholder-opacity-","placeholderOpacity",({_:e})=>({"&::placeholder":{"--tw-placeholder-opacity":e}})),e.matchColor("placeholder-",{property:"color",selector:"&::placeholder"}),e.match("text-(left|center|right|justify|start|end)","textAlign"),e.match("text-(ellipsis|clip)","textOverflow"),e.matchTheme("text-opacity-","textOpacity","--tw-text-opacity"),e.matchColor("text-",{property:"color"}),e.matchTheme("text-","fontSize",({_:e})=>"string"==typeof e?{fontSize:e}:o({fontSize:e[0]},"string"==typeof e[1]?{lineHeight:e[1]}:e[1])),e.matchTheme("indent-","textIndent"),e.match("(overline|underline|line-through)","textDecorationLine"),e.match("no-underline",{textDecorationLine:"none"}),e.matchTheme("underline-offset-","textUnderlineOffset"),e.matchColor("decoration-",{section:"textDecorationColor",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("decoration-","textDecorationThickness"),e.match("decoration-","textDecorationStyle"),e.match("(uppercase|lowercase|capitalize)","textTransform"),e.match("normal-case",{textTransform:"none"}),e.match("truncate",{overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"}),e.match("align-","verticalAlign"),e.match("whitespace-","whiteSpace"),e.match("break-normal",{wordBreak:"normal",overflowWrap:"normal"}),e.match("break-words",{overflowWrap:"break-word"}),e.match("break-all",{wordBreak:"break-all"}),e.match("break-keep",{wordBreak:"keep-all"}),e.matchColor("caret-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("accent-",{opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-gradient-to-([trbl]|[tb][rl])","backgroundImage",({1:e})=>`linear-gradient(to ${f(e," ")},var(--tw-gradient-stops))`),e.matchColor("from-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-from":e.value,"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":"var(--tw-gradient-from),var(--tw-gradient-to)"})),e.matchColor("via-",{section:"gradientColorStops",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-gradient-to":e.color({opacityValue:"0"}),"--tw-gradient-stops":`var(--tw-gradient-from),${e.value},var(--tw-gradient-to)`})),e.matchColor("to-",{section:"gradientColorStops",property:"--tw-gradient-to",opacityVariable:!1,opacitySection:"opacity"}),e.match("bg-(fixed|local|scroll)","backgroundAttachment"),e.match("bg-origin-(border|padding|content)","backgroundOrigin",({1:e})=>e+"-box"),e.match(["bg-(no-repeat|repeat(-[xy])?)","bg-repeat-(round|space)"],"backgroundRepeat"),e.match("bg-blend-","backgroundBlendMode"),e.match("bg-clip-(border|padding|content|text)","backgroundClip",({1:e})=>e+("text"==e?"":"-box")),e.matchTheme("bg-opacity-","backgroundOpacity","--tw-bg-opacity"),e.matchColor("bg-",{section:"backgroundColor"}),e.matchTheme("bg-","backgroundImage"),e.matchTheme("bg-","backgroundPosition"),e.match("bg-(top|bottom|center|(left|right)(-(top|bottom))?)","backgroundPosition",d),e.matchTheme("bg-","backgroundSize"),e.matchTheme("rounded(?:$|-)","borderRadius"),e.matchTheme("rounded-([trbl]|[tb][rl])(?:$|-)","borderRadius",({1:e,_:t})=>{let o={t:["tl","tr"],r:["tr","br"],b:["bl","br"],l:["bl","tl"]}[e]||[e,e];return{[`border-${f(o[0])}-radius`]:t,[`border-${f(o[1])}-radius`]:t}}),e.match("border-(collapse|separate)","borderCollapse"),e.matchTheme("border-opacity(?:$|-)","borderOpacity","--tw-border-opacity"),e.match("border-(solid|dashed|dotted|double|none)","borderStyle"),e.matchTheme("border-spacing(-[xy])?(?:$|-)","borderSpacing",({1:e,_:t})=>({"@layer defaults":{"*,::before,::after,::backdrop":{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}},["--tw-border-spacing"+(e||"-x")]:t,["--tw-border-spacing"+(e||"-y")]:t,"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})),e.matchColor("border-([xytrbl])-",{section:"borderColor"},b("border","Color")),e.matchColor("border-"),e.matchTheme("border-([xytrbl])(?:$|-)","borderWidth",b("border","Width")),e.matchTheme("border(?:$|-)","borderWidth"),e.matchTheme("divide-opacity(?:$|-)","divideOpacity",({_:e})=>({"&>:not([hidden])~:not([hidden])":{"--tw-divide-opacity":e}})),e.match("divide-(solid|dashed|dotted|double|none)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{borderStyle:e}})),e.match("divide-([xy]-reverse)",({1:e})=>({"&>:not([hidden])~:not([hidden])":{["--tw-divide-"+e]:"1"}})),e.matchTheme("divide-([xy])(?:$|-)","divideWidth",({1:e,_:t})=>{let o={x:"lr",y:"tb"}[e];return{"&>:not([hidden])~:not([hidden])":{[`--tw-divide-${e}-reverse`]:"0",[`border-${f(o[0])}Width`]:`calc(${t} * calc(1 - var(--tw-divide-${e}-reverse)))`,[`border-${f(o[1])}Width`]:`calc(${t} * var(--tw-divide-${e}-reverse))`}}}),e.matchColor("divide-",{property:"borderColor",selector:"&>:not([hidden])~:not([hidden])"}),e.matchTheme("ring-opacity(?:$|-)","ringOpacity","--tw-ring-opacity"),e.matchColor("ring-offset-",{property:"--tw-ring-offset-color",opacityVariable:!1}),e.matchTheme("ring-offset(?:$|-)","ringOffsetWidth","--tw-ring-offset-width"),e.match("ring-inset",{"--tw-ring-inset":"inset"}),e.matchColor("ring-",{property:"--tw-ring-color"}),e.matchTheme("ring(?:$|-)","ringWidth",({_:t},{theme:o})=>({"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${t} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000","&":{"--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":o("ringOffsetWidth","","0px"),"--tw-ring-offset-color":e.toColorValue(o("ringOffsetColor","","#fff")),"--tw-ring-color":e.toColorValue(o("ringColor","","#93c5fd"),{opacityVariable:"--tw-ring-opacity"}),"--tw-ring-opacity":o("ringOpacity","","0.5")}}}})),e.matchColor("shadow-",{section:"boxShadowColor",opacityVariable:!1,opacitySection:"opacity"},({_:e})=>({"--tw-shadow-color":e.value,"--tw-shadow":"var(--tw-shadow-colored)"})),e.matchTheme("shadow(?:$|-)","boxShadow",({_:e})=>({"--tw-shadow":h(e),"--tw-shadow-colored":h(e).replace(/([^,]\s+)(?:#[a-f\d]+|(?:(?:hsl|rgb)a?|hwb|lab|lch|color|var)\(.+?\)|[a-z]+)(,|$)/g,"$1var(--tw-shadow-color)$2"),boxShadow:"var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}}})),e.matchTheme("(opacity)-"),e.match("mix-blend-","mixBlendMode"),...g(),...g("backdrop-"),e.matchTheme("transition(?:$|-)","transitionProperty",(e,{theme:t})=>({transitionProperty:h(e),transitionTimingFunction:"none"==e._?void 0:h(t("transitionTimingFunction","")),transitionDuration:"none"==e._?void 0:h(t("transitionDuration",""))})),e.matchTheme("duration(?:$|-)","transitionDuration","transitionDuration",h),e.matchTheme("ease(?:$|-)","transitionTimingFunction","transitionTimingFunction",h),e.matchTheme("delay(?:$|-)","transitionDelay","transitionDelay",h),e.matchTheme("animate(?:$|-)","animation",(e,{theme:t,h:o})=>{let a=h(e),r=a.split(" "),i=t("keyframes",r[0]);return i?{["@keyframes "+(r[0]=o(r[0]))]:i,animation:r.join(" ")}:{animation:a}}),"(transform)-(none)",e.match("transform",x),e.match("transform-(cpu|gpu)",({1:e})=>({"--tw-transform":w("gpu"==e)})),e.matchTheme("scale(-[xy])?-","scale",({1:e,_:t})=>o({["--tw-scale"+(e||"-x")]:t,["--tw-scale"+(e||"-y")]:t},x())),e.matchTheme("-?(rotate)-","rotate",u),e.matchTheme("-?(translate-[xy])-","translate",u),e.matchTheme("-?(skew-[xy])-","skew",u),e.match("origin-(center|((top|bottom)(-(left|right))?)|left|right)","transformOrigin",d),"(appearance)-",e.matchTheme("(columns)-"),"(columns)-(\\d+)","(break-(?:before|after|inside))-",e.matchTheme("(cursor)-"),"(cursor)-",e.match("snap-(none)","scroll-snap-type"),e.match("snap-(x|y|both)",({1:e})=>({"scroll-snap-type":e+" var(--tw-scroll-snap-strictness)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-scroll-snap-strictness":"proximity"}}})),e.match("snap-(mandatory|proximity)","--tw-scroll-snap-strictness"),e.match("snap-(?:(start|end|center)|align-(none))","scroll-snap-align"),e.match("snap-(normal|always)","scroll-snap-stop"),e.match("scroll-(auto|smooth)","scroll-behavior"),e.matchTheme("scroll-p([xytrbl])?(?:$|-)","padding",b("scroll-padding")),e.matchTheme("-?scroll-m([xytrbl])?(?:$|-)","scroll-margin",b("scroll-margin")),e.match("touch-(auto|none|manipulation)","touch-action"),e.match("touch-(pinch-zoom|pan-(?:(x|left|right)|(y|up|down)))",({1:e,2:t,3:o})=>({[`--tw-${t?"pan-x":o?"pan-y":e}`]:e,"touch-action":"var(--tw-touch-action)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-pan-x":"var(--tw-empty,/*!*/ /*!*/)","--tw-pan-y":"var(--tw-empty,/*!*/ /*!*/)","--tw-pinch-zoom":"var(--tw-empty,/*!*/ /*!*/)","--tw-touch-action":"var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)"}}})),e.match("outline-none",{outline:"2px solid transparent","outline-offset":"2px"}),e.match("outline",{outlineStyle:"solid"}),e.match("outline-(dashed|dotted|double)","outlineStyle"),e.matchTheme("-?(outline-offset)-"),e.matchColor("outline-",{opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("outline-","outlineWidth"),"(pointer-events)-",e.matchTheme("(will-change)-"),"(will-change)-",["resize(?:-(none|x|y))?","resize",({1:e})=>({x:"horizontal",y:"vertical"})[e]||e||"both"],e.match("select-(none|text|all|auto)","userSelect"),e.matchColor("fill-",{section:"fill",opacityVariable:!1,opacitySection:"opacity"}),e.matchColor("stroke-",{section:"stroke",opacityVariable:!1,opacitySection:"opacity"}),e.matchTheme("stroke-","strokeWidth"),e.match("sr-only",{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(0,0,0,0)",borderWidth:"0"}),e.match("not-sr-only",{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",whiteSpace:"normal",clip:"auto"})];function d(e){return("string"==typeof e?e:e[1]).replace(/-/g," ").trim()}function m(e){return("string"==typeof e?e:e[1]).replace("col","column")}function f(e,t="-"){let o=[];for(let a of e)o.push({t:"top",r:"right",b:"bottom",l:"left"}[a]);return o.join(t)}function h(e){return e&&""+(e._||e)}function p({$$:e}){return(({r:"flex-","":"flex-",w:"space-",u:"space-",n:"space-"})[e[3]||""]||"")+e}function b(t,a=""){return({1:r,_:i})=>{let n={x:"lr",y:"tb"}[r]||r+r;return n?o({},e.toCSS(t+"-"+f(n[0])+a,i),e.toCSS(t+"-"+f(n[1])+a,i)):e.toCSS(t+a,i)}}function g(t=""){let a=["blur","brightness","contrast","grayscale","hue-rotate","invert",t&&"opacity","saturate","sepia",!t&&"drop-shadow"].filter(Boolean),r={};for(let i of a)r[`--tw-${t}${i}`]="var(--tw-empty,/*!*/ /*!*/)";return r={[`${t}filter`]:a.map(e=>`var(--tw-${t}${e})`).join(" "),"@layer defaults":{"*,::before,::after,::backdrop":r}},[`(${t}filter)-(none)`,e.match(`${t}filter`,r),...a.map(a=>e.matchTheme(`${"h"==a[0]?"-?":""}(${t}${a})(?:$|-)`,a,({1:t,_:i})=>o({[`--tw-${t}`]:e.asArray(i).map(e=>`${a}(${e})`).join(" ")},r)))]}function u({1:e,_:t}){return o({["--tw-"+e]:t},x())}function x(){return{transform:"var(--tw-transform)","@layer defaults":{"*,::before,::after,::backdrop":{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1","--tw-transform":w()}}}}function w(e){return[e?"translate3d(var(--tw-translate-x),var(--tw-translate-y),0)":"translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" ")}function y({1:e,2:t}){return`${e} ${t} / ${e} ${t}`}function v({1:e}){return`repeat(${e},minmax(0,1fr))`}let T=[["sticky","@supports ((position: -webkit-sticky) or (position:sticky))"],["motion-reduce","@media (prefers-reduced-motion:reduce)"],["motion-safe","@media (prefers-reduced-motion:no-preference)"],["print","@media print"],["(portrait|landscape)",({1:e})=>`@media (orientation:${e})`],["contrast-(more|less)",({1:e})=>`@media (prefers-contrast:${e})`],["(first-(letter|line)|placeholder|backdrop|before|after)",({1:e})=>`&::${e}`],["(marker|selection)",({1:e})=>`& *::${e},&::${e}`],["file","&::file-selector-button"],["(first|last|only)",({1:e})=>`&:${e}-child`],["even","&:nth-child(2n)"],["odd","&:nth-child(odd)"],["open","&[open]"],["(aria|data)-",({1:t,$$:o},a)=>o&&`&[${t}-${a.theme(t,o)||e.arbitrary(o,"",a)||`${o}="true"`}]`],["((group|peer)(~[^-[]+)?)(-\\[(.+)]|[-[].+?)(\\/.+)?",({2:t,3:o="",4:a,5:r="",6:i=o},{e:n,h:c,v:l})=>{let s=e.normalize(r)||("["==a[0]?a:l(a.slice(1)));return`${(s.includes("&")?s:"&"+s).replace(/&/g,`:merge(.${n(c(t+i))})`)}${"p"==t[0]?"~":" "}&`}],["(ltr|rtl)",({1:e})=>`[dir="${e}"] &`],["supports-",({$$:t},o)=>{if(t&&(t=o.theme("supports",t)||e.arbitrary(t,"",o)),t)return t.includes(":")||(t+=":var(--tw)"),/^\w*\s*\(/.test(t)||(t=`(${t})`),`@supports ${t.replace(/\b(and|or|not)\b/g," $1 ").trim()}`}],["max-",({$$:t},o)=>{if(t&&(t=o.theme("screens",t)||e.arbitrary(t,"",o)),"string"==typeof t)return`@media not all and (min-width:${t})`}],["min-",({$$:t},o)=>(t&&(t=e.arbitrary(t,"",o)),t&&`@media (min-width:${t})`)],[/^\[(.+)]$/,({1:t})=>/[&@]/.test(t)&&e.normalize(t).replace(/[}]+$/,"").split("{")]],k={__proto__:null,slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"}};return function({disablePreflight:e}={}){return function({colors:e,disablePreflight:t}={}){return{preflight:t?void 0:l,theme:o({},a,{colors:o({inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff"},e)}),variants:T,rules:s,finalize(e){var t;return!e.r.some(e=>/^&::(before|after)$/.test(e))||(null==(t=e.d)?void 0:t.includes("content:"))?e:o({},e,{d:["content:var(--tw-content)",e.d].filter(Boolean).join(";")})}}}({colors:k,disablePreflight:e})}}(twind.core);//# sourceMappingURL=preset-tailwind.global.js.map

@@ -1,25 +0,10 @@

import theme from './defaultTheme.js';
import preflight from './preflight.js';
import rules from './rules.js';
import variants from './variants.js';
import presetTailwindBase from './base.js';
import { colors } from './_/colors-16fd59b8.js';
/** Allows to disable to tailwind preflight (default: `false` eg include the tailwind preflight ) */ function presetTailwind({ disablePreflight } = {}) {
return {
// allow other preflight to run
preflight: disablePreflight ? void 0 : preflight,
theme,
variants,
rules,
finalize (rule) {
return(// automatically add `content: ''` to before and after so you don’t have to specify it unless you want a different value
rule.r.some((r)=>/^&::(before|after)$/.test(r)) && !rule.d?.includes('content:') ? {
...rule,
d: [
'content:var(--tw-content)',
rule.d
].filter(Boolean).join(';')
} : rule);
}
};
return presetTailwindBase({
colors,
disablePreflight
});
}
export { presetTailwind as default };
//# sourceMappingURL=preset-tailwind.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc