/*
 * Local fallback for the Tailwind utility classes used by this project.
 * The Tailwind Play CDN remains enabled globally; these rules keep core pages
 * usable when the CDN is blocked or still loading.
 */
*,::before,::after{box-sizing:border-box}
.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}
.inset-y-0{top:0;bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-1\/2{top:50%}.left-1\/2{left:50%}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}
.-translate-x-1\/2{transform:translateX(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0))}
.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.overflow-hidden{overflow:hidden}.min-w-0{min-width:0}.min-h-screen{min-height:100vh}.min-h-\[75vh\]{min-height:75vh}.h-full{height:100%}.h-auto{height:auto}
.w-full{width:100%}.w-2{width:.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-24{width:6rem}.w-64{width:16rem}.w-\[500px\]{width:500px}.w-\[600px\]{width:600px}
.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-28{height:7rem}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}
.max-w-md{max-width:28rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.m-0{margin:0}.mt-auto{margin-top:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.-mr-24{margin-right:-6rem}.-mt-24{margin-top:-6rem}
.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.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-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pb-4{padding-bottom:1rem}
.space-y-1>*+*{margin-top:.25rem}.space-y-1\.5>*+*{margin-top:.375rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-10>*+*{margin-top:2.5rem}.space-y-12>*+*{margin-top:3rem}
.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{column-gap:1rem}.gap-y-5{row-gap:1.25rem}
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.col-span-2{grid-column:span 2/span 2}
.rounded{border-radius:.25rem}.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-\[2\.5rem\]{border-radius:2.5rem}
.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-slate-100{border-color:#f1f5f9}.border-slate-100\/60{border-color:rgba(241,245,249,.6)}.border-slate-100\/80{border-color:rgba(241,245,249,.8)}.border-slate-200{border-color:#e2e8f0}.border-slate-200\/60{border-color:rgba(226,232,240,.6)}.border-slate-300{border-color:#cbd5e1}.border-indigo-100{border-color:#e0e7ff}.border-red-100{border-color:#fee2e2}
.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-50\/50{background-color:rgba(248,250,252,.5)}.bg-slate-100{background-color:#f1f5f9}.bg-slate-900{background-color:#0f172a}.bg-indigo-50{background-color:#eef2ff}.bg-indigo-100{background-color:#e0e7ff}.bg-indigo-600{background-color:#4f46e5}.bg-green-50{background-color:#f0fdf4}.bg-red-50{background-color:#fef2f2}.bg-green-500{background-color:#22c55e}.bg-red-500{background-color:#ef4444}
.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.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-\[10px\]{font-size:10px}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.font-heading{font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.uppercase{text-transform:uppercase}
.text-white{color:#fff}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-indigo-600{color:#4f46e5}.text-indigo-700{color:#4338ca}.text-green-600{color:#16a34a}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}
.opacity-20{opacity:.2}.opacity-30{opacity:.3}.blur-3xl{filter:blur(64px)}
.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,.05)}.shadow-inner{box-shadow:inset 0 2px 4px rgba(15,23,42,.06)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(15,23,42,.1),0 4px 6px -4px rgba(15,23,42,.1)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(15,23,42,.1),0 8px 10px -6px rgba(15,23,42,.1)}.shadow-slate-200\/50{box-shadow:0 20px 25px -5px rgba(226,232,240,.5)}.shadow-indigo-500\/20{box-shadow:0 10px 20px rgba(99,102,241,.2)}.shadow-indigo-500\/5{box-shadow:0 10px 20px rgba(99,102,241,.05)}
.outline-none{outline:2px solid transparent;outline-offset:2px}.transition{transition-property:color,background-color,border-color,opacity,box-shadow,transform;transition-duration:.15s}.transition-all{transition-property:all;transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-transform{transition-property:transform;transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}
.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:bg-indigo-600:hover{background-color:#4f46e5}.hover\:bg-indigo-700:hover{background-color:#4338ca}.hover\:border-indigo-600:hover{border-color:#4f46e5}.hover\:text-indigo-600:hover{color:#4f46e5}.hover\:text-slate-900:hover{color:#0f172a}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:bg-white:focus{background-color:#fff}.focus\:border-indigo-500:focus{border-color:#6366f1}.focus\:ring-indigo-500:focus{box-shadow:0 0 0 3px rgba(99,102,241,.25)}.focus\:ring-4:focus.focus\:ring-indigo-500\/20{box-shadow:0 0 0 4px rgba(99,102,241,.2)}
.group:hover .group-hover\:text-slate-900{color:#0f172a}
@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\:col-span-1{grid-column:span 1/span 1}.md\:p-8{padding:2rem}.md\:p-12{padding:3rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}}
@media(min-width:1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:flex-row{flex-direction:row}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:relative{position:relative}.lg\:inset-auto{inset:auto}.lg\:h-auto{height:auto}.lg\:translate-x-0{transform:translateX(0)}}
