.error-fallback-wrapper{box-sizing:border-box;width:100%;height:100%;font-family:var(--mui-typography-fontFamily,"Inter", sans-serif);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;overflow:hidden}.error-fallback-wrapper.fullscreen{z-index:9999;height:100dvh;position:fixed;top:0;left:0}.error-fallback-content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:640px;padding:80px 48px;display:flex;position:relative}.error-fallback-icon-wrapper{filter:drop-shadow(0 0 30px #7c3aed66);margin-bottom:40px;transition:transform .6s cubic-bezier(.34,1.56,.64,1);display:inline-block}.error-fallback-title{color:var(--mui-palette-text-primary);letter-spacing:-.04em;background:linear-gradient(135deg, var(--mui-palette-text-primary) 0%, #7c3aedcc 100%);-webkit-background-clip:text;background-clip:text;margin:0 0 20px;font-size:3rem;font-weight:900;line-height:1.1}.error-fallback-message{color:var(--mui-palette-text-secondary);opacity:.9;margin-top:0;margin-bottom:56px;font-size:1.35rem;font-weight:400;line-height:1.6}.error-fallback-actions{flex-flow:wrap;justify-content:center;align-items:center;gap:32px;width:100%;display:flex}.error-fallback-button{color:#fff;cursor:pointer;text-transform:none;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:2px solid #7c3aed;border-radius:16px;justify-content:center;align-items:center;padding:16px 36px;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.23,1,.32,1);display:inline-flex;box-shadow:0 10px 30px -10px #7c3aed80}.error-fallback-button:hover{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px -10px #7c3aed99}.error-fallback-button:active{transform:translateY(-1px)}.error-fallback-link{color:var(--mui-palette-text-secondary);align-items:center;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.error-fallback-link:after{content:"";transform-origin:100% 100%;background-color:#7c3aed;width:100%;height:2px;transition:transform .3s ease-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.error-fallback-link:hover{color:#7c3aed}.error-fallback-link:hover:after{transform-origin:0 100%;transform:scaleX(1)}@media (width<=1024px){.error-fallback-title{font-size:2.75rem}.error-fallback-content{max-width:540px;padding:64px 32px}}@media (width<=600px){.error-fallback-wrapper{padding:16px}.error-fallback-content{border-radius:24px;padding:48px 24px}.error-fallback-title{margin-bottom:16px;font-size:2.25rem}.error-fallback-message{margin-bottom:40px;font-size:1.2rem}.error-fallback-actions{flex-direction:column;gap:24px}.error-fallback-button{width:100%;padding:16px 28px}.error-fallback-link{font-size:1rem}}@media (width<=400px){.error-fallback-title{font-size:1.85rem}.error-fallback-icon-wrapper svg{width:80px;height:80px}.error-fallback-content{padding:32px 16px}}
