.error-section{background:var(--color-secondary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.error-content{text-align:center;z-index:2;padding:40px 20px;position:relative}.error-code{background:linear-gradient(135deg,#00ff97 0%,#00b4d8 50%,#00ff97 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 100px #00ff974d;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:clamp(120px,20vw,280px);font-weight:900;line-height:1;animation:3s ease-in-out infinite pulse404}@keyframes pulse404{0%,to{opacity:1}50%{opacity:.8}}.error-title{color:#fff;margin-bottom:20px;font-size:clamp(24px,4vw,48px);font-weight:700}.error-description{color:#ffffffb3;max-width:500px;margin:0 auto 40px;font-size:18px;line-height:1.6}.error-actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.error-bg-circle{pointer-events:none;border-radius:50%;position:absolute}.error-bg-circle-1{background:radial-gradient(circle,#00ff971a 0%,#0000 70%);width:600px;height:600px;top:-200px;right:-200px}.error-bg-circle-2{background:radial-gradient(circle,#00b4d81a 0%,#0000 70%);width:400px;height:400px;bottom:-100px;left:-100px}.error-icon{background:#00ff971a;border:2px solid #00ff974d;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 30px;display:flex}.error-icon svg{fill:#00ff97;width:60px;height:60px}
