/* Tailwind Fallback v2 */
*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}
body{margin:0;padding:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}

/* ── Additional color & bg utilities missing from auto-gen ── */
.text-white\/80{color:rgba(255,255,255,0.8)}
.text-white\/70{color:rgba(255,255,255,0.7)}
.text-white\/60{color:rgba(255,255,255,0.6)}
.text-white\/55{color:rgba(255,255,255,0.55)}
.text-white\/50{color:rgba(255,255,255,0.5)}
.text-white\/45{color:rgba(255,255,255,0.45)}
.text-white\/40{color:rgba(255,255,255,0.4)}
.text-white\/35{color:rgba(255,255,255,0.35)}
.text-white\/30{color:rgba(255,255,255,0.3)}
.text-white\/25{color:rgba(255,255,255,0.25)}
.text-white\/20{color:rgba(255,255,255,0.2)}
.text-white\/15{color:rgba(255,255,255,0.15)}
.text-white\/10{color:rgba(255,255,255,0.1)}
.bg-white\/8{background-color:rgba(255,255,255,0.08)}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.bg-white\/20{background-color:rgba(255,255,255,0.2)}
.text-stone-800{color:#292524}
.text-stone-700{color:#44403c}
.text-stone-600{color:#57534e}
.text-stone-500{color:#78716c}
.text-stone-400{color:#a8a29e}
.text-stone-300{color:#d6d3d1}
.text-stone-200{color:#e7e5e4}
.text-stone-100{color:#f5f5f4}
.bg-stone-800{background-color:#292524}
.bg-stone-700{background-color:#44403c}
.bg-stone-100{background-color:#f5f5f4}
.bg-stone-50{background-color:#fafaf9}
.text-amber-800{color:#92400e}
.bg-amber-50{background-color:#fffbeb}
.bg-amber-100{background-color:#fef3c7}
.bg-amber-50\/50{background-color:rgba(255,251,235,0.5)}
.text-yellow-700{color:#a16207}
.text-yellow-500{color:#eab308}
.text-yellow-400{color:#facc15}
.bg-yellow-400{background-color:#facc15}
.bg-yellow-500{background-color:#eab308}
.bg-yellow-50{background-color:#fefce8}
.text-teal-700{color:#0f766e}
.text-teal-400{color:#2dd4bf}
.text-teal-400\/80{color:rgba(45,212,191,0.8)}
.text-teal-400\/60{color:rgba(45,212,191,0.6)}
.bg-teal-900\/30{background-color:rgba(19,78,74,0.3)}
.text-red-800{color:#991b1b}
.text-red-500{color:#ef4444}
.bg-red-700\/60{background-color:rgba(185,28,28,0.6)}
.text-blue-700{color:#1d4ed8}
.bg-blue-700\/60{background-color:rgba(29,78,216,0.6)}
.text-green-700{color:#15803d}
.bg-green-700\/60{background-color:rgba(21,128,61,0.6)}
.text-gray-500{color:#6b7280}
.text-gray-400{color:#9ca3af}
.text-gray-300{color:#d1d5db}
.text-gray-200{color:#e5e7eb}
.border-stone-200{border-color:#e7e5e4}
.border-stone-300{border-color:#d6d3d1}
.border-amber-300{border-color:#fcd34d}
.border-yellow-400{border-color:#facc15}
.border-yellow-500{border-color:#eab308}
.border-teal-500{border-color:#14b8a6}

.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.gap-3{gap:0.75rem}
.cursor-pointer{cursor:pointer}
.w-10{width:2.5rem}
.h-10{height:2.5rem}
.flex-shrink-0{flex-shrink:0}
.text-white{color:#fff}
.font-bold{font-weight:700}
.text-lg{font-size:1.125rem}
.tracking-tight{letter-spacing:-0.025em}
.transition-colors{transition:color,background-color,border-color 0.15s ease}
.hidden{display:none}
.gap-7{gap:1.75rem}
.gap-2{gap:0.5rem}
.gap-1\.5{gap:0.375rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.rounded-lg{border-radius:0.5rem}
.border{border:1px solid #e5e7eb}
.text-xs{font-size:0.75rem}
.font-semibold{font-weight:600}
.tracking-widest{letter-spacing:0.1em}
.transition-all{transition:all 0.15s ease}
.text-sm{font-size:0.875rem}
.w-9{width:2.25rem}
.h-9{height:2.25rem}
.rounded-xl{border-radius:0.75rem}
.justify-center{justify-content:center}
.mt-3{margin-top:0.75rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.rounded-2xl{border-radius:1rem}
.overflow-hidden{overflow:hidden}
.p-4{padding:1rem}
.block{display:block}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.font-medium{font-weight:500}
.pt-2{padding-top:0.5rem}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.text-center{text-align:center}
.relative{position:relative}
.z-10{z-index:10}
.max-w-4xl{max-width:56rem}
.mb-6{margin-bottom:1.5rem}
.inline-flex{display:inline-flex}
.rounded-full{border-radius:9999px}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.text-base{font-size:1rem}
.uppercase{text-transform:uppercase}
.font-black{font-weight:900}
.leading-none{line-height:1}
.mb-2{margin-bottom:0.5rem}
.text-2xl{font-size:1.5rem}
.mt-2{margin-top:0.5rem}
.max-w-xl{max-width:36rem}
.leading-relaxed{line-height:1.625}
.mb-10{margin-bottom:2.5rem}
.font-light{font-weight:300}
.gap-4{gap:1rem}
.flex-wrap{flex-wrap:wrap}
.mt-12{margin-top:3rem}
.tracking-wider{letter-spacing:0.05em}
.mt-16{margin-top:4rem}
.pt-8{padding-top:2rem}
.border-t{border-top:1px solid #e5e7eb}
.mb-5{margin-bottom:1.25rem}
.gap-6{gap:1.5rem}
.tracking-wide{letter-spacing:0.025em}
.cursor-default{cursor:default}
.absolute{position:absolute}
.-translate-x-1\/2{transform:translateX(-50%)}
.opacity-40{opacity:0.4}
.w-px{width:1px}
.py-24{padding-top:6rem;padding-bottom:6rem}
.max-w-6xl{max-width:72rem}
.mb-16{margin-bottom:4rem}
.mt-4{margin-top:1rem}
.max-w-2xl{max-width:42rem}
.grid{display:grid}
.gap-8{gap:2rem}
.mb-14{margin-bottom:3.5rem}
.rounded-3xl{border-radius:1.5rem}
.p-8{padding:2rem}
.text-5xl{font-size:3rem}
.mb-4{margin-bottom:1rem}
.text-xl{font-size:1.25rem}
.mb-3{margin-bottom:0.75rem}
.text-8xl{font-size:6rem}
.select-none{user-select:none}
.gap-0{gap:0}
.p-10{padding:2.5rem}
.p-14{padding:3.5rem}
.text-4xl{font-size:2.25rem}
.leading-tight{line-height:1.25}
.italic{font-style:italic}
.mb-8{margin-bottom:2rem}
.border-l{border-left:1px solid #e5e7eb}
.items-start{align-items:flex-start}
.mb-1{margin-bottom:0.25rem}
.max-w-lg{max-width:32rem}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.w-1{width:0.25rem}
.pl-6{padding-left:1.5rem}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.pl-2{padding-left:0.5rem}
.w-6{width:1.5rem}
.h-6{height:1.5rem}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.w-4{width:1rem}
.h-4{height:1rem}
.p-7{padding:1.75rem}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.w-full{width:100%}
.h-1{height:0.25rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.opacity-15{opacity:0.15}
.pt-4{padding-top:1rem}
.font-normal{font-weight:400}
.mt-10{margin-top:2.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.border-2{border-width:2px}
.mt-14{margin-top:3.5rem}
.mb-12{margin-bottom:3rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.items-stretch{align-items:stretch}
.text-3xl{font-size:1.875rem}
.mt-1\.5{margin-top:0.375rem}
.mt-8{margin-top:2rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.gap-10{gap:2.5rem}
.col-span-2{grid-column:span 2 / span 2}
.max-w-sm{max-width:24rem}
.mt-6{margin-top:1.5rem}
.flex-row{flex-direction:row}
.gap-5{gap:1.25rem}
.pb-6{padding-bottom:1.5rem}
.transition{transition:all 0.15s ease}
.mt-5{margin-top:1.25rem}
.p-6{padding:1.5rem}
.mb-1\.5{margin-bottom:0.375rem}
.p-3{padding:0.75rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mb-0\.5{margin-bottom:0.125rem}
.mt-0\.5{margin-top:0.125rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.text-6xl{font-size:3.75rem}
.mt-1{margin-top:0.25rem}
.pb-8{padding-bottom:2rem}
.ml-auto{margin-left:auto}
.px-7{padding-left:1.75rem;padding-right:1.75rem}
.max-w-md{max-width:28rem}
.my-auto{margin-top:auto;margin-bottom:auto}
.min-h-screen{min-height:100vh}
.pointer-events-none{pointer-events:none}
.pointer-events-auto{pointer-events:auto}
.bg-white{background-color:#fff}
.shadow-2xl{box-shadow:0 25px 50px rgba(0,0,0,0.25)}
.pb-5{padding-bottom:1.25rem}
.pt-1{padding-top:0.25rem}
.gap-2\.5{gap:0.625rem}
.pt-5{padding-top:1.25rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.inline{display:inline}
.table{display:table}

.text-white:hover{color:#fff}

@media(min-width:640px){
  .px-6{padding-left:1.5rem;padding-right:1.5rem}
  .flex{display:flex}
  .text-3xl{font-size:1.875rem}
  .text-xl{font-size:1.25rem}
  .text-lg{font-size:1.125rem}
  .text-xs{font-size:0.75rem}
  .gap-10{gap:2.5rem}
  .block{display:block}
  .p-14{padding:3.5rem}
  .text-5xl{font-size:3rem}
  .flex-row{flex-direction:row}
  .p-8{padding:2rem}
  .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .px-8{padding-left:2rem;padding-right:2rem}
  .text-sm{font-size:0.875rem}
  .inline{display:inline}
}

@media(min-width:768px){
  .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .border-l{border-left:1px solid #e5e7eb}
  .text-2xl{font-size:1.5rem}
}

@media(min-width:1024px){
  .px-8{padding-left:2rem;padding-right:2rem}
  .flex{display:flex}
  .hidden{display:none}
  .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .col-span-2{grid-column:span 2 / span 2}
}
/* ── Responsive prefix selectors (match exact class names like md:grid-cols-3) ── */
@media(min-width:640px){
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:flex{display:flex}
  .sm\:block{display:block}
  .sm\:inline{display:inline}
  .sm\:flex-row{flex-direction:row}
  .sm\:text-sm{font-size:0.875rem}
  .sm\:text-xs{font-size:0.75rem}
  .sm\:text-lg{font-size:1.125rem}
  .sm\:text-xl{font-size:1.25rem}
  .sm\:text-3xl{font-size:1.875rem}
  .sm\:text-5xl{font-size:3rem}
  .sm\:gap-10{gap:2.5rem}
  .sm\:p-8{padding:2rem}
  .sm\:p-14{padding:3.5rem}
  .sm\:px-8{padding-left:2rem;padding-right:2rem}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(min-width:768px){
  .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\:border-t-0{border-top:0}
  .md\:border-l{border-left:1px solid #e5e7eb}
  .md\:text-2xl{font-size:1.5rem}
}
@media(min-width:1024px){
  .lg\:flex{display:flex !important}
  .lg\:hidden{display:none !important}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .lg\:col-span-2{grid-column:span 2/span 2}
}
