@keyframes blob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}@keyframes gradient{0%,to{background-position:0;background-size:200% 200%}50%{background-position:100%;background-size:200% 200%}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.error-container{background:linear-gradient(135deg,#dd70761a 0%,#f9f9f9 50%,#9a9acd1a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.error-blob-container{pointer-events:none;position:absolute;inset:0;overflow:hidden}.error-blob-1{filter:blur(60px);background:#dd707633;border-radius:50%;width:18rem;height:18rem;animation:7s infinite blob;position:absolute;top:5rem;left:2.5rem}.error-blob-2{filter:blur(60px);background:#9a9acd33;border-radius:50%;width:24rem;height:24rem;animation:7s 2s infinite blob;position:absolute;top:10rem;right:5rem}.error-blob-3{filter:blur(60px);background:#dd707626;border-radius:50%;width:20rem;height:20rem;animation:7s 4s infinite blob;position:absolute;bottom:5rem;left:33%}.error-content{z-index:10;text-align:center;max-width:48rem;margin:0 auto;padding:0 1rem;position:relative}.error-logo-wrapper{margin-bottom:2rem;animation:2s ease-in-out infinite bounce-slow;display:inline-block}.error-logo-glow{filter:blur(30px);opacity:.5;background:linear-gradient(90deg,#dd7076,#9a9acd);border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:absolute;inset:0}.error-logo{filter:drop-shadow(0 10px 15px #0000001a);position:relative}.error-title{background:linear-gradient(90deg,#dd7076,#9a9acd,#dd7076);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:6rem;font-weight:700;line-height:1;animation:3s infinite gradient}.error-subtitle{color:#374151;margin-bottom:1rem;font-size:1.875rem;font-weight:600}.error-description{color:#4b5563;max-w:28rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.error-details{text-align:left;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;max-width:36rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:1rem}.error-details-text{color:#991b1b;word-break:break-word;font-family:monospace;font-size:.875rem}.error-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.error-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(90deg,#dd7076,#9a9acd);border:none;border-radius:9999px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;transform:scale(1);box-shadow:0 10px 15px -3px #0000001a}.error-btn-primary:hover{background:linear-gradient(90deg,#dd7076e6,#9a9acde6);transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.error-btn-secondary{color:#374151;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:9999px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;transform:scale(1);box-shadow:0 10px 15px -3px #0000001a}.error-btn-secondary:hover{border-color:#dd7076;transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.error-dots{justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.error-dot{border-radius:50%;width:.75rem;height:.75rem;animation:1s infinite bounce}.error-dot-1{background:#dd7076}.error-dot-2{background:#9a9acd;animation-delay:.2s}.error-dot-3{background:#dd7076;animation-delay:.4s}@media (min-width:640px){.error-buttons{flex-direction:row}}@media (min-width:768px){.error-title{font-size:8rem}.error-subtitle{font-size:2.25rem}}
