@charset "UTF-8";:root,[data-theme=light]{--cl-brand: #027BE3;--cl-brand-strong: #0268c0;--cl-bg: #f5f7fa;--cl-surface: #ffffff;--cl-surface-2: #eef2f7;--cl-text: #1c2733;--cl-text-muted: #5a6b7b;--cl-border: #dfe6ee;--cl-code-bg: #1D1D1D;--cl-code-text: #e6edf3;--cl-stable: #21BA45;--cl-beta: #F2C037;--cl-rollout: darkseagreen;--cl-security: #C10015;--cl-shadow: 0 1px 3px rgba(16, 36, 64, .08), 0 4px 16px rgba(16, 36, 64, .06)}[data-theme=dark]{--cl-brand: #31a0f5;--cl-brand-strong: #5ab4f7;--cl-bg: #0d1117;--cl-surface: #161b22;--cl-surface-2: #1c232c;--cl-text: #e6edf3;--cl-text-muted: #9aa7b2;--cl-border: #2a323c;--cl-code-bg: #05080c;--cl-code-text: #d6e2ee;--cl-stable: #3ddc84;--cl-beta: #F2C037;--cl-rollout: #8fbc8f;--cl-security: #f0746e;--cl-shadow: 0 1px 3px rgba(0, 0, 0, .5)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--cl-bg);color:var(--cl-text);transition:background .2s ease,color .2s ease;font-size:15px;line-height:1.5}a{color:var(--cl-brand);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}*{scrollbar-width:thin;scrollbar-color:var(--cl-scroll-thumb) transparent}:root,[data-theme=light]{--cl-scroll-thumb: #c2ccd6;--cl-scroll-thumb-hover: #9aa7b2}[data-theme=dark]{--cl-scroll-thumb: #39424d;--cl-scroll-thumb-hover: #4d5966}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--cl-scroll-thumb);border-radius:8px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--cl-scroll-thumb-hover);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}body,button,input,select{font-family:Roboto,Segoe UI,Open Sans,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif}code{font-family:andale mono,lucida console,monospace}
