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