/* 76D.3 local Tailwind safety net: prevents mobile layout from depending on an external runtime CDN. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}
html{line-height:1.5;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}
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{list-style:none;margin:0;padding:0}
button,input,optgroup,select,textarea{font:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none!important}
@keyframes xv-tw-fade-in{from{opacity:0}to{opacity:1}}@keyframes xv-tw-slide-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

*,::before,::after{box-sizing:border-box}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@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}}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}@media(min-width:640px){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.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\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:mb-8{margin-bottom:2rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media(min-width:1024px){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.select-none{user-select:none}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.pointer-events-none{pointer-events:none}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.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:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.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}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-\[28px\]{border-radius:28px}.border{border-width:1px}.border-0{border-width:0}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-white\/5{border-color:rgba(255,255,255,.05)}.border-white\/10{border-color:rgba(255,255,255,.10)}.border-white\/15{border-color:rgba(255,255,255,.15)}.border-white\/20{border-color:rgba(255,255,255,.20)}.border-purple-500\/20{border-color:rgba(168,85,247,.20)}.border-emerald-500\/20{border-color:rgba(16,185,129,.20)}.border-red-500\/20{border-color:rgba(239,68,68,.20)}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-white\/5{background-color:rgba(255,255,255,.05)}.bg-white\/8{background-color:rgba(255,255,255,.08)}.bg-white\/10{background-color:rgba(255,255,255,.10)}.bg-black\/10{background-color:rgba(0,0,0,.10)}.bg-black\/20{background-color:rgba(0,0,0,.20)}.bg-black\/30{background-color:rgba(0,0,0,.30)}.bg-black\/40{background-color:rgba(0,0,0,.40)}.bg-black\/50{background-color:rgba(0,0,0,.50)}.bg-\[\#070a12\]{background-color:#070a12}.bg-\[\#0b0f17\]{background-color:#0b0f17}.bg-emerald-400{background-color:#34d399}.bg-emerald-500\/10{background-color:rgba(16,185,129,.10)}.bg-emerald-500\/20{background-color:rgba(16,185,129,.20)}.bg-purple-500\/20{background-color:rgba(168,85,247,.20)}.bg-blue-500\/20{background-color:rgba(59,130,246,.20)}.bg-red-500\/10{background-color:rgba(239,68,68,.10)}.bg-red-500\/20{background-color:rgba(239,68,68,.20)}.bg-yellow-500\/10{background-color:rgba(234,179,8,.10)}.bg-green-500\/10{background-color:rgba(34,197,94,.10)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.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}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.tracking-tight{letter-spacing:-.025em}.leading-relaxed{line-height:1.625}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-white{color:#fff}.text-black{color:#000}.text-white\/50{color:rgba(255,255,255,.50)}.text-white\/60{color:rgba(255,255,255,.60)}.text-white\/65{color:rgba(255,255,255,.65)}.text-white\/70{color:rgba(255,255,255,.70)}.text-white\/80{color:rgba(255,255,255,.80)}.text-white\/90{color:rgba(255,255,255,.90)}.text-gray-400{color:#9ca3af}.text-gray-300{color:#d1d5db}.text-purple-200{color:#e9d5ff}.text-purple-300{color:#d8b4fe}.text-violet-200{color:#ddd6fe}.text-violet-300{color:#c4b5fd}.text-blue-300{color:#93c5fd}.text-blue-400{color:#60a5fa}.text-emerald-300{color:#6ee7b7}.text-emerald-400{color:#34d399}.text-green-300{color:#86efac}.text-red-300{color:#fca5a5}.text-yellow-300{color:#fde047}.no-underline{text-decoration:none}.text-decoration-none{text-decoration:none}.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.10)}.hover\:bg-white\/5:hover{background-color:rgba(255,255,255,.05)}.hover\:text-white:hover{color:#fff}.hover\:text-violet-200:hover{color:#ddd6fe}.aspect-square{aspect-ratio:1/1}.aspect-\[9\/16\]{aspect-ratio:9/16}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.w-2{width:.5rem}.h-2{height:.5rem}.w-2\.5{width:.625rem}.h-2\.5{height:.625rem}.w-3{width:.75rem}.h-3{height:.75rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.w-14{width:3.5rem}.h-14{height:3.5rem}.w-16{width:4rem}.h-16{height:4rem}

/* Missing utilities found in the current customer templates. */
.-mt-1{margin-top:-.25rem}
.-mx-2{margin-left:-.5rem;margin-right:-.5rem}
.-mx-3{margin-left:-.75rem;margin-right:-.75rem}
.animate-fade-in{animation:xv-tw-fade-in .25s ease both}
.animate-slide-up{animation:xv-tw-slide-up .25s ease both}
.bg-\[\#050608\]{background-color:#050608}
.bg-\[\#07070a\]{background-color:#07070a}
.bg-\[\#07070b\]{background-color:#07070b}
.bg-\[radial-gradient\(1200px_700px_at_15\%_0\%\,rgba\(34\,197\,94\,0\.16\)\,transparent_60\%\)\,radial-gradient\(900px_600px_at_85\%_15\%\,rgba\(16\,185\,129\,0\.10\)\,transparent_55\%\)\,linear-gradient\(180deg\,\#06100c_0\%\,\#071812_45\%\,\#081b14_100\%\)\]{background-image:radial-gradient(1200px 700px at 15% 0%,rgba(34,197,94,0.16),transparent 60%),radial-gradient(900px 600px at 85% 15%,rgba(16,185,129,0.10),transparent 55%),linear-gradient(180deg,#06100c 0%,#071812 45%,#081b14 100%)}
.bg-accent{background-color:#7040D8}
.bg-amber-400\/10{background-color:rgba(251,191,36,0.1)}
.bg-amber-400\/\[\.07\]{background-color:rgba(251,191,36,0.07)}
.bg-amber-500\/10{background-color:rgba(245,158,11,0.1)}
.bg-black\/70{background-color:rgba(0,0,0,0.7)}
.bg-blue-400\/10{background-color:rgba(96,165,250,0.1)}
.bg-blue-500\/10{background-color:rgba(59,130,246,0.1)}
.bg-blue-500\/15{background-color:rgba(59,130,246,0.15)}
.bg-darkbg{background-color:#0d0d10}
.bg-emerald-400\/\[\.05\]{background-color:rgba(52,211,153,0.05)}
.bg-emerald-500\/90{background-color:rgba(16,185,129,0.9)}
.bg-fixed{background-attachment:fixed}
.bg-gray-800{background-color:#1f2937}
.bg-gray-900{background-color:#111827}
.bg-green-400\/10{background-color:rgba(74,222,128,0.1)}
.bg-green-500\/15{background-color:rgba(34,197,94,0.15)}
.bg-green-500\/20{background-color:rgba(34,197,94,0.2)}
.bg-green-900\/10{background-color:rgba(20,83,45,0.1)}
.bg-primary{background-color:#7040D8}
.bg-red-900\/10{background-color:rgba(127,29,29,0.1)}
.bg-rose-400\/10{background-color:rgba(251,113,133,0.1)}
.bg-rose-500\/18{background-color:rgba(244,63,94,0.18)}
.bg-success{background-color:#22c55e}
.bg-violet-400\/\[\.05\]{background-color:rgba(167,139,250,0.05)}
.bg-violet-400\/\[\.07\]{background-color:rgba(167,139,250,0.07)}
.bg-violet-400\/\[\.08\]{background-color:rgba(167,139,250,0.08)}
.bg-white\/\[\.035\]{background-color:rgba(255,255,255,0.035)}
.bg-white\/\[\.04\]{background-color:rgba(255,255,255,0.04)}
.border-amber-300\/15{border-color:rgba(252,211,77,0.15)}
.border-amber-300\/20{border-color:rgba(252,211,77,0.2)}
.border-amber-400\/25{border-color:rgba(251,191,36,0.25)}
.border-blue-400\/25{border-color:rgba(96,165,250,0.25)}
.border-blue-400\/40{border-color:rgba(96,165,250,0.4)}
.border-dashed{border-style:dashed}
.border-emerald-300\/10{border-color:rgba(110,231,183,0.1)}
.border-emerald-400\/20{border-color:rgba(52,211,153,0.2)}
.border-emerald-400\/35{border-color:rgba(52,211,153,0.35)}
.border-green-400\/25{border-color:rgba(74,222,128,0.25)}
.border-green-400\/40{border-color:rgba(74,222,128,0.4)}
.border-green-500\/20{border-color:rgba(34,197,94,0.2)}
.border-green-500\/30{border-color:rgba(34,197,94,0.3)}
.border-green-500\/50{border-color:rgba(34,197,94,0.5)}
.border-purple-400\/20{border-color:rgba(192,132,252,0.2)}
.border-red-400\/30{border-color:rgba(248,113,113,0.3)}
.border-red-500\/30{border-color:rgba(239,68,68,0.3)}
.border-rose-300\/20{border-color:rgba(253,164,175,0.2)}
.border-rose-400\/20{border-color:rgba(251,113,133,0.2)}
.border-violet-300\/10{border-color:rgba(196,181,253,0.1)}
.border-violet-300\/15{border-color:rgba(196,181,253,0.15)}
.border-violet-300\/20{border-color:rgba(196,181,253,0.2)}
.border-white\/8{border-color:rgba(255,255,255,0.08)}
.border-yellow-400\/20{border-color:rgba(250,204,21,0.2)}
.bottom-6{bottom:1.5rem}
.col-span-2{grid-column:span 2 / span 2}
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}
.flex-shrink-0{flex-shrink:0}
.font-black{font-weight:900}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.h-11{height:2.75rem}
.h-9{height:2.25rem}
.hover\:bg-blue-500\/20:hover{background-color:rgba(59,130,246,0.2)}
.hover\:bg-blue-600:hover{background-color:#2563eb}
.hover\:bg-emerald-400:hover{background-color:#34d399}
.hover\:bg-green-400\/10:hover{background-color:rgba(74,222,128,0.1)}
.hover\:bg-green-500\/20:hover{background-color:rgba(34,197,94,0.2)}
.hover\:bg-green-600:hover{background-color:#16a34a}
.hover\:bg-purple-400\/10:hover{background-color:rgba(192,132,252,0.1)}
.hover\:bg-white\/14:hover{background-color:rgba(255,255,255,0.14)}
.hover\:bg-white\/15:hover{background-color:rgba(255,255,255,0.15)}
.hover\:bg-white\/\[\.06\]:hover{background-color:rgba(255,255,255,0.06)}
.hover\:border-blue-500\/50:hover{border-color:rgba(59,130,246,0.5)}
.hover\:border-green-500\/50:hover{border-color:rgba(34,197,94,0.5)}
.hover\:border-white\/25:hover{border-color:rgba(255,255,255,0.25)}
.hover\:opacity-90:hover{opacity:.9}
.hover\:text-blue-200:hover{color:#bfdbfe}
.hover\:text-cyan-100:hover{color:#cffafe}
.hover\:text-cyan-200:hover{color:#a5f3fc}
.hover\:text-emerald-100:hover{color:#d1fae5}
.hover\:text-emerald-200:hover{color:#a7f3d0}
.hover\:text-green-300:hover{color:#86efac}
.hover\:text-green-400:hover{color:#4ade80}
.hover\:text-purple-200:hover{color:#e9d5ff}
.hover\:text-purple-300:hover{color:#d8b4fe}
.hover\:text-violet-100:hover{color:#ede9fe}
.last\:border-b-0:last-child{border-bottom-width:0}
.leading-5{line-height:1.25rem}
.leading-snug{line-height:1.375}
.leading-tight{line-height:1.25}
.left-1\/2{left:50%}
@media (min-width:1024px){.lg\:flex-row{flex-direction:row}}
@media (min-width:1024px){.lg\:gap-10{gap:2.5rem}}
@media (min-width:1024px){.lg\:grid-cols-\[\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}}
@media (min-width:1024px){.lg\:items-end{align-items:flex-end}}
@media (min-width:1024px){.lg\:justify-between{justify-content:space-between}}
@media (min-width:1024px){.lg\:p-8{padding:2rem}}
@media (min-width:1024px){.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
.max-h-40{max-height:10rem}
.max-h-\[60vh\]{max-height:60vh}
.max-w-\[100px\]{max-width:100px}
.max-w-\[120px\]{max-width:120px}
.max-w-\[150px\]{max-width:150px}
.max-w-\[60vw\]{max-width:60vw}
.max-w-\[85vw\]{max-width:85vw}
.mb-0{margin-bottom:0}
.mb-1\.5{margin-bottom:.375rem}
@media (min-width:768px){.md\:gap-4{gap:1rem}}
@media (min-width:768px){.md\:gap-5{gap:1.25rem}}
@media (min-width:768px){.md\:gap-6{gap:1.5rem}}
@media (min-width:768px){.md\:h-14{height:3.5rem}}
@media (min-width:768px){.md\:items-center{align-items:center}}
@media (min-width:768px){.md\:items-end{align-items:flex-end}}
@media (min-width:768px){.md\:items-start{align-items:flex-start}}
@media (min-width:768px){.md\:justify-between{justify-content:space-between}}
@media (min-width:768px){.md\:mb-2{margin-bottom:.5rem}}
@media (min-width:768px){.md\:mb-3{margin-bottom:.75rem}}
@media (min-width:768px){.md\:min-w-full{min-width:100%}}
@media (min-width:768px){.md\:mt-14{margin-top:3.5rem}}
@media (min-width:768px){.md\:mt-4{margin-top:1rem}}
@media (min-width:768px){.md\:mt-6{margin-top:1.5rem}}
@media (min-width:768px){.md\:mx-0{margin-left:0;margin-right:0}}
@media (min-width:768px){.md\:p-2{padding:.5rem}}
@media (min-width:768px){.md\:p-4{padding:1rem}}
@media (min-width:768px){.md\:px-2{padding-left:.5rem;padding-right:.5rem}}
@media (min-width:768px){.md\:px-4{padding-left:1rem;padding-right:1rem}}
@media (min-width:768px){.md\:px-8{padding-left:2rem;padding-right:2rem}}
@media (min-width:768px){.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}}
@media (min-width:768px){.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}
@media (min-width:768px){.md\:py-12{padding-top:3rem;padding-bottom:3rem}}
@media (min-width:768px){.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}}
@media (min-width:768px){.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}}
@media (min-width:768px){.md\:rounded-xl{border-radius:.75rem}}
@media (min-width:768px){.md\:space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}}
@media (min-width:768px){.md\:text-6xl{font-size:3.75rem;line-height:1}}
@media (min-width:768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}}
@media (min-width:768px){.md\:w-14{width:3.5rem}}
.min-h-\[360px\]{min-height:360px}
.min-h-\[440px\]{min-height:440px}
.min-h-\[calc\(100vh-96px\)\]{min-height:calc(100vh-96px)}
.min-w-\[220px\]{min-width:220px}
.min-w-\[600px\]{min-width:600px}
.min-w-\[700px\]{min-width:700px}
.min-w-\[720px\]{min-width:720px}
.min-w-\[820px\]{min-width:820px}
.min-w-\[900px\]{min-width:900px}
.ml-1{margin-left:.25rem}
.mr-1{margin-right:.25rem}
.mr-2{margin-right:.5rem}
.mt-0\.5{margin-top:.125rem}
.mt-10{margin-top:2.5rem}
.mt-7{margin-top:1.75rem}
.opacity-0{opacity:0}
.opacity-75{opacity:.75}
.p-1\.5{padding:.375rem}
.pb-10{padding-bottom:2.5rem}
.pb-4{padding-bottom:1rem}
.pr-1{padding-right:.25rem}
.pt-16{padding-top:4rem}
.pt-3{padding-top:.75rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.px-1\.5{padding-left:.375rem;padding-right:.375rem}
.px-3\.5{padding-left:.875rem;padding-right:.875rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.ring-1{box-shadow:0 0 0 1px var(--tw-ring-color,rgba(255,255,255,.15))}
.ring-rose-300\/20{--tw-ring-color:rgba(253,164,175,0.2)}
.ring-white\/15{--tw-ring-color:rgba(255,255,255,0.15)}
.rounded-\[26px\]{border-radius:26px}
.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}
.shadow-\[0_0_0_1px_rgba\(255\,255\,255\,0\.06\)\,0_10px_30px_rgba\(0\,0\,0\,0\.25\)\]{box-shadow:0 0 0 1px rgba(255,255,255,0.06),0 10px 30px rgba(0,0,0,0.25)}
.shadow-\[0_0_16px_rgba\(16\,185\,129\,\.55\)\]{box-shadow:0 0 16px rgba(16,185,129,.55)}
.shadow-\[0_0_18px_rgba\(16\,185\,129\,\.55\)\]{box-shadow:0 0 18px rgba(16,185,129,.55)}
@media (min-width:640px){.sm\:col-span-3{grid-column:span 3 / span 3}}
@media (min-width:640px){.sm\:inline-flex{display:inline-flex}}
@media (min-width:640px){.sm\:max-w-none{max-width:none}}
@media (min-width:640px){.sm\:p-5{padding:1.25rem}}
@media (min-width:640px){.sm\:p-6{padding:1.5rem}}
@media (min-width:640px){.sm\:p-7{padding:1.75rem}}
@media (min-width:640px){.sm\:px-4{padding-left:1rem;padding-right:1rem}}
@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
@media (min-width:640px){.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}
@media (min-width:640px){.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}}
@media (min-width:640px){.sm\:text-5xl{font-size:3rem;line-height:1}}
@media (min-width:640px){.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}
.space-x-1>:not([hidden])~:not([hidden]){margin-left:.25rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-accent{color:#7040D8}
.text-amber-100{color:#fef3c7}
.text-amber-100\/85{color:rgba(254,243,199,0.85)}
.text-amber-200{color:#fde68a}
.text-blue-200{color:#bfdbfe}
.text-blue-300\/80{color:rgba(147,197,253,0.8)}
.text-cyan-200{color:#a5f3fc}
.text-cyan-300{color:#67e8f9}
.text-emerald-100\/80{color:rgba(209,250,229,0.8)}
.text-emerald-200{color:#a7f3d0}
.text-gray-100{color:#f3f4f6}
.text-gray-200{color:#e5e7eb}
.text-gray-500{color:#6b7280}
.text-green-200{color:#bbf7d0}
.text-green-300\/80{color:rgba(134,239,172,0.8)}
.text-green-400{color:#4ade80}
.text-red-100{color:#fee2e2}
.text-red-100\/85{color:rgba(254,226,226,0.85)}
.text-red-200{color:#fecaca}
.text-rose-100{color:#ffe4e6}
.text-rose-200\/80{color:rgba(254,205,211,0.8)}
.text-rose-300{color:#fda4af}
.text-rose-700{color:#be123c}
.text-violet-100{color:#ede9fe}
.text-violet-100\/80{color:rgba(237,233,254,0.8)}
.text-violet-200\/70{color:rgba(221,214,254,0.7)}
.text-violet-200\/80{color:rgba(221,214,254,0.8)}
.text-white\/35{color:rgba(255,255,255,0.35)}
.text-white\/40{color:rgba(255,255,255,0.4)}
.text-white\/45{color:rgba(255,255,255,0.45)}
.text-white\/55{color:rgba(255,255,255,0.55)}
.text-white\/68{color:rgba(255,255,255,0.68)}
.text-white\/75{color:rgba(255,255,255,0.75)}
.text-white\/85{color:rgba(255,255,255,0.85)}
.text-yellow-200{color:#fef08a}
.text-yellow-400{color:#facc15}
.tracking-\[\.15em\]{letter-spacing:.15em}
.tracking-\[\.16em\]{letter-spacing:.16em}
.tracking-\[0\.22em\]{letter-spacing:0.22em}
.tracking-\[0\.2em\]{letter-spacing:0.2em}
.tracking-wide{letter-spacing:.025em}
.tracking-wider{letter-spacing:.05em}
.w-11{width:2.75rem}
.w-72{width:18rem}
.w-9{width:2.25rem}
.whitespace-nowrap{white-space:nowrap}
.whitespace-pre-line{white-space:pre-line}
@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
.z-\[1\]{z-index:1}
.z-\[80\]{z-index:80}

.disabled\:opacity-40:disabled{opacity:.4}
.group:hover .group-hover\:opacity-100{opacity:1}
.hover\:underline:hover{text-decoration-line:underline}
