:root{--notfound-bg:#f4f6f2;--notfound-card-bg:#fff;--notfound-primary:#1a4d2e;--notfound-primary-hover:#133a22;--notfound-primary-fg:#fff;--notfound-border:#1a4d2e1f;--notfound-text:#0f1a0f;--notfound-text-muted:#6b7a6b;--notfound-accent:#e8f0e8;--notfound-radius:24px}.notfound-page-wrapper{background-color:var(--notfound-bg);width:100%;min-height:calc(100vh - 120px);font-family:var(--font-poppins), sans-serif;justify-content:center;align-items:center;padding:60px 16px;display:flex}.notfound-card{background-color:var(--notfound-card-bg);border:1px solid var(--notfound-border);border-radius:var(--notfound-radius);text-align:center;flex-direction:column;align-items:center;width:100%;max-width:600px;padding:60px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #1a4d2e0a}.notfound-glow-1{filter:blur(40px);background-color:#1a4d2e08;border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;left:-50px}.notfound-glow-2{filter:blur(40px);background-color:#1a4d2e08;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-50px;right:-50px}.notfound-illustration{color:var(--notfound-primary);justify-content:center;margin-bottom:24px;animation:4s ease-in-out infinite floatPlant;display:flex}@keyframes floatPlant{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(1deg)}}.notfound-code{color:var(--notfound-primary);letter-spacing:-2px;background:linear-gradient(135deg, var(--notfound-primary), #487e59);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:80px;font-weight:800;line-height:1}.notfound-title{color:var(--notfound-text);letter-spacing:-.3px;margin:0 0 12px;font-size:24px;font-weight:600}.notfound-desc{color:var(--notfound-text-muted);max-width:440px;margin:0 0 32px;font-size:14px;line-height:1.6}.notfound-actions{justify-content:center;gap:12px;width:100%;display:flex}.notfound-btn-primary{background-color:var(--notfound-primary);color:var(--notfound-primary-fg);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.notfound-btn-primary:hover{background-color:var(--notfound-primary-hover);transform:translateY(-1px)}.notfound-btn-primary:active{transform:translateY(0)}.notfound-btn-secondary{background-color:var(--notfound-card-bg);color:var(--notfound-text);border:1px solid var(--notfound-border);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.notfound-btn-secondary:hover{background-color:var(--notfound-accent);transform:translateY(-1px)}.notfound-btn-secondary:active{transform:translateY(0)}@media (max-width:575px){.notfound-card{padding:40px 24px}.notfound-actions{flex-direction:column}.notfound-btn-primary,.notfound-btn-secondary{justify-content:center;width:100%}}
