body,html{margin:0;padding:0;height:100%;font-family:Arial,sans-serif;background-color:#f1f1f1}.redirect-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.spinner{width:50px;height:50px;margin-bottom:1.5rem;border:6px solid #ccc;border-top-color:#4caf50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.redirect-container p{color:#333;font-size:1.1rem}.route-error{box-sizing:border-box;width:min(90vw,32rem);padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 1rem 3rem rgba(30,44,38,.12)}.route-error[hidden]{display:none}.route-error h1{margin:0 0 .75rem;color:#20352a;font-size:clamp(1.5rem,4vw,2rem)}.route-error p{margin:0 0 1.5rem;line-height:1.55}.route-error button{min-height:2.75rem;padding:.7rem 1.2rem;border:0;border-radius:999px;background:#268b4b;color:#fff;cursor:pointer;font:inherit;font-weight:700}