@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--primary:#0f766e;--primary-hover:#0d9488;--secondary:#14b8a6;--background:#f8fafc;--surface:#fff;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--error:#ef4444;--success:#22c55e}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text);font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4{font-family:Outfit,sans-serif}.min-h-screen{min-height:100vh}.bg-slate-50{background-color:#f8fafc}.bg-white{background-color:#fff}.bg-teal-50{background-color:#f0fdfa}.bg-teal-100{background-color:#ccfbf1}.bg-teal-600{background-color:#0d9488}.bg-teal-700{background-color:#0f766e}.bg-teal-800{background-color:#115e59}.bg-teal-900{background-color:#134e4a}.bg-red-500{background-color:#ef4444}.text-slate-900{color:#0f172a}.text-slate-700{color:#334155}.text-slate-500{color:#64748b}.text-slate-400{color:#94a3b8}.text-teal-600{color:#0d9488}.text-teal-700{color:#0f766e}.text-teal-800{color:#115e59}.text-teal-900{color:#134e4a}.text-teal-100{color:#ccfbf1}.text-red-500{color:#ef4444}.text-white{color:#fff}.font-sans{font-family:Inter,sans-serif}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-4{margin:1rem}.mt-1{margin-top:.25rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (width>=1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}}.w-full{width:100%}.w-8{width:2rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-32{height:8rem}.max-w-md{max-width:28rem}.mx-auto{margin-left:auto;margin-right:auto}.container{width:100%;max-width:1200px}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-l-2{border-left:2px solid var(--border)}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-teal-100{border-color:#ccfbf1}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.outline-none{outline-offset:2px;outline:2px solid #0000}.focus\:ring-2:focus{ring:2px solid var(--secondary)}.transition{transition:all .2s ease-in-out}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-teal-700:hover{background-color:#0f766e}.hover\:underline:hover{text-decoration:underline}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.resize-none{resize:none}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.max-h-\[600px\]{max-height:600px}.cursor-pointer{cursor:pointer}.opacity-50{opacity:.5}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
