:root{--coral: #BB4C4C;--teal: #1D4042;--white: #FFFFFF;--black: #000000;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-500: #6B7280;--gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gray-50);color:var(--gray-900)}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:var(--gray-50)}.bg-white{background-color:var(--white)}.bg-gray-100{background-color:var(--gray-100)}.text-coral{color:var(--coral)}.text-teal{color:var(--teal)}.text-gray-500{color:var(--gray-500)}.text-gray-900{color:var(--gray-900)}.border-gray-200{border-color:var(--gray-200)}.border-b{border-bottom-width:1px;border-bottom-style:solid}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-4>*+*{margin-left:1rem}.h-16{height:4rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.hover\:text-gray-900:hover{color:var(--gray-900)}.hover\:bg-coral:hover{background-color:var(--coral)}input,button{font-family:inherit}@media(min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
