.not-found-container{background:linear-gradient(135deg,#073b22 0%,#1a5c3a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.not-found-container{padding:1.5rem}}.garden-background{pointer-events:none;position:absolute;inset:0}.garden-background .plant{opacity:.3;font-size:3rem;animation:4s ease-in-out infinite sway;position:absolute}@media (max-width:768px){.garden-background .plant{font-size:2rem}}.garden-background .plant.plant-1{animation-delay:0s;top:10%;left:5%}.garden-background .plant.plant-2{animation-delay:.5s;top:20%;right:8%}.garden-background .plant.plant-3{animation-delay:1s;bottom:15%;left:10%}.garden-background .plant.plant-4{animation-delay:1.5s;top:60%;right:15%}.garden-background .plant.plant-5{animation-delay:2s;bottom:25%;right:5%}.garden-background .plant.plant-6{animation-delay:2.5s;top:40%;left:8%}.garden-background .construction-sign{opacity:.6;position:absolute;bottom:10%;right:10%}@media (max-width:768px){.garden-background .construction-sign{bottom:5%;right:5%;transform:scale(.8)}}.garden-background .construction-sign .sign-post{background:linear-gradient(135deg,#073b22 0%,#1a5c3a 100%);border-radius:4px;width:8px;height:80px;margin:0 auto 5px}.garden-background .construction-sign .sign-board{background:linear-gradient(135deg,#399663 0%,#48ba7c 100%);border:3px solid #1a5c3a;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:flex;transform:rotate(-3deg);box-shadow:0 4px 12px #073b2233}.garden-background .construction-sign .sign-board .sign-icon{font-size:1.5rem}.garden-background .construction-sign .sign-board .sign-text{color:#073b22;white-space:nowrap;font-size:.9rem;font-weight:700}@media (max-width:768px){.garden-background .construction-sign .sign-board .sign-text{font-size:.7rem}}@keyframes sway{0%,to{transform:rotate(-5deg)translateY(0)}50%{transform:rotate(5deg)translateY(-10px)}}.content{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#f9f5f1f2;border:2px solid #3996634d;border-radius:24px;max-width:800px;padding:3rem 2rem;position:relative;box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff4d}@media (max-width:768px){.content{padding:2rem 1.5rem}}@media (max-width:480px){.content{padding:1.5rem 1rem}}.error-code{color:#399663;text-shadow:0 4px 12px #39966366;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:8rem;font-weight:900;display:flex}@media (max-width:768px){.error-code{gap:.5rem;font-size:5rem}}@media (max-width:480px){.error-code{font-size:4rem}}.error-code .zero{justify-content:center;align-items:center;display:inline-flex;position:relative}.error-code .zero .flower{font-size:6rem;animation:10s linear infinite spin}@media (max-width:768px){.error-code .zero .flower{font-size:4rem}}@media (max-width:480px){.error-code .zero .flower{font-size:3rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.title{color:#073b22;text-shadow:0 2px 8px #073b2233;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}@media (max-width:768px){.title{font-size:1.8rem}}@media (max-width:480px){.title{font-size:1.4rem}}.message{color:#073b22cc;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.message{font-size:1rem}}@media (max-width:480px){.message{font-size:.9rem}}.illustration{justify-content:center;align-items:center;gap:1rem;margin:2rem 0;display:flex}.illustration .gardener{font-size:4rem;animation:2s ease-in-out infinite bounce}@media (max-width:768px){.illustration .gardener{font-size:3rem}}.illustration .tools{opacity:.8;flex-direction:column;gap:.5rem;font-size:2rem;display:flex}@media (max-width:768px){.illustration .tools{font-size:1.5rem}}.illustration .tools span{animation:3s ease-in-out infinite float}.illustration .tools span:first-child{animation-delay:0s}.illustration .tools span:nth-child(2){animation-delay:.5s}.illustration .tools span:nth-child(3){animation-delay:1s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}.sub-message{color:#073b22b3;margin-bottom:2rem;font-size:1rem;font-style:italic}@media (max-width:480px){.sub-message{font-size:.9rem}}.action-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.action-buttons button{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Alumni Sans,serif;font-size:1rem;font-weight:600;transition:all .3s;display:flex}@media (max-width:480px){.action-buttons button{padding:.75rem 1.25rem;font-size:.9rem}}.action-buttons .btn-primary{color:#073b22;background:linear-gradient(135deg,#399663 0%,#48ba7c 100%);box-shadow:0 4px 12px #3996634d}.action-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #39966380}.action-buttons .btn-secondary{color:#073b22;background:#073b221a;border:2px solid #073b224d}.action-buttons .btn-secondary:hover{color:#399663;background:#073b2226;border-color:#399663}.helpful-links{border-top:2px solid #073b2233;padding-top:2rem}.helpful-links p{color:#073b22b3;margin-bottom:1rem;font-size:1rem}@media (max-width:480px){.helpful-links p{font-size:.9rem}}.helpful-links .links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.helpful-links .links a{color:#399663;background:#3996631a;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}@media (max-width:480px){.helpful-links .links a{padding:.4rem .8rem;font-size:.85rem}}.helpful-links .links a:hover{background:#39966333;transform:translateY(-2px);box-shadow:0 4px 8px #39966333}.floating-leaves{pointer-events:none;position:absolute;inset:0;overflow:hidden}.floating-leaves .leaf{opacity:.4;font-size:2rem;animation:10s linear infinite fall;position:absolute}@media (max-width:768px){.floating-leaves .leaf{font-size:1.5rem}}.floating-leaves .leaf.leaf-1{animation-duration:12s;animation-delay:0s;top:-10%;left:20%}.floating-leaves .leaf.leaf-2{animation-duration:15s;animation-delay:3s;top:-10%;left:50%}.floating-leaves .leaf.leaf-3{animation-duration:13s;animation-delay:6s;top:-10%;right:30%}.floating-leaves .leaf.leaf-4{animation-duration:14s;animation-delay:9s;top:-10%;right:10%}@keyframes fall{0%{opacity:.4;transform:translateY(0)rotate(0)}50%{opacity:.6}to{opacity:0;transform:translateY(110vh)rotate(360deg)}}
