.sx-error-report,.sx-error-report *{box-sizing:border-box}.sx-error-report[hidden],.sx-error-report [hidden]{display:none!important}.sx-error-report{z-index:12000;color:#17191d;place-items:center;padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:fixed;inset:0}.sx-error-report__backdrop{backdrop-filter:blur(5px);background:#0d0f1294;position:absolute;inset:0}.sx-error-report__card{background:#fff;border:1px solid #1a1d221f;border-radius:24px;width:min(100%,580px);max-height:calc(100vh - 48px);position:relative;overflow:auto;box-shadow:0 24px 80px #05080c47}.sx-error-report__head{border-bottom:1px solid #e7e9ed;grid-template-columns:48px minmax(0,1fr) 40px;align-items:center;gap:14px;padding:24px 24px 18px;display:grid}.sx-error-report__icon{color:#c9352c;background:#fff0ee;border-radius:15px;place-items:center;width:48px;height:48px;font-size:18px;display:grid}.sx-error-report__eyebrow{color:#c9352c;letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-size:12px;font-weight:800;line-height:1.2}.sx-error-report h2,.sx-error-report h3{color:#17191d;margin:0;font-weight:800;line-height:1.2}.sx-error-report h2{font-size:22px}.sx-error-report h3{font-size:20px}.sx-error-report__close{color:#4c515a;cursor:pointer;background:#f3f4f6;border:0;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.sx-error-report__close:hover,.sx-error-report__close:focus-visible{color:#17191d;background:#e6e8eb}.sx-error-report__body{padding:22px 24px 24px}.sx-error-report__message{color:#292c31;overflow-wrap:anywhere;background:#fff6f5;border-left:4px solid #d84037;border-radius:0 12px 12px 0;margin:0;padding:15px 17px;font-size:15px;font-weight:650;line-height:1.5}.sx-error-report__help{color:#646a74;margin:14px 0 0;font-size:14px;line-height:1.5}.sx-error-report__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.sx-error-report .btn{border-radius:12px;min-height:44px;padding:10px 17px;font-size:14px;font-weight:750}.sx-error-report .btn-primary{color:#fff;background:#17191d;border-color:#17191d}.sx-error-report .btn-primary:hover,.sx-error-report .btn-primary:focus-visible{background:#292c31;border-color:#292c31}.sx-error-report .btn-secondary{color:#292c31;background:#fff;border:1px solid #d5d8dd}.sx-error-report .btn-secondary:hover,.sx-error-report .btn-secondary:focus-visible{background:#f5f6f7;border-color:#aeb3bb}.sx-error-report__field+.sx-error-report__field{margin-top:18px}.sx-error-report__field label{color:#17191d;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:14px;font-weight:750;display:flex}.sx-error-report__field label span{color:#737983;font-size:12px;font-weight:550}.sx-error-report textarea,.sx-error-report input[type=file]{width:100%}.sx-error-report textarea{resize:vertical;color:#17191d;min-height:104px;font:inherit;background:#fff;border:1px solid #cfd3d9;border-radius:12px;padding:12px 14px;line-height:1.45}.sx-error-report textarea:focus{border-color:#17191d;outline:3px solid #17191d1a}.sx-error-report .cx-file{border-radius:12px;width:100%;min-height:48px}.sx-error-report__privacy{color:#59615e;background:#f4f7f6;border-radius:12px;gap:9px;margin:18px 0 0;padding:12px 14px;font-size:12px;line-height:1.45;display:flex}.sx-error-report__privacy i{color:#1a7b56;margin-top:2px}.sx-error-report__feedback{color:#4d535c;min-height:0;margin:12px 0 0;font-size:13px;font-weight:650;line-height:1.45}.sx-error-report__feedback:empty{display:none}.sx-error-report__feedback.is-error,.sx-error-report__warning{color:#b52e27}.sx-error-report__success{text-align:center;padding-top:3px}.sx-error-report__success-icon{color:#148157;background:#e5f7ef;border-radius:17px;place-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:21px;display:grid}.sx-error-report__success>p{color:#646a74;max-width:430px;margin:9px auto 0;font-size:14px;line-height:1.5}.sx-error-report__warning{background:#fff4f3;border-radius:var(--ds-radius-control);padding:10px 12px;font-weight:650}body.sx-error-report-open{overflow:hidden}@media (width<=600px){.sx-error-report{padding:12px;padding-bottom:max(12px, env(safe-area-inset-bottom));align-items:end}.sx-error-report__card{border-radius:21px;max-height:calc(100dvh - 24px)}.sx-error-report__head{grid-template-columns:42px minmax(0,1fr) 38px;gap:11px;padding:18px 18px 15px}.sx-error-report__icon{border-radius:13px;width:42px;height:42px}.sx-error-report h2{font-size:19px}.sx-error-report__body{padding:18px}.sx-error-report__actions{grid-template-columns:1fr 1fr;display:grid}.sx-error-report .btn{width:100%;padding-inline:11px}}@media (prefers-reduced-motion:no-preference){.sx-error-report__card{animation:.18s ease-out both sx-error-report-in}}@keyframes sx-error-report-in{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}