.error-boundary{font-family:var(--app-font-family);box-sizing:border-box;background:var(--deep-001);width:100%;height:100vh;color:var(--deep-999);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;overflow:hidden}.error-boundary__content{max-width:380px}.errorBoundary details:focus{outline:none}.error-boundary__close{object-fit:contain;z-index:10;width:32px;height:32px;position:fixed;top:16px;right:16px}.error-boundary__close:active{transform:scale(.97)}.error-boundary h2{font-size:19px;line-height:24px}