: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);overflow-x:hidden}.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}.danger{padding:.9rem 1.2rem;background:#dc2626;color:#fff;border:none;border-radius:.7rem;font-weight:800;cursor:pointer}.map-container{border-radius:16px;overflow:hidden}.map-container .maplibregl-popup{font-size:14px;max-width:220px}.map-container .pickup-marker{width:12px;height:12px;border-radius:3px;background-color:#f97316;border:2px solid #ffffff;box-shadow:0 0 4px rgba(0,0,0,.3)}.boat-popup{display:grid;grid-gap:.4rem;gap:.4rem;max-width:180px;font-family:system-ui,sans-serif}.boat-popup img{object-fit:cover}.boat-popup img,.boat-popup__placeholder{width:100%;height:120px;border-radius:10px}.boat-popup__placeholder{background:#f3f4f6;display:grid;place-items:center;font-size:2rem}.boat-popup__title{font-weight:700;color:#1d4ed8;text-decoration:none}.boat-popup__title:hover{text-decoration:underline}.maplibregl-popup.boat-hover-popup .maplibregl-popup-content{padding:4px 8px;font-size:.8rem;font-weight:600}.maplibregl-popup.boat-hover-popup .maplibregl-popup-tip{display:none}.bg-contain{background-size:contain}.bg-no-repeat{background-repeat:no-repeat}*,:after,:before{box-sizing:border-box}@supports (min-width:0){.flex>*,.grid>*{min-width:0}}