*,::before,::after{box-sizing:border-box;border:0 solid}
.flex{display:flex}
.grid{display:grid}
.block{display:block}
.hidden{display:none}
.inline{display:inline}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.gap-1\.5{gap:0.375rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-7xl{max-width:80rem}
.max-w-lg{max-width:32rem}
.w-full{width:100%}
.w-10{width:2.5rem}
.w-6{width:1.5rem}
.h-10{height:2.5rem}
.h-0\.5{height:0.125rem}
.min-h-screen{min-height:100vh}
.p-2{padding:0.5rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-8{padding-top:2rem}
.m-0{margin:0}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-1{margin-bottom:0.25rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.ml-auto{margin-left:auto}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-20{margin-top:5rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.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-5xl{font-size:3rem;line-height:1}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-normal{font-weight:400}
.font-display{font-family:'Space Grotesk',sans-serif}
.tracking-tight{letter-spacing:-0.025em}
.tracking-wider{letter-spacing:0.05em}
.leading-relaxed{line-height:1.625}
.text-center{text-align:center}
.text-white{color:#fff}
.text-black{color:#000}
.text-transparent{color:transparent}
.text-gray-300{color:#d1d5db}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-purple-400{color:#c084fc}
.text-emerald-300{color:#6ee7b7}
.text-emerald-400{color:#34d399}
.text-green-400{color:#4ade80}
.text-sky-100\/80{color:rgba(224,242,254,0.8)}
.bg-white{background-color:#fff}
.bg-clip-text{-webkit-background-clip:text;background-clip:text}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.rounded{border-radius:0.25rem}
.rounded-lg{border-radius:0.5rem}
.rounded-2xl{border-radius:1rem}
.list-disc{list-style-type:disc}
.list-inside{list-style-position:inside}
.overflow-x-auto{overflow-x:auto}
.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
.cursor-pointer{cursor:pointer}
.hover\:text-white:hover{color:#fff}
.hover\:text-purple-300:hover{color:#d8b4fe}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
@media(min-width:768px){
  .md\:flex{display:flex}
  .md\:flex-row{flex-direction:row}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:hidden{display:none}
  .md\:mt-0{margin-top:0}
  .md\:p-8{padding:2rem}
  .md\:text-6xl{font-size:3.75rem;line-height:1}
}
@media(min-width:640px){
  .sm\:mr-2{margin-right:0.5rem}
  .sm\:w-auto{width:auto}
}
@media(min-width:1024px){
  .lg\:p-12{padding:3rem}
}
