.error-module__uHmsfa__errorRoot{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.error-module__uHmsfa__globalErrorRoot{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.error-module__uHmsfa__errorTitle{margin-bottom:1rem;font-size:1.5rem}.error-module__uHmsfa__errorDetails{color:var(--ant-color-error);background:color-mix(in srgb, var(--ant-color-error) 8%, transparent);border:1px solid color-mix(in srgb, var(--ant-color-error) 35%, transparent);text-align:left;white-space:pre-wrap;word-break:break-word;border-radius:6px;max-width:640px;margin-bottom:1.5rem;padding:12px 16px;font-size:13px;overflow:auto}.error-module__uHmsfa__errorMessage{color:var(--ant-color-text-secondary);max-width:400px;margin-bottom:2rem}.error-module__uHmsfa__errorActions{gap:1rem;display:flex}.error-module__uHmsfa__primaryAction{background-color:var(--ant-color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem}.error-module__uHmsfa__secondaryAction{background-color:var(--ant-color-fill-secondary);color:var(--ant-color-text);border:1px solid var(--ant-color-border);border-radius:6px;padding:.75rem 2rem;font-size:1rem;text-decoration:none}