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