.not-found{object-fit:contain;background:linear-gradient(135deg,#f5f7fa 0%,#c3e2e1 100%);justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.not-found-content{text-align:center;background:#fff;border-radius:1rem;padding:2rem;animation:.5s ease-out fadeIn;box-shadow:0 10px 30px #0000001a}.not-found h1{background:linear-gradient(45deg,#075537,#0ebbaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:8rem;font-weight:700;animation:.5s ease-out slideDown}.not-found h2{color:#333;margin:1rem 0;font-size:2rem;animation:.5s ease-out .2s both slideUp}.not-found p{color:#666;margin-bottom:2rem;animation:.5s ease-out .4s both slideUp}.home-button{color:#fff;background:linear-gradient(45deg,#075537,#0ebbaa);border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:.5s ease-out .6s both slideUp;display:inline-flex}.home-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #2196f34d}.home-button i{font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
