*{box-sizing:border-box}.error-page{min-height:100vh;justify-content:center;background-color:#050505;background:radial-gradient(circle at center,hsla(0,0%,100%,.03) 0,#050505 60%);color:#f8fafc;text-align:center;padding:1rem;overflow:hidden}.error-content,.error-page{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.error-content{z-index:10;max-width:600px;gap:1.5rem;animation:fadeIn .8s ease-out;margin:0 auto}.error-logo{margin-bottom:1rem;opacity:.9;display:flex;justify-content:center}.error-code{font-size:clamp(6rem,15vw,10rem);font-weight:800;line-height:1;margin:0;letter-spacing:-.05em;background:linear-gradient(180deg,#fff,#525252);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.error-text-group{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.error-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:#fff;letter-spacing:-.02em;margin:0}.error-subtitle{font-size:1.1rem;color:#94a3b8;line-height:1.5;font-weight:400;max-width:45ch;margin:0 auto}.error-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem;width:100%}.btn{display:inline-flex;padding:.9rem 2rem;border-radius:99px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s ease;min-width:140px}.btn,.btn-primary{align-items:center;justify-content:center}.btn-primary{background:#fff;color:#000;border:1px solid #fff;display:flex;gap:.5rem}.btn-primary:hover{background:#e2e2e2;transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.2)}.btn-outline:hover{border-color:#fff;background:hsla(0,0%,100%,.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}