.booking-not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px}.booking-not-found__container{max-width:500px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.booking-not-found__icon{margin-bottom:8px;animation:fadeInUp .6s ease-out}.booking-not-found__title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;animation:fadeInUp .6s ease-out .1s backwards}@media(max-width:768px){.booking-not-found__title{font-size:1.5rem}}.booking-not-found__description{font-size:1.05rem;color:#555;margin:0;line-height:1.6;max-width:400px;animation:fadeInUp .6s ease-out .2s backwards}@media(max-width:768px){.booking-not-found__description{font-size:1rem}}.booking-not-found__button{display:inline-block;background-color:#10b981;color:#fff;text-decoration:none;padding:12px 32px;border-radius:8px;font-weight:500;font-size:1rem;transition:all .2s ease;margin-top:8px;animation:fadeInUp .6s ease-out .3s backwards}.booking-not-found__button:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.booking-not-found__button:active{transform:translateY(0)}.booking-not-found__footer{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:8px;animation:fadeIn .6s ease-out .5s backwards}.booking-not-found__footer p{margin:0;font-size:.75rem;color:#717171;text-transform:uppercase;letter-spacing:.5px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=6af4cdee53a0b450.css.map*/