@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--font-sans:"Outfit", "Inter", sans-serif;--bg-base:#f8fafc;--bg-surface:#fff;--primary:#0d9488;--primary-hover:#0f766e;--primary-light:#ccfbf1;--primary-dark:#115e59;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 10px 25px -5px #0d94881a, 0 8px 10px -6px #0000000d;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-base);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex{display:flex}}.hidden{display:none}@media (min-width:768px){.hidden{display:initial}.md\:flex{display:flex}}.w-full{width:100%}.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem;margin-left:auto;margin-right:auto}.max-w-3xl{max-width:48rem;margin-left:auto;margin-right:auto}.max-w-2xl{max-width:42rem;margin-left:auto;margin-right:auto}.min-h-screen{min-height:100vh}.h-16{height:4rem}.h-10{height:2.5rem}.w-10{width:2.5rem}.h-12{height:3rem}.w-12{width:3rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-auto{margin-top:auto}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-slate-900{background-color:#0f172a}.bg-teal-600{background-color:var(--primary)}.bg-teal-700{background-color:var(--primary-hover)}.bg-teal-100{background-color:#ccfbf1}.bg-blue-100{background-color:#dbeafe}.bg-emerald-100{background-color:#d1fae5}.text-slate-900{color:#0f172a}.text-slate-700{color:#334155}.text-slate-600{color:#475569}.text-slate-500{color:#64748b}.text-slate-400{color:#94a3b8}.text-white{color:#fff}.text-teal-600{color:var(--primary)}.text-teal-700{color:var(--primary-hover)}.text-teal-800{color:#115e59}.text-blue-700{color:#1d4ed8}.text-emerald-700{color:#047857}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-6xl{font-size:3.75rem}.text-center{text-align:center}.tracking-tight{letter-spacing:-.025em}.leading-tight{line-height:1.25}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-800{border-color:#1e293b}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:var(--shadow-sm)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:var(--shadow-md)}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.relative{position:relative}.absolute{position:absolute}.left-4{left:1rem}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px)}.transition{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:shadow-lg:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000a}.hover\:bg-teal-700:hover{background-color:var(--primary-hover)}.hover\:text-teal-600:hover{color:var(--primary)}a{text-decoration:none}input{font-family:inherit}
