:root{--rollbar-font:system-ui,-apple-system,sans-serif;--rollbar-mono-font:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,monospace;--rollbar-error-title-size:1.5rem;--rollbar-error-title-weight:600;--rollbar-error-message-color:#6b7280;--rollbar-error-message-size:0.875rem;--rollbar-error-btn-bg:#1a1a1a;--rollbar-error-btn-color:#ffffff;--rollbar-error-btn-radius:0.375rem;--rollbar-error-btn-size:0.875rem;--rollbar-error-btn-weight:500;--rollbar-test-btn-radius:0.375rem;--rollbar-test-btn-size:0.875rem;--rollbar-test-btn-weight:500;--rollbar-test-btn-default-bg:#1e293b;--rollbar-test-btn-default-color:#ffffff;--rollbar-test-btn-destructive-bg:#dc2626;--rollbar-test-btn-destructive-color:#ffffff;--rollbar-test-btn-outline-bg:#ffffff;--rollbar-test-btn-outline-color:#1e293b;--rollbar-test-btn-outline-border:#cbd5e1;--rollbar-test-label-color:#64748b;--rollbar-test-meta-color:#6b7280;--rollbar-test-meta-size:0.75rem}.rollbar-error-screen{display:flex;min-height:50dvh;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:0 1rem;text-align:center;font-family:var(--rollbar-font)}.rollbar-error-screen__title{font-size:var(--rollbar-error-title-size);font-weight:var(--rollbar-error-title-weight);margin:0}.rollbar-error-screen__message{max-width:28rem;font-size:var(--rollbar-error-message-size);color:var(--rollbar-error-message-color);margin:0}.rollbar-error-screen__btn{border:none;border-radius:var(--rollbar-error-btn-radius);background:var(--rollbar-error-btn-bg);color:var(--rollbar-error-btn-color);padding:.5rem 1rem;font-size:var(--rollbar-error-btn-size);font-weight:var(--rollbar-error-btn-weight);cursor:pointer;transition:opacity .15s ease}.rollbar-error-screen__btn:hover{opacity:.85}.rollbar-test-page{max-width:32rem;margin:0 auto;padding:4rem 1rem;display:flex;flex-direction:column;gap:2rem;font-family:var(--rollbar-font)}.rollbar-test-page__title{font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.rollbar-test-page__subtitle{font-size:.875rem;color:var(--rollbar-test-meta-color);margin:0}.rollbar-test-page__section{display:flex;flex-direction:column;gap:.75rem}.rollbar-test-page__section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rollbar-test-label-color);margin:0}.rollbar-test-page__btn-row{display:flex;flex-wrap:wrap;gap:.75rem}.rollbar-test-btn{border-radius:var(--rollbar-test-btn-radius);padding:.5rem 1rem;font-size:var(--rollbar-test-btn-size);font-weight:var(--rollbar-test-btn-weight);cursor:pointer;border:none;transition:opacity .15s ease}.rollbar-test-btn:hover{opacity:.8}.rollbar-test-btn--default{background:var(--rollbar-test-btn-default-bg);color:var(--rollbar-test-btn-default-color)}.rollbar-test-btn--destructive{background:var(--rollbar-test-btn-destructive-bg);color:var(--rollbar-test-btn-destructive-color)}.rollbar-test-btn--outline{background:var(--rollbar-test-btn-outline-bg);color:var(--rollbar-test-btn-outline-color);box-shadow:inset 0 0 0 1px var(--rollbar-test-btn-outline-border)}.rollbar-test-page__meta{font-size:var(--rollbar-test-meta-size);color:var(--rollbar-test-meta-color);margin:0}.rollbar-test-page__meta-code{font-family:var(--rollbar-mono-font)}