:root{--gray-50:#f9fafb}body{margin:0;font-family:system-ui,sans-serif;min-height:100vh;display:flex;flex-direction:column;background-color:var(--gray-50)}.section-wrapper{max-width:1024px;margin-left:auto;margin-right:auto;padding:0 1rem;margin-bottom:4rem}.container{max-width:1200px;margin:0 auto;padding:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-xl{border-radius:.75rem}.shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.1)}.react-datepicker__popper{margin-top:8px!important}.bg-contain{background-size:contain}.bg-no-repeat{background-repeat:no-repeat}