:root{--font-inter:"Inter",system-ui,-apple-system,sans-serif;--font-geist:"Geist",var(--font-inter)}*,:after,:before{box-sizing:border-box;padding:0;margin:0}body,html{margin:0;padding:0;min-height:100%;height:100%;background:#ffffff;color-scheme:light;font-family:var(--font-inter)}html.dark,html.dark body{background:#0b0b0d;color-scheme:dark}body{display:flex;flex-direction:column}button{border:none;font-family:inherit;font-size:inherit}[data-error-btn],button{cursor:pointer;appearance:none;-webkit-appearance:none}[data-error-btn]{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;margin:0;padding:14px 18px;gap:12px;width:auto;min-width:180px;height:auto;min-height:48px;box-sizing:border-box;border-radius:24px;font-family:var(--font-geist),Geist,var(--font-inter),Inter,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;text-decoration:none;white-space:nowrap}[data-error-btn] svg{width:20px;height:20px;flex-shrink:0}[data-error-btn=primary]{background:#000000;color:#ffffff;border:none}[data-error-btn=secondary]{background:transparent;color:#000000;border:1px solid #000000}html.dark [data-error-btn=primary]{background:#ffffff;color:#000000}html.dark [data-error-btn=secondary]{background:transparent;color:#ffffff;border:1px solid #ffffff}