.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#1e3a5f,#2d1b4e)}.error-content{max-width:600px;width:100%;text-align:center}.error-icon{font-size:6rem;margin-bottom:1rem;filter:drop-shadow(0 10px 30px rgba(102,126,234,.3))}.error-code{font-size:8rem;font-weight:900;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem}.error-title{font-size:2.5rem;margin:0 0 1rem;color:#fff}.error-description{font-size:1.25rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-button{padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-size:1.125rem;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-block}.error-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.error-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.error-button.secondary{background:#ffffff0d;color:#667eea;border:2px solid #667eea}.error-button.secondary:hover{background:#667eea1a;transform:translateY(-2px)}.error-icon.server-error{filter:drop-shadow(0 10px 30px rgba(255,107,107,.3))}.error-code.server-error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.error-code{font-size:5rem}.error-title{font-size:2rem}.error-description{font-size:1.125rem}.error-actions{flex-direction:column;gap:.75rem}.error-button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0e27;color:#fff}#root{min-height:100vh}
