/* layer: shortcuts */
.container{width:100%;}
@media (min-width: 640px){
.container{max-width:640px;}
}
@media (min-width: 768px){
.container{max-width:768px;}
}
@media (min-width: 1024px){
.container{max-width:1024px;}
}
@media (min-width: 1280px){
.container{max-width:1280px;}
}
@media (min-width: 1536px){
.container{max-width:1536px;}
}
/* layer: default */
.absolute{position:absolute;}
.fixed{position:fixed;}
.relative{position:relative;}
.inset-0{inset:0;}
.bottom-0{bottom:0;}
.left-\[25\%\]{left:25%;}
.left-\[45\%\]{left:45%;}
.left-\[5\%\]{left:5%;}
.left-\[65\%\]{left:65%;}
.left-\[85\%\]{left:85%;}
.left-0{left:0;}
.left-3{left:0.75rem;}
.right-0{right:0;}
.top-0{top:0;}
.top-1\/2{top:50%;}
.top-1\/3{top:33.3333333333%;}
.top-1\/4{top:25%;}
.top-2\.5{top:0.625rem;}
.top-2\/3{top:66.6666666667%;}
.top-3\/4{top:75%;}
.z-10{z-index:10;}
.z-50{z-index:50;}
.grid{display:grid;}
.col-span-4{grid-column:span 4/span 4;}
.col-span-8{grid-column:span 8/span 8;}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}
.mx-4{margin-left:1rem;margin-right:1rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.my{margin-top:1rem;margin-bottom:1rem;}
.mb-1{margin-bottom:0.25rem;}
.mb-10{margin-bottom:2.5rem;}
.mb-12{margin-bottom:3rem;}
.mb-16{margin-bottom:4rem;}
.mb-2{margin-bottom:0.5rem;}
.mb-20{margin-bottom:5rem;}
.mb-3{margin-bottom:0.75rem;}
.mb-4{margin-bottom:1rem;}
.mb-5{margin-bottom:1.25rem;}
.mb-6{margin-bottom:1.5rem;}
.mb-8{margin-bottom:2rem;}
.me{margin-inline-end:1rem;}
.ml-0{margin-left:0;}
.ml-1{margin-left:0.25rem;}
.ml-2{margin-left:0.5rem;}
.mr-2{margin-right:0.5rem;}
.mt-0\.5{margin-top:0.125rem;}
.mt-1{margin-top:0.25rem;}
.mt-12{margin-top:3rem;}
.mt-14{margin-top:3.5rem;}
.mt-2{margin-top:0.5rem;}
.mt-3{margin-top:0.75rem;}
.mt-4{margin-top:1rem;}
.mt-5{margin-top:1.25rem;}
.mt-6{margin-top:1.5rem;}
.mt-8{margin-top:2rem;}
.mt-auto{margin-top:auto;}
.block{display:block;}
.inline-block{display:inline-block;}
.contents{display:contents;}
.hidden{display:none;}
.h-\[520px\]{height:520px;}
.h-1\.5{height:0.375rem;}
.h-10{height:2.5rem;}
.h-100{height:25rem;}
.h-12{height:3rem;}
.h-14{height:3.5rem;}
.h-16{height:4rem;}
.h-2{height:0.5rem;}
.h-2\.5{height:0.625rem;}
.h-3{height:0.75rem;}
.h-5{height:1.25rem;}
.h-6{height:1.5rem;}
.h-8{height:2rem;}
.h-auto{height:auto;}
.h-full{height:100%;}
.max-h-40{max-height:10rem;}
.max-w-2xl{max-width:42rem;}
.max-w-3xl{max-width:48rem;}
.max-w-4xl{max-width:56rem;}
.max-w-6xl{max-width:72rem;}
.max-w-7xl{max-width:80rem;}
.max-w-full{max-width:100%;}
.max-w-lg{max-width:32rem;}
.max-w-md{max-width:28rem;}
.max-w-none{max-width:none;}
.min-h-40{min-height:10rem;}
.min-h-screen{min-height:100vh;}
.min-w-0{min-width:0;}
.w-1\.5{width:0.375rem;}
.w-10{width:2.5rem;}
.w-12{width:3rem;}
.w-14{width:3.5rem;}
.w-16{width:4rem;}
.w-2{width:0.5rem;}
.w-2\.5{width:0.625rem;}
.w-3{width:0.75rem;}
.w-5{width:1.25rem;}
.w-6{width:1.5rem;}
.w-64{width:16rem;}
.w-8{width:2rem;}
.w-80{width:20rem;}
.w-full{width:100%;}
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.flex-grow{flex-grow:1;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.border-collapse{border-collapse:collapse;}
.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}
@keyframes pulse{0%, 100% {opacity:1} 50% {opacity:.5}}
.animate-pulse{animation:pulse 2s cubic-bezier(0.4,0,.6,1) infinite;}
.cursor-pointer{cursor:pointer;}
.list-disc{list-style-type:disc;}
.items-start{align-items:flex-start;}
.items-center{align-items:center;}
.items-baseline{align-items:baseline;}
.justify-end{justify-content:flex-end;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.gap-1{gap:0.25rem;}
.gap-12{gap:3rem;}
.gap-2{gap:0.5rem;}
.gap-3{gap:0.75rem;}
.gap-4{gap:1rem;}
.gap-6{gap:1.5rem;}
.gap-8{gap:2rem;}
.space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(0.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(0.5rem * var(--un-space-x-reverse));}
.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse));}
.space-x-8>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(2rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(2rem * var(--un-space-x-reverse));}
.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(0.25rem * var(--un-space-y-reverse));}
.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(0.5rem * var(--un-space-y-reverse));}
.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(0.75rem * var(--un-space-y-reverse));}
.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse));}
.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse));}
.divide-y>:not([hidden])~:not([hidden]){--un-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--un-divide-y-reverse)));border-bottom-width:calc(1px * var(--un-divide-y-reverse));}
.divide-gray-700\/50>:not([hidden])~:not([hidden]){border-color:rgb(55 65 81 / 0.5) /* #374151 */;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.overflow-y-auto{overflow-y:auto;}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.whitespace-pre-wrap{white-space:pre-wrap;}
.break-all{word-break:break-all;}
.border{border-width:1px;}
.border-2{border-width:2px;}
.border-b{border-bottom-width:1px;}
.border-t{border-top-width:1px;}
.border-gray-600{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));}
.border-gray-600\/30{border-color:rgb(75 85 99 / 0.3);}
.border-gray-700{--un-border-opacity:1;border-color:rgb(55 65 81 / var(--un-border-opacity));}
.border-gray-700\/30{border-color:rgb(55 65 81 / 0.3);}
.border-gray-700\/50{border-color:rgb(55 65 81 / 0.5);}
.border-gray-800{--un-border-opacity:1;border-color:rgb(31 41 55 / var(--un-border-opacity));}
.border-primary-500\/30{border-color:rgb(14 165 233 / 0.3);}
.border-primary-500\/50{border-color:rgb(14 165 233 / 0.5);}
.border-red-600{--un-border-opacity:1;border-color:rgb(220 38 38 / var(--un-border-opacity));}
.border-yellow-600{--un-border-opacity:1;border-color:rgb(202 138 4 / var(--un-border-opacity));}
.hover\:border-gray-500:hover{--un-border-opacity:1;border-color:rgb(107 114 128 / var(--un-border-opacity));}
.hover\:border-gray-600:hover{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));}
.focus\:border-transparent:focus{border-color:transparent;}
.rounded{border-radius:0.25rem;}
.rounded-full{border-radius:9999px;}
.rounded-lg{border-radius:0.5rem;}
.rounded-md{border-radius:0.375rem;}
.rounded-xl{border-radius:0.75rem;}
.rounded-bl-lg{border-bottom-left-radius:0.5rem;}
.rounded-br-lg{border-bottom-right-radius:0.5rem;}
.rounded-tl-lg{border-top-left-radius:0.5rem;}
.rounded-tr-lg{border-top-right-radius:0.5rem;}
.border-dashed{border-style:dashed;}
.bg-\[\#1d1d20\]{--un-bg-opacity:1;background-color:rgb(29 29 32 / var(--un-bg-opacity)) /* #1d1d20 */;}
.bg-\[\#2b2b30\]{--un-bg-opacity:1;background-color:rgb(43 43 48 / var(--un-bg-opacity)) /* #2b2b30 */;}
.bg-blue-400\/50{background-color:rgb(96 165 250 / 0.5) /* #60a5fa */;}
.bg-blue-500\/20{background-color:rgb(59 130 246 / 0.2) /* #3b82f6 */;}
.bg-blue-500\/60{background-color:rgb(59 130 246 / 0.6) /* #3b82f6 */;}
.bg-blue-600\/40{background-color:rgb(37 99 235 / 0.4) /* #2563eb */;}
.bg-gray-700{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity)) /* #374151 */;}
.bg-gray-700\/10{background-color:rgb(55 65 81 / 0.1) /* #374151 */;}
.bg-gray-700\/20{background-color:rgb(55 65 81 / 0.2) /* #374151 */;}
.bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity)) /* #1f2937 */;}
.bg-gray-800\/50{background-color:rgb(31 41 55 / 0.5) /* #1f2937 */;}
.bg-gray-800\/80{background-color:rgb(31 41 55 / 0.8) /* #1f2937 */;}
.bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity)) /* #111827 */;}
.bg-gray-900\/20{background-color:rgb(17 24 39 / 0.2) /* #111827 */;}
.bg-gray-900\/30{background-color:rgb(17 24 39 / 0.3) /* #111827 */;}
.bg-gray-900\/40{background-color:rgb(17 24 39 / 0.4) /* #111827 */;}
.bg-gray-900\/70{background-color:rgb(17 24 39 / 0.7) /* #111827 */;}
.bg-gray-900\/80{background-color:rgb(17 24 39 / 0.8) /* #111827 */;}
.bg-green-600{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity)) /* #16a34a */;}
.bg-indigo-400\/40{background-color:rgb(129 140 248 / 0.4) /* #818cf8 */;}
.bg-primary-500{--un-bg-opacity:1;background-color:rgb(14 165 233 / var(--un-bg-opacity)) /* #0ea5e9 */;}
.bg-primary-500\/10{background-color:rgb(14 165 233 / 0.1) /* #0ea5e9 */;}
.bg-primary-500\/20{background-color:rgb(14 165 233 / 0.2) /* #0ea5e9 */;}
.bg-primary-500\/50{background-color:rgb(14 165 233 / 0.5) /* #0ea5e9 */;}
.bg-primary-500\/80{background-color:rgb(14 165 233 / 0.8) /* #0ea5e9 */;}
.bg-primary-600{--un-bg-opacity:1;background-color:rgb(2 132 199 / var(--un-bg-opacity)) /* #0284c7 */;}
.bg-red-900\/40{background-color:rgb(127 29 29 / 0.4) /* #7f1d1d */;}
.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}
.bg-white\/5{background-color:rgb(255 255 255 / 0.05) /* #fff */;}
.bg-yellow-900\/30{background-color:rgb(113 63 18 / 0.3) /* #713f12 */;}
.dark .dark\:bg-\[\#222529\]{--un-bg-opacity:1;background-color:rgb(34 37 41 / var(--un-bg-opacity)) /* #222529 */;}
.hover\:bg-gray-600:hover{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity)) /* #4b5563 */;}
.hover\:bg-gray-900\/50:hover{background-color:rgb(17 24 39 / 0.5) /* #111827 */;}
.hover\:bg-primary-600:hover{--un-bg-opacity:1;background-color:rgb(2 132 199 / var(--un-bg-opacity)) /* #0284c7 */;}
.hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 0.05) /* #fff */;}
.from-indigo-900\/70{--un-gradient-from-position:0%;--un-gradient-from:rgb(49 46 129 / 0.7) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(49 46 129 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}
.to-purple-800\/70{--un-gradient-to-position:100%;--un-gradient-to:rgb(107 33 168 / 0.7) var(--un-gradient-to-position);}
.bg-gradient-to-r{--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}
.object-cover{object-fit:cover;}
.object-contain{object-fit:contain;}
.p-1{padding:0.25rem;}
.p-16{padding:4rem;}
.p-3{padding:0.75rem;}
.p-4{padding:1rem;}
.p-5{padding:1.25rem;}
.p-6{padding:1.5rem;}
.p-8{padding:2rem;}
.px-2{padding-left:0.5rem;padding-right:0.5rem;}
.px-3{padding-left:0.75rem;padding-right:0.75rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.px-5{padding-left:1.25rem;padding-right:1.25rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}
.py-12{padding-top:3rem;padding-bottom:3rem;}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem;}
.py-16{padding-top:4rem;padding-bottom:4rem;}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}
.py-20{padding-top:5rem;padding-bottom:5rem;}
.py-24{padding-top:6rem;padding-bottom:6rem;}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem;}
.py-8{padding-top:2rem;padding-bottom:2rem;}
.pb-16{padding-bottom:4rem;}
.pb-20{padding-bottom:5rem;}
.pb-4{padding-bottom:1rem;}
.pb-8{padding-bottom:2rem;}
.pl-0{padding-left:0;}
.pl-10{padding-left:2.5rem;}
.pl-6{padding-left:1.5rem;}
.pr-0{padding-right:0;}
.pr-4{padding-right:1rem;}
.pt-0{padding-top:0;}
.pt-16{padding-top:4rem;}
.pt-20{padding-top:5rem;}
.pt-24{padding-top:6rem;}
.pt-28{padding-top:7rem;}
.pt-3{padding-top:0.75rem;}
.pt-32{padding-top:8rem;}
.pt-4{padding-top:1rem;}
.pt-40{padding-top:10rem;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-3xl{font-size:1.875rem;line-height:2.25rem;}
.text-4xl{font-size:2.25rem;line-height:2.5rem;}
.text-5xl{font-size:3rem;line-height:1;}
.text-7xl{font-size:4.5rem;line-height:1;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.text-xs{font-size:0.75rem;line-height:1rem;}
.dark .dark\:text-white,
.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}
.text-blue-400{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity)) /* #60a5fa */;}
.text-gray-100{--un-text-opacity:1;color:rgb(243 244 246 / var(--un-text-opacity)) /* #f3f4f6 */;}
.text-gray-200{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity)) /* #e5e7eb */;}
.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity)) /* #d1d5db */;}
.text-gray-300\/90{color:rgb(209 213 219 / 0.9) /* #d1d5db */;}
.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity)) /* #9ca3af */;}
.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity)) /* #6b7280 */;}
.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity)) /* #111827 */;}
.text-green-400{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity)) /* #4ade80 */;}
.text-green-500{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity)) /* #22c55e */;}
.text-primary-300{--un-text-opacity:1;color:rgb(125 211 252 / var(--un-text-opacity)) /* #7dd3fc */;}
.text-primary-400{--un-text-opacity:1;color:rgb(56 189 248 / var(--un-text-opacity)) /* #38bdf8 */;}
.text-primary-500{--un-text-opacity:1;color:rgb(14 165 233 / var(--un-text-opacity)) /* #0ea5e9 */;}
.text-purple-400{--un-text-opacity:1;color:rgb(192 132 252 / var(--un-text-opacity)) /* #c084fc */;}
.text-red-200{--un-text-opacity:1;color:rgb(254 202 202 / var(--un-text-opacity)) /* #fecaca */;}
.text-red-400{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity)) /* #f87171 */;}
.text-red-500{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity)) /* #ef4444 */;}
.text-white\/90{color:rgb(255 255 255 / 0.9) /* #fff */;}
.text-yellow-200{--un-text-opacity:1;color:rgb(254 240 138 / var(--un-text-opacity)) /* #fef08a */;}
.text-yellow-400{--un-text-opacity:1;color:rgb(250 204 21 / var(--un-text-opacity)) /* #facc15 */;}
.text-yellow-500{--un-text-opacity:1;color:rgb(234 179 8 / var(--un-text-opacity)) /* #eab308 */;}
.hover\:text-blue-300:hover{--un-text-opacity:1;color:rgb(147 197 253 / var(--un-text-opacity)) /* #93c5fd */;}
.hover\:text-gray-300:hover{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity)) /* #d1d5db */;}
.hover\:text-gray-400:hover{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity)) /* #9ca3af */;}
.hover\:text-primary-200:hover{--un-text-opacity:1;color:rgb(186 230 253 / var(--un-text-opacity)) /* #bae6fd */;}
.hover\:text-primary-300:hover{--un-text-opacity:1;color:rgb(125 211 252 / var(--un-text-opacity)) /* #7dd3fc */;}
.hover\:text-purple-300:hover{--un-text-opacity:1;color:rgb(216 180 254 / var(--un-text-opacity)) /* #d8b4fe */;}
.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}
.hover\:text-white\/90:hover{color:rgb(255 255 255 / 0.9) /* #fff */;}
.font-bold{font-weight:700;}
.font-medium{font-weight:500;}
.font-semibold{font-weight:600;}
.leading-relaxed{line-height:1.625;}
.leading-tight{line-height:1.25;}
.tracking-tight{letter-spacing:-0.025em;}
.tracking-wide{letter-spacing:0.025em;}
.tracking-widest{letter-spacing:0.1em;}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}
.uppercase{text-transform:uppercase;}
.italic{font-style:italic;}
.underline{text-decoration-line:underline;}
.hover\:underline:hover{text-decoration-line:underline;}
.opacity-100{opacity:1;}
.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
.hover\:shadow-primary-500\/10:hover{--un-shadow-color:rgb(14 165 233 / 0.1) /* #0ea5e9 */;}
.hover\:shadow-xl:hover{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
.focus\:ring-primary-500:focus{--un-ring-opacity:1;--un-ring-color:rgb(14 165 233 / var(--un-ring-opacity)) /* #0ea5e9 */;}
.focus\:ring-purple-500:focus{--un-ring-opacity:1;--un-ring-color:rgb(168 85 247 / var(--un-ring-opacity)) /* #a855f7 */;}
.backdrop-blur-sm{--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}
.duration-300{transition-duration:300ms;}
.ease{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}
@media (min-width: 640px){
.sm\:flex-row{flex-direction:row;}
.sm\:items-end{align-items:flex-end;}
.sm\:justify-end{justify-content:flex-end;}
.sm\:justify-between{justify-content:space-between;}
.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem;}
.sm\:text-5xl{font-size:3rem;line-height:1;}
}
@media (min-width: 768px){
.md\:col-span-2{grid-column:span 2/span 2;}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}
.md\:mb-0{margin-bottom:0;}
.md\:mt-0{margin-top:0;}
.md\:hidden{display:none;}
.md\:w-1\/2{width:50%;}
.md\:w-1\/4{width:25%;}
.md\:w-3\/4{width:75%;}
.md\:flex{display:flex;}
.md\:flex-row{flex-direction:row;}
.md\:space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse));}
.md\:space-y-0>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(0px * var(--un-space-y-reverse));}
.md\:divide-x>:not([hidden])~:not([hidden]){--un-divide-x-reverse:0;border-left-width:calc(1px * calc(1 - var(--un-divide-x-reverse)));border-right-width:calc(1px * var(--un-divide-x-reverse));}
.md\:divide-y-0>:not([hidden])~:not([hidden]){--un-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--un-divide-y-reverse)));border-bottom-width:calc(0px * var(--un-divide-y-reverse));}
.md\:pr-6{padding-right:1.5rem;}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem;}
}
@media (min-width: 1024px){
.lg\:col-span-2{grid-column:span 2/span 2;}
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.lg\:ml-80{margin-left:20rem;}
.lg\:hidden{display:none;}
}