@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;line-height:1.6}.animate-fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn-primary{align-items:center;background:linear-gradient(90deg,#2563eb,#9333ea);border:none;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.btn-primary:hover{background:linear-gradient(90deg,#1d4ed8,#7c3aed);box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.card{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-8{gap:2rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-8>*+*{margin-left:2rem}.space-x-2>*+*{margin-left:.5rem}.space-y-6>*+*{margin-top:1.5rem}.text-center{text-align:center}.text-white{color:#fff}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-blue-600{color:#2563eb}.text-red-500{color:#ef4444}.text-green-700{color:#15803d}.text-6xl{font-size:3.75rem}.text-5xl{font-size:3rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#312e8100)}.via-purple-900{--tw-gradient-stops:var(--tw-gradient-from),#581c87,var(--tw-gradient-to,#581c8700)}.to-pink-800{--tw-gradient-to:#9d174d}.bg-white{background-color:#fff}.bg-red-100{background-color:#fee2e2}.bg-green-100{background-color:#dcfce7}.bg-gray-200{background-color:#e5e7eb}.border{border-width:1px}.border-gray-300{border-color:#d1d5db}.border-gray-100{border-color:#f3f4f6}.border-red-400{border-color:#f87171}.border-green-400{border-color:#4ade80}.border-t{border-top-width:1px}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.z-10{z-index:10}.z-50{z-index:50}input,select,textarea{border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.group:hover .group-hover\:text-blue-600{color:#2563eb}.hover\:scale-105:hover{transform:scale(1.05)}.transition-all{transition:all .3s}.transition-colors{transition:color .2s,background-color .2s}.transition-transform{transition:transform .3s}.duration-300{transition-duration:.3s}.duration-200{transition-duration:.2s}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rounded-full{border-radius:50%}.h-5{height:1.25rem}.w-5{width:1.25rem}.border-b-2{border-bottom-width:2px}.border-white{border-color:#fff}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.prose{max-width:65ch}.prose-lg{font-size:1.125rem;line-height:1.7}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:#0000}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.animate-bounce{animation:bounce 1s infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.text-white\/70{color:#ffffffb3}.bg-white\/20{background-color:#fff3}.border-white\/20{border-color:#fff3}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.min-w-64{min-width:16rem}.space-x-3>*+*{margin-left:.75rem}.space-y-3>*+*{margin-top:.75rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.text-3xl{font-size:1.875rem}.text-7xl{font-size:4.5rem}.rounded-lg{border-radius:.5rem}.hover\:shadow-md:hover,.shadow-md{box-shadow:0 4px 6px -1px #0000001a}
/*# sourceMappingURL=main.dbc6f38e.css.map*/