
/* WSRS v4.1 minimal compiled CSS (utilities subset used on site) */
:root{--indigo-600:#4f46e5;--indigo-700:#4338ca;--indigo-800:#3730a3;--indigo-900:#312e81;
--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--white:#fff;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--gray-800)}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
/* layout & spacing */
.p-6{padding:1.5rem}.p-8{padding:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-10{margin-top:2.5rem}
/* typography */
.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}
.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.tracking-tight{letter-spacing:-.01em}
.leading-tight{line-height:1.1}
/* colors */
.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-800{color:var(--gray-800)}
.text-white{color:#fff}.text-indigo-700{color:var(--indigo-700)}
.bg-white{background:#fff}.bg-gray-50{background:var(--gray-50)}.bg-gray-900{background:#111827}
.bg-indigo-900{background:var(--indigo-900)}
/* gradients */
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from),var(--tw-gradient-to))}
.from-indigo-600{--tw-gradient-from:var(--indigo-600)}.to-indigo-700{--tw-gradient-to:var(--indigo-700)}
.from-sky-600{--tw-gradient-from:#0284c7}.to-blue-600{--tw-gradient-to:#2563eb}
.from-emerald-500{--tw-gradient-from:#10b981}.to-green-600{--tw-gradient-to:#16a34a}
.from-rose-500{--tw-gradient-from:#f43f5e}.to-red-600{--tw-gradient-to:#dc2626}
.from-teal-500{--tw-gradient-from:#14b8a6}.to-cyan-600{--tw-gradient-to:#0891b2}
.from-amber-500{--tw-gradient-from:#f59e0b}.to-orange-500{--tw-gradient-to:#f97316}
/* layout */
.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}
.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.flex-col{flex-direction:column}.sm\:flex-row{flex-direction:column}@media(min-width:640px){.sm\:flex-row{flex-direction:row}}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.hidden{display:none}@media(min-width:768px){.md\:flex{display:flex}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
/* borders & radius & shadows */
.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}
.shadow{box-shadow:0 1px 2px rgba(0,0,0,.08)}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.12)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px rgba(0,0,0,.15)}
.border-l{border-left:1px solid var(--gray-200)}.border-gray-200{border-color:var(--gray-200)}
/* width & height */
.w-6{width:1.5rem;height:1.5rem}.w-20{width:5rem}.h-1\.5{height:.375rem}.h-6{height:1.5rem}
/* positioning */
.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}
/* buttons & interactivity */
a:hover{transition:color .15s, background .15s}
.hover\:text-indigo-600:hover{color:var(--indigo-600)}.hover\:bg-gray-100:hover{background:var(--gray-100)}.hover\:bg-indigo-800:hover{background:var(--indigo-800)}
.group{position:relative}.group-hover\:underline:hover{text-decoration:underline}
/* utility */
.inline-flex{display:inline-flex}.space-x-4>*+*{margin-left:1rem}.ml-2{margin-left:.5rem}.pl-4{padding-left:1rem}
/* hero buttons */
.rounded-2xl{border-radius:1rem}.shadow{box-shadow:0 1px 2px rgba(0,0,0,.08)}
/* svg */
svg{display:block}
