:root{color-scheme:dark;--pr-bg:#08090a;--pr-bg-elevated:#101112;--pr-surface:#121314;--pr-surface-hover:rgba(255,255,255,0.04);--pr-surface-subtle:rgba(255,255,255,0.02);--pr-border:rgba(255,255,255,0.08);--pr-border-strong:rgba(255,255,255,0.14);--pr-text:#f7f8f8;--pr-text-muted:#8a8f98;--pr-text-subtle:#62666d;--pr-accent:#5e6ad2;--pr-accent-hover:#6f78df;--pr-accent-soft:#171a33;--pr-green:#4cb782;--pr-green-soft:#10251b;--pr-yellow:#d6a94a;--pr-yellow-soft:#2a2110;--pr-red:#e56868;--pr-red-soft:#2b1517}[data-pr-theme=light]{color-scheme:light;--pr-bg:#f7f8f8;--pr-bg-elevated:#ffffff;--pr-surface:#ffffff;--pr-surface-hover:rgba(8,9,10,0.04);--pr-surface-subtle:rgba(8,9,10,0.02);--pr-border:rgba(8,9,10,0.1);--pr-border-strong:rgba(8,9,10,0.18);--pr-text:#08090a;--pr-text-muted:#62666d;--pr-text-subtle:#8a8f98;--pr-accent-soft:#eceefe;--pr-green:#218358;--pr-green-soft:#e9f7ef;--pr-yellow:#946b12;--pr-yellow-soft:#fff6df;--pr-red:#c43c3c;--pr-red-soft:#fff0f0}html{font-size:80%}body,html{max-width:100vw;min-height:100%;overflow-x:hidden}body{background:var(--pr-bg);color:var(--pr-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}button,input,textarea{letter-spacing:0}label{color:var(--pr-text-muted);font-size:12px;font-weight:510}a{color:inherit;text-decoration:none}.diffFile diffs-code{--diffs-light-bg:var(--pr-bg-elevated);--diffs-light:var(--pr-text);--diffs-font-size:10px;--diffs-line-height:15px;display:block;max-width:100%;min-width:0;width:100%}@media (max-width:767px){.diffFile diffs-code{--diffs-font-size:11px;--diffs-line-height:16px}}