*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f5fffe 0%,#ccfdf7 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.not-found-container{text-align:center;width:100%;max-width:600px;padding:2rem;animation:.6s ease-out fadeInUp}.error-code{background:linear-gradient(135deg,#7d9c96 0%,#ccfdf7 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(6rem,15vw,10rem);font-weight:700;line-height:1;animation:2s ease-in-out infinite pulse}.error-title{color:#374151;margin-bottom:1rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600}.error-message{color:#6b7280;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.error-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;min-width:140px;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:#7d9c96;box-shadow:0 4px 14px #7d9c964d}.btn-primary:hover{background:#6b8a84;transform:translateY(-2px);box-shadow:0 6px 20px #7d9c9666}.btn-secondary{color:#7d9c96;background:#fff;border:2px solid #7d9c96}.btn-secondary:hover{background:#f5fffe;transform:translateY(-2px)}.illustration{opacity:.8;margin:2rem 0}.illustration svg{width:100%;max-width:300px;height:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:640px){.not-found-container{padding:1rem}.error-message{font-size:1rem}.btn{width:100%;padding:1rem}.error-actions{flex-direction:column}}@media (prefers-color-scheme:dark){body{background:linear-gradient(135deg,#1a2f2e 0%,#2d4a47 100%)}.error-title{color:#e5e7eb}.error-message{color:#9ca3af}.btn-secondary{color:#ccfdf7;background:#ffffff1a;border-color:#7d9c96}.btn-secondary:hover{background:#ffffff26}}
