:root{color-scheme:dark;--bg: #070a0f;--panel: #101722;--line: #223044;--text: #eff6ff;--muted: #9fb0c7;--red: #ff7b88;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);overflow-x:hidden}button,input,textarea,select{font:inherit}.route-loading{min-height:100dvh;background:var(--bg)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.root-error{display:flex;min-height:100dvh;align-items:center;justify-content:center;padding:40px 16px;background:var(--bg);color:var(--text)}.root-error__panel{display:flex;width:100%;max-width:448px;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;border:1px solid var(--line);border-radius:10px;background:var(--panel);text-align:center;box-shadow:0 20px 50px #00000047}.root-error__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:999px;background:#ff7b8824;color:var(--red)}.root-error__copy h1,.root-error__copy p{margin:0}.root-error__copy h1{font-size:18px}.root-error__copy p,.root-error details{color:var(--muted)}.root-error__copy p{margin-top:4px;font-size:14px}.root-error__button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:8px;background:var(--text);color:var(--bg);cursor:pointer;font-weight:650}.root-error__button:focus-visible{outline:2px solid #4bc7e8;outline-offset:3px}.root-error details{width:100%;padding:8px 12px;border:1px solid var(--line);border-radius:8px;text-align:left;font-size:12px}.root-error code{display:block;margin-top:8px;overflow-wrap:anywhere;white-space:pre-wrap}
